content
large_stringlengths
0
6.46M
path
large_stringlengths
3
331
license_type
large_stringclasses
2 values
repo_name
large_stringlengths
5
125
language
large_stringclasses
1 value
is_vendor
bool
2 classes
is_generated
bool
2 classes
length_bytes
int64
4
6.46M
extension
large_stringclasses
75 values
text
stringlengths
0
6.46M
\name{componerPeriodos} \alias{componerPeriodos} \title{Function to create a vector of texts with the periods to consult} \description{ Function to create a vector of texts with the periods to consult. } \usage{ componerPeriodos(annos, mes = NULL, frecuencia = "TRIMESTRE") } \arguments{ \item{annos}{ A vector with the years to consult. } \item{mes}{ Number to indicate the periods within the year to consult. } \item{frecuencia}{ Type of period. Year (A), Quarter (T) or Month (M) } } \details{ The parameter mes is a number between 1 and 4 if the patameter frecuencia is Quarterly, from 1 to 12 if it is monthly and it is not used if it is annual, he frequency parameter is a text of which only the first letter is used: A or Y for annual, Q or T for quarterly or M for monthly. } \value{ A vector with the periods in the format neccessary for the consult. } \examples{ ##----Example componerPeriodos(2007:2009,2:4,'Q') componerPeriodos(2017,frecuencia='M') componerPeriodos(2017,frecuencia='A') } \keyword{ misc }
/man/componerPeriodos.Rd
no_license
cran/leerSIECyL
R
false
false
1,102
rd
\name{componerPeriodos} \alias{componerPeriodos} \title{Function to create a vector of texts with the periods to consult} \description{ Function to create a vector of texts with the periods to consult. } \usage{ componerPeriodos(annos, mes = NULL, frecuencia = "TRIMESTRE") } \arguments{ \item{annos}{ A vector with the years to consult. } \item{mes}{ Number to indicate the periods within the year to consult. } \item{frecuencia}{ Type of period. Year (A), Quarter (T) or Month (M) } } \details{ The parameter mes is a number between 1 and 4 if the patameter frecuencia is Quarterly, from 1 to 12 if it is monthly and it is not used if it is annual, he frequency parameter is a text of which only the first letter is used: A or Y for annual, Q or T for quarterly or M for monthly. } \value{ A vector with the periods in the format neccessary for the consult. } \examples{ ##----Example componerPeriodos(2007:2009,2:4,'Q') componerPeriodos(2017,frecuencia='M') componerPeriodos(2017,frecuencia='A') } \keyword{ misc }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/gating-functions.R \name{drawPolygon} \alias{drawPolygon} \title{Draw Polygon(s) to Gate Flow Cytometry Populations.} \usage{ drawPolygon(fr, channels, alias = NULL, plot = TRUE, labels = TRUE, ...) } \arguments{ \item{fr}{a \code{\link[flowCore:flowFrame-class]{flowFrame}} object containing the flow cytometry data for plotting and gating.} \item{channels}{vector of channel names to use for plotting, can be of length 1 for 1-D density histogram or length 2 for 2-D scatter plot.} \item{alias}{the name(s) of the populations to be gated. If multiple population names are supplied (e.g. \code{c("CD3","CD4")}) multiple gates will be returned. \code{alias} is \code{NULL} by default which will halt the gating routine.} \item{plot}{logical indicating whether the data should be plotted. This feature allows for constructing gates of different types over existing plots which may already contain a different gate type.} \item{labels}{logical indicating whether to include \code{\link{plotLabels}} for the gated population(s), \code{TRUE} by default.} \item{...}{additional arguments for \code{\link{plotCyto,flowFrame-method}}.} } \value{ a\code{\link[flowCore:filters-class]{filters}} list containing the constructed \code{\link[flowCore:polygonGate]{polygonGate}} object(s). } \description{ \code{drawPolygon} constructs an interactive plotting window to allow manual selection of the co-ordinates of a ploygon gate(s) (through mouse click) which are constructed into \code{\link[flowCore:polygonGate]{polygonGate}} objects and stored in a \code{\link[flowCore:filters-class]{filters}} list. } \seealso{ \code{\link{plotCyto1d,flowFrame-method}} \code{\link{plotCyto2d,flowFrame-method}} \code{\link{drawGate}} } \author{ Dillon Hammill (Dillon.Hammill@anu.edu.au) } \keyword{draw,} \keyword{gating,} \keyword{manual,} \keyword{openCyto} \keyword{polygonGate,}
/man/drawPolygon.Rd
no_license
gfinak/cytoRSuite
R
false
true
1,954
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/gating-functions.R \name{drawPolygon} \alias{drawPolygon} \title{Draw Polygon(s) to Gate Flow Cytometry Populations.} \usage{ drawPolygon(fr, channels, alias = NULL, plot = TRUE, labels = TRUE, ...) } \arguments{ \item{fr}{a \code{\link[flowCore:flowFrame-class]{flowFrame}} object containing the flow cytometry data for plotting and gating.} \item{channels}{vector of channel names to use for plotting, can be of length 1 for 1-D density histogram or length 2 for 2-D scatter plot.} \item{alias}{the name(s) of the populations to be gated. If multiple population names are supplied (e.g. \code{c("CD3","CD4")}) multiple gates will be returned. \code{alias} is \code{NULL} by default which will halt the gating routine.} \item{plot}{logical indicating whether the data should be plotted. This feature allows for constructing gates of different types over existing plots which may already contain a different gate type.} \item{labels}{logical indicating whether to include \code{\link{plotLabels}} for the gated population(s), \code{TRUE} by default.} \item{...}{additional arguments for \code{\link{plotCyto,flowFrame-method}}.} } \value{ a\code{\link[flowCore:filters-class]{filters}} list containing the constructed \code{\link[flowCore:polygonGate]{polygonGate}} object(s). } \description{ \code{drawPolygon} constructs an interactive plotting window to allow manual selection of the co-ordinates of a ploygon gate(s) (through mouse click) which are constructed into \code{\link[flowCore:polygonGate]{polygonGate}} objects and stored in a \code{\link[flowCore:filters-class]{filters}} list. } \seealso{ \code{\link{plotCyto1d,flowFrame-method}} \code{\link{plotCyto2d,flowFrame-method}} \code{\link{drawGate}} } \author{ Dillon Hammill (Dillon.Hammill@anu.edu.au) } \keyword{draw,} \keyword{gating,} \keyword{manual,} \keyword{openCyto} \keyword{polygonGate,}
# Clean data from scrape # Setup ------------------------------------------------------------------- library(lubridate) library(dplyr) library(stringr) options(stringsAsFactors=FALSE) # Read in data ------------------------------------------------------------ # Load scraped_files <- list.files(path = here::here("data/raw_data/scrape_2019")) for(i in 1:length(scraped_files)) { load(here::here("data/raw_data/scrape_2019", scraped_files[i])) assign(str_c("scrape_", i), all_data) } rm(i, all_data) # Combine data scraped_data <- do.call(rbind, lapply(ls(pattern="scrape_\\d"), get)) rm(list = ls(pattern="scrape_\\d")) # Coerce into proper type scraped_data <- scraped_data %>% mutate( title = as.character(title), categories = as.character(categories), tags = as.character(tags), added = ymd(added), viewkey = as.character(viewkey) ) # Check for duplicates in final dataset by viewkey duplicate <- duplicated(scraped_data$viewkey) table(duplicate) # About 33% duplicates # Delete duplicate rows scraped_data <- scraped_data[!duplicate,] # See how many videos were uploaded in each year table(year(scraped_data$added)) # 12 in 2009, 277 in 2018 ### CONSIDER REMOVING 2009 and 2019 for data viz # Add year variable to dataset scraped_data$year <- year(scraped_data$added) rm(duplicate, scraped_files) # Bareback ---------------------------------------------------------------- # Identify BB videos by category scraped_data <- scraped_data %>% mutate(bb_cat = if_else( str_detect(categories, "Bareback"), "Yes", "No" )) # Identify BB videos by pattern bb_pattern <- "[Bb]are|(?:^| )bb(?:$| )|breed|[Cc]ream|cum dump|felch|raw|condomless|no condom" scraped_data <- scraped_data %>% mutate(bb_pat = if_else( str_detect(title, bb_pattern) | str_detect(categories, bb_pattern) | str_detect(tags, bb_pattern), "Yes", "No" )) # Quick comparison table(scraped_data$bb_cat, scraped_data$bb_pat) # Save as test data for analysis save(scraped_data, file = here::here("data/tidy_data", "scraped_test.Rda"))
/code/final_code/clean.R
no_license
kbmorales/pornPrEP
R
false
false
2,097
r
# Clean data from scrape # Setup ------------------------------------------------------------------- library(lubridate) library(dplyr) library(stringr) options(stringsAsFactors=FALSE) # Read in data ------------------------------------------------------------ # Load scraped_files <- list.files(path = here::here("data/raw_data/scrape_2019")) for(i in 1:length(scraped_files)) { load(here::here("data/raw_data/scrape_2019", scraped_files[i])) assign(str_c("scrape_", i), all_data) } rm(i, all_data) # Combine data scraped_data <- do.call(rbind, lapply(ls(pattern="scrape_\\d"), get)) rm(list = ls(pattern="scrape_\\d")) # Coerce into proper type scraped_data <- scraped_data %>% mutate( title = as.character(title), categories = as.character(categories), tags = as.character(tags), added = ymd(added), viewkey = as.character(viewkey) ) # Check for duplicates in final dataset by viewkey duplicate <- duplicated(scraped_data$viewkey) table(duplicate) # About 33% duplicates # Delete duplicate rows scraped_data <- scraped_data[!duplicate,] # See how many videos were uploaded in each year table(year(scraped_data$added)) # 12 in 2009, 277 in 2018 ### CONSIDER REMOVING 2009 and 2019 for data viz # Add year variable to dataset scraped_data$year <- year(scraped_data$added) rm(duplicate, scraped_files) # Bareback ---------------------------------------------------------------- # Identify BB videos by category scraped_data <- scraped_data %>% mutate(bb_cat = if_else( str_detect(categories, "Bareback"), "Yes", "No" )) # Identify BB videos by pattern bb_pattern <- "[Bb]are|(?:^| )bb(?:$| )|breed|[Cc]ream|cum dump|felch|raw|condomless|no condom" scraped_data <- scraped_data %>% mutate(bb_pat = if_else( str_detect(title, bb_pattern) | str_detect(categories, bb_pattern) | str_detect(tags, bb_pattern), "Yes", "No" )) # Quick comparison table(scraped_data$bb_cat, scraped_data$bb_pat) # Save as test data for analysis save(scraped_data, file = here::here("data/tidy_data", "scraped_test.Rda"))
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/listOMLRunEvaluations.R \name{listOMLRunEvaluations} \alias{listOMLRunEvaluations} \title{List run results of a task.} \usage{ listOMLRunEvaluations(task.id = NULL, setup.id = NULL, flow.id = NULL, run.id = NULL, uploader.id = NULL, verbosity = NULL) } \arguments{ \item{task.id}{[\code{integer(1)}]\cr Task ID.} \item{setup.id}{[\code{integer(1)}]\cr ID of the parameter setup.} \item{flow.id}{[\code{integer(1)}]\cr ID of the implementation of an OpenML flow.} \item{run.id}{[\code{integer}]\cr a single ID or a vector of IDs of the runs.} \item{uploader.id}{[\code{integer(1)}]\cr ID of the uploader.} \item{verbosity}{[\code{integer(1)}]\cr Print verbose output on console? Possible values are:\cr \code{0}: normal output,\cr \code{1}: info output,\cr \code{2}: debug output.\cr Default is set via \code{\link{setOMLConfig}}.} } \value{ [\code{data.frame}]. } \description{ Retrieves all run results for a task (\code{task.id}), a setup (\code{setup.id}), a flow (\code{flow.id}) or a run (\code{run.id}) and returns a \code{data.frame}. Each row contains, among others, the run id \dQuote{rid}. } \note{ This function is memoised. I.e., if you call this function twice in a running R session, the first call will query the server and store the results in memory while the second and all subsequent calls will return the cached results from the first call. You can reset the cache by calling \code{\link[memoise]{forget}} on the function manually. }
/man/listOMLRunEvaluations.Rd
no_license
gitter-badger/r
R
false
true
1,540
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/listOMLRunEvaluations.R \name{listOMLRunEvaluations} \alias{listOMLRunEvaluations} \title{List run results of a task.} \usage{ listOMLRunEvaluations(task.id = NULL, setup.id = NULL, flow.id = NULL, run.id = NULL, uploader.id = NULL, verbosity = NULL) } \arguments{ \item{task.id}{[\code{integer(1)}]\cr Task ID.} \item{setup.id}{[\code{integer(1)}]\cr ID of the parameter setup.} \item{flow.id}{[\code{integer(1)}]\cr ID of the implementation of an OpenML flow.} \item{run.id}{[\code{integer}]\cr a single ID or a vector of IDs of the runs.} \item{uploader.id}{[\code{integer(1)}]\cr ID of the uploader.} \item{verbosity}{[\code{integer(1)}]\cr Print verbose output on console? Possible values are:\cr \code{0}: normal output,\cr \code{1}: info output,\cr \code{2}: debug output.\cr Default is set via \code{\link{setOMLConfig}}.} } \value{ [\code{data.frame}]. } \description{ Retrieves all run results for a task (\code{task.id}), a setup (\code{setup.id}), a flow (\code{flow.id}) or a run (\code{run.id}) and returns a \code{data.frame}. Each row contains, among others, the run id \dQuote{rid}. } \note{ This function is memoised. I.e., if you call this function twice in a running R session, the first call will query the server and store the results in memory while the second and all subsequent calls will return the cached results from the first call. You can reset the cache by calling \code{\link[memoise]{forget}} on the function manually. }
# This function is for Multiple Linear Regression # For convenience: after running the code, you can run the command fix(models) to have a look at the models used here. #Preparing Data library(MASS) library(ISLR) #Reading the file is not needed if you are loading ISLR. ISLR already includes Boston as a dataset. Boston <- read.csv("Boston.csv") Boston <- Boston[,-1] #Creating Variable list a <- c("per capita crime rate by town.", "proportion of residential land zoned for lots over 25,000 sq.ft.", "proportion of non-retail business acres per town.","Charles River dummy variable (= 1 if tract bounds river; 0 otherwise)","nitrogen oxides concentration (parts per 10 million)","average number of rooms per dwelling.","proportion of owner-occupied units built prior to 1940.","weighted mean of distances to five Boston employment centres.","index of accessibility to radial highways.","full-value property-tax rate per $10,000.","pupil-teacher ratio by town","1000(Bk - 0.63)^2 where Bk is the proportion of blacks by town.","lower status of the population (percent).","median value of owner-occupied homes in $1000s.") Boston_desc <- cbind(colnames(Boston), a) colnames(Boston_desc) <- c("Variable","Variable Description") rm(a) attach(Boston) #Fitting a multiple regression model of medv on all other variables in Boston lm.fit <- lm(medv ~ ., data = Boston) #Creating all Statistics as separate objects b <- summary(lm.fit) for (i in 1:length(b)){ k <- unlist(b[i]) assign(paste("lm.fit_",names(b)[i],sep=""), k) } #Cleaning the environment lm.fit_Summary <- b rm(b) rm(k) rm(i) #Checking colinearity between variables within the model library(car) vif(lm.fit) #Regressing medv on all variables but rad lm.fit1 <- update(lm.fit, ~.-rad) vif(lm.fit1) #To denote an interaction term we use x1:x2. lm.fit2 <- lm(medv~ lstat*age) #lstat*age = lstat + age + lstat:age #To check non-linear transformations of lstat #We use I() because ^ has a different meaning in R as opposed to denoting power lm.fit3 <- lm(medv~ lstat + I(lstat^2)) #Comparing models with analysis of variance lm.fit4 <- lm(medv ~ lstat) anova(lm.fit4, lm.fit3)# Ho: Both models equally fit, H-alpha: Model2 is better #To check for higher powers of lstat lm.fit5 <- lm(medv~poly(lstat, 5)) lm.fit6 <- lm(medv~poly(lstat, 6)) lm.fit8 <- lm(medv~poly(lstat,8)) rbind(summary(lm.fit5)$coefficients, summary(lm.fit6)$coefficients, summary(lm.fit8)$coefficients) #the comparision shows powers upto 5 are relevant only #For the convenience of the readers a <- c("lm.fit","lm.fit1", "lm.fit2", "lm.fit3", "lm.fit4", "lm.fit5", "lm.fit6", "lm.fit8") b <- c("medv~ all predictors", "medv~ .-rad", "medv~ lstat+age+lstat:age", "medv~ lstat+I(lstat^2)", "medv~ lstat", "medv~poly(lstat,5)", "medv~ poly(lstat, 6)","medv~ poly(lstat, 8)") models <- cbind(a,b) colnames(models) <- c("Model name", "Model description") rm(a) rm(b)
/MLRegression.R
no_license
fazeelahmedsyed/ISLR
R
false
false
2,925
r
# This function is for Multiple Linear Regression # For convenience: after running the code, you can run the command fix(models) to have a look at the models used here. #Preparing Data library(MASS) library(ISLR) #Reading the file is not needed if you are loading ISLR. ISLR already includes Boston as a dataset. Boston <- read.csv("Boston.csv") Boston <- Boston[,-1] #Creating Variable list a <- c("per capita crime rate by town.", "proportion of residential land zoned for lots over 25,000 sq.ft.", "proportion of non-retail business acres per town.","Charles River dummy variable (= 1 if tract bounds river; 0 otherwise)","nitrogen oxides concentration (parts per 10 million)","average number of rooms per dwelling.","proportion of owner-occupied units built prior to 1940.","weighted mean of distances to five Boston employment centres.","index of accessibility to radial highways.","full-value property-tax rate per $10,000.","pupil-teacher ratio by town","1000(Bk - 0.63)^2 where Bk is the proportion of blacks by town.","lower status of the population (percent).","median value of owner-occupied homes in $1000s.") Boston_desc <- cbind(colnames(Boston), a) colnames(Boston_desc) <- c("Variable","Variable Description") rm(a) attach(Boston) #Fitting a multiple regression model of medv on all other variables in Boston lm.fit <- lm(medv ~ ., data = Boston) #Creating all Statistics as separate objects b <- summary(lm.fit) for (i in 1:length(b)){ k <- unlist(b[i]) assign(paste("lm.fit_",names(b)[i],sep=""), k) } #Cleaning the environment lm.fit_Summary <- b rm(b) rm(k) rm(i) #Checking colinearity between variables within the model library(car) vif(lm.fit) #Regressing medv on all variables but rad lm.fit1 <- update(lm.fit, ~.-rad) vif(lm.fit1) #To denote an interaction term we use x1:x2. lm.fit2 <- lm(medv~ lstat*age) #lstat*age = lstat + age + lstat:age #To check non-linear transformations of lstat #We use I() because ^ has a different meaning in R as opposed to denoting power lm.fit3 <- lm(medv~ lstat + I(lstat^2)) #Comparing models with analysis of variance lm.fit4 <- lm(medv ~ lstat) anova(lm.fit4, lm.fit3)# Ho: Both models equally fit, H-alpha: Model2 is better #To check for higher powers of lstat lm.fit5 <- lm(medv~poly(lstat, 5)) lm.fit6 <- lm(medv~poly(lstat, 6)) lm.fit8 <- lm(medv~poly(lstat,8)) rbind(summary(lm.fit5)$coefficients, summary(lm.fit6)$coefficients, summary(lm.fit8)$coefficients) #the comparision shows powers upto 5 are relevant only #For the convenience of the readers a <- c("lm.fit","lm.fit1", "lm.fit2", "lm.fit3", "lm.fit4", "lm.fit5", "lm.fit6", "lm.fit8") b <- c("medv~ all predictors", "medv~ .-rad", "medv~ lstat+age+lstat:age", "medv~ lstat+I(lstat^2)", "medv~ lstat", "medv~poly(lstat,5)", "medv~ poly(lstat, 6)","medv~ poly(lstat, 8)") models <- cbind(a,b) colnames(models) <- c("Model name", "Model description") rm(a) rm(b)
#' Add a TickTick Task from the console #' @export add_ticktick_task <- function(task, description) { if (is.null(Sys.getenv("ticktick_email"))) { stop('ticktick_email is null') } postfixR::send_email(to = Sys.getenv("ticktick_email"), subject = task, body = description) }
/R/add_ticktick_task.R
no_license
meerapatelmd/secretary
R
false
false
399
r
#' Add a TickTick Task from the console #' @export add_ticktick_task <- function(task, description) { if (is.null(Sys.getenv("ticktick_email"))) { stop('ticktick_email is null') } postfixR::send_email(to = Sys.getenv("ticktick_email"), subject = task, body = description) }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/qott.R \name{F.Y0} \alias{F.Y0} \title{F.Y0} \usage{ F.Y0( firststep = c("dr", "qr", "ll"), xformla, data, yvals, tvals, h = NULL, retF = TRUE, retZ = FALSE ) } \arguments{ \item{firststep}{whether to use distribution regression ("dr"), quantile regression ("qr"), or local linear distribution regression ("ll") for the first step estimation of condtional distributions} \item{xformla}{a formula for which covariates to use} \item{data}{the data.frame. It should contain colums called "Y1t" and "Y0tmin1" which correspond to treated potential outcomes in the third period and untreated potential outcomes in the second period} \item{yvals}{Sequence of values to compute distributions over (currently not used as these are determined internally)} \item{tvals}{Sequence of values to compute conditional distribution over (currently not used as these are determined internally)} \item{h}{optional bandwidth when using local linear regression} \item{retF}{whether or not to return the distribution function itself; the default is \code{TRUE}. If false, it returns a \code{distreg::DR} object} \item{retZ}{whether or not to return the distribution of the transformed random variables due to the copula stability assumption. This is mainly used in the numerical bootstrap procedure and, therefore, the default is \code{FALSE}.} } \value{ distribution F(y|ytmin1) } \description{ compute F(y|ytmin1) where F is the conditional distribution of untreated potential outcomes for the treated group conditional on ytmin1. This is computed under the copula stability assumption. This function is typically computed internally in the \code{csabounds} package but is provided here for convenience. }
/man/F.Y0.Rd
no_license
bcallaway11/csabounds
R
false
true
1,796
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/qott.R \name{F.Y0} \alias{F.Y0} \title{F.Y0} \usage{ F.Y0( firststep = c("dr", "qr", "ll"), xformla, data, yvals, tvals, h = NULL, retF = TRUE, retZ = FALSE ) } \arguments{ \item{firststep}{whether to use distribution regression ("dr"), quantile regression ("qr"), or local linear distribution regression ("ll") for the first step estimation of condtional distributions} \item{xformla}{a formula for which covariates to use} \item{data}{the data.frame. It should contain colums called "Y1t" and "Y0tmin1" which correspond to treated potential outcomes in the third period and untreated potential outcomes in the second period} \item{yvals}{Sequence of values to compute distributions over (currently not used as these are determined internally)} \item{tvals}{Sequence of values to compute conditional distribution over (currently not used as these are determined internally)} \item{h}{optional bandwidth when using local linear regression} \item{retF}{whether or not to return the distribution function itself; the default is \code{TRUE}. If false, it returns a \code{distreg::DR} object} \item{retZ}{whether or not to return the distribution of the transformed random variables due to the copula stability assumption. This is mainly used in the numerical bootstrap procedure and, therefore, the default is \code{FALSE}.} } \value{ distribution F(y|ytmin1) } \description{ compute F(y|ytmin1) where F is the conditional distribution of untreated potential outcomes for the treated group conditional on ytmin1. This is computed under the copula stability assumption. This function is typically computed internally in the \code{csabounds} package but is provided here for convenience. }
## the two functions below leverage R's lexical scoping to optimize the computation of inverse matrix ## 'makeCacheMatrix' function creates a special object that holds a matrix and its inverse for caching purposes ## 'cacheSolve' function attempts to retrieve the inverse matrix from the passed in object x which has been creately previoused using 'makeCacheMatrix' ## if no cache is found, this function computes the inverse matrix and saves it in object x ## this function returns an object that stores matrix x and its inverse ## the object x supports 4 functions: ## x$set(): replace matrix x with a new matrix and reset the inverse matrix ## x$get(): return matrix x ## x$setinv(): set the inverse to the passed in argument 'inverse' ## x$getinv(): return the inverse matrix makeCacheMatrix <- function(x = matrix()) { inv <- NULL set <- function(y) { x <<- y inv <<- NULL } get <- function() x setinv <- function(inverse) inv <<- inverse getinv <- function() inv list(set=set, get=get, setinv=setinv, getinv=getinv) } ## this function attempts to cache and return the inverse of the passed in object x (object x must be previously created using function 'makeCacheMatrix') ## if no cache is found, the function computes and returns the inverse matrix of matrix x and saves the cache in object x ## (object x contains matrix x and the inverse matrix) cacheSolve <- function(x, ...) { ## attempt to retrieve the inverse of matrix x from cache inv <- x$getinv() if (!is.null(inv)) { message("getting cached data") return(inv) } # if no cache is found, compute the inverse and save it in cache matrix_dat <- x$get() inv <- solve(matrix_dat) x$setinv(inv) inv }
/cachematrix.R
no_license
kristenphan/ComputeAndCacheMatrixInverse
R
false
false
1,718
r
## the two functions below leverage R's lexical scoping to optimize the computation of inverse matrix ## 'makeCacheMatrix' function creates a special object that holds a matrix and its inverse for caching purposes ## 'cacheSolve' function attempts to retrieve the inverse matrix from the passed in object x which has been creately previoused using 'makeCacheMatrix' ## if no cache is found, this function computes the inverse matrix and saves it in object x ## this function returns an object that stores matrix x and its inverse ## the object x supports 4 functions: ## x$set(): replace matrix x with a new matrix and reset the inverse matrix ## x$get(): return matrix x ## x$setinv(): set the inverse to the passed in argument 'inverse' ## x$getinv(): return the inverse matrix makeCacheMatrix <- function(x = matrix()) { inv <- NULL set <- function(y) { x <<- y inv <<- NULL } get <- function() x setinv <- function(inverse) inv <<- inverse getinv <- function() inv list(set=set, get=get, setinv=setinv, getinv=getinv) } ## this function attempts to cache and return the inverse of the passed in object x (object x must be previously created using function 'makeCacheMatrix') ## if no cache is found, the function computes and returns the inverse matrix of matrix x and saves the cache in object x ## (object x contains matrix x and the inverse matrix) cacheSolve <- function(x, ...) { ## attempt to retrieve the inverse of matrix x from cache inv <- x$getinv() if (!is.null(inv)) { message("getting cached data") return(inv) } # if no cache is found, compute the inverse and save it in cache matrix_dat <- x$get() inv <- solve(matrix_dat) x$setinv(inv) inv }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/realizedMeasures.R \name{rSemiCov} \alias{rSemiCov} \title{Realized semicovariance} \usage{ rSemiCov( rData, cor = FALSE, alignBy = NULL, alignPeriod = NULL, makeReturns = FALSE ) } \arguments{ \item{rData}{an \code{xts} or \code{data.table} object containing returns or prices, possibly for multiple assets over multiple days.} \item{cor}{boolean, in case it is \code{TRUE}, and the input data is multivariate, the correlation is returned instead of the covariance matrix. \code{FALSE} by default.} \item{alignBy}{character, indicating the time scale in which \code{alignPeriod} is expressed. Possible values are: \code{"ticks"}, \code{"secs"}, \code{"seconds"}, \code{"mins"}, \code{"minutes"}, \code{"hours"}} \item{alignPeriod}{positive numeric, indicating the number of periods to aggregate over. For example, to aggregate based on a 5-minute frequency, set \code{alignPeriod = 5} and \code{alignBy = "minutes"}.} \item{makeReturns}{boolean, should be \code{TRUE} when \code{rData} contains prices instead of returns. \code{FALSE} by default.} } \value{ In case the data consists of one day a list of five \eqn{N \times N} matrices are returned. These matrices are named \code{mixed}, \code{positive}, \code{negative}, \code{concordant}, and \code{rCov}. The latter matrix corresponds to the realized covariance estimator and is thus named like the function \code{\link{rCov}}. In case the data spans more than one day, the list for each day will be put into another list named according to the date of the estimates. } \description{ Calculate the Realized Semicovariances (rSemiCov). Let \eqn{ r_{t,i} } be an intraday \eqn{M x N} return matrix and \eqn{i=1,...,M} the number of intraday returns. Then, let \eqn{r_{t,i}^{+} = max(r_{t,i},0)} and \eqn{r_{t,i}^{-} = min(r_{t,i},0)}. Then, the realized semicovariance is given by the following three matrices: \deqn{ \mbox{pos}_t =\sum_{i=1}^{M} r^{+}_{t,i} r^{+'}_{t,i} } \deqn{ \mbox{neg}_t =\sum_{i=1}^{M} r^{-}_{t,i} r^{-'}_{t,i} } \deqn{ \mbox{mixed}_t =\sum_{i=1}^{M} (r^{+}_{t,i} r^{-'}_{t,i} + r^{-}_{t,i} r^{+'}_{t,i}) } The mixed covariance matrix will have 0 on the diagonal. From these three matrices, the realized covariance can be constructed as \eqn{pos + neg + mixed}. The concordant semicovariance matrix is \eqn{pos + neg}. The off-diagonals of the concordant matrix is always positive, while for the mixed matrix, it is always negative. } \details{ In the case that cor is \code{TRUE}, the mixed matrix will be an \eqn{N \times N} matrix filled with NA as mapping the mixed covariance matrix into correlation space is impossible due to the 0-diagonal. } \examples{ # Realized semi-variance/semi-covariance for prices aligned # at 5 minutes. # Univariate: rSVar = rSemiCov(rData = sampleTData[, list(DT, PRICE)], alignBy = "minutes", alignPeriod = 5, makeReturns = TRUE) rSVar \dontrun{ library("xts") # Multivariate multi day: rSC <- rSemiCov(sampleOneMinuteData, makeReturns = TRUE) # rSC is a list of lists # We extract the covariance between stock 1 and stock 2 for all three covariances. mixed <- sapply(rSC, function(x) x[["mixed"]][1,2]) neg <- sapply(rSC, function(x) x[["negative"]][1,2]) pos <- sapply(rSC, function(x) x[["positive"]][1,2]) covariances <- xts(cbind(mixed, neg, pos), as.Date(names(rSC))) colnames(covariances) <- c("mixed", "neg", "pos") # We make a quick plot of the different covariances plot(covariances) addLegend(lty = 1) # Add legend so we can distinguish the series. } } \references{ Bollerslev, T., Li, J., Patton, A. J., and Quaedvlieg, R. (2020). Realized semicovariances. \emph{Econometrica}, 88, 1515-1551. } \seealso{ \code{\link{ICov}} for a list of implemented estimators of the integrated covariance. } \author{ Emil Sjoerup. } \keyword{volatility}
/man/rSemiCov.Rd
no_license
jonathancornelissen/highfrequency
R
false
true
3,883
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/realizedMeasures.R \name{rSemiCov} \alias{rSemiCov} \title{Realized semicovariance} \usage{ rSemiCov( rData, cor = FALSE, alignBy = NULL, alignPeriod = NULL, makeReturns = FALSE ) } \arguments{ \item{rData}{an \code{xts} or \code{data.table} object containing returns or prices, possibly for multiple assets over multiple days.} \item{cor}{boolean, in case it is \code{TRUE}, and the input data is multivariate, the correlation is returned instead of the covariance matrix. \code{FALSE} by default.} \item{alignBy}{character, indicating the time scale in which \code{alignPeriod} is expressed. Possible values are: \code{"ticks"}, \code{"secs"}, \code{"seconds"}, \code{"mins"}, \code{"minutes"}, \code{"hours"}} \item{alignPeriod}{positive numeric, indicating the number of periods to aggregate over. For example, to aggregate based on a 5-minute frequency, set \code{alignPeriod = 5} and \code{alignBy = "minutes"}.} \item{makeReturns}{boolean, should be \code{TRUE} when \code{rData} contains prices instead of returns. \code{FALSE} by default.} } \value{ In case the data consists of one day a list of five \eqn{N \times N} matrices are returned. These matrices are named \code{mixed}, \code{positive}, \code{negative}, \code{concordant}, and \code{rCov}. The latter matrix corresponds to the realized covariance estimator and is thus named like the function \code{\link{rCov}}. In case the data spans more than one day, the list for each day will be put into another list named according to the date of the estimates. } \description{ Calculate the Realized Semicovariances (rSemiCov). Let \eqn{ r_{t,i} } be an intraday \eqn{M x N} return matrix and \eqn{i=1,...,M} the number of intraday returns. Then, let \eqn{r_{t,i}^{+} = max(r_{t,i},0)} and \eqn{r_{t,i}^{-} = min(r_{t,i},0)}. Then, the realized semicovariance is given by the following three matrices: \deqn{ \mbox{pos}_t =\sum_{i=1}^{M} r^{+}_{t,i} r^{+'}_{t,i} } \deqn{ \mbox{neg}_t =\sum_{i=1}^{M} r^{-}_{t,i} r^{-'}_{t,i} } \deqn{ \mbox{mixed}_t =\sum_{i=1}^{M} (r^{+}_{t,i} r^{-'}_{t,i} + r^{-}_{t,i} r^{+'}_{t,i}) } The mixed covariance matrix will have 0 on the diagonal. From these three matrices, the realized covariance can be constructed as \eqn{pos + neg + mixed}. The concordant semicovariance matrix is \eqn{pos + neg}. The off-diagonals of the concordant matrix is always positive, while for the mixed matrix, it is always negative. } \details{ In the case that cor is \code{TRUE}, the mixed matrix will be an \eqn{N \times N} matrix filled with NA as mapping the mixed covariance matrix into correlation space is impossible due to the 0-diagonal. } \examples{ # Realized semi-variance/semi-covariance for prices aligned # at 5 minutes. # Univariate: rSVar = rSemiCov(rData = sampleTData[, list(DT, PRICE)], alignBy = "minutes", alignPeriod = 5, makeReturns = TRUE) rSVar \dontrun{ library("xts") # Multivariate multi day: rSC <- rSemiCov(sampleOneMinuteData, makeReturns = TRUE) # rSC is a list of lists # We extract the covariance between stock 1 and stock 2 for all three covariances. mixed <- sapply(rSC, function(x) x[["mixed"]][1,2]) neg <- sapply(rSC, function(x) x[["negative"]][1,2]) pos <- sapply(rSC, function(x) x[["positive"]][1,2]) covariances <- xts(cbind(mixed, neg, pos), as.Date(names(rSC))) colnames(covariances) <- c("mixed", "neg", "pos") # We make a quick plot of the different covariances plot(covariances) addLegend(lty = 1) # Add legend so we can distinguish the series. } } \references{ Bollerslev, T., Li, J., Patton, A. J., and Quaedvlieg, R. (2020). Realized semicovariances. \emph{Econometrica}, 88, 1515-1551. } \seealso{ \code{\link{ICov}} for a list of implemented estimators of the integrated covariance. } \author{ Emil Sjoerup. } \keyword{volatility}
## load required packages and set basic options ################################################################################ library("tidyverse"); theme_set(theme_minimal()) library("parallel"); options(mc.cores = detectCores()) library("rjags"); library("runjags") library("bayesplot") library("bench") library("here") ## generate/specify data ################################################################################ mu <- 1 # normal mu sigma <- 2 # normal sigma n <- 10 # sample size set.seed(1) (y <- rnorm(n, mu, sigma)) jags_data <- list( "y" = y, "tau" = 1 / sigma ^2, "N" = n ) ## specify jags model ################################################################################ jags_model <- " model{ for (i in 1:N) { y[i] ~ dnorm(mu, 1 / tau) } mu ~ dnorm(0, 1) } " jags_model <- " model{ for (i in 1:N) { y[i] ~ dnorm(mu, tau) } mu ~ dnorm(0, 1) } " jags_monitor <- c("mu") ## configure model settings ################################################################################ n_chains <- 4L n_iter <- 1e4L n_warmup <- 1e3L ## fit model ################################################################################ source(here("currently-benchmarking.R")) if (!currently_benchmarking()) { jags_fit <- run.jags( "model" = jags_model, "data" = jags_data, "monitor" = jags_monitor, "n.chains" = n_chains, "sample" = n_iter, "burnin" = n_warmup ) ## assess fit ################################################################################ jags_fit jags_fit_object <- jags_fit$mcmc %>% as.array() dim(jags_fit_object) <- c(dim(jags_fit_object), 1) dimnames(jags_fit_object) <- list( "iterations" = NULL, "chains" = 1:n_chains, "parameters" = monitor ) jags_fit_object %>% mcmc_areas() jags_fit_object %>% mcmc_intervals() ## assess convergence issues ################################################################################### jags_fit_object %>% mcmc_acf_bar() jags_fit_object %>% mcmc_trace() jags_fit_object %>% mcmc_hist_by_chain() }
/simple-models/continuous/normal/normal-prior/normal-normal-jags.R
no_license
dkahle/Bayes-Computational-Methods
R
false
false
2,158
r
## load required packages and set basic options ################################################################################ library("tidyverse"); theme_set(theme_minimal()) library("parallel"); options(mc.cores = detectCores()) library("rjags"); library("runjags") library("bayesplot") library("bench") library("here") ## generate/specify data ################################################################################ mu <- 1 # normal mu sigma <- 2 # normal sigma n <- 10 # sample size set.seed(1) (y <- rnorm(n, mu, sigma)) jags_data <- list( "y" = y, "tau" = 1 / sigma ^2, "N" = n ) ## specify jags model ################################################################################ jags_model <- " model{ for (i in 1:N) { y[i] ~ dnorm(mu, 1 / tau) } mu ~ dnorm(0, 1) } " jags_model <- " model{ for (i in 1:N) { y[i] ~ dnorm(mu, tau) } mu ~ dnorm(0, 1) } " jags_monitor <- c("mu") ## configure model settings ################################################################################ n_chains <- 4L n_iter <- 1e4L n_warmup <- 1e3L ## fit model ################################################################################ source(here("currently-benchmarking.R")) if (!currently_benchmarking()) { jags_fit <- run.jags( "model" = jags_model, "data" = jags_data, "monitor" = jags_monitor, "n.chains" = n_chains, "sample" = n_iter, "burnin" = n_warmup ) ## assess fit ################################################################################ jags_fit jags_fit_object <- jags_fit$mcmc %>% as.array() dim(jags_fit_object) <- c(dim(jags_fit_object), 1) dimnames(jags_fit_object) <- list( "iterations" = NULL, "chains" = 1:n_chains, "parameters" = monitor ) jags_fit_object %>% mcmc_areas() jags_fit_object %>% mcmc_intervals() ## assess convergence issues ################################################################################### jags_fit_object %>% mcmc_acf_bar() jags_fit_object %>% mcmc_trace() jags_fit_object %>% mcmc_hist_by_chain() }
# writes out some stats on data coverage read.wc2 <- function(ptt, wd = getwd(), tag, pop, type = 'sst'){ if(substr(wd, nchar(wd), nchar(wd)) == '/'){ } else{ wd <- paste(wd, '/', sep='') } if(type == 'pdt'){ # READ IN PDT DATA FROM WC FILES data <- utils::read.table(paste(wd, ptt,'-PDTs.csv', sep=''), sep=',',header=T,blank.lines.skip=F, skip = 0) print(paste('If read.wc() fails for type=pdt, check the number of column headers in the PDTs.csv file.')) data <- HMMoce:::extract.pdt(data) dts <- as.POSIXct(data$Date, format = findDateFormat(data$Date)) d1 <- as.POSIXct('1900-01-02') - as.POSIXct('1900-01-01') didx <- dts >= (tag + d1) & dts <= (pop - d1) data <- data[didx,]; dts <- dts[didx] # check for days with not enough data for locfit data1 <- data data1$dts <- as.Date(dts) dt.cut <- data.frame(group_by(data1, dts) %>% summarise(n=n())) dt.cut <- dt.cut[which(dt.cut[,2] < 3),1] if (length(dt.cut) == 0){ } else{ data <- data1[-which(data1$dts %in% dt.cut),] } # get unique dates udates <- unique(as.Date(data$Date)) # get data gaps print(paste(length(which(as.Date(seq(tag, pop, 'day')) %in% udates)), ' of ', length(seq(tag, pop, 'day')), ' deployment days have PDT data...', sep='')) data.count <- length(which(as.Date(seq(tag, pop, 'day')) %in% udates)) deploydur <- length(seq(tag, pop, 'day')) gaps <- diff(c(as.Date(tag), udates, as.Date(pop)), units='days') print(paste('Data gaps are ', paste(gaps[gaps > 1], collapse=', '), ' days in PDT...')) gaps <- gaps[gaps > 1] } else if(type == 'sst'){ # READ IN TAG SST FROM WC FILES data <- utils::read.table(paste(wd, ptt, '-SST.csv', sep=''), sep=',',header=T, blank.lines.skip=F) dts <- as.POSIXct(data$Date, format = findDateFormat(data$Date)) d1 <- as.POSIXct('1900-01-02') - as.POSIXct('1900-01-01') didx <- dts >= (tag + d1) & dts <= (pop - d1) data <- data[didx,] if (length(data[,1]) <= 1){ stop('Something wrong with reading and formatting of tags SST data. Check date format.') } dts <- as.Date(as.POSIXct(data$Date, format = findDateFormat(data$Date))) udates <- unique(dts) data <- data[,c(1:11)] # get data gaps print(paste(length(which(as.Date(seq(tag, pop, 'day')) %in% udates)), ' of ', length(seq(tag, pop, 'day')), ' deployment days have GPE data...', sep='')) data.count <- length(which(as.Date(seq(tag, pop, 'day')) %in% udates)) deploydur <- length(seq(tag, pop, 'day')) gaps <- diff(c(as.Date(tag), udates, as.Date(pop)), units='days') print(paste('Data gaps are ', paste(gaps[gaps > 1], collapse=', '), ' days...')) gaps <- gaps[gaps > 1] } else if(type == 'light'){ # READ IN LIGHT DATA FROM WC FILES data <- utils::read.table(paste(wd,'/', ptt, '-LightLoc.csv', sep=''), sep=',',header=T, blank.lines.skip=F,skip=2) if(!any(grep('depth', names(data), ignore.case=T))) data <- utils::read.table(paste(wd,'/', ptt, '-LightLoc.csv', sep=''), sep=',',header=T, blank.lines.skip=F,skip=1) if(!any(grep('depth', names(data), ignore.case=T))) data <- utils::read.table(paste(wd,'/', ptt, '-LightLoc.csv', sep=''), sep=',',header=T, blank.lines.skip=F,skip=0) data <- data[which(!is.na(data[,1])),] #dts <- as.POSIXct(data$Day, format = findDateFormat(data$Day), tz = 'UTC') dts <- as.POSIXct(data$Day, format = '%d-%b-%y', tz = 'UTC') if(as.Date(dts[1]) > as.Date(Sys.Date()) | as.Date(dts[1]) < '1990-01-01'){ stop('Error: dates not parsed correctly.') } d1 <- as.POSIXct('1900-01-02') - as.POSIXct('1900-01-01') didx <- (dts > (tag + d1)) & (dts < (pop - d1)) data <- data[didx,] data$dts <- as.Date(dts[didx]) udates <- unique(as.Date(dts)) # get data gaps print(paste(length(which(as.Date(seq(tag, pop, 'day')) %in% udates)), ' of ', length(seq(tag, pop, 'day')), ' deployment days have GPE data...', sep='')) gaps <- diff(c(as.Date(tag), udates, as.Date(pop)), units='days') print(paste('Data gaps are ', paste(gaps[gaps > 1], collapse=', '), ' days...')) } return(list(data = data, udates = udates, data.count=data.count, deploydur=deploydur, gaps=gaps)) }
/read.wc2.r
no_license
camrinbraun/HMMoce_run
R
false
false
4,315
r
# writes out some stats on data coverage read.wc2 <- function(ptt, wd = getwd(), tag, pop, type = 'sst'){ if(substr(wd, nchar(wd), nchar(wd)) == '/'){ } else{ wd <- paste(wd, '/', sep='') } if(type == 'pdt'){ # READ IN PDT DATA FROM WC FILES data <- utils::read.table(paste(wd, ptt,'-PDTs.csv', sep=''), sep=',',header=T,blank.lines.skip=F, skip = 0) print(paste('If read.wc() fails for type=pdt, check the number of column headers in the PDTs.csv file.')) data <- HMMoce:::extract.pdt(data) dts <- as.POSIXct(data$Date, format = findDateFormat(data$Date)) d1 <- as.POSIXct('1900-01-02') - as.POSIXct('1900-01-01') didx <- dts >= (tag + d1) & dts <= (pop - d1) data <- data[didx,]; dts <- dts[didx] # check for days with not enough data for locfit data1 <- data data1$dts <- as.Date(dts) dt.cut <- data.frame(group_by(data1, dts) %>% summarise(n=n())) dt.cut <- dt.cut[which(dt.cut[,2] < 3),1] if (length(dt.cut) == 0){ } else{ data <- data1[-which(data1$dts %in% dt.cut),] } # get unique dates udates <- unique(as.Date(data$Date)) # get data gaps print(paste(length(which(as.Date(seq(tag, pop, 'day')) %in% udates)), ' of ', length(seq(tag, pop, 'day')), ' deployment days have PDT data...', sep='')) data.count <- length(which(as.Date(seq(tag, pop, 'day')) %in% udates)) deploydur <- length(seq(tag, pop, 'day')) gaps <- diff(c(as.Date(tag), udates, as.Date(pop)), units='days') print(paste('Data gaps are ', paste(gaps[gaps > 1], collapse=', '), ' days in PDT...')) gaps <- gaps[gaps > 1] } else if(type == 'sst'){ # READ IN TAG SST FROM WC FILES data <- utils::read.table(paste(wd, ptt, '-SST.csv', sep=''), sep=',',header=T, blank.lines.skip=F) dts <- as.POSIXct(data$Date, format = findDateFormat(data$Date)) d1 <- as.POSIXct('1900-01-02') - as.POSIXct('1900-01-01') didx <- dts >= (tag + d1) & dts <= (pop - d1) data <- data[didx,] if (length(data[,1]) <= 1){ stop('Something wrong with reading and formatting of tags SST data. Check date format.') } dts <- as.Date(as.POSIXct(data$Date, format = findDateFormat(data$Date))) udates <- unique(dts) data <- data[,c(1:11)] # get data gaps print(paste(length(which(as.Date(seq(tag, pop, 'day')) %in% udates)), ' of ', length(seq(tag, pop, 'day')), ' deployment days have GPE data...', sep='')) data.count <- length(which(as.Date(seq(tag, pop, 'day')) %in% udates)) deploydur <- length(seq(tag, pop, 'day')) gaps <- diff(c(as.Date(tag), udates, as.Date(pop)), units='days') print(paste('Data gaps are ', paste(gaps[gaps > 1], collapse=', '), ' days...')) gaps <- gaps[gaps > 1] } else if(type == 'light'){ # READ IN LIGHT DATA FROM WC FILES data <- utils::read.table(paste(wd,'/', ptt, '-LightLoc.csv', sep=''), sep=',',header=T, blank.lines.skip=F,skip=2) if(!any(grep('depth', names(data), ignore.case=T))) data <- utils::read.table(paste(wd,'/', ptt, '-LightLoc.csv', sep=''), sep=',',header=T, blank.lines.skip=F,skip=1) if(!any(grep('depth', names(data), ignore.case=T))) data <- utils::read.table(paste(wd,'/', ptt, '-LightLoc.csv', sep=''), sep=',',header=T, blank.lines.skip=F,skip=0) data <- data[which(!is.na(data[,1])),] #dts <- as.POSIXct(data$Day, format = findDateFormat(data$Day), tz = 'UTC') dts <- as.POSIXct(data$Day, format = '%d-%b-%y', tz = 'UTC') if(as.Date(dts[1]) > as.Date(Sys.Date()) | as.Date(dts[1]) < '1990-01-01'){ stop('Error: dates not parsed correctly.') } d1 <- as.POSIXct('1900-01-02') - as.POSIXct('1900-01-01') didx <- (dts > (tag + d1)) & (dts < (pop - d1)) data <- data[didx,] data$dts <- as.Date(dts[didx]) udates <- unique(as.Date(dts)) # get data gaps print(paste(length(which(as.Date(seq(tag, pop, 'day')) %in% udates)), ' of ', length(seq(tag, pop, 'day')), ' deployment days have GPE data...', sep='')) gaps <- diff(c(as.Date(tag), udates, as.Date(pop)), units='days') print(paste('Data gaps are ', paste(gaps[gaps > 1], collapse=', '), ' days...')) } return(list(data = data, udates = udates, data.count=data.count, deploydur=deploydur, gaps=gaps)) }
/chap03/DVD_online3.R
no_license
KSDeng/Mathematical-Modeling-with-R
R
false
false
1,597
r
\name{Reduction.Phase} \alias{Reduction.Phase} \title{Reduction by successive traversal of hypercubes proposed by Cox, D. R. & Battey, H. S. (2017)} \description{ This function traverses successively lower dimensional hypercubes, discarding variables according to the appropriate decision rules. It provides the number and indices of variables selected at each stage. } \usage{ Reduction.Phase(X,Y,family=gaussian, dmHC=NULL,vector.signif=NULL,seed.HC = NULL, Cox.Hazard = FALSE) } \arguments{ \item{X}{Design matrix.} \item{Y}{Response vector.} \item{family}{A description of the error distribution and link function to be used in the model. For glm this can be a character string naming a family function, a family function or the result of a call to a family function. See \code{\link{family}} for more details.} \item{dmHC}{Dimension of the hypercube to be used in the first-stage reduction. This version supports dimensions 2,3,4 and 5. If not specified a sensible value is calculated and used.} \item{vector.signif}{Vector of decision rules to be used at each stage of the reduction. The first value makes reference to the decision rule for the highest dimensional hypercube and so on. If values are less than 1, this specifies a significance level of a test. All variables significant at this level in at least half the analyses in which they appear will be retained. If the value is 1 or 2, variables are retained if they are among the 1 or 2 most significant in at least half the analyses in which they appear. If unspecified a default rule is used.} \item{seed.HC}{Seed for randomization of the variable indices in the hypercube. If not provided, the variables are arranged according to their original order.} \item{Cox.Hazard}{If TRUE fits proportional hazards regression model. The family argument will be ignored if Cox.Hazard=TRUE.} } \value{ \item{Matrix.Selection}{The number of variables selected at each reduction of the hypercube.} \item{List.Selection}{The indices of the variables retained through each stage of the reduction phase.} } \references{ Cox, D. R. and Battey, H. S. (2017). Large numbers of explanatory variables, a semi-descriptive analysis. \emph{Proceedings of the National Academy of Sciences}, 114(32), 8592-8595. Battey, H. S. and Cox, D. R. (2018). Large numbers of explanatory variables: a probabilistic assessment. \emph{Proceedings of the Royal Society of London, A.}, 474(2215), 20170631. Hoeltgebaum, H., & Battey, H. S. (2019). HCmodelSets: An R Package for Specifying Sets of Well-fitting Models in High Dimensions. \emph{The R Journal}, 11(2), 370-379. } \author{ Hoeltgebaum, H. H. } \section{Acknowledgement}{The work was supported by the UK Engineering and Physical Sciences Research Council under grant number EP/P002757/1.} \examples{ \donttest{ ## Generates a random DGP dgp = DGP(s=5, a=3, sigStrength=1, rho=0.9, n=100, intercept=5, noise=1, var=1, d=1000, DGP.seed = 2018) #Reduction Phase using only the first 70 observations outcome.Reduction.Phase = Reduction.Phase(X=dgp$X[1:70,],Y=dgp$Y[1:70], family=gaussian, seed.HC = 1012) # Not run, using vector.signif argument # Fixing a decision rule of getting the 2 most significant in the first reduction # and in the subsequent reduction, only those variables significant at 0.001 level # outcome.Reduction.Phase = Reduction.Phase(X=dgp$X[1:70,],Y=dgp$Y[1:70], # vector.signif = c(2,0.001), family=gaussian, dmHC = 3) } \dontshow{ dgp = DGP(s=5, a=3, sigStrength=1, rho=0.9, n=20, intercept=5, noise=1, var=1, d=50, DGP.seed = 2019) #Reduction Phase using only the first 70 observations outcome.Reduction.Phase = Reduction.Phase(X=dgp$X[1:10,],Y=dgp$Y[1:10], dmHC = 2, family=gaussian, seed.HC = 1093) } }
/HCmodelSets/man/Reduction.Phase.Rd
no_license
hhhelfer/HCmodelSets
R
false
false
3,891
rd
\name{Reduction.Phase} \alias{Reduction.Phase} \title{Reduction by successive traversal of hypercubes proposed by Cox, D. R. & Battey, H. S. (2017)} \description{ This function traverses successively lower dimensional hypercubes, discarding variables according to the appropriate decision rules. It provides the number and indices of variables selected at each stage. } \usage{ Reduction.Phase(X,Y,family=gaussian, dmHC=NULL,vector.signif=NULL,seed.HC = NULL, Cox.Hazard = FALSE) } \arguments{ \item{X}{Design matrix.} \item{Y}{Response vector.} \item{family}{A description of the error distribution and link function to be used in the model. For glm this can be a character string naming a family function, a family function or the result of a call to a family function. See \code{\link{family}} for more details.} \item{dmHC}{Dimension of the hypercube to be used in the first-stage reduction. This version supports dimensions 2,3,4 and 5. If not specified a sensible value is calculated and used.} \item{vector.signif}{Vector of decision rules to be used at each stage of the reduction. The first value makes reference to the decision rule for the highest dimensional hypercube and so on. If values are less than 1, this specifies a significance level of a test. All variables significant at this level in at least half the analyses in which they appear will be retained. If the value is 1 or 2, variables are retained if they are among the 1 or 2 most significant in at least half the analyses in which they appear. If unspecified a default rule is used.} \item{seed.HC}{Seed for randomization of the variable indices in the hypercube. If not provided, the variables are arranged according to their original order.} \item{Cox.Hazard}{If TRUE fits proportional hazards regression model. The family argument will be ignored if Cox.Hazard=TRUE.} } \value{ \item{Matrix.Selection}{The number of variables selected at each reduction of the hypercube.} \item{List.Selection}{The indices of the variables retained through each stage of the reduction phase.} } \references{ Cox, D. R. and Battey, H. S. (2017). Large numbers of explanatory variables, a semi-descriptive analysis. \emph{Proceedings of the National Academy of Sciences}, 114(32), 8592-8595. Battey, H. S. and Cox, D. R. (2018). Large numbers of explanatory variables: a probabilistic assessment. \emph{Proceedings of the Royal Society of London, A.}, 474(2215), 20170631. Hoeltgebaum, H., & Battey, H. S. (2019). HCmodelSets: An R Package for Specifying Sets of Well-fitting Models in High Dimensions. \emph{The R Journal}, 11(2), 370-379. } \author{ Hoeltgebaum, H. H. } \section{Acknowledgement}{The work was supported by the UK Engineering and Physical Sciences Research Council under grant number EP/P002757/1.} \examples{ \donttest{ ## Generates a random DGP dgp = DGP(s=5, a=3, sigStrength=1, rho=0.9, n=100, intercept=5, noise=1, var=1, d=1000, DGP.seed = 2018) #Reduction Phase using only the first 70 observations outcome.Reduction.Phase = Reduction.Phase(X=dgp$X[1:70,],Y=dgp$Y[1:70], family=gaussian, seed.HC = 1012) # Not run, using vector.signif argument # Fixing a decision rule of getting the 2 most significant in the first reduction # and in the subsequent reduction, only those variables significant at 0.001 level # outcome.Reduction.Phase = Reduction.Phase(X=dgp$X[1:70,],Y=dgp$Y[1:70], # vector.signif = c(2,0.001), family=gaussian, dmHC = 3) } \dontshow{ dgp = DGP(s=5, a=3, sigStrength=1, rho=0.9, n=20, intercept=5, noise=1, var=1, d=50, DGP.seed = 2019) #Reduction Phase using only the first 70 observations outcome.Reduction.Phase = Reduction.Phase(X=dgp$X[1:10,],Y=dgp$Y[1:10], dmHC = 2, family=gaussian, seed.HC = 1093) } }
fancy <- read.csv("../data/fancyhouse.csv") house <- read.csv("../data/housingprice.csv") train <- read.csv("../data/train.data.csv") test <- read.csv("../data/test.data.csv") library(kableExtra) library(dplyr) library(ggplot2) options(digits=6) ### (a) # R2 indicates the percentage of the variance in the dependent variable that the independent variables explain collectively. train.house <- lm(price ~ bedrooms+bathrooms+sqft_living+sqft_lot, data = train) # summary(train.house)$r.squared # 0.5101139 train.X <- as.matrix(cbind(rep(1, nrow(train)), apply(train[,5:8],2,scale))) train.y <- as.matrix(train[,4]) fit <- lm(train.y ~ train.X[,-1]) test.X <- as.matrix(cbind(rep(1, nrow(test)), apply(test[,5:8],2,scale))) test.y <- as.matrix(test[,4]) pred.y <- test.X %*% matrix(fit$coefficients, ncol = 1, nrow = ncol(test.X)) # function to calculate R-square rsquare <- function(obs, fitted) { r2 = 1 - (sum((obs-fitted)^2)) / (sum((obs-mean(obs))^2)) return(r2) } train.r2 <- rsquare(train$price, fit$fitted.values) # 0.5101139 test.r2 <- rsquare(test.y, pred.y) # 0.5049332 out <- cbind(train.r2, test.r2) %>% as.data.frame() colnames(out) <- c("Training Data", "Test Data") rownames(out) <- "R-square Value" knitr::kable(out, align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F) ### (b) fit.house <- lm(price ~ bedrooms+bathrooms+sqft_living+sqft_lot, data = house) pred <- predict(fit.house, fancy) # 15,390,168 out <- cbind("15,390,168", "127,000,000") %>% as.data.frame() colnames(out) <- c("Predicted Value", "Real Value") rownames(out) <- "Bill Gate's House" knitr::kable(out, align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F) ### (c) train.house.2 <- lm(price ~ sqft_living+sqft_lot+bedrooms*bathrooms, data = train) summary(train.house.2) fit.2 <- lm(train.y ~ train.X[,2]*train.X[,3]+train.X[,4]+train.X[,5]) test.X.2 <- as.matrix(cbind(test.X, test.X[,2]*test.X[,3])) pred.y.2 <- test.X.2 %*% matrix(fit.2$coefficients, ncol = 1, nrow = ncol(test.X.2)) train.r2.2 <- rsquare(train$price, fit.2$fitted.values) # 0.5173533 test.r2.2 <- rsquare(test.y, pred.y.2) # 0.5105277 out <- cbind(train.r2.2, test.r2.2) %>% as.data.frame() colnames(out) <- c("Training Data", "Test Data") rownames(out) <- "R-square Value" knitr::kable(out, align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F) ### (d) #check global variable in function checkStrict <- function(f, silent=FALSE) { vars <- codetools::findGlobals(f) found <- !vapply(vars, exists, logical(1), envir=as.environment(2)) if (!silent && any(found)) { warning("global variables used: ", paste(names(found)[found], collapse=', ')) return(invisible(FALSE)) } !any(found) } ##################### For linear model fit with no interaction term: dat.lm <- train[,c(5:8,4)] dat.lm.scale <- scale(dat.lm) y <- dat.lm.scale[,ncol(dat.lm.scale)] X <- cbind(1, dat.lm.scale[,-ncol(dat.lm.scale)]) theta_opt_lm <- summary(lm(y ~ X[,2]+X[,3]+X[,4]+X[,5]))$coefficients[,1] dat.lm.test <- test[,c(5:8,4)] ##################### For linear model fit with interaction term: dat.lm.int <- cbind(train[c(5:8)], train[5]*train[6], train[4]) colnames(dat.lm.int) <- c("bedrooms", "bathrooms", "sqft_living","sqft_lot", "interaction", "price") dat.lm.int.scale <- scale(dat.lm.int) y <- dat.lm.int.scale[,ncol(dat.lm.int.scale)] X <- cbind(1, dat.lm.int.scale[,-ncol(dat.lm.int.scale)]) dat.lm.int.test <- cbind(test[c(5:8)], test[5]*test[6], test[4]) colnames(dat.lm.int.test) <- c("bedrooms", "bathrooms", "sqft_living","sqft_lot", "interaction", "price") dat.lm.int.scale.test <- scale(dat.lm.int.test) y.test <- dat.lm.int.scale.test[,ncol(dat.lm.int.scale.test)] X.test <- cbind(1, dat.lm.int.scale.test[,-ncol(dat.lm.int.scale.test)]) theta_opt_lm.int <- summary(lm(y ~ X[,2]+X[,3]+X[,4]+X[,5]+X[,6]))$coefficients[,1] ##################### Create a Gradient Descent Function: gda <- function(data, eps = 0.001, max.iter = 50, standardize = T, seed=123, optimal.theta) { set.seed(seed) #scaling data data <- as.matrix(data) p <- ncol(data) n <- nrow(data) mean.x <- apply(data[,-p], 2, mean) sd.x <- apply(data[,-p], 2, sd) mean.y <- mean(data[,p]) sd.y <- sd(data[,p]) if(standardize) {data <- scale(data)} # scale data if required #predictor and response X <- data[,-p] y <- data[,p] #starting values of theta theta <- matrix(runif(n = p-1), ncol = p-1, nrow=1) theta.new <- theta ###gradient descent### #tuning parameter eigen <- eigen(t(X) %*% X, only.values = TRUE) stepsize <- 2 / (eigen$values[1] + eigen$values[p-1]) #iteration step <- 1 while ( step <= max.iter & norm(optimal.theta - theta) > eps ) { theta <- theta.new res <- (X %*% t(theta)) - y gradient <- t(res) %*% X theta.new <- theta - gradient * stepsize step <- step + 1 # print(norm(optimal.theta - theta)) } beta <- sd.y * theta[2:p-1] / sd.x intercept <- -sd.y*sum(theta[2:p-1] * mean.x/sd.x) + mean.y result <- c("Intercept"=intercept, beta) return(list(result,theta)) } GD.out <- gda(train[,c(5:8,4)], standardize = TRUE, optimal.theta = theta_opt_lm[2:5]) GD.out.int <- gda(dat.lm.int, standardize = TRUE, optimal.theta = theta_opt_lm.int[2:6], max.iter = 500) ## R-square for training data get.r2 <- function (train = train[,c(5:8,4)], test = test[,c(5:8,4)], SGD_result) { p <- ncol(train) ## R-square for training data X.prep <- scale(train) X <- X.prep[,-ncol(X.prep)] pred.y <- X %*% t(SGD_result) r2.train <- rsquare(X.prep[,p], pred.y) ## R-square for test data X.prep <- scale(test) X <- X.prep[,-ncol(X.prep)] pred.y <- X %*% t(SGD_result) r2.test <- rsquare(X.prep[,p], pred.y) return(c(r2.train,r2.test)) } r2.lm <- get.r2(train[,c(5:8,4)], test[,c(5:8,4)], SGD_result = GD.out[[2]]) r2.lm.int <- get.r2(dat.lm.int, dat.lm.int.test, SGD_result =GD.out.int[[2]]) noint.result <- cbind(c(train.r2, test.r2) ,r2.lm) colnames(noint.result) <- c("lm fit", "Gradient Descent") rownames(noint.result) <- c("Training data", "test data") knitr::kable(noint.result, align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F) int.result <- cbind(c(train.r2, test.r2) ,r2.lm.int) colnames(int.result) <- c("lm fit", "Gradient Descent") rownames(int.result) <- c("Training data", "test data") knitr::kable(int.result, align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F) sgda <- function(data, data_test, max.iter = 30, stepsize = 5, diminish = TRUE, standardize = T, seed=123) { set.seed(seed) #scaling data data <- as.matrix(data) data_test <- as.matrix(data_test) p <- ncol(data) n <- nrow(data) mean.x <- apply(data[,-p], 2, mean) sd.x <- apply(data[,-p], 2, sd) mean.y <- mean(data[,p]) sd.y <- sd(data[,p]) if (standardize) { data <- scale(data) data_test <- scale(data_test) } # scale data if required #predictor and response X <- data[,-p] y <- data[,p] #test data X.test <- data_test[, -p] y.test <- data_test[,p] #starting values of theta theta <- matrix(runif(n = p-1), ncol = p-1, nrow = 1) train.loss <- norm(y - X %*% t(theta), "2") test.loss <- norm(y.test - X.test %*% t(theta), "2") #iteration j <- 0 ref <- 1 stochastic.list <- sample(1:n, n) while ( j <= max.iter ) { j <- j + 1 if(diminish){ eta <- stepsize / (j + 1) }else{ eta <- stepsize } X.new <- X[stochastic.list[j],] %>% as.matrix() res <- ( t(X.new) %*% t(theta) ) - y[stochastic.list[j]] gradient <- t(res) %*% t(X.new) theta <- theta - gradient * eta ref <- norm(gradient,"2") train.loss <- c(train.loss, norm(y - X %*% t(theta), "2") ) test.loss <- c(test.loss, norm(y.test - X.test%*%t(theta), "2") ) # print(eta) # print(norm(optimal - theta)) } color <- c("train.loss" = "black", "test.loss" = "red") gg <- ggplot() + geom_point(aes(x = 1:length(test.loss), y = test.loss, color = "test.loss"), size = 0.5) + geom_line(aes(x = 1:length(test.loss), y = test.loss, color = "test.loss"), size = 0.5) + geom_point(aes(x = 1:length(train.loss), y = train.loss, color = "train.loss"), size = 0.5) + geom_line(aes(x = 1:length(train.loss),y = train.loss, color = "train.loss"), size = 0.5) + xlab("iteration") + ylab("L2 Loss") + labs(title = "Loss function ", color = "Legend") + theme(plot.title = element_text(hjust = 0.5, size = 20)) + scale_color_manual(values = color) show(gg) #print(paste0("Rsquare for training data is ", rsquare(y, X%*%t(theta)))) #print(paste0("Rsquare for test data is ", rsquare(y.test, X.test %*% t(theta)))) beta <- sd.y * theta[2:p-1] / sd.x intercept <- -sd.y*sum(theta[2:p-1] * mean.x/sd.x) + mean.y result <- c("Intercept"=intercept, beta) return(list("original beta"=result, "scaled beta"=theta, "R2 train"=rsquare(y, X%*%t(theta)), "R2 test"= rsquare(y.test, X.test %*% t(theta)) )) } ##### NO interaction #fix stepsize SGD.lm.dimi <- sgda(dat.lm, dat.lm.test, standardize = T, stepsize = 2, diminish = TRUE, max.iter = 2000) # 0.505301, 0.500935 #diminish stepsize SGD.lm <- sgda(dat.lm, dat.lm.test, standardize = T, stepsize = 0.02, diminish = FALSE, max.iter = 1600) # 0.503264, 0.498047 ##### interaction # SGD.out <- sgda(train[,c(5:8,4)], standardize = T, stepsize = 1, max.iter = 1000) #fix stepsize SGD.lm.int.dimi <- sgda(dat.lm.int, dat.lm.int.test, standardize = T, stepsize = 2, diminish = TRUE, max.iter = 2000) #Rsquare 0.514392 / 0.50883 SGD.lm.int <- sgda(dat.lm.int, dat.lm.int.test, standardize = T, stepsize = 0.02, diminish = FALSE, max.iter = 520) #Rsquare 0.498575 / 0.494554 ## make a table for comparison - no interaction noint.result <- rbind(cbind(summary(train.house)$coefficients[,1], GD.out[[1]],SGD.lm.dimi[[1]],SGD.lm[[1]]), cbind(c(train.r2, test.r2), c(r2.lm[1],r2.lm[2]), c(SGD.lm.dimi[[3]],SGD.lm.dimi[[4]]), c( SGD.lm[[3]],SGD.lm[[4]] ))) noint.result[1:5,] <- as.character(round(noint.result[1:5,], 2)) noint.result[6:7,] <- as.character(round(as.numeric(noint.result[6:7,]), 5)) colnames(noint.result) <- c("linear Model", "Gradient Descent", "SGD with diminishing stepsize", "SGD with fixed stepsize") rownames(noint.result)[6:7] <- c("R2 Train", "R2 Test") knitr::kable(noint.result[6:7,], align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F) ## make a table for comparison - no interaction int.result <- rbind(cbind(summary(train.house.2)$coefficients[,1], GD.out.int[[1]], SGD.lm.int.dimi[[1]], SGD.lm.int[[1]]), cbind(c(train.r2.2, test.r2.2), c(r2.lm.int[1],r2.lm.int[2]), c(SGD.lm.int.dimi[[3]],SGD.lm.int.dimi[[4]]), c( SGD.lm.int[[3]],SGD.lm.int[[4]] ))) int.result[1:6,] <- as.character(round(int.result[1:6,], 2)) int.result[7:8,] <- as.character(round(as.numeric(int.result[7:8,]), 5)) colnames(int.result) <- c("linear Model", "Gradient Descent", "SGD with diminishing stepsize", "SGD with fixed stepsize") rownames(int.result)[7:8] <- c("R2 Train", "R2 Test") knitr::kable(int.result[7:8, ], align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F)
/code/homework2.r
no_license
cassiemeow/STA243-HW2
R
false
false
11,750
r
fancy <- read.csv("../data/fancyhouse.csv") house <- read.csv("../data/housingprice.csv") train <- read.csv("../data/train.data.csv") test <- read.csv("../data/test.data.csv") library(kableExtra) library(dplyr) library(ggplot2) options(digits=6) ### (a) # R2 indicates the percentage of the variance in the dependent variable that the independent variables explain collectively. train.house <- lm(price ~ bedrooms+bathrooms+sqft_living+sqft_lot, data = train) # summary(train.house)$r.squared # 0.5101139 train.X <- as.matrix(cbind(rep(1, nrow(train)), apply(train[,5:8],2,scale))) train.y <- as.matrix(train[,4]) fit <- lm(train.y ~ train.X[,-1]) test.X <- as.matrix(cbind(rep(1, nrow(test)), apply(test[,5:8],2,scale))) test.y <- as.matrix(test[,4]) pred.y <- test.X %*% matrix(fit$coefficients, ncol = 1, nrow = ncol(test.X)) # function to calculate R-square rsquare <- function(obs, fitted) { r2 = 1 - (sum((obs-fitted)^2)) / (sum((obs-mean(obs))^2)) return(r2) } train.r2 <- rsquare(train$price, fit$fitted.values) # 0.5101139 test.r2 <- rsquare(test.y, pred.y) # 0.5049332 out <- cbind(train.r2, test.r2) %>% as.data.frame() colnames(out) <- c("Training Data", "Test Data") rownames(out) <- "R-square Value" knitr::kable(out, align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F) ### (b) fit.house <- lm(price ~ bedrooms+bathrooms+sqft_living+sqft_lot, data = house) pred <- predict(fit.house, fancy) # 15,390,168 out <- cbind("15,390,168", "127,000,000") %>% as.data.frame() colnames(out) <- c("Predicted Value", "Real Value") rownames(out) <- "Bill Gate's House" knitr::kable(out, align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F) ### (c) train.house.2 <- lm(price ~ sqft_living+sqft_lot+bedrooms*bathrooms, data = train) summary(train.house.2) fit.2 <- lm(train.y ~ train.X[,2]*train.X[,3]+train.X[,4]+train.X[,5]) test.X.2 <- as.matrix(cbind(test.X, test.X[,2]*test.X[,3])) pred.y.2 <- test.X.2 %*% matrix(fit.2$coefficients, ncol = 1, nrow = ncol(test.X.2)) train.r2.2 <- rsquare(train$price, fit.2$fitted.values) # 0.5173533 test.r2.2 <- rsquare(test.y, pred.y.2) # 0.5105277 out <- cbind(train.r2.2, test.r2.2) %>% as.data.frame() colnames(out) <- c("Training Data", "Test Data") rownames(out) <- "R-square Value" knitr::kable(out, align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F) ### (d) #check global variable in function checkStrict <- function(f, silent=FALSE) { vars <- codetools::findGlobals(f) found <- !vapply(vars, exists, logical(1), envir=as.environment(2)) if (!silent && any(found)) { warning("global variables used: ", paste(names(found)[found], collapse=', ')) return(invisible(FALSE)) } !any(found) } ##################### For linear model fit with no interaction term: dat.lm <- train[,c(5:8,4)] dat.lm.scale <- scale(dat.lm) y <- dat.lm.scale[,ncol(dat.lm.scale)] X <- cbind(1, dat.lm.scale[,-ncol(dat.lm.scale)]) theta_opt_lm <- summary(lm(y ~ X[,2]+X[,3]+X[,4]+X[,5]))$coefficients[,1] dat.lm.test <- test[,c(5:8,4)] ##################### For linear model fit with interaction term: dat.lm.int <- cbind(train[c(5:8)], train[5]*train[6], train[4]) colnames(dat.lm.int) <- c("bedrooms", "bathrooms", "sqft_living","sqft_lot", "interaction", "price") dat.lm.int.scale <- scale(dat.lm.int) y <- dat.lm.int.scale[,ncol(dat.lm.int.scale)] X <- cbind(1, dat.lm.int.scale[,-ncol(dat.lm.int.scale)]) dat.lm.int.test <- cbind(test[c(5:8)], test[5]*test[6], test[4]) colnames(dat.lm.int.test) <- c("bedrooms", "bathrooms", "sqft_living","sqft_lot", "interaction", "price") dat.lm.int.scale.test <- scale(dat.lm.int.test) y.test <- dat.lm.int.scale.test[,ncol(dat.lm.int.scale.test)] X.test <- cbind(1, dat.lm.int.scale.test[,-ncol(dat.lm.int.scale.test)]) theta_opt_lm.int <- summary(lm(y ~ X[,2]+X[,3]+X[,4]+X[,5]+X[,6]))$coefficients[,1] ##################### Create a Gradient Descent Function: gda <- function(data, eps = 0.001, max.iter = 50, standardize = T, seed=123, optimal.theta) { set.seed(seed) #scaling data data <- as.matrix(data) p <- ncol(data) n <- nrow(data) mean.x <- apply(data[,-p], 2, mean) sd.x <- apply(data[,-p], 2, sd) mean.y <- mean(data[,p]) sd.y <- sd(data[,p]) if(standardize) {data <- scale(data)} # scale data if required #predictor and response X <- data[,-p] y <- data[,p] #starting values of theta theta <- matrix(runif(n = p-1), ncol = p-1, nrow=1) theta.new <- theta ###gradient descent### #tuning parameter eigen <- eigen(t(X) %*% X, only.values = TRUE) stepsize <- 2 / (eigen$values[1] + eigen$values[p-1]) #iteration step <- 1 while ( step <= max.iter & norm(optimal.theta - theta) > eps ) { theta <- theta.new res <- (X %*% t(theta)) - y gradient <- t(res) %*% X theta.new <- theta - gradient * stepsize step <- step + 1 # print(norm(optimal.theta - theta)) } beta <- sd.y * theta[2:p-1] / sd.x intercept <- -sd.y*sum(theta[2:p-1] * mean.x/sd.x) + mean.y result <- c("Intercept"=intercept, beta) return(list(result,theta)) } GD.out <- gda(train[,c(5:8,4)], standardize = TRUE, optimal.theta = theta_opt_lm[2:5]) GD.out.int <- gda(dat.lm.int, standardize = TRUE, optimal.theta = theta_opt_lm.int[2:6], max.iter = 500) ## R-square for training data get.r2 <- function (train = train[,c(5:8,4)], test = test[,c(5:8,4)], SGD_result) { p <- ncol(train) ## R-square for training data X.prep <- scale(train) X <- X.prep[,-ncol(X.prep)] pred.y <- X %*% t(SGD_result) r2.train <- rsquare(X.prep[,p], pred.y) ## R-square for test data X.prep <- scale(test) X <- X.prep[,-ncol(X.prep)] pred.y <- X %*% t(SGD_result) r2.test <- rsquare(X.prep[,p], pred.y) return(c(r2.train,r2.test)) } r2.lm <- get.r2(train[,c(5:8,4)], test[,c(5:8,4)], SGD_result = GD.out[[2]]) r2.lm.int <- get.r2(dat.lm.int, dat.lm.int.test, SGD_result =GD.out.int[[2]]) noint.result <- cbind(c(train.r2, test.r2) ,r2.lm) colnames(noint.result) <- c("lm fit", "Gradient Descent") rownames(noint.result) <- c("Training data", "test data") knitr::kable(noint.result, align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F) int.result <- cbind(c(train.r2, test.r2) ,r2.lm.int) colnames(int.result) <- c("lm fit", "Gradient Descent") rownames(int.result) <- c("Training data", "test data") knitr::kable(int.result, align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F) sgda <- function(data, data_test, max.iter = 30, stepsize = 5, diminish = TRUE, standardize = T, seed=123) { set.seed(seed) #scaling data data <- as.matrix(data) data_test <- as.matrix(data_test) p <- ncol(data) n <- nrow(data) mean.x <- apply(data[,-p], 2, mean) sd.x <- apply(data[,-p], 2, sd) mean.y <- mean(data[,p]) sd.y <- sd(data[,p]) if (standardize) { data <- scale(data) data_test <- scale(data_test) } # scale data if required #predictor and response X <- data[,-p] y <- data[,p] #test data X.test <- data_test[, -p] y.test <- data_test[,p] #starting values of theta theta <- matrix(runif(n = p-1), ncol = p-1, nrow = 1) train.loss <- norm(y - X %*% t(theta), "2") test.loss <- norm(y.test - X.test %*% t(theta), "2") #iteration j <- 0 ref <- 1 stochastic.list <- sample(1:n, n) while ( j <= max.iter ) { j <- j + 1 if(diminish){ eta <- stepsize / (j + 1) }else{ eta <- stepsize } X.new <- X[stochastic.list[j],] %>% as.matrix() res <- ( t(X.new) %*% t(theta) ) - y[stochastic.list[j]] gradient <- t(res) %*% t(X.new) theta <- theta - gradient * eta ref <- norm(gradient,"2") train.loss <- c(train.loss, norm(y - X %*% t(theta), "2") ) test.loss <- c(test.loss, norm(y.test - X.test%*%t(theta), "2") ) # print(eta) # print(norm(optimal - theta)) } color <- c("train.loss" = "black", "test.loss" = "red") gg <- ggplot() + geom_point(aes(x = 1:length(test.loss), y = test.loss, color = "test.loss"), size = 0.5) + geom_line(aes(x = 1:length(test.loss), y = test.loss, color = "test.loss"), size = 0.5) + geom_point(aes(x = 1:length(train.loss), y = train.loss, color = "train.loss"), size = 0.5) + geom_line(aes(x = 1:length(train.loss),y = train.loss, color = "train.loss"), size = 0.5) + xlab("iteration") + ylab("L2 Loss") + labs(title = "Loss function ", color = "Legend") + theme(plot.title = element_text(hjust = 0.5, size = 20)) + scale_color_manual(values = color) show(gg) #print(paste0("Rsquare for training data is ", rsquare(y, X%*%t(theta)))) #print(paste0("Rsquare for test data is ", rsquare(y.test, X.test %*% t(theta)))) beta <- sd.y * theta[2:p-1] / sd.x intercept <- -sd.y*sum(theta[2:p-1] * mean.x/sd.x) + mean.y result <- c("Intercept"=intercept, beta) return(list("original beta"=result, "scaled beta"=theta, "R2 train"=rsquare(y, X%*%t(theta)), "R2 test"= rsquare(y.test, X.test %*% t(theta)) )) } ##### NO interaction #fix stepsize SGD.lm.dimi <- sgda(dat.lm, dat.lm.test, standardize = T, stepsize = 2, diminish = TRUE, max.iter = 2000) # 0.505301, 0.500935 #diminish stepsize SGD.lm <- sgda(dat.lm, dat.lm.test, standardize = T, stepsize = 0.02, diminish = FALSE, max.iter = 1600) # 0.503264, 0.498047 ##### interaction # SGD.out <- sgda(train[,c(5:8,4)], standardize = T, stepsize = 1, max.iter = 1000) #fix stepsize SGD.lm.int.dimi <- sgda(dat.lm.int, dat.lm.int.test, standardize = T, stepsize = 2, diminish = TRUE, max.iter = 2000) #Rsquare 0.514392 / 0.50883 SGD.lm.int <- sgda(dat.lm.int, dat.lm.int.test, standardize = T, stepsize = 0.02, diminish = FALSE, max.iter = 520) #Rsquare 0.498575 / 0.494554 ## make a table for comparison - no interaction noint.result <- rbind(cbind(summary(train.house)$coefficients[,1], GD.out[[1]],SGD.lm.dimi[[1]],SGD.lm[[1]]), cbind(c(train.r2, test.r2), c(r2.lm[1],r2.lm[2]), c(SGD.lm.dimi[[3]],SGD.lm.dimi[[4]]), c( SGD.lm[[3]],SGD.lm[[4]] ))) noint.result[1:5,] <- as.character(round(noint.result[1:5,], 2)) noint.result[6:7,] <- as.character(round(as.numeric(noint.result[6:7,]), 5)) colnames(noint.result) <- c("linear Model", "Gradient Descent", "SGD with diminishing stepsize", "SGD with fixed stepsize") rownames(noint.result)[6:7] <- c("R2 Train", "R2 Test") knitr::kable(noint.result[6:7,], align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F) ## make a table for comparison - no interaction int.result <- rbind(cbind(summary(train.house.2)$coefficients[,1], GD.out.int[[1]], SGD.lm.int.dimi[[1]], SGD.lm.int[[1]]), cbind(c(train.r2.2, test.r2.2), c(r2.lm.int[1],r2.lm.int[2]), c(SGD.lm.int.dimi[[3]],SGD.lm.int.dimi[[4]]), c( SGD.lm.int[[3]],SGD.lm.int[[4]] ))) int.result[1:6,] <- as.character(round(int.result[1:6,], 2)) int.result[7:8,] <- as.character(round(as.numeric(int.result[7:8,]), 5)) colnames(int.result) <- c("linear Model", "Gradient Descent", "SGD with diminishing stepsize", "SGD with fixed stepsize") rownames(int.result)[7:8] <- c("R2 Train", "R2 Test") knitr::kable(int.result[7:8, ], align = "c") %>% kable_styling(bootstrap_options = "striped", full_width = F)
library(pdftools) library(stringr) library(plotly) # Get current time for later use currenttime <- as.POSIXct(Sys.time(), tz=Sys.timezone()) attributes(currenttime)$tzone <- "Asia/Hong_Kong" currenttimetext <- paste("最後更新於香港時間 ", format(currenttime, "%Y-%m-%d %H:%M"), sep="") # download latest data file download.file("https://www.chp.gov.hk/files/pdf/building_list_eng_20201218.pdf", "../00_original/building_list_eng_20201218.pdf") # remember to manually check if this is the correct separator # "List of buildings with confirmed / probable cases visited from 2 days before onset" # read in all pdf names pdflist <- dir(path="../00_original/", pattern=".pdf") ################################### # preparation for info extraction # ################################### # read in hk district district <- read.csv("../00_original/district-population.csv") # set up empty df for 2-week numbers master2wk <- data.frame(district_en = NULL, day = NULL, case = NULL) ########################## # actual info extraction # ########################## # from building_list_eng_20200123_184843.pdf == pdflist[1] # to building_list_eng_20200212_202406.pdf == pdflist[18] for (i_file in 1:18){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } table(master2wk$day) # from building_list_eng_20200213_000000.pdf == pdflist[19] # to building_list_eng_20200216_220021.pdf == pdflist[22] # need to remove all text after # "\n List of non-residential building with 2 or more confirmed cases of novel coronavirus infection\n" for (i_file in 19:22){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table temptext <- gsub("\n List of non-residential building with 2 or more confirmed cases of novel coronavirus infection\n.*", "", temptext) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # only on building_list_eng_20200217_231207.pdf == pdflist[23] targetfile <- paste("../00_original/", pdflist[23], sep="") temptext <- pdf_text(targetfile) temptext <- temptext[1:grep("List of non-residential buildings with confirmed cases visited after onset of symptoms", temptext)-1] tempdate <- stringr::str_extract(pdflist[23], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } # from building_list_eng_20200218_215230.pdf == pdflist[24] # to building_list_eng_20200219_173655.pdf == pdflist[25] for (i_file in 24:25){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table temptext <- temptext[1:grep("List of buildings with confirmed cases visited after onset of symptoms or", temptext)-1] # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # from building_list_eng_20200220_224016.pdf == pdflist[26] # to building_list_eng_20200221_213153.pdf == pdflist[27] for (i_file in 26:27){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table temptext <- temptext[1:grep("List of buildings with probable/confirmed cases visited after onset of symptoms", temptext)-1] # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # for building_list_eng_20200222_000000.pdf == pdflist[28] targetfile <- paste("../00_original/", pdflist[28], sep="") temptext <- pdf_text(targetfile) temptext <- temptext[1:grep("List of buildings with probable/confirmed cases visited from 2 days before onset of symptoms", temptext)-1] tempdate <- stringr::str_extract(pdflist[28], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } # List of buildings with confirmed cases visited from 2 days before onset of symptoms # building_list_eng_20200223_225143.pdf == pdflist[29] # building_list_eng_20200310_225716.pdf == pdflist[45] for (i_file in 29:45){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table # step 1, remove pages after the beginning of the table # step 2, remove text after the title of the irrelevant table temptext <- temptext[1:grep("List of buildings with confirmed cases visited from 2 days before onset of symptoms", temptext)] temptext <- gsub("List of buildings with confirmed cases visited from 2 days before onset of symptoms.*", "", temptext) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # List of buildings with confirmed / probable cases visited from 2 days # from building_list_eng_20200311_223130.pdf == pdflist[46] # to building_list_eng_20200326_000000.pdf == pdflist[61] for (i_file in 46:61){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table temptext <- temptext[1:grep("List of buildings with confirmed / probable cases visited from 2 days", temptext)-1] # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # "List of buildings with confirmed / probable cases visited" # from building_list_eng_20200327_234929.pdf == pdflist[62] # to building_list_eng_20200425_000000.pdf == pdflist[91] for (i_file in 62:91){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table temptext <- temptext[1:grep("List of buildings with confirmed / probable cases visited", temptext)-1] # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # "List of buildings visited by confirmed / probable cases" # from building_list_eng_20200426_000000.pdf == pdflist[92] # to building_list_eng_20200428.pdf == pdflist[94] for (i_file in 92:94){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table # step 1, remove pages after the beginning of the table # step 2, remove text after the title of the irrelevant table temptext <- temptext[1:grep("List of buildings visited by confirmed / probable cases", temptext)] temptext <- gsub("List of buildings visited by confirmed / probable cases.*", "", temptext) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # "List of Buildings Visited by Confirmed / Probable Cases" # from building_list_eng_20200429.pdf == pdflist[95] # to building_list_eng_20200707.pdf == pdflist[164] for (i_file in 95:164){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table # step 1, remove pages after the beginning of the table # step 2, remove text after the title of the irrelevant table temptext <- temptext[1:grep("List of Buildings Visited by Confirmed / Probable Cases", temptext)] temptext <- gsub("List of Buildings Visited by Confirmed / Probable Cases.*", "", temptext) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # "List of buildings with confirmed / probable cases visited from 2 days" # from building_list_eng_20200708.pdf == pdflist[165] # to building_list_eng_20200829.pdf == pdflist[217] for (i_file in 165:217){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table # step 1, remove pages after the beginning of the table # step 2, remove text after the title of the irrelevant table temptext <- temptext[1:grep("List of buildings with confirmed / probable cases visited from 2 days", temptext)] temptext <- gsub("List of buildings with confirmed / probable cases visited from 2 days.*", "", temptext) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # "List of buildings with confirmed / probable cases visited from 2 days before onset" # from building_list_eng_20200830.pdf == pdflist[218] # to current for (i_file in 218:length(pdflist)){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table # step 1, remove pages after the beginning of the table # step 2, remove text after the title of the irrelevant table temptext <- temptext[1:grep("List of buildings with confirmed / probable cases visited from 2 days before onset", temptext)] temptext <- gsub("List of buildings with confirmed / probable cases visited from 2 days before onset.*", "", temptext) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } ############################# # done with data extraction # ############################# write.csv(master2wk, "hk-covid19-2wk.csv", row.names=F) ################################### # data wrangle / summary for plot # ################################### master2wk$case <- as.numeric(as.character(master2wk$case)) master2wk$day <- as.Date(master2wk$day) masterday <- master2wk masterday$case <- round(masterday$case/14, 3) masterday <- merge(masterday, district, by="district_en", all.x=T) masterday$case100k <- round(masterday$case / masterday$pop*100000, 2) # aesthetics masterday <- masterday[order(masterday$day, masterday$district_en), ] masterday <- masterday[, c(1, 4, 5, 2, 3, 6)] day_earliest <- min(masterday$day) day_latest <- max(masterday$day) # find latest PDF name # extract data for map pdflist[length(pdflist)] latestdate <- stringr::str_extract(pdflist[length(pdflist)], "2020[0-9]+") latestdate <- format(as.Date(latestdate, "%Y%m%d")) master2wk_latest <- subset(master2wk, master2wk$day == latestdate) master2wk_latest <- merge(master2wk_latest, district, by="district_en") master2wk_latest$case100k <- round(master2wk_latest$case / master2wk_latest$pop * 100000, 3) master2wk_latest$day <- NULL master2wk_latest$district_ch <- NULL master2wk_latest$pop <- NULL names(master2wk_latest) <- c("District", "case", "case100k") head(masterday) ######### # plots # ######### fig_day <- plot_ly() %>% add_trace(data=masterday, type="scatter", mode="lines", x=~day, y=~case, color=~district_ch) %>% layout(title=list(text="14日平均每日新增新型肺炎個案", y=0.99), xaxis=list(title="日期", range=c(day_earliest-1, day_latest +1)), yaxis=list(title="14日平均新增新型肺炎個案"), legend=list(x=0.025, y=0.975)) fig_100k <- plot_ly() %>% add_trace(data=masterday, type="scatter", mode="lines", x=~day, y=~case100k, color=~district_ch) %>% layout(title=list(text="14日平均每日每十萬人新增新型肺炎個案", y=0.99), xaxis=list(title="日期", range=c(day_earliest-1, day_latest +1)), yaxis=list(title="14日平均每十萬人新增新型肺炎個案"), legend=list(x=0.025, y=0.975)) ####### # map # ####### library(sf) library(leaflet) # read, then merge with numbers districtmap <- st_read("../00_original/hksar_18_district_boundary.json") districtmap <- merge(districtmap, master2wk_latest, by="District") # cf https://rstudio.github.io/leaflet/choropleths.html bins_raw <- c(0, 1, 2, 5, 10, 15, 70, 100, Inf) palette_raw <- colorBin("Reds", domain=districtmap$case, bins=bins_raw) label_raw <- sprintf("<strong>%s</strong><br/>過去14日有 %g 宗確診或疑似個案", districtmap$地區, districtmap$case) %>% lapply(htmltools::HTML) map_raw <- leaflet() %>% setView(114.167265, 22.360296, zoom=10) %>% addPolygons(data=districtmap, color="black", weight=2, dashArray="3", fillColor=~palette_raw(case), fillOpacity=0.7, highlight=highlightOptions(weight=5, dashArray = "", bringToFront = TRUE), label=label_raw) %>% addProviderTiles(providers$Esri.WorldTopoMap) bins_100k <- c(0, 1, 2.5, 5, 10, 25, Inf) palette_100k <- colorBin("Reds", domain=districtmap$case100k, bins=bins_100k) label_100k <- sprintf("<strong>%s</strong><br/>過去14日,每十萬人有 %g 宗確診或疑似個案", districtmap$地區, districtmap$case100k) %>% lapply(htmltools::HTML) map_100k <- leaflet() %>% setView(114.167265, 22.360296, zoom=10) %>% addPolygons(data=districtmap, color="black", weight=2, dashArray="3", fillColor=~palette_100k(case100k), fillOpacity=0.7, highlight=highlightOptions(weight=5, dashArray = "", bringToFront = TRUE), label=label_100k) %>% addProviderTiles(providers$Esri.WorldTopoMap) ################## # Make dashboard # ################## # make dashboard, copy to root directory rmarkdown::render(input = "index.Rmd") file.copy("index.html", "../docs/", overwrite=T)
/2020-12-18/analysis.R
no_license
tszhim-tsui/2020-hk-covid19
R
false
false
27,307
r
library(pdftools) library(stringr) library(plotly) # Get current time for later use currenttime <- as.POSIXct(Sys.time(), tz=Sys.timezone()) attributes(currenttime)$tzone <- "Asia/Hong_Kong" currenttimetext <- paste("最後更新於香港時間 ", format(currenttime, "%Y-%m-%d %H:%M"), sep="") # download latest data file download.file("https://www.chp.gov.hk/files/pdf/building_list_eng_20201218.pdf", "../00_original/building_list_eng_20201218.pdf") # remember to manually check if this is the correct separator # "List of buildings with confirmed / probable cases visited from 2 days before onset" # read in all pdf names pdflist <- dir(path="../00_original/", pattern=".pdf") ################################### # preparation for info extraction # ################################### # read in hk district district <- read.csv("../00_original/district-population.csv") # set up empty df for 2-week numbers master2wk <- data.frame(district_en = NULL, day = NULL, case = NULL) ########################## # actual info extraction # ########################## # from building_list_eng_20200123_184843.pdf == pdflist[1] # to building_list_eng_20200212_202406.pdf == pdflist[18] for (i_file in 1:18){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } table(master2wk$day) # from building_list_eng_20200213_000000.pdf == pdflist[19] # to building_list_eng_20200216_220021.pdf == pdflist[22] # need to remove all text after # "\n List of non-residential building with 2 or more confirmed cases of novel coronavirus infection\n" for (i_file in 19:22){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table temptext <- gsub("\n List of non-residential building with 2 or more confirmed cases of novel coronavirus infection\n.*", "", temptext) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # only on building_list_eng_20200217_231207.pdf == pdflist[23] targetfile <- paste("../00_original/", pdflist[23], sep="") temptext <- pdf_text(targetfile) temptext <- temptext[1:grep("List of non-residential buildings with confirmed cases visited after onset of symptoms", temptext)-1] tempdate <- stringr::str_extract(pdflist[23], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } # from building_list_eng_20200218_215230.pdf == pdflist[24] # to building_list_eng_20200219_173655.pdf == pdflist[25] for (i_file in 24:25){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table temptext <- temptext[1:grep("List of buildings with confirmed cases visited after onset of symptoms or", temptext)-1] # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # from building_list_eng_20200220_224016.pdf == pdflist[26] # to building_list_eng_20200221_213153.pdf == pdflist[27] for (i_file in 26:27){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table temptext <- temptext[1:grep("List of buildings with probable/confirmed cases visited after onset of symptoms", temptext)-1] # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # for building_list_eng_20200222_000000.pdf == pdflist[28] targetfile <- paste("../00_original/", pdflist[28], sep="") temptext <- pdf_text(targetfile) temptext <- temptext[1:grep("List of buildings with probable/confirmed cases visited from 2 days before onset of symptoms", temptext)-1] tempdate <- stringr::str_extract(pdflist[28], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } # List of buildings with confirmed cases visited from 2 days before onset of symptoms # building_list_eng_20200223_225143.pdf == pdflist[29] # building_list_eng_20200310_225716.pdf == pdflist[45] for (i_file in 29:45){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table # step 1, remove pages after the beginning of the table # step 2, remove text after the title of the irrelevant table temptext <- temptext[1:grep("List of buildings with confirmed cases visited from 2 days before onset of symptoms", temptext)] temptext <- gsub("List of buildings with confirmed cases visited from 2 days before onset of symptoms.*", "", temptext) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # List of buildings with confirmed / probable cases visited from 2 days # from building_list_eng_20200311_223130.pdf == pdflist[46] # to building_list_eng_20200326_000000.pdf == pdflist[61] for (i_file in 46:61){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table temptext <- temptext[1:grep("List of buildings with confirmed / probable cases visited from 2 days", temptext)-1] # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # "List of buildings with confirmed / probable cases visited" # from building_list_eng_20200327_234929.pdf == pdflist[62] # to building_list_eng_20200425_000000.pdf == pdflist[91] for (i_file in 62:91){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table temptext <- temptext[1:grep("List of buildings with confirmed / probable cases visited", temptext)-1] # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # "List of buildings visited by confirmed / probable cases" # from building_list_eng_20200426_000000.pdf == pdflist[92] # to building_list_eng_20200428.pdf == pdflist[94] for (i_file in 92:94){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table # step 1, remove pages after the beginning of the table # step 2, remove text after the title of the irrelevant table temptext <- temptext[1:grep("List of buildings visited by confirmed / probable cases", temptext)] temptext <- gsub("List of buildings visited by confirmed / probable cases.*", "", temptext) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # "List of Buildings Visited by Confirmed / Probable Cases" # from building_list_eng_20200429.pdf == pdflist[95] # to building_list_eng_20200707.pdf == pdflist[164] for (i_file in 95:164){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table # step 1, remove pages after the beginning of the table # step 2, remove text after the title of the irrelevant table temptext <- temptext[1:grep("List of Buildings Visited by Confirmed / Probable Cases", temptext)] temptext <- gsub("List of Buildings Visited by Confirmed / Probable Cases.*", "", temptext) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # "List of buildings with confirmed / probable cases visited from 2 days" # from building_list_eng_20200708.pdf == pdflist[165] # to building_list_eng_20200829.pdf == pdflist[217] for (i_file in 165:217){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table # step 1, remove pages after the beginning of the table # step 2, remove text after the title of the irrelevant table temptext <- temptext[1:grep("List of buildings with confirmed / probable cases visited from 2 days", temptext)] temptext <- gsub("List of buildings with confirmed / probable cases visited from 2 days.*", "", temptext) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } # "List of buildings with confirmed / probable cases visited from 2 days before onset" # from building_list_eng_20200830.pdf == pdflist[218] # to current for (i_file in 218:length(pdflist)){ # loop through each target file, also retrive date from file name targetfile <- paste("../00_original/", pdflist[i_file], sep="") temptext <- pdf_text(targetfile) tempdate <- stringr::str_extract(pdflist[i_file], "2020[0-9]+") tempdate <- format(as.Date(tempdate, "%Y%m%d")) # remove text from second, irrelevant table # step 1, remove pages after the beginning of the table # step 2, remove text after the title of the irrelevant table temptext <- temptext[1:grep("List of buildings with confirmed / probable cases visited from 2 days before onset", temptext)] temptext <- gsub("List of buildings with confirmed / probable cases visited from 2 days before onset.*", "", temptext) # loop through each district for (i_district in 1:dim(district)[1]){ # since districts in PDF always appear after a line break # set up regex pattern to match if (district$district_en[i_district] == "Sha Tin"){ targetdistrict <- paste("\\\n[ ]*", "(Shatin|Sha Tin)", sep="") } else if (district$district_en[i_district] == "Central & Western") { targetdistrict <- paste("\\\n[ ]*", "(Central|Central & Western)", sep="") } else { targetdistrict <- paste("\\\n[ ]*", district$district_en[i_district], sep="") } # grep all matches, then unlist to get matching locations tempcount <- gregexpr(targetdistrict, temptext) tempcount <- unlist(tempcount) # note non-matches are -1 # get num of district's cases numofcase <- sum(tempcount!=-1) # cbind required information, then rbind it to the df master2wk temprow <- cbind(district_en = as.character(district$district_en[i_district]), day = tempdate, case = numofcase) master2wk <- rbind(master2wk, temprow) } } ############################# # done with data extraction # ############################# write.csv(master2wk, "hk-covid19-2wk.csv", row.names=F) ################################### # data wrangle / summary for plot # ################################### master2wk$case <- as.numeric(as.character(master2wk$case)) master2wk$day <- as.Date(master2wk$day) masterday <- master2wk masterday$case <- round(masterday$case/14, 3) masterday <- merge(masterday, district, by="district_en", all.x=T) masterday$case100k <- round(masterday$case / masterday$pop*100000, 2) # aesthetics masterday <- masterday[order(masterday$day, masterday$district_en), ] masterday <- masterday[, c(1, 4, 5, 2, 3, 6)] day_earliest <- min(masterday$day) day_latest <- max(masterday$day) # find latest PDF name # extract data for map pdflist[length(pdflist)] latestdate <- stringr::str_extract(pdflist[length(pdflist)], "2020[0-9]+") latestdate <- format(as.Date(latestdate, "%Y%m%d")) master2wk_latest <- subset(master2wk, master2wk$day == latestdate) master2wk_latest <- merge(master2wk_latest, district, by="district_en") master2wk_latest$case100k <- round(master2wk_latest$case / master2wk_latest$pop * 100000, 3) master2wk_latest$day <- NULL master2wk_latest$district_ch <- NULL master2wk_latest$pop <- NULL names(master2wk_latest) <- c("District", "case", "case100k") head(masterday) ######### # plots # ######### fig_day <- plot_ly() %>% add_trace(data=masterday, type="scatter", mode="lines", x=~day, y=~case, color=~district_ch) %>% layout(title=list(text="14日平均每日新增新型肺炎個案", y=0.99), xaxis=list(title="日期", range=c(day_earliest-1, day_latest +1)), yaxis=list(title="14日平均新增新型肺炎個案"), legend=list(x=0.025, y=0.975)) fig_100k <- plot_ly() %>% add_trace(data=masterday, type="scatter", mode="lines", x=~day, y=~case100k, color=~district_ch) %>% layout(title=list(text="14日平均每日每十萬人新增新型肺炎個案", y=0.99), xaxis=list(title="日期", range=c(day_earliest-1, day_latest +1)), yaxis=list(title="14日平均每十萬人新增新型肺炎個案"), legend=list(x=0.025, y=0.975)) ####### # map # ####### library(sf) library(leaflet) # read, then merge with numbers districtmap <- st_read("../00_original/hksar_18_district_boundary.json") districtmap <- merge(districtmap, master2wk_latest, by="District") # cf https://rstudio.github.io/leaflet/choropleths.html bins_raw <- c(0, 1, 2, 5, 10, 15, 70, 100, Inf) palette_raw <- colorBin("Reds", domain=districtmap$case, bins=bins_raw) label_raw <- sprintf("<strong>%s</strong><br/>過去14日有 %g 宗確診或疑似個案", districtmap$地區, districtmap$case) %>% lapply(htmltools::HTML) map_raw <- leaflet() %>% setView(114.167265, 22.360296, zoom=10) %>% addPolygons(data=districtmap, color="black", weight=2, dashArray="3", fillColor=~palette_raw(case), fillOpacity=0.7, highlight=highlightOptions(weight=5, dashArray = "", bringToFront = TRUE), label=label_raw) %>% addProviderTiles(providers$Esri.WorldTopoMap) bins_100k <- c(0, 1, 2.5, 5, 10, 25, Inf) palette_100k <- colorBin("Reds", domain=districtmap$case100k, bins=bins_100k) label_100k <- sprintf("<strong>%s</strong><br/>過去14日,每十萬人有 %g 宗確診或疑似個案", districtmap$地區, districtmap$case100k) %>% lapply(htmltools::HTML) map_100k <- leaflet() %>% setView(114.167265, 22.360296, zoom=10) %>% addPolygons(data=districtmap, color="black", weight=2, dashArray="3", fillColor=~palette_100k(case100k), fillOpacity=0.7, highlight=highlightOptions(weight=5, dashArray = "", bringToFront = TRUE), label=label_100k) %>% addProviderTiles(providers$Esri.WorldTopoMap) ################## # Make dashboard # ################## # make dashboard, copy to root directory rmarkdown::render(input = "index.Rmd") file.copy("index.html", "../docs/", overwrite=T)
# Exercise 2: using `*apply()` functions # Create a *list* of 10 random numbers. Use the `runif()` function to make a # vector of random numbers, then use `as.list()` to convert that to a list rand_list <- as.list(runif(10, 1, 100)) # Use `lapply()` to apply the `round()` function to each number, rounding it to # the nearest 0.1 (one decimal place) lapply(rand_list, round, 1) # Create a variable 'sentence' that contains a sentence of text (something # longish). Make the sentence lowercase; you can use a function to help. sentence <- tolower("My name is Arjun Vaghela and I like pie.") # Use the `strsplit()` function to split the sentence into a vector of letters. # Hint: split on `""` to split every character # Note: this will return a _list_ with 1 element (which is the vector of letters) letters <- strsplit(sentence, "") # Extract the vector of letters from the resulting list letters_extract <- letters[[1]] # Use the `unique()` function to get a vector of unique letters letters_unique <- unique(letters) # Define a function `count_occurrences` that takes in two parameters: a letter # and a vector of letters. The function should return how many times that letter # occurs in the provided vector. # Hint: use a filter operation! count_occurrences <- function(letter, vector_letters) { length(vector_letters[vector_letters == letter]) } # Call your `count_occurrences()` function to see how many times the letter 'e' # is in your sentence. count_occurrences("e", letters_extract) # Use `sapply()` to apply your `count_occurrences()` function to each unique # letter in the vector to determine their frequencies. # Convert the result into a list (using `as.list()`). frequencies <- as.list(sapply(letters_unique, count_occurrences, letters_extract)) # Print the resulting list of frequencies print(frequencies)
/chapter-08-exercises/exercise-2/exercise.R
permissive
info-201a-sp21/exercises-avaghela-1925502
R
false
false
1,852
r
# Exercise 2: using `*apply()` functions # Create a *list* of 10 random numbers. Use the `runif()` function to make a # vector of random numbers, then use `as.list()` to convert that to a list rand_list <- as.list(runif(10, 1, 100)) # Use `lapply()` to apply the `round()` function to each number, rounding it to # the nearest 0.1 (one decimal place) lapply(rand_list, round, 1) # Create a variable 'sentence' that contains a sentence of text (something # longish). Make the sentence lowercase; you can use a function to help. sentence <- tolower("My name is Arjun Vaghela and I like pie.") # Use the `strsplit()` function to split the sentence into a vector of letters. # Hint: split on `""` to split every character # Note: this will return a _list_ with 1 element (which is the vector of letters) letters <- strsplit(sentence, "") # Extract the vector of letters from the resulting list letters_extract <- letters[[1]] # Use the `unique()` function to get a vector of unique letters letters_unique <- unique(letters) # Define a function `count_occurrences` that takes in two parameters: a letter # and a vector of letters. The function should return how many times that letter # occurs in the provided vector. # Hint: use a filter operation! count_occurrences <- function(letter, vector_letters) { length(vector_letters[vector_letters == letter]) } # Call your `count_occurrences()` function to see how many times the letter 'e' # is in your sentence. count_occurrences("e", letters_extract) # Use `sapply()` to apply your `count_occurrences()` function to each unique # letter in the vector to determine their frequencies. # Convert the result into a list (using `as.list()`). frequencies <- as.list(sapply(letters_unique, count_occurrences, letters_extract)) # Print the resulting list of frequencies print(frequencies)
library(foreach) library(caret) partialDependence <- function( object, X, predictor, pred.fun, verbose = T, grid.size=10, grid.window=c(0, 1), sample.rate=1, allow.parallel = T){ if (missing(object)) stop('A model object must be supplied') if (missing(X)) stop('Training data must be supplied') if (missing(predictor)) stop('A target predictor name must be supplied') if (!is.character(predictor) || length(predictor) > 1) stop('Predictor must be a single string') if (missing(pred.fun)) stop('A prediction function must be supplied') if (sample.rate <= 0 || sample.rate > 1) stop('Sample rate must be in (0, 1]') if (verbose) cat(sprintf('PDP: Computing grid points for predictor "%s"\n', predictor)) # Create stratified sample wrt to predictor, if sample.rate present index <- NULL if (sample.rate < 1){ N <- nrow(X) # Stratify predictor values partitions <- createFolds(X[, predictor], k=10, returnTrain=F) # Determine observation sample to use sample.fun <- function(p) sample(p, floor(length(p)*sample.rate), replace=F) index <- unname(unlist(lapply(partitions, sample.fun))) if (any(duplicated(index))) stop('Sampling index includes duplicates? This should not be possible.') # Create sampled predictor data frame X <- X[index, ] if (verbose){ cat(sprintf( "PDP: Original predictor dataset reduced to size %s from %s (at sample rate=%s)\n", nrow(X), N, sample.rate )) } } # Generate predictor value grid to compute PDP for N <- nrow(X) x <- X[, predictor] if (is.factor(x) || length(unique(x)) <= 2){ grid <- unique(x) } else { grid <- as.numeric(x) x.range <- quantile(x, probs=grid.window) grid <- seq(x.range[1], x.range[2], len = grid.size) } # Set number of grid points to compute pdp for n.grid <- length(grid) if (n.grid == 1){ stop(sprintf( 'Predictor "%s" only has one unique value. Partial dependence calculation requires at least 2', predictor )) } if (verbose) { cat(sprintf( "PDP: Computing PDP estimates for %s predictor values\n", n.grid )) } # Determine foreach parallel mode (only use parallel if enabled and multiple backends registered) `%op%` <- if (allow.parallel && getDoParWorkers() > 1) `%dopar%` else `%do%` # Milestone value for progress reporting n.split <- floor(n.grid/10) pdp <- foreach(i=1:n.grid, .combine=rbind) %op% { if (verbose && n.split > 0 && i %% n.split == 0) { cat(sprintf( "PDP: Processing predictor grid point %s of %s (%s%% complete)\n", i, n.grid, round(100*i/n.grid) )) } X[, predictor] <- grid[i] pred.fun(object, X) } rownames(pdp) = grid list(pdp=pdp, grid=grid, index=index, x=x, predictor=predictor) }
/functional/ml/R/partial_dependence.R
no_license
eric-czech/portfolio
R
false
false
2,858
r
library(foreach) library(caret) partialDependence <- function( object, X, predictor, pred.fun, verbose = T, grid.size=10, grid.window=c(0, 1), sample.rate=1, allow.parallel = T){ if (missing(object)) stop('A model object must be supplied') if (missing(X)) stop('Training data must be supplied') if (missing(predictor)) stop('A target predictor name must be supplied') if (!is.character(predictor) || length(predictor) > 1) stop('Predictor must be a single string') if (missing(pred.fun)) stop('A prediction function must be supplied') if (sample.rate <= 0 || sample.rate > 1) stop('Sample rate must be in (0, 1]') if (verbose) cat(sprintf('PDP: Computing grid points for predictor "%s"\n', predictor)) # Create stratified sample wrt to predictor, if sample.rate present index <- NULL if (sample.rate < 1){ N <- nrow(X) # Stratify predictor values partitions <- createFolds(X[, predictor], k=10, returnTrain=F) # Determine observation sample to use sample.fun <- function(p) sample(p, floor(length(p)*sample.rate), replace=F) index <- unname(unlist(lapply(partitions, sample.fun))) if (any(duplicated(index))) stop('Sampling index includes duplicates? This should not be possible.') # Create sampled predictor data frame X <- X[index, ] if (verbose){ cat(sprintf( "PDP: Original predictor dataset reduced to size %s from %s (at sample rate=%s)\n", nrow(X), N, sample.rate )) } } # Generate predictor value grid to compute PDP for N <- nrow(X) x <- X[, predictor] if (is.factor(x) || length(unique(x)) <= 2){ grid <- unique(x) } else { grid <- as.numeric(x) x.range <- quantile(x, probs=grid.window) grid <- seq(x.range[1], x.range[2], len = grid.size) } # Set number of grid points to compute pdp for n.grid <- length(grid) if (n.grid == 1){ stop(sprintf( 'Predictor "%s" only has one unique value. Partial dependence calculation requires at least 2', predictor )) } if (verbose) { cat(sprintf( "PDP: Computing PDP estimates for %s predictor values\n", n.grid )) } # Determine foreach parallel mode (only use parallel if enabled and multiple backends registered) `%op%` <- if (allow.parallel && getDoParWorkers() > 1) `%dopar%` else `%do%` # Milestone value for progress reporting n.split <- floor(n.grid/10) pdp <- foreach(i=1:n.grid, .combine=rbind) %op% { if (verbose && n.split > 0 && i %% n.split == 0) { cat(sprintf( "PDP: Processing predictor grid point %s of %s (%s%% complete)\n", i, n.grid, round(100*i/n.grid) )) } X[, predictor] <- grid[i] pred.fun(object, X) } rownames(pdp) = grid list(pdp=pdp, grid=grid, index=index, x=x, predictor=predictor) }
\name{power.curve} \alias{power.curve} %- Also NEED an '\alias' for EACH other topic documented here. \title{ Generate a power curve } \description{ Generate a power curve either based on Sobel test or bootstrap } \usage{ power.curve(model, nobs=100, method='normal', nrep=1000, nboot=1000, alpha=.95, skewness=NULL, kurtosis=NULL, ovnames=NULL, ci='default', boot.type='default', se="default", estimator="default", parallel="no", ncore=1, interactive=TRUE, ...) } %- maybe also 'usage' for other objects documented here. \arguments{ \item{model}{ A model specified using lavaan notation and above. See \code{\link{model.syntax}} for basic model specification. For the power analysis, the population parameter values should be provided in the following way. For example, the coefficient between math and HE is .39. Then it is specified as start(.39). If the parameter will be referred in the mediation effect, a label should be given as a modifier as b*HE+start(.39)*HE. It also specify the indirect or other composite effects using lavaan notation. model<-' math ~ c*ME+start(0)*ME + b*HE+start(.39)*HE HE ~ a*ME+start(.39)*ME ab := a*b abc := a*b + c ' } \item{method}{Type of confidence intervals based on. Must be "normal", "boot" or "robust", which correspond to the normal, bootstrap or robust Huber-type confidence interval, respectively.} \item{nobs}{ Number of observations for power analysis. It is typically should be a vector for single group analysis. For multiple group analysis, it should be a matrix. } \item{nrep}{ Number of replications for Monte Carlo simulation. At least 1,000 is recommended. } \item{nboot}{Number of bootstraps to conduct.} \item{alpha}{ The alpha level is used to obtain the confidence interval for model parameters. } \item{skewness}{ A vector to give the skewness for the observed variables. } \item{kurtosis}{ A vector to give the kurtosis for the observed variables. } \item{ovnames}{ A vector to give the variable names for the observed variables. This is only needed when the skewness and kurtosis are provided. The skewness, kurtosis and variable names should be in the same order. } \item{se}{ How to calculate the standard error, for example, robust standard error can be specified using se="robust". } \item{estimator}{ Estimation methods to be used here. } \item{parallel}{ Parallel methods, snow or multicore, can be used here. } \item{ncore}{ Number of cores to be used in parallel. By default, the maximum number of cores are used. } \item{ci}{Type of bootstrap confidence intervals. By default, the percentile one is used. To get the bias-corrected one, use ci='BC'} \item{boot.type}{Type of bootstrap method. By default, the nonparametric one is used. Changing it to "BS" to use the Bollen-Stine method.} \item{interactive}{Whether to get the figure interactively.} \item{\dots}{ Other named arguments for lavaan can be passed here. } } \examples{ \dontrun{ ex2model<-' ept ~ start(.4)*hvltt + b*hvltt + start(0)*age + start(0)*edu + start(2)*R hvltt ~ start(-.35)*age + a*age + c*edu + start(.5)*edu R ~ start(-.06)*age + start(.2)*edu R =~ 1*ws + start(.8)*ls + start(.5)*lt age ~~ start(30)*age edu ~~ start(8)*edu age ~~ start(-2.8)*edu hvltt ~~ start(23)*hvltt R ~~ start(14)*R ws ~~ start(3)*ws ls ~~ start(3)*ls lt ~~ start(3)*lt ept ~~ start(3)*ept ind1 := a*b + c*b ' nobs <- seq(100, 2000, by=200) power.curve(model=ex2model, nobs=nobs, method='boot', parallel='multicore', ncore=60, interactive=F) } }
/man/power.curve.Rd
no_license
mingsgen/bmemLavaan
R
false
false
3,621
rd
\name{power.curve} \alias{power.curve} %- Also NEED an '\alias' for EACH other topic documented here. \title{ Generate a power curve } \description{ Generate a power curve either based on Sobel test or bootstrap } \usage{ power.curve(model, nobs=100, method='normal', nrep=1000, nboot=1000, alpha=.95, skewness=NULL, kurtosis=NULL, ovnames=NULL, ci='default', boot.type='default', se="default", estimator="default", parallel="no", ncore=1, interactive=TRUE, ...) } %- maybe also 'usage' for other objects documented here. \arguments{ \item{model}{ A model specified using lavaan notation and above. See \code{\link{model.syntax}} for basic model specification. For the power analysis, the population parameter values should be provided in the following way. For example, the coefficient between math and HE is .39. Then it is specified as start(.39). If the parameter will be referred in the mediation effect, a label should be given as a modifier as b*HE+start(.39)*HE. It also specify the indirect or other composite effects using lavaan notation. model<-' math ~ c*ME+start(0)*ME + b*HE+start(.39)*HE HE ~ a*ME+start(.39)*ME ab := a*b abc := a*b + c ' } \item{method}{Type of confidence intervals based on. Must be "normal", "boot" or "robust", which correspond to the normal, bootstrap or robust Huber-type confidence interval, respectively.} \item{nobs}{ Number of observations for power analysis. It is typically should be a vector for single group analysis. For multiple group analysis, it should be a matrix. } \item{nrep}{ Number of replications for Monte Carlo simulation. At least 1,000 is recommended. } \item{nboot}{Number of bootstraps to conduct.} \item{alpha}{ The alpha level is used to obtain the confidence interval for model parameters. } \item{skewness}{ A vector to give the skewness for the observed variables. } \item{kurtosis}{ A vector to give the kurtosis for the observed variables. } \item{ovnames}{ A vector to give the variable names for the observed variables. This is only needed when the skewness and kurtosis are provided. The skewness, kurtosis and variable names should be in the same order. } \item{se}{ How to calculate the standard error, for example, robust standard error can be specified using se="robust". } \item{estimator}{ Estimation methods to be used here. } \item{parallel}{ Parallel methods, snow or multicore, can be used here. } \item{ncore}{ Number of cores to be used in parallel. By default, the maximum number of cores are used. } \item{ci}{Type of bootstrap confidence intervals. By default, the percentile one is used. To get the bias-corrected one, use ci='BC'} \item{boot.type}{Type of bootstrap method. By default, the nonparametric one is used. Changing it to "BS" to use the Bollen-Stine method.} \item{interactive}{Whether to get the figure interactively.} \item{\dots}{ Other named arguments for lavaan can be passed here. } } \examples{ \dontrun{ ex2model<-' ept ~ start(.4)*hvltt + b*hvltt + start(0)*age + start(0)*edu + start(2)*R hvltt ~ start(-.35)*age + a*age + c*edu + start(.5)*edu R ~ start(-.06)*age + start(.2)*edu R =~ 1*ws + start(.8)*ls + start(.5)*lt age ~~ start(30)*age edu ~~ start(8)*edu age ~~ start(-2.8)*edu hvltt ~~ start(23)*hvltt R ~~ start(14)*R ws ~~ start(3)*ws ls ~~ start(3)*ls lt ~~ start(3)*lt ept ~~ start(3)*ept ind1 := a*b + c*b ' nobs <- seq(100, 2000, by=200) power.curve(model=ex2model, nobs=nobs, method='boot', parallel='multicore', ncore=60, interactive=F) } }
library(ISLR) library(boot) library(dplyr) plot(mpg ~ horsepower,data = ISLR::Auto) nrow(ISLR::Auto) == 392 set.seed(123) vct_random_row <- sample(nrow(ISLR::Auto)) # ========CROSS VALIDATION BASIC PROCESS =============== # split into test and training.....set parameters on training # then see how they go on test....... # K-FOLD 5 splits up into 5 groups....the test statistic # is averaged.....for the 5 folds........ # Set Polynomial = n run this over Kfolds store K test statistics # Set Polynomial = n + 1 run this over Kfolds.... # The total number of test statistics is Number of Polynomials * Number Folds # ============= K fold cross validation ================= # folds <- cut(seq(1,nrow(ISLR::Auto)),breaks=10,labels=FALSE) # Schau dir das an 1,1,1,1...2,2,2,....3,3,3,3 ..... 10 vct_folds <- cut(1:nrow(ISLR::Auto), breaks = 10, labels = FALSE) table(vct_folds) # Matrixvorbereitung mat_result <- matrix(rep(NA, 10 * 10), nrow = 10, ncol = 10) rownames(mat_result) <- paste0("poly_", 1:10) colnames(mat_result) <- paste0("cv_", 1:10) for (int_degree in 1:10) { for(int_k_fold in 1:10) { # row numbers for test set vct_test <- vct_random_row[vct_folds == int_k_fold] # test is about 40 rows df_test <- ISLR::Auto[vct_test, ] # train is about 352 rows df_train <- ISLR::Auto[-vct_test,] # fit model to training set - using n degree polynomial model_fit_train <- lm(mpg ~ poly(horsepower, int_degree), data = df_train) # make predictions on the test set prediction is mpg vct_predict <- predict(model_fit_train, df_test) # calculate mean squared error flt_mse_test <- mean((vct_predict - df_test$mpg) ^ 2) # stick result in the matrix mat_result[int_degree, int_k_fold] <- flt_mse_test } } apply(mat_result, MARGIN = 1, mean) # ============= Leave one out cross validation ================= vct_random_row mat_result_loocv <- matrix(rep(NA, 5 * nrow(ISLR::Auto)), nrow = 5, ncol = nrow(ISLR::Auto)) rownames(mat_result_loocv) <- paste0("poly_", 1:5) colnames(mat_result_loocv) <- paste0("cv_", 1:392) for (int_degree in 1:5) { print(paste("This is the current degree:", int_degree)) for(int_loo in 1:nrow(ISLR::Auto)) { # test is 1 row df_test <- ISLR::Auto[int_loo, ] # train is 392 - 1 ==> 391 rows df_train <- ISLR::Auto[-int_loo, ] # fit model to training set model_fit_train <- lm(mpg ~ poly(horsepower, int_degree), data = df_train) # make predictions on the test set ==> 1 row vct_predict <- predict(model_fit_train, df_test) # calculate mean squared error flt_mse_test <- mean((vct_predict - df_test$mpg) ^ 2) # stick result in the matrix mat_result_loocv[int_degree, int_loo] <- flt_mse_test } # int_loo } # int_degree vct_actual_result <- apply(mat_result_loocv, MARGIN = 1, mean) %>% round(., 2) vct_actual_result # see Hastie page 193 vct_expected_result <- c(24.23, 19.25, 19.33, 19.42, 19.03) vct_expected_result all(vct_actual_result == vct_expected_result)
/cross_validation.r
no_license
thefactmachine/forrest_experiments
R
false
false
3,136
r
library(ISLR) library(boot) library(dplyr) plot(mpg ~ horsepower,data = ISLR::Auto) nrow(ISLR::Auto) == 392 set.seed(123) vct_random_row <- sample(nrow(ISLR::Auto)) # ========CROSS VALIDATION BASIC PROCESS =============== # split into test and training.....set parameters on training # then see how they go on test....... # K-FOLD 5 splits up into 5 groups....the test statistic # is averaged.....for the 5 folds........ # Set Polynomial = n run this over Kfolds store K test statistics # Set Polynomial = n + 1 run this over Kfolds.... # The total number of test statistics is Number of Polynomials * Number Folds # ============= K fold cross validation ================= # folds <- cut(seq(1,nrow(ISLR::Auto)),breaks=10,labels=FALSE) # Schau dir das an 1,1,1,1...2,2,2,....3,3,3,3 ..... 10 vct_folds <- cut(1:nrow(ISLR::Auto), breaks = 10, labels = FALSE) table(vct_folds) # Matrixvorbereitung mat_result <- matrix(rep(NA, 10 * 10), nrow = 10, ncol = 10) rownames(mat_result) <- paste0("poly_", 1:10) colnames(mat_result) <- paste0("cv_", 1:10) for (int_degree in 1:10) { for(int_k_fold in 1:10) { # row numbers for test set vct_test <- vct_random_row[vct_folds == int_k_fold] # test is about 40 rows df_test <- ISLR::Auto[vct_test, ] # train is about 352 rows df_train <- ISLR::Auto[-vct_test,] # fit model to training set - using n degree polynomial model_fit_train <- lm(mpg ~ poly(horsepower, int_degree), data = df_train) # make predictions on the test set prediction is mpg vct_predict <- predict(model_fit_train, df_test) # calculate mean squared error flt_mse_test <- mean((vct_predict - df_test$mpg) ^ 2) # stick result in the matrix mat_result[int_degree, int_k_fold] <- flt_mse_test } } apply(mat_result, MARGIN = 1, mean) # ============= Leave one out cross validation ================= vct_random_row mat_result_loocv <- matrix(rep(NA, 5 * nrow(ISLR::Auto)), nrow = 5, ncol = nrow(ISLR::Auto)) rownames(mat_result_loocv) <- paste0("poly_", 1:5) colnames(mat_result_loocv) <- paste0("cv_", 1:392) for (int_degree in 1:5) { print(paste("This is the current degree:", int_degree)) for(int_loo in 1:nrow(ISLR::Auto)) { # test is 1 row df_test <- ISLR::Auto[int_loo, ] # train is 392 - 1 ==> 391 rows df_train <- ISLR::Auto[-int_loo, ] # fit model to training set model_fit_train <- lm(mpg ~ poly(horsepower, int_degree), data = df_train) # make predictions on the test set ==> 1 row vct_predict <- predict(model_fit_train, df_test) # calculate mean squared error flt_mse_test <- mean((vct_predict - df_test$mpg) ^ 2) # stick result in the matrix mat_result_loocv[int_degree, int_loo] <- flt_mse_test } # int_loo } # int_degree vct_actual_result <- apply(mat_result_loocv, MARGIN = 1, mean) %>% round(., 2) vct_actual_result # see Hastie page 193 vct_expected_result <- c(24.23, 19.25, 19.33, 19.42, 19.03) vct_expected_result all(vct_actual_result == vct_expected_result)
#Example 1.12 Section I. Solving Linear Systems page7 #package used matlib v0.9.1 #install package using command: install.packages("matlib") #Github reposiory of matlib :https://github.com/friendly/matlib #installing and loading library #install.packages("matlib") library("matlib") #program A <- matrix(c(1,2,2,3,1,2),ncol = 2) b <- c(1,-3,-2) #for this problem we cannot use normal method because the number of equations is more than number of variables #so we use gaussian elimination technique. gaussianElimination(A, b, tol = sqrt(.Machine$double.eps), verbose = FALSE, latex = FALSE, fractions = FALSE) # result shows that one of the equations is redundant, here x=-2,y=1
/Ajay Ragh/R_TBC/Linear Algebra/chapter1/Ex1_12.R
no_license
sahridhaya/BitPlease
R
false
false
701
r
#Example 1.12 Section I. Solving Linear Systems page7 #package used matlib v0.9.1 #install package using command: install.packages("matlib") #Github reposiory of matlib :https://github.com/friendly/matlib #installing and loading library #install.packages("matlib") library("matlib") #program A <- matrix(c(1,2,2,3,1,2),ncol = 2) b <- c(1,-3,-2) #for this problem we cannot use normal method because the number of equations is more than number of variables #so we use gaussian elimination technique. gaussianElimination(A, b, tol = sqrt(.Machine$double.eps), verbose = FALSE, latex = FALSE, fractions = FALSE) # result shows that one of the equations is redundant, here x=-2,y=1
#' Plot method for plant objects. #' #' @param x The \code{plant} object to be plotted. #' @param trunk.width The plotting line width for the trunk. Successive child #' branches are plotted with increasingly finer \code{lwd}, to a minimum of #' \code{1}. #' @param add If \code{TRUE}, the plant will be added to the current plot. #' @param ... Additional arguments passed to \code{plot} and \code{segments}. #' @return \code{NULL} #' @seealso \code{\link{germinate}} #' @export plot.plant <- function(x, trunk.width=20, add=FALSE, ...) { if(isTRUE(add)) { with(x, segments(x0, y0, x1, y1, lwd=pmax(trunk.width/nchar(x$branches), 1), ...)) } else { plot(c(x$x0, x$x1), c(x$y0, x$y1), type='n', asp=1, axes=FALSE, xlab='', ylab='', ...) with(x, segments(x0, y0, x1, y1, lwd=pmax(trunk.width/nchar(x$branches), 1), ...)) } }
/R/plot.plant.R
no_license
xtmgah/trees
R
false
false
848
r
#' Plot method for plant objects. #' #' @param x The \code{plant} object to be plotted. #' @param trunk.width The plotting line width for the trunk. Successive child #' branches are plotted with increasingly finer \code{lwd}, to a minimum of #' \code{1}. #' @param add If \code{TRUE}, the plant will be added to the current plot. #' @param ... Additional arguments passed to \code{plot} and \code{segments}. #' @return \code{NULL} #' @seealso \code{\link{germinate}} #' @export plot.plant <- function(x, trunk.width=20, add=FALSE, ...) { if(isTRUE(add)) { with(x, segments(x0, y0, x1, y1, lwd=pmax(trunk.width/nchar(x$branches), 1), ...)) } else { plot(c(x$x0, x$x1), c(x$y0, x$y1), type='n', asp=1, axes=FALSE, xlab='', ylab='', ...) with(x, segments(x0, y0, x1, y1, lwd=pmax(trunk.width/nchar(x$branches), 1), ...)) } }
# loading the dataset into R. # If you have the dataset .txt in your directory you can use this way: "./household_power_consumption.txt". Otherwise, please use ./data/household_power_consumption.txt # Read.table is a function that read a file in table forma and creates a data frame from it. # "./data/household_power_consumption.txt" is a file # header to indicated whether the file contains the names of the variables as its first line # sep=";" that means that values on each line are separated by ";". In other cases, I could be \t # stringsAsFactors=FALSE means that characters vectors should be converted to factors. In this cases this factors are not necessary. # the character used in the file for decimal points. hpctxt <- read.table("./data/household_power_consumption.txt", header=TRUE, sep=";", stringsAsFactors=FALSE, dec=".") # $ is an operator to subset # %in% is an operator to match # "c("1/2/2007","2/2/2007") ," means the vector that you want to match subSethpctxt <- hpctxt[hpctxt$Date %in% c("1/2/2007","2/2/2007") ,] # str(subSethpctxt) that step is necessary to create the subset numbers that you want in your graphic. # subSethpctxt$Global_active_power are string of a character and you need as numeric globalActivePower <- as.numeric(subSethpctxt$Global_active_power) # png is a format bitmap files. That is the format that is gonna save the graphic. It is necessary to write before creating an any graphic # it is gonna save in PNG file with a width of 480 pixels and a height of 480 pixels. png("plot1.png", width=480, height=480) # hist is a histogram, globalActivePower is of data that you put in your graphic. # col is colour hist(globalActivePower, col="red", main="Global Active Power", xlab="Global Active Power (kilowatts)") # dev.off is a function provides control over multiple graphics devices. In this case, close and save a graphic dev.off()
/plot1.R
no_license
jleandroj/ExData_Plotting1
R
false
false
1,892
r
# loading the dataset into R. # If you have the dataset .txt in your directory you can use this way: "./household_power_consumption.txt". Otherwise, please use ./data/household_power_consumption.txt # Read.table is a function that read a file in table forma and creates a data frame from it. # "./data/household_power_consumption.txt" is a file # header to indicated whether the file contains the names of the variables as its first line # sep=";" that means that values on each line are separated by ";". In other cases, I could be \t # stringsAsFactors=FALSE means that characters vectors should be converted to factors. In this cases this factors are not necessary. # the character used in the file for decimal points. hpctxt <- read.table("./data/household_power_consumption.txt", header=TRUE, sep=";", stringsAsFactors=FALSE, dec=".") # $ is an operator to subset # %in% is an operator to match # "c("1/2/2007","2/2/2007") ," means the vector that you want to match subSethpctxt <- hpctxt[hpctxt$Date %in% c("1/2/2007","2/2/2007") ,] # str(subSethpctxt) that step is necessary to create the subset numbers that you want in your graphic. # subSethpctxt$Global_active_power are string of a character and you need as numeric globalActivePower <- as.numeric(subSethpctxt$Global_active_power) # png is a format bitmap files. That is the format that is gonna save the graphic. It is necessary to write before creating an any graphic # it is gonna save in PNG file with a width of 480 pixels and a height of 480 pixels. png("plot1.png", width=480, height=480) # hist is a histogram, globalActivePower is of data that you put in your graphic. # col is colour hist(globalActivePower, col="red", main="Global Active Power", xlab="Global Active Power (kilowatts)") # dev.off is a function provides control over multiple graphics devices. In this case, close and save a graphic dev.off()
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/paws.ecr_operations.R \name{list_images} \alias{list_images} \title{Lists all the image IDs for a given repository} \usage{ list_images(registryId = NULL, repositoryName, nextToken = NULL, maxResults = NULL, filter = NULL) } \arguments{ \item{registryId}{The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.} \item{repositoryName}{[required] The repository with image IDs to be listed.} \item{nextToken}{The \code{nextToken} value returned from a previous paginated \code{ListImages} request where \code{maxResults} was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the \code{nextToken} value. This value is \code{null} when there are no more results to return. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.} \item{maxResults}{The maximum number of image results returned by \code{ListImages} in paginated output. When this parameter is used, \code{ListImages} only returns \code{maxResults} results in a single page along with a \code{nextToken} response element. The remaining results of the initial request can be seen by sending another \code{ListImages} request with the returned \code{nextToken} value. This value can be between 1 and 1000. If this parameter is not used, then \code{ListImages} returns up to 100 results and a \code{nextToken} value, if applicable.} \item{filter}{The filter key and value with which to filter your \code{ListImages} results.} } \description{ Lists all the image IDs for a given repository. } \details{ You can filter images based on whether or not they are tagged by setting the \code{tagStatus} parameter to \code{TAGGED} or \code{UNTAGGED}. For example, you can filter your results to return only \code{UNTAGGED} images and then pipe that result to a BatchDeleteImage operation to delete them. Or, you can filter your results to return only \code{TAGGED} images to list all of the tags in your repository. } \section{Accepted Parameters}{ \preformatted{list_images( registryId = "string", repositoryName = "string", nextToken = "string", maxResults = 123, filter = list( tagStatus = "TAGGED"|"UNTAGGED"|"ANY" ) ) } } \examples{ # This example lists all of the images in the repository named ubuntu in # the default registry in the current account. \donttest{list_images( repositoryName = "ubuntu" )} }
/service/paws.ecr/man/list_images.Rd
permissive
CR-Mercado/paws
R
false
true
2,654
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/paws.ecr_operations.R \name{list_images} \alias{list_images} \title{Lists all the image IDs for a given repository} \usage{ list_images(registryId = NULL, repositoryName, nextToken = NULL, maxResults = NULL, filter = NULL) } \arguments{ \item{registryId}{The AWS account ID associated with the registry that contains the repository in which to list images. If you do not specify a registry, the default registry is assumed.} \item{repositoryName}{[required] The repository with image IDs to be listed.} \item{nextToken}{The \code{nextToken} value returned from a previous paginated \code{ListImages} request where \code{maxResults} was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the \code{nextToken} value. This value is \code{null} when there are no more results to return. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.} \item{maxResults}{The maximum number of image results returned by \code{ListImages} in paginated output. When this parameter is used, \code{ListImages} only returns \code{maxResults} results in a single page along with a \code{nextToken} response element. The remaining results of the initial request can be seen by sending another \code{ListImages} request with the returned \code{nextToken} value. This value can be between 1 and 1000. If this parameter is not used, then \code{ListImages} returns up to 100 results and a \code{nextToken} value, if applicable.} \item{filter}{The filter key and value with which to filter your \code{ListImages} results.} } \description{ Lists all the image IDs for a given repository. } \details{ You can filter images based on whether or not they are tagged by setting the \code{tagStatus} parameter to \code{TAGGED} or \code{UNTAGGED}. For example, you can filter your results to return only \code{UNTAGGED} images and then pipe that result to a BatchDeleteImage operation to delete them. Or, you can filter your results to return only \code{TAGGED} images to list all of the tags in your repository. } \section{Accepted Parameters}{ \preformatted{list_images( registryId = "string", repositoryName = "string", nextToken = "string", maxResults = 123, filter = list( tagStatus = "TAGGED"|"UNTAGGED"|"ANY" ) ) } } \examples{ # This example lists all of the images in the repository named ubuntu in # the default registry in the current account. \donttest{list_images( repositoryName = "ubuntu" )} }
mapa = function(lista, titulo1, nombre, label){ library(maps) require(fields) require(mapdata) library(ggplot2) library(metR) library(RColorBrewer) library(mapproj) titulo = c("DJF", "MAM", "JJA", "SON") for(i in 1:4){ value = array(lista[[i]]*mask, dim = 23*30) data = matrix(data = NA, nrow=23*30, ncol = 3) l=0 while(l<23*30){ data[seq(l:l+23),1]<-lon l=l+23 } for(j in 1:30){ lat_v = array(lat[j],dim=23) data[(23*j-22):(j*23),2]<-lat_v } data[,3]<-value error<-as.data.frame(data) colnames(error)<-c("lon", "lat", "rx5") error[which(error$lon>180),][,1]<-error[which(error$lon>180),][,1]-360 mapa <- map_data("world", regions = c("Brazil", "Uruguay", "Argentina", "French Guiana", "Suriname", "Colombia", "Venezuela", "Bolivia", "Ecuador", "Chile", "Paraguay", "Peru", "Guyana", "Panama", "Costa Rica", "Nicaragua"), colour = "black") g <- ggplot() + theme_minimal()+ xlab("Longitud") + ylab("Latitud") + theme(panel.border = element_blank(), panel.grid.major = element_line(colour = "grey"), panel.grid.minor = element_blank())+ geom_tile(data = error, aes(x = lon, y = lat, fill = rx5), alpha=1, na.rm = T)+ scale_fill_gradientn(limits = c(-100,100), name = label,colours = (brewer.pal(n=11,"RdYlBu")), na.value = "white")+ geom_polygon( data = mapa, aes(x = long, y = lat, group = group), fill = NA, color = "black") +#coord_map("stereographic", orientation = c(-35, -56, 0))+ ggtitle(paste(titulo1, " - " , titulo[i], sep = ""))+ scale_y_continuous(limits = c(-60, 15)) + scale_x_continuous(limits = c(-90, -30))+ theme(axis.text.y = element_text(size=14), axis.text.x = element_text(size=14), axis.title.y = element_text(size=14), axis.title.x = element_text(size=14), panel.grid.minor = element_blank(), axis.line = element_line(colour = "black"), panel.border = element_rect(colour = "black", fill=NA, size=3), panel.ontop = TRUE, plot.title = element_text(hjust=0.5)) ggsave(paste("/home/auri/Facultad/Materias/Cambio_climatico/Tp_final/salidas/",nombre, "_", titulo[i], ".jpg",sep =""), plot = g, width = 15, height = 15 , units = "cm") } }
/mapa.R
no_license
LucianoAndrian/CC
R
false
false
2,401
r
mapa = function(lista, titulo1, nombre, label){ library(maps) require(fields) require(mapdata) library(ggplot2) library(metR) library(RColorBrewer) library(mapproj) titulo = c("DJF", "MAM", "JJA", "SON") for(i in 1:4){ value = array(lista[[i]]*mask, dim = 23*30) data = matrix(data = NA, nrow=23*30, ncol = 3) l=0 while(l<23*30){ data[seq(l:l+23),1]<-lon l=l+23 } for(j in 1:30){ lat_v = array(lat[j],dim=23) data[(23*j-22):(j*23),2]<-lat_v } data[,3]<-value error<-as.data.frame(data) colnames(error)<-c("lon", "lat", "rx5") error[which(error$lon>180),][,1]<-error[which(error$lon>180),][,1]-360 mapa <- map_data("world", regions = c("Brazil", "Uruguay", "Argentina", "French Guiana", "Suriname", "Colombia", "Venezuela", "Bolivia", "Ecuador", "Chile", "Paraguay", "Peru", "Guyana", "Panama", "Costa Rica", "Nicaragua"), colour = "black") g <- ggplot() + theme_minimal()+ xlab("Longitud") + ylab("Latitud") + theme(panel.border = element_blank(), panel.grid.major = element_line(colour = "grey"), panel.grid.minor = element_blank())+ geom_tile(data = error, aes(x = lon, y = lat, fill = rx5), alpha=1, na.rm = T)+ scale_fill_gradientn(limits = c(-100,100), name = label,colours = (brewer.pal(n=11,"RdYlBu")), na.value = "white")+ geom_polygon( data = mapa, aes(x = long, y = lat, group = group), fill = NA, color = "black") +#coord_map("stereographic", orientation = c(-35, -56, 0))+ ggtitle(paste(titulo1, " - " , titulo[i], sep = ""))+ scale_y_continuous(limits = c(-60, 15)) + scale_x_continuous(limits = c(-90, -30))+ theme(axis.text.y = element_text(size=14), axis.text.x = element_text(size=14), axis.title.y = element_text(size=14), axis.title.x = element_text(size=14), panel.grid.minor = element_blank(), axis.line = element_line(colour = "black"), panel.border = element_rect(colour = "black", fill=NA, size=3), panel.ontop = TRUE, plot.title = element_text(hjust=0.5)) ggsave(paste("/home/auri/Facultad/Materias/Cambio_climatico/Tp_final/salidas/",nombre, "_", titulo[i], ".jpg",sep =""), plot = g, width = 15, height = 15 , units = "cm") } }
## I have two main functions: makeCacheMatrix() and cacheSolve(), ## The makeCacheMatrix generally caches matrix and inverse and stores ## them indirectly in a list from which the can be aquired. ## The cacheSolve function tries to get the stored values from this ## list, and when it can't, it goes ahead to calculate the inverse by ## itself. ## The entire aim of the functions is to calculate inverse of a given ## matrix in a way that eliminates redundancy and hence saves time. ## THE MAKAECACHEMATRIX FUNCTION ## The parent function, makeCacheMatix(),creates and returns a list of ## it's child functions (closures): setMatrx(), getMatrx(), ## setInvas() and getInvas(). ## The parent parameters are x, the matrix; and invas, the inverse of ## the matrix x. ## The closures gets and sets x and invas as their names implies. makeCacheMatrix <- function(x = matrix()) { invas <- NULL setMatrx <- function(matrx) { x <<- matrx invas <<- NULL } getMatrx <- function() x setInvas <- function(i) invas <<- i getInvas <- function() invas list(setMatrx = setMatrx, getMatrx = getMatrx, setInvas = setInvas, getInvas = getInvas) } ## THE CACHESOLVE FUNCTION ## The entire aim of this function is to return the inverse of cachedMatrx, ## that of newMatrix or just to return cachedInvas ## cachedMatrx and cachedInvas are matrix and inverse that have been stored ## indirectly in the list x. ## The function first checks if cachedInvas exists, so to simply return it. ## Then if cachedInvas is NULL, the function checks if cachedMatrx exists ## so as to use it to calculate newInvas, set the result as the current inverse ## and then return newInvas. ## Finally, if cachedMatrix is NULL, the function then takes newMatrix, ## calculates its inverse, set the result as the current inverse and returns ## the result. cacheSolve <- function(x, newMatrx) { cachedInvas <- x$getInvas() if(!is.null(cachedInvas)) { message("...getting cached inverse") return(cachedInvas) } cachedMatrx <- x$getMatrx() if(!is.null(cachedMatrx)){ message("...getting cached matrix") newInvas<- solve(cachedMatrx) x$setInvas(newInvas) return(newInvas) }else { newInvas<- solve(newMatrx) x$setInvas(newInvas) return(newInvas) } }
/cachematrix.R
no_license
SMIJes/ProgrammingAssignment2
R
false
false
2,314
r
## I have two main functions: makeCacheMatrix() and cacheSolve(), ## The makeCacheMatrix generally caches matrix and inverse and stores ## them indirectly in a list from which the can be aquired. ## The cacheSolve function tries to get the stored values from this ## list, and when it can't, it goes ahead to calculate the inverse by ## itself. ## The entire aim of the functions is to calculate inverse of a given ## matrix in a way that eliminates redundancy and hence saves time. ## THE MAKAECACHEMATRIX FUNCTION ## The parent function, makeCacheMatix(),creates and returns a list of ## it's child functions (closures): setMatrx(), getMatrx(), ## setInvas() and getInvas(). ## The parent parameters are x, the matrix; and invas, the inverse of ## the matrix x. ## The closures gets and sets x and invas as their names implies. makeCacheMatrix <- function(x = matrix()) { invas <- NULL setMatrx <- function(matrx) { x <<- matrx invas <<- NULL } getMatrx <- function() x setInvas <- function(i) invas <<- i getInvas <- function() invas list(setMatrx = setMatrx, getMatrx = getMatrx, setInvas = setInvas, getInvas = getInvas) } ## THE CACHESOLVE FUNCTION ## The entire aim of this function is to return the inverse of cachedMatrx, ## that of newMatrix or just to return cachedInvas ## cachedMatrx and cachedInvas are matrix and inverse that have been stored ## indirectly in the list x. ## The function first checks if cachedInvas exists, so to simply return it. ## Then if cachedInvas is NULL, the function checks if cachedMatrx exists ## so as to use it to calculate newInvas, set the result as the current inverse ## and then return newInvas. ## Finally, if cachedMatrix is NULL, the function then takes newMatrix, ## calculates its inverse, set the result as the current inverse and returns ## the result. cacheSolve <- function(x, newMatrx) { cachedInvas <- x$getInvas() if(!is.null(cachedInvas)) { message("...getting cached inverse") return(cachedInvas) } cachedMatrx <- x$getMatrx() if(!is.null(cachedMatrx)){ message("...getting cached matrix") newInvas<- solve(cachedMatrx) x$setInvas(newInvas) return(newInvas) }else { newInvas<- solve(newMatrx) x$setInvas(newInvas) return(newInvas) } }
#' @export SVM_parral <- function(Yvar, variable, k=5, cost=1, epsilon=0.1, cross=5, kernel=c("radial", "linear")){ T0 <- Sys.time() data_test <- variable data_test$Y <- Yvar data_test <- data_test[!is.na(data_test$Y),] ### SPLIT DATA INTO K FOLDS ### df1 <- data_test df1$fold <- caret::createFolds(1:nrow(data_test), k = k, list = FALSE) ### K-FOLD VALIDATION ### tc <- e1071::tune.control(nrepeat = 10, sampling = "cross", cross = cross) mdl <- e1071::tune.svm(Y ~ ., data = data_test, cost = cost, epsilon = epsilon, kernel = kernel, tune.control = tc) mdl <- mdl$best.model CO <- mdl$cost EPS <- mdl$epsilon out <- lapply(sort(unique(df1$fold)), FUN = function(x){ deve <- df1[df1$fold != x, ] test <- df1[df1$fold == x, ] MODpred <- e1071::svm(Y ~ ., data = deve, scale = T, cost = CO, epsilon = EPS, decision.values = TRUE, probability = TRUE) pred <- predict(MODpred, test, decision.values = TRUE, probability = TRUE) DON <- data.frame(train = test$Y, pred = pred) DON$Capt <- rownames(DON) #? SS <- list(DON) return(DON) }) DON <- do.call("rbind", out) DON$OP <- DON$train - DON$pred RMSE <- sqrt(mean( (DON$OP ^ 2), na.rm = T)) result <- list(RES = DON, model = mdl, RMSE = RMSE) ### CALCULATE SVM PERFORMANCE ### bestMod <- result names(bestMod) <- c("DON", "svm_model", "rmse") T1 <- Sys.time() print(T1 - T0) return(bestMod) }
/R/SVM_parral.R
no_license
Pintademijote/LETG_pkg
R
false
false
1,549
r
#' @export SVM_parral <- function(Yvar, variable, k=5, cost=1, epsilon=0.1, cross=5, kernel=c("radial", "linear")){ T0 <- Sys.time() data_test <- variable data_test$Y <- Yvar data_test <- data_test[!is.na(data_test$Y),] ### SPLIT DATA INTO K FOLDS ### df1 <- data_test df1$fold <- caret::createFolds(1:nrow(data_test), k = k, list = FALSE) ### K-FOLD VALIDATION ### tc <- e1071::tune.control(nrepeat = 10, sampling = "cross", cross = cross) mdl <- e1071::tune.svm(Y ~ ., data = data_test, cost = cost, epsilon = epsilon, kernel = kernel, tune.control = tc) mdl <- mdl$best.model CO <- mdl$cost EPS <- mdl$epsilon out <- lapply(sort(unique(df1$fold)), FUN = function(x){ deve <- df1[df1$fold != x, ] test <- df1[df1$fold == x, ] MODpred <- e1071::svm(Y ~ ., data = deve, scale = T, cost = CO, epsilon = EPS, decision.values = TRUE, probability = TRUE) pred <- predict(MODpred, test, decision.values = TRUE, probability = TRUE) DON <- data.frame(train = test$Y, pred = pred) DON$Capt <- rownames(DON) #? SS <- list(DON) return(DON) }) DON <- do.call("rbind", out) DON$OP <- DON$train - DON$pred RMSE <- sqrt(mean( (DON$OP ^ 2), na.rm = T)) result <- list(RES = DON, model = mdl, RMSE = RMSE) ### CALCULATE SVM PERFORMANCE ### bestMod <- result names(bestMod) <- c("DON", "svm_model", "rmse") T1 <- Sys.time() print(T1 - T0) return(bestMod) }
\name{swConservativeTemperature} \alias{swConservativeTemperature} \title{Seawater conservative temperature, in TEOS-10.} \description{Compute seawater conservative temperature, according to TEOS-10.} \usage{swConservativeTemperature(salinity, temperature, pressure)} \arguments{ \item{salinity}{either salinity (in which case \code{temperature} and \code{pressure} must be provided) \strong{or} a \code{ctd} object (in which case \code{salinity}, etc. are determined from the object, and must not be provided in the argument list).} \item{temperature}{\emph{in-situ} temperature [\eqn{^\circ}{deg}C]} \item{pressure}{pressure [dbar]} } \details{If the first argument is a \code{ctd} object, then values of salinity, etc, are extracted from it, and used for the calculation. The conservative temperature is calculated using the TEOS-10 function \code{gsw_ct_from_t}.} \value{Conservative temperature in degrees Celcius.} \seealso{The related TEOS-10 quantity ``absolute salinity'' may be computed with \code{\link{swAbsoluteSalinity}}. For a ctd object, conservative temperature may also be recovered by indexing as e.g. \code{ctd[["conservativeTemperature"]]} or \code{ctd[["CT"]]}.} \examples{ \dontrun{ ct <- swConservativeTemperature(35.7, 15, 300) stopifnot(abs(14.930280459895560 - ct) < 00.000000000000010) } } \references{ [1] McDougall, T.J. and P.M. Barker, 2011: Getting started with TEOS-10 and the Gibbs Seawater (GSW) Oceanographic Toolbox, 28pp., SCOR/IAPSO WG127, ISBN 978-0-646-55621-5. [2] The TEOS-10 library is provided at \url{www.teos-10.org}. [3] A programming interface to the matlab version of the TEOS library is provided at \url{http://www.teos-10.org/pubs/gsw/html/gsw_contents.html}.} \author{Dan Kelley} \keyword{misc}
/man/swConservativeTemperature.Rd
no_license
landsat/oce
R
false
false
1,838
rd
\name{swConservativeTemperature} \alias{swConservativeTemperature} \title{Seawater conservative temperature, in TEOS-10.} \description{Compute seawater conservative temperature, according to TEOS-10.} \usage{swConservativeTemperature(salinity, temperature, pressure)} \arguments{ \item{salinity}{either salinity (in which case \code{temperature} and \code{pressure} must be provided) \strong{or} a \code{ctd} object (in which case \code{salinity}, etc. are determined from the object, and must not be provided in the argument list).} \item{temperature}{\emph{in-situ} temperature [\eqn{^\circ}{deg}C]} \item{pressure}{pressure [dbar]} } \details{If the first argument is a \code{ctd} object, then values of salinity, etc, are extracted from it, and used for the calculation. The conservative temperature is calculated using the TEOS-10 function \code{gsw_ct_from_t}.} \value{Conservative temperature in degrees Celcius.} \seealso{The related TEOS-10 quantity ``absolute salinity'' may be computed with \code{\link{swAbsoluteSalinity}}. For a ctd object, conservative temperature may also be recovered by indexing as e.g. \code{ctd[["conservativeTemperature"]]} or \code{ctd[["CT"]]}.} \examples{ \dontrun{ ct <- swConservativeTemperature(35.7, 15, 300) stopifnot(abs(14.930280459895560 - ct) < 00.000000000000010) } } \references{ [1] McDougall, T.J. and P.M. Barker, 2011: Getting started with TEOS-10 and the Gibbs Seawater (GSW) Oceanographic Toolbox, 28pp., SCOR/IAPSO WG127, ISBN 978-0-646-55621-5. [2] The TEOS-10 library is provided at \url{www.teos-10.org}. [3] A programming interface to the matlab version of the TEOS library is provided at \url{http://www.teos-10.org/pubs/gsw/html/gsw_contents.html}.} \author{Dan Kelley} \keyword{misc}
#'@title fit epsilon from block of ADV data #'@description #'solves for epsilon from ADV data in the inertial subrange assuming Zappa et al. 2003 \cr #' #'@details a \code{GDopp} function for splitting sensor data into temporal segments.\cr #' #'@references #'Zappa, Christopher J., Peter A. Raymond, Eugene A. Terray, and Wade R. McGillis. #'"Variation in surface turbulence and the gas transfer velocity over a tidal cycle in a macro-tidal estuary." #'Estuaries 26, no. 6 (2003): 1401-1415. #' #'@param chunk.adv a data.frame created with load.ADV, with the window.idx column #'@param freq a numeric, in Hz, that represents the input data #'@param lower a numeric, in Hz, that represents the lower bounds for range of epsilon calculation #'@param upper a numeric, in Hz, that represents the upper bounds for range of epsilon calculation #'@param diagnostic a boolean for diagnostic plot #'@return a single value of epsilon estimating from the temporal block given. #'@keywords methods, math #'@import oce #'@examples #'\dontrun{ #'folder.nm <- system.file('extdata', package = 'GDopp') #'file.nm <- "ALQ102.dat" #'data.adv <- load_adv(file.nm=file.nm, folder.nm =folder.nm) #'window.adv <- window_adv(data.adv,freq=32,window.mins=10) #'fit_epsilon(window.adv[window.adv$window.idx==7, ],freq=32) #'fit_epsilon(window.adv[window.adv$window.idx==7, ],freq=32, diagnostic = TRUE) #'} #'@export #' fit_epsilon <- function(chunk.adv,freq=32, lower= 20,upper=80,diagnostic = FALSE){ if ('velocity.X' %in% names(chunk.adv)){ xts <- ts(chunk.adv$velocity.X, frequency=freq) } else { xts <- ts(chunk.adv$Up, frequency=freq) } w <- pwelch(xts, plot=FALSE) wavenum.spectra <- w$spec v.mn <- velocity_calc(chunk.adv) wavenum <- 2*pi*w$freq/v.mn # in radians/m lower.k = lower/v.mn upper.k = upper/v.mn use.i <- lower.k <= wavenum & wavenum <= upper.k pulse.averaging <- function(w.s,freq,del.t=1/32){ denom <- (sin(pi*freq*del.t)/(pi*freq*del.t))^2 pc.w = w.s/denom return(pc.w) } eps <- function (w.s, k){ in.bracket <- w.s*(k^(5/3)) averaging <- in.bracket^(3/2) epsilon <- 1.04*mean(averaging) return(epsilon) } w.s <- pulse.averaging(wavenum.spectra,w$freq,del.t=1/freq) epsilon <- eps(w.s[use.i], k = wavenum[use.i]) if (diagnostic){ plot(wavenum,wavenum.spectra,log='xy') points(wavenum,w.s,col='red',cex=.2) abline(v=lower.k) abline(v=upper.k) lines(wavenum,0.52*(epsilon^(2/3))*wavenum^(-5/3),col='green') } return(epsilon) } rmse <- function(actual,predicted){ rmse <- sqrt(sum((actual-predicted)^2)/length(actual)) return(rmse) }
/R/fit_epsilon.R
permissive
govtmirror/GDopp
R
false
false
2,695
r
#'@title fit epsilon from block of ADV data #'@description #'solves for epsilon from ADV data in the inertial subrange assuming Zappa et al. 2003 \cr #' #'@details a \code{GDopp} function for splitting sensor data into temporal segments.\cr #' #'@references #'Zappa, Christopher J., Peter A. Raymond, Eugene A. Terray, and Wade R. McGillis. #'"Variation in surface turbulence and the gas transfer velocity over a tidal cycle in a macro-tidal estuary." #'Estuaries 26, no. 6 (2003): 1401-1415. #' #'@param chunk.adv a data.frame created with load.ADV, with the window.idx column #'@param freq a numeric, in Hz, that represents the input data #'@param lower a numeric, in Hz, that represents the lower bounds for range of epsilon calculation #'@param upper a numeric, in Hz, that represents the upper bounds for range of epsilon calculation #'@param diagnostic a boolean for diagnostic plot #'@return a single value of epsilon estimating from the temporal block given. #'@keywords methods, math #'@import oce #'@examples #'\dontrun{ #'folder.nm <- system.file('extdata', package = 'GDopp') #'file.nm <- "ALQ102.dat" #'data.adv <- load_adv(file.nm=file.nm, folder.nm =folder.nm) #'window.adv <- window_adv(data.adv,freq=32,window.mins=10) #'fit_epsilon(window.adv[window.adv$window.idx==7, ],freq=32) #'fit_epsilon(window.adv[window.adv$window.idx==7, ],freq=32, diagnostic = TRUE) #'} #'@export #' fit_epsilon <- function(chunk.adv,freq=32, lower= 20,upper=80,diagnostic = FALSE){ if ('velocity.X' %in% names(chunk.adv)){ xts <- ts(chunk.adv$velocity.X, frequency=freq) } else { xts <- ts(chunk.adv$Up, frequency=freq) } w <- pwelch(xts, plot=FALSE) wavenum.spectra <- w$spec v.mn <- velocity_calc(chunk.adv) wavenum <- 2*pi*w$freq/v.mn # in radians/m lower.k = lower/v.mn upper.k = upper/v.mn use.i <- lower.k <= wavenum & wavenum <= upper.k pulse.averaging <- function(w.s,freq,del.t=1/32){ denom <- (sin(pi*freq*del.t)/(pi*freq*del.t))^2 pc.w = w.s/denom return(pc.w) } eps <- function (w.s, k){ in.bracket <- w.s*(k^(5/3)) averaging <- in.bracket^(3/2) epsilon <- 1.04*mean(averaging) return(epsilon) } w.s <- pulse.averaging(wavenum.spectra,w$freq,del.t=1/freq) epsilon <- eps(w.s[use.i], k = wavenum[use.i]) if (diagnostic){ plot(wavenum,wavenum.spectra,log='xy') points(wavenum,w.s,col='red',cex=.2) abline(v=lower.k) abline(v=upper.k) lines(wavenum,0.52*(epsilon^(2/3))*wavenum^(-5/3),col='green') } return(epsilon) } rmse <- function(actual,predicted){ rmse <- sqrt(sum((actual-predicted)^2)/length(actual)) return(rmse) }
install.packages("kernlab") library("kernlab") install.packages("ggplot2") library("ggplot2") install.packages("e1071") library("e1071") install.packages("gridExtra") library(gridExtra) airquality aq = airquality # Reading the data str(aq) # Removing all the NAs and Replacing by mean: for(i in 1:ncol(aq)){ aq[is.na(aq[,i]), i] <- mean(aq[,i], na.rm = TRUE) } randIndex <- sample(1:dim(aq)[1]) cutPoint2_3 <-floor(2*dim(aq)[1]/3) trainData <- aq[randIndex[1:cutPoint2_3],] testData <- aq[randIndex[(cutPoint2_3+1):dim(aq)[1]],] head(trainData) head(testData) str(trainData) str(testData) #require(e1071) #model.svm <- svm(Ozone ~ Solar.R , data=aq) #predictY(model.svm, df) # KSVM model.ksvm <- ksvm(Ozone ~., data=trainData) predict1 <- predict(model.ksvm, testData) predict(model.ksvm,testData) summary(predict1) error <- testData$Ozone - predict1 sqrt(mean(error^2)) # Scatter Plot: g1 = ggplot(data = testData, aes(x=Temp,y=Wind)) + geom_point(aes(size=error, col = error)) # SVM model.svm = svm(Ozone ~ ., data = trainData) predict2 <- predict(model.svm, testData) summary(predict2) error2 <- testData$Ozone - predict2 sqrt(mean(error2^2)) # Scatter Plot: g2 = ggplot(data = testData, aes(x=Temp,y=Wind)) + geom_point(aes(size=error2, col = error2)) # Linear Model: model.lm = lm(Ozone ~ ., data = trainData) predict3 <- predict(model.lm, testData) summary(predict3) error3 = testData$Ozone - predict3 sqrt(mean(error3^2)) # Scatter Plot: g3 = ggplot(data = testData, aes(x=Temp,y=Wind)) + geom_point(aes(size=error3, col = error3)) grid.arrange(g1,g2,g3) meanOzone = mean(aq$Ozone) meanOzone aq[2,1] for ( i in 1:length(aq$Ozone)) { if( aq[i,1] < meanOzone ) { aq[i,7] = '0' } else { aq[i,7] = '1' } } str(aq) newaq = aq randIndex <- sample(1:dim(newaq)[1]) cutPoint2_3 <-floor(2*dim(newaq)[1]/3) trainData2 <- newaq[randIndex[1:cutPoint2_3],] testData2 <- newaq[randIndex[(cutPoint2_3+1):dim(newaq)[1]],] head(trainData2) head(testData2) str(trainData2) str(testData2) # KSVM str(trainData2) model.ksvm2 <- ksvm(V7 ~ .,trainData2) predict1_2 <- predict(model.ksvm2, testData2) predict(model.ksvm2,testData2) summary(predict1_2) str(predict1_2) error_1 <- as.numeric(testData2$V7) - as.numeric(predict1_2) sqrt(mean(error_1^2)) #predict1_2 = as.character(predict1_2) #Accuracy results <- table(predict1_2, testData2$V7) print(results) percentCorrect <- (results[1,1]+results[2,2])/(results[1,1]+results[1,2]+results[2,1]+results[2,2])*100 percentCorrect str(testData2) # Scatter Plot: g_1 = ggplot(data = testData2, aes(x=Temp,y=Wind)) + geom_point(aes(size=error_1,shape = predict1_2, col = testData2$V7)) # SVM model.svm2 <- svm(V7 ~ ., trainData2, type = "C-classification") predict1_3 <- predict(model.svm2, testData2) summary(predict1_3) error_2 <- as.numeric(testData2$V7) - as.numeric(predict1_3) sqrt(mean(error_2^2)) #Accuracy str(predict1_3) results2 <- table(predict1_3, testData2$V7) print(results2) percentCorrect2 <- (results[1,1]+results[2,2])/(results[1,1]+results[1,2]+results[2,1]+results[2,2])*100 percentCorrect2 # Scatter Plot: g_2 = ggplot(data = testData2, aes(x=Temp,y=Wind)) + geom_point(aes(size=error_2,shape = predict1_3, col = testData2$V7)) # Naive Bayes model.nb <- naiveBayes(as.factor(V7) ~ ., trainData2) predict1_4 <- predict(model.nb, testData2) str(predict1_4) summary(predict1_4) error_3 <- as.numeric(testData2$V7) - as.numeric(predict1_4) sqrt(mean(error_3^2)) #Accuracy results3 <- table(predict1_4, testData2$V7) print(results3) percentCorrect3 <- (results[1,1]+results[2,2])/(results[1,1]+results[1,2]+results[2,1]+results[2,2])*100 percentCorrect3 # Scatter Plot: g_3 = ggplot(data = testData2, aes(x=Temp,y=Wind)) + geom_point(aes(size=error_3,shape = predict1_4, col = testData2$V7)) grid.arrange(g_1,g_2,g_3) # Naive Bayes is the best model according to me followed by KSVM and then SVM. # Because Naive Bayes gives the least error rate among the three algorithms in this case # Different Models may suite different needs
/4.7/LAB_SVM.R
no_license
shrutikk7/Applied-Data-Science-IST687
R
false
false
4,081
r
install.packages("kernlab") library("kernlab") install.packages("ggplot2") library("ggplot2") install.packages("e1071") library("e1071") install.packages("gridExtra") library(gridExtra) airquality aq = airquality # Reading the data str(aq) # Removing all the NAs and Replacing by mean: for(i in 1:ncol(aq)){ aq[is.na(aq[,i]), i] <- mean(aq[,i], na.rm = TRUE) } randIndex <- sample(1:dim(aq)[1]) cutPoint2_3 <-floor(2*dim(aq)[1]/3) trainData <- aq[randIndex[1:cutPoint2_3],] testData <- aq[randIndex[(cutPoint2_3+1):dim(aq)[1]],] head(trainData) head(testData) str(trainData) str(testData) #require(e1071) #model.svm <- svm(Ozone ~ Solar.R , data=aq) #predictY(model.svm, df) # KSVM model.ksvm <- ksvm(Ozone ~., data=trainData) predict1 <- predict(model.ksvm, testData) predict(model.ksvm,testData) summary(predict1) error <- testData$Ozone - predict1 sqrt(mean(error^2)) # Scatter Plot: g1 = ggplot(data = testData, aes(x=Temp,y=Wind)) + geom_point(aes(size=error, col = error)) # SVM model.svm = svm(Ozone ~ ., data = trainData) predict2 <- predict(model.svm, testData) summary(predict2) error2 <- testData$Ozone - predict2 sqrt(mean(error2^2)) # Scatter Plot: g2 = ggplot(data = testData, aes(x=Temp,y=Wind)) + geom_point(aes(size=error2, col = error2)) # Linear Model: model.lm = lm(Ozone ~ ., data = trainData) predict3 <- predict(model.lm, testData) summary(predict3) error3 = testData$Ozone - predict3 sqrt(mean(error3^2)) # Scatter Plot: g3 = ggplot(data = testData, aes(x=Temp,y=Wind)) + geom_point(aes(size=error3, col = error3)) grid.arrange(g1,g2,g3) meanOzone = mean(aq$Ozone) meanOzone aq[2,1] for ( i in 1:length(aq$Ozone)) { if( aq[i,1] < meanOzone ) { aq[i,7] = '0' } else { aq[i,7] = '1' } } str(aq) newaq = aq randIndex <- sample(1:dim(newaq)[1]) cutPoint2_3 <-floor(2*dim(newaq)[1]/3) trainData2 <- newaq[randIndex[1:cutPoint2_3],] testData2 <- newaq[randIndex[(cutPoint2_3+1):dim(newaq)[1]],] head(trainData2) head(testData2) str(trainData2) str(testData2) # KSVM str(trainData2) model.ksvm2 <- ksvm(V7 ~ .,trainData2) predict1_2 <- predict(model.ksvm2, testData2) predict(model.ksvm2,testData2) summary(predict1_2) str(predict1_2) error_1 <- as.numeric(testData2$V7) - as.numeric(predict1_2) sqrt(mean(error_1^2)) #predict1_2 = as.character(predict1_2) #Accuracy results <- table(predict1_2, testData2$V7) print(results) percentCorrect <- (results[1,1]+results[2,2])/(results[1,1]+results[1,2]+results[2,1]+results[2,2])*100 percentCorrect str(testData2) # Scatter Plot: g_1 = ggplot(data = testData2, aes(x=Temp,y=Wind)) + geom_point(aes(size=error_1,shape = predict1_2, col = testData2$V7)) # SVM model.svm2 <- svm(V7 ~ ., trainData2, type = "C-classification") predict1_3 <- predict(model.svm2, testData2) summary(predict1_3) error_2 <- as.numeric(testData2$V7) - as.numeric(predict1_3) sqrt(mean(error_2^2)) #Accuracy str(predict1_3) results2 <- table(predict1_3, testData2$V7) print(results2) percentCorrect2 <- (results[1,1]+results[2,2])/(results[1,1]+results[1,2]+results[2,1]+results[2,2])*100 percentCorrect2 # Scatter Plot: g_2 = ggplot(data = testData2, aes(x=Temp,y=Wind)) + geom_point(aes(size=error_2,shape = predict1_3, col = testData2$V7)) # Naive Bayes model.nb <- naiveBayes(as.factor(V7) ~ ., trainData2) predict1_4 <- predict(model.nb, testData2) str(predict1_4) summary(predict1_4) error_3 <- as.numeric(testData2$V7) - as.numeric(predict1_4) sqrt(mean(error_3^2)) #Accuracy results3 <- table(predict1_4, testData2$V7) print(results3) percentCorrect3 <- (results[1,1]+results[2,2])/(results[1,1]+results[1,2]+results[2,1]+results[2,2])*100 percentCorrect3 # Scatter Plot: g_3 = ggplot(data = testData2, aes(x=Temp,y=Wind)) + geom_point(aes(size=error_3,shape = predict1_4, col = testData2$V7)) grid.arrange(g_1,g_2,g_3) # Naive Bayes is the best model according to me followed by KSVM and then SVM. # Because Naive Bayes gives the least error rate among the three algorithms in this case # Different Models may suite different needs
#' Retrieve the taxonomic hierarchy for a given taxon ID. #' #' @export #' @param x Vector of taxa names (character) or IDs (character or numeric) #' to query. #' @param db character; database to query. either `ncbi`, `itis`, `eol`, `col`, #' `tropicos`, `gbif`, `nbn`, `worms`, `natserv`, `bold`, `wiki`, or `pow`. #' Note that each taxonomic data source has, their own identifiers, so that #' if you provide the wrong `db` value for the identifier you could get a #' result, but it will likely be wrong (not what you were expecting). If using #' ncbi, eol, and/or tropicos, we recommend getting an API key; see #' [taxize-authentication] #' @param id character; identifiers, returned by [get_tsn()], [get_uid()], #' [get_eolid()], [get_colid()], [get_tpsid()], [get_gbifid()], [get_tolid()], #' [get_wormsid()], [get_natservid()], [get_wormsid()], [get_wiki()], #' [get_pow()] #' @param callopts Curl options passed on to [crul::verb-GET] #' @param ... For `classification`: other arguments passed to [get_tsn()], #' [get_uid()], [get_eolid()], [get_colid()], [get_tpsid()], [get_gbifid()], #' [get_wormsid()], [get_natservid()], [get_wormsid()], [get_wiki()], #' [get_pow()]. For `rbind.classification` and `cbind.classification`: one or #' more objects of class `classification` #' #' @param start The first record to return. If omitted, the results are #' returned from the first record (start=0). This is useful if the total #' number of results is larger than the maximum number of results returned by #' a single Web service query (currently the maximum number of results returned #' by a single query is 500 for terse queries and 50 for full queries). #' @param checklist character; The year of the checklist to query, if you want #' a specific year's checklist instead of the lastest as default (numeric). #' @param return_id (logical) If `TRUE` (default), return the taxon id #' as well as the name and rank of taxa in the lineage returned. #' Ignored for natserv as they don't return IDs in their taxonomic #' classification data. #' @param rows (numeric) Any number from 1 to infinity. If the default NA, #' all rows are considered. Note that this parameter is ignored if you pass #' in a taxonomic id instead of a name of class character. #' #' @return A named list of data.frames with the taxonomic classification of #' every supplied taxa. #' @details If IDs are supplied directly (not from the `get_*` functions) #' you must specify the type of ID. There is a timeout of 1/3 seconds between #' queries to NCBI. #' #' BEWARE: Right now, NBN doesn't return the queried taxon in the #' classification. But you can attach it yourself quite easily of course. #' This behavior is different from the other data sources. #' #' @seealso [get_tsn()], [get_uid()], [get_eolid()], [get_colid()], #' [get_tpsid()], [get_gbifid()], [get_wormsid()], [get_natservid()], #' [get_boldid()], [get_wiki()], [get_pow()] #' #' @section Lots of results: #' It may happen sometimes that you get more results back from your query #' than will show in the data.frame on screen. Our advice is to refine your #' query in those cases. On a data source basis we can attempt to help #' make it easier to refine queries, whether it be with the data provider #' (unlikely to happen), or in the code in this package (more likely) - #' let us know if you run into too many results problem and we'll see what #' we can do. #' #' @section Authentication: #' See [taxize-authentication] #' #' @examples \dontrun{ #' # Plug in taxon IDs #' classification(9606, db = 'ncbi') #' classification(c(9606, 55062), db = 'ncbi') #' classification(129313, db = 'itis') #' classification(6985636, db = 'eol') #' classification(126436, db = 'worms') #' classification('Helianthus annuus', db = 'pow') #' classification('Helianthus', db = 'pow') #' classification('Asteraceae', db = 'pow') #' classification("ELEMENT_GLOBAL.2.134717", db = 'natserv') #' classification(c(2704179, 2441176), db = 'gbif') #' classification(25509881, db = 'tropicos') #' classification("NBNSYS0000004786", db = 'nbn') #' classification(as.nbnid("NBNSYS0000004786"), db = 'nbn') #' classification(3930798, db = 'tol') #' #' ## works the same if IDs are in class character #' classification(c("2704179", "2441176"), db = 'gbif') #' classification("Agapostemon", db = "bold") #' #' # wikispecies #' classification("Malus domestica", db = "wiki") #' classification("Pinus contorta", db = "wiki") #' classification("Pinus contorta", db = "wiki", wiki_site = "commons") #' classification("Pinus contorta", db = "wiki", wiki_site = "pedia") #' classification("Pinus contorta", db = "wiki", wiki_site = "pedia", #' wiki = "fr") #' #' classification(get_wiki("Malus domestica", "commons")) #' classification(get_wiki("Malus domestica", "species")) #' classification(c("Pinus contorta", "Malus domestica"), db = "wiki") #' #' # Plug in taxon names #' ## in this case, we use get_*() fxns internally to first get taxon IDs #' classification("Oncorhynchus mykiss", db = "eol") #' classification(c("Chironomus riparius", "aaa vva"), db = 'ncbi') #' classification(c("Chironomus riparius", "aaa vva"), db = 'ncbi', #' messages=FALSE) #' classification(c("Chironomus riparius", "aaa vva"), db = 'itis') #' classification(c("Chironomus riparius", "aaa vva"), db = 'itis', #' messages=FALSE) #' classification(c("Chironomus riparius", "aaa vva"), db = 'eol') #' classification(c("Chironomus riparius", "aaa vva"), db = 'col') #' classification("Alopias vulpinus", db = 'nbn') #' classification('Gadus morhua', db = 'worms') #' classification('Aquila chrysaetos', db = 'natserv') #' classification('Gadus morhua', db = 'natserv') #' classification('Pomatomus saltatrix', db = 'natserv') #' classification('Aquila chrysaetos', db = 'natserv') #' classification(c("Chironomus riparius", "aaa vva"), db = 'col', #' messages=FALSE) #' classification(c("Chironomus riparius", "asdfasdfsfdfsd"), db = 'gbif') #' classification("Chironomus", db = 'tol') #' classification("Poa annua", db = 'tropicos') #' #' # Use methods for get_uid, get_tsn, get_eolid, get_colid, get_tpsid #' classification(get_uid(c("Chironomus riparius", "Puma concolor"))) #' #' classification(get_uid(c("Chironomus riparius", "aaa vva"))) #' classification(get_tsn(c("Chironomus riparius", "aaa vva"))) #' classification(get_tsn(c("Chironomus riparius", "aaa vva"), #' messages = FALSE)) #' classification(get_eolid(c("Chironomus riparius", "aaa vva"))) #' classification(get_colid(c("Chironomus riparius", "aaa vva"))) #' classification(get_tpsid(c("Poa annua", "aaa vva"))) #' classification(get_gbifid(c("Poa annua", "Bison bison"))) #' #' # Pass many ids from class "ids" #' (out <- get_ids(names="Puma concolor", db = c('ncbi','gbif'))) #' (cl <- classification(out)) #' #' # Bind width-wise from class classification_ids #' cbind(cl) #' #' # Bind length-wise #' rbind(cl) #' #' # Many names to get_ids #' (out <- get_ids(names=c("Puma concolor","Accipiter striatus"), #' db = c('ncbi','itis','col'))) #' (cl <- classification(out)) #' rbind(cl) #' ## cbind with so many names results in some messy data #' cbind(cl) #' ## so you can turn off return_id #' cbind( classification(out, return_id=FALSE) ) #' #' # rbind and cbind on class classification (from a #' # call to get_colid, get_tsn, etc. other than get_ids) #' (cl_col <- classification( #' get_colid(c("Puma concolor","Accipiter striatus")))) #' rbind(cl_col) #' cbind(cl_col) #' #' (cl_uid <- classification(get_uid(c("Puma concolor", #' "Accipiter striatus")), return_id=FALSE)) #' rbind(cl_uid) #' cbind(cl_uid) #' ## cbind works a bit odd when there are lots of ranks without names #' (cl_uid <- classification(get_uid(c("Puma concolor","Accipiter striatus")), #' return_id=TRUE)) #' cbind(cl_uid) #' #' (cl_tsn <- classification(get_tsn(c("Puma concolor","Accipiter striatus")))) #' rbind(cl_tsn) #' cbind(cl_tsn) #' #' (tsns <- get_tsn(c("Puma concolor","Accipiter striatus"))) #' (cl_tsns <- classification(tsns)) #' cbind(cl_tsns) #' #' # NBN data #' (res <- classification(c("Alopias vulpinus","Pinus sylvestris"), #' db = 'nbn')) #' rbind(res) #' cbind(res) #' #' # Return taxonomic IDs #' ## the return_id parameter is logical, and you can turn it on or off. #' ## It's TRUE by default #' classification(c("Alopias vulpinus","Pinus sylvestris"), db = 'ncbi', #' return_id = TRUE) #' classification(c("Alopias vulpinus","Pinus sylvestris"), db = 'ncbi', #' return_id = FALSE) #' #' # Use rows parameter to select certain #' classification('Poa annua', db = 'tropicos') #' classification('Poa annua', db = 'tropicos', rows=1:4) #' classification('Poa annua', db = 'tropicos', rows=1) #' classification('Poa annua', db = 'tropicos', rows=6) #' } #' #' @examples \dontrun{ #' # Fails without db param set #' # classification(315576) #' } classification <- function(...){ UseMethod("classification") } #' @export #' @rdname classification classification.default <- function(x, db = NULL, callopts = list(), return_id = TRUE, rows = NA, ...) { nstop(db) switch( db, itis = { id <- process_ids(x, db, get_tsn, rows = rows, ...) stats::setNames(classification(id, return_id = return_id, ...), x) }, ncbi = { id <- process_ids(x, db, get_uid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, eol = { id <- process_ids(x, db, get_eolid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, col = { id <- process_ids(x, db, get_colid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, tropicos = { id <- process_ids(x, db, get_tpsid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, gbif = { id <- process_ids(x, db, get_gbifid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, nbn = { id <- process_ids(x, db, get_nbnid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, tol = { id <- process_ids(x, db, get_tolid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, worms = { id <- process_ids(x, db, get_wormsid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, natserv = { id <- process_ids(x, db, get_natservid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, bold = { id <- process_ids(x, db, get_boldid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, wiki = { id <- process_ids(x, db, get_wiki, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, pow = { id <- process_ids(x, db, get_pow, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, stop("the provided db value was not recognised", call. = FALSE) ) } process_ids <- function(input, db, fxn, ...){ g <- tryCatch(as.numeric(as.character(input)), warning = function(e) e) if ( inherits(g, "numeric") || # all others is.character(input) && all(grepl("N[HB]", input)) || # NBN is.character(input) && all(grepl("ELEMENT_GLOBAL", input)) || # Natserv is.character(input) && all(grepl("urn:lsid", input)) # POW ) { as_fxn <- switch(db, itis = as.tsn, ncbi = as.uid, eol = as.eolid, col = as.colid, tropicos = as.tpsid, gbif = as.gbifid, nbn = as.nbnid, tol = as.tolid, worms = as.wormsid, natserv = as.natservid, bold = as.boldid, wiki = as.wiki, pow = as.pow) as_fxn(input, check = FALSE) } else { eval(fxn)(input, ...) } } #' @export #' @rdname classification classification.tsn <- function(id, return_id = TRUE, ...) { fun <- function(x) { # return NA if NA is supplied if (is.na(x)) { out <- NA } else { out <- ritis::hierarchy_full(as.character(x), wt = "json", raw = FALSE) if (NROW(out) < 1) return(NA) # make normal data.frame out <- data.frame(out, stringsAsFactors = FALSE) # remove overhang out <- out[1:which(out$tsn == x), c('taxonname', 'rankname', 'tsn')] names(out) <- c('name', 'rank', 'id') # Optionally return tsn of lineage if (!return_id) out <- out[, c('name', 'rank')] out$rank <- tolower(out$rank) } return(out) } out <- lapply(id, fun) names(out) <- id structure(out, class = 'classification', db = 'itis') } #' @export #' @rdname classification classification.uid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts){ key <- getkey(NULL, service="entrez") # return NA if NA is supplied if (is.na(x)) { out <- NA } else { query <- tc(list(db = "taxonomy", ID = x, api_key = key)) cli <- crul::HttpClient$new(url = ncbi_base(), opts = callopts) res <- cli$get("entrez/eutils/efetch.fcgi", query = query) res$raise_for_status() tt <- res$parse("UTF-8") ttp <- xml2::read_xml(tt) out <- data.frame( name = xml_text_all(ttp, "//TaxaSet/Taxon/LineageEx/Taxon/ScientificName"), rank = xml_text_all(ttp, "//TaxaSet/Taxon/LineageEx/Taxon/Rank"), id = xml_text_all(ttp, "//TaxaSet/Taxon/LineageEx/Taxon/TaxId"), stringsAsFactors = FALSE) parent_id <- xml_text_all(ttp, "//TaxaSet/Taxon/ParentTaxId") %||% "" # Is not directly below root and no lineage info if (NROW(out) == 0 && parent_id != "1") { out <- NA } else { out <- rbind(out, data.frame( name = xml_text_all(ttp, "//TaxaSet/Taxon/ScientificName"), rank = xml_text_all(ttp, "//TaxaSet/Taxon/Rank"), id = xml_text_all(ttp, "//TaxaSet/Taxon/TaxId"), stringsAsFactors = FALSE)) # Optionally return tsn of lineage if (!return_id) out <- out[, c('name', 'rank')] out$rank <- tolower(out$rank) return(out) } } # NCBI limits requests to three per second if (is.null(key)) Sys.sleep(0.34) return(out) } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'ncbi') } #' @export #' @rdname classification classification.eolid <- function(id, callopts = list(), return_id = TRUE, ...) { common_names = synonyms = NULL fun <- function(x){ if (is.na(x)) { out <- NA } else { key <- getkey(NULL, "EOL_KEY") args <- tc(list(common_names = common_names, synonyms = synonyms)) cli <- crul::HttpClient$new(url = 'https://eol.org', opts = callopts) tt <- cli$get(file.path('api/hierarchy_entries/1.0', paste0(x, ".json")), query = args) tt$raise_for_status() res <- jsonlite::fromJSON(tt$parse("UTF-8"), FALSE) if (length(res$ancestors) == 0) { return(sprintf("No hierarchy information for %s", x)) } else { fff <- lapply(res$ancestors, function(z) { z[sapply(z, is.null)] <- NA_character_ data.frame(z, stringsAsFactors = FALSE) }) out <- do.call(rbind.fill, fff)[,c('scientificName', 'taxonRank', 'taxonID')] # add querried taxon tr <- res$taxonRank out <- rbind(out, c(res$scientificName, if ( is.null(tr) ) NA else tr, x)) names(out) <- c('name', 'rank', 'id') # Optionally return id of lineage if (!return_id) out <- out[, c('name', 'rank')] out$rank <- tolower(out$rank) return(out) } } } out <- lapply(id, fun) names(out) <- id structure(out, class = 'classification', db = 'eol') } #' @export #' @rdname classification classification.colid <- function(id, start = NULL, checklist = NULL, callopts = list(), return_id = TRUE, ...) { fun <- function(x, checklist, start, callopts){ # return NA if NA is supplied if (is.na(x)) { out <- NA } else { url <- make_url(checklist) args <- tc(list(id = x, response = "full", start = start)) out <- tax_GET(url, query = args, opts = callopts) tt <- xml2::read_xml(out$parse("UTF-8")) out <- search_col_classification_df(tt) # add query-ied taxon out <- rbind(out, c( xml2::xml_text(xml2::xml_find_first(tt, "//result/name")), xml2::xml_text(xml2::xml_find_first(tt, "//result/rank")), xml2::xml_text(xml2::xml_find_first(tt, "//result/id")))) # Optionally return id of lineage if (!return_id) out <- out[, c('name', 'rank')] out$rank <- tolower(out$rank) } return(out) } out <- lapply(id, fun, checklist = checklist, start = start, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'col') } search_col_classification_df <- function(x) { name <- xml2::xml_text(xml2::xml_find_all(x, "//classification//name")) rank <- xml2::xml_text(xml2::xml_find_all(x, "//classification//rank")) id <- xml2::xml_text(xml2::xml_find_all(x, "//classification//id")) if (any(grepl("species", rank, ignore.case = TRUE))) { name[which(rank %in% "Species")] <- paste(name[which(rank %in% "Genus")], name[which(rank %in% "Species")], collapse = " ") } data.frame(name, rank, id, stringsAsFactors = FALSE) } #' @export #' @rdname classification classification.tpsid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts){ if (is.na(x)) { out <- NA } else { url <- sprintf('http://services.tropicos.org/Name/%s/HigherTaxa', x) key <- getkey(NULL, "TROPICOS_KEY") args <- tc(list(format = 'json', apikey = key)) tt <- tax_GET(url, query = args, opts = callopts) out <- jsonlite::fromJSON(tt$parse("UTF-8"), FALSE) if (names(out[[1]])[[1]] == "Error") { out <- data.frame(ScientificName = NA, Rank = NA) } else { out <- do.call(rbind.fill, lapply(out, data.frame))[,c('ScientificName','Rank', 'NameId')] } names(out) <- c('name', 'rank', 'id') # Optionally return id of lineage if (!return_id) out <- out[, c('name', 'rank')] out$rank <- tolower(out$rank) } return(out) } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'tropicos') } #' @export #' @rdname classification classification.gbifid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts){ if (is.na(x)) { out <- NA } else { out <- suppressWarnings(tryCatch( gbif_name_usage(key = x, callopts = callopts), error = function(e) e)) if (is(out, "simpleError")) { NA } else { nms <- ldply(out[c('kingdom','phylum','class', 'order','family','genus','species')]) keys <- unname(unlist(out[paste0(c('kingdom','phylum','class', 'order','family','genus','species'), "Key")])) df <- data.frame(name = nms$V1, rank = nms$.id, id = keys, stringsAsFactors = FALSE) df$rank <- tolower(df$rank) # Optionally return id of lineage if (!return_id) df[, c('name', 'rank')] else df } } } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'gbif') } #' @export #' @rdname classification classification.nbnid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts){ if (is.na(x)) { out <- NA } else { out <- suppressWarnings(tryCatch(nbn_classification(id = x, callopts), error = function(e) e)) if (inherits(out, "simpleError")) { NA } else { out <- out[ , c('scientificname', 'rank', 'guid')] names(out) <- c('name', 'rank', 'id') # Optionally return id of lineage if (!return_id) out <- out[, c('name', 'rank')] out$rank <- tolower(out$rank) return(out) } } } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'nbn') } #' @export #' @rdname classification classification.tolid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts) { if (is.na(x)) { out <- NA } else { x <- as.numeric(x) out <- tryCatch(rotl::taxonomy_taxon_info(x, include_lineage = TRUE), error = function(e) e) if (inherits(out, "error")) { NA } else { outdf <- rotl::tax_lineage(out)[[1]] # we have to reverse row order outdf <- outdf[NROW(outdf):1, ] # tack on species searched for orig <- c(out[[1]]$rank, out[[1]]$name, out[[1]]$unique_name, out[[1]]$ott_id) outdf <- rbind(outdf, orig) row.names(outdf) <- NULL outdf <- outdf[ , c('name','rank', 'ott_id')] names(outdf) <- c('name', 'rank', 'id') if (!return_id) outdf <- outdf[, c('name', 'rank')] return(outdf) } } } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'tol') } #' @export #' @rdname classification classification.wormsid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, ...){ if (is.na(x)) { out <- NA } else { out <- tryCatch(worrms::wm_classification(as.numeric(x), ...), error = function(e) e) if (inherits(out, "error")) { NA } else { row.names(out) <- NULL out <- out[ , c('scientificname','rank', 'AphiaID')] names(out) <- c('name', 'rank', 'id') if (!return_id) out <- out[, c('name', 'rank')] return(out) } } } out <- lapply(id, fun, ...) names(out) <- id structure(out, class = 'classification', db = 'worms') } #' @export #' @rdname classification classification.natservid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts) { if (is.na(x)) { out <- NA } else { out <- tryCatch(natserv::ns_data(x), error = function(e) e) if (inherits(out, "error")) { NA } else { tmp <- out[[1]]$classification if (is.null(tmp)) return(NA) tmp <- tmp$taxonomy$formalTaxonomy if (is.null(tmp)) return(NA) tmp <- tmp[names(tmp) %in% c('kingdom', 'phylum', 'class', 'order', 'family', 'genus')] df <- data.frame(scientificname = unname(unlist(tmp)), rank = names(tmp), stringsAsFactors = FALSE) rks <- c('kingdom', 'phylum', 'class', 'order', 'family', 'genus', 'species') targ_taxon <- c( out[[1]]$classification$names$scientificName$unformattedName[[1]], rks[which(df$rank[length(df$rank)] == rks) + 1] ) df <- rbind(df, targ_taxon) return(df) } } } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'natserv') } #' @export #' @rdname classification classification.boldid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts) { if (is.na(x)) { out <- NA } else { out <- tryCatch(bold_search(id = x, includeTree = TRUE), error = function(e) e) if (inherits(out, "error")) { NA } else { if (is.null(out)) return(NA) tmp <- out[names(out) %in% c('taxid', 'taxon', 'tax_rank')] df <- data.frame(name = tmp$taxon, rank = tmp$tax_rank, id = tmp$taxid, stringsAsFactors = FALSE) return(df) } } } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'bold') } #' @export #' @rdname classification classification.wiki <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, wiki_site = "species", wiki = "en", callopts) { if (is.na(x)) { out <- NA } else { fxn <- switch( wiki_site, species = wikitaxa::wt_wikispecies, commons = wikitaxa::wt_wikicommons, pedia = wikitaxa::wt_wikipedia ) out <- tryCatch(fxn(x)$classification, error = function(e) e) if (inherits(out, "error")) { NA } else { if (is.null(out) || NROW(out) == 0) return(NA) df <- data.frame(name = out$name, rank = out$rank, stringsAsFactors = FALSE) return(df) } } } out <- list() for (i in seq_along(id)) { out[[i]] <- fun(id[i], attr(id, "wiki_site"), attr(id, "wiki_lang")) } names(out) <- id structure(out, class = 'classification', db = 'wiki', wiki_site = attr(id, "wiki_site"), wiki = attr(id, "wiki_lang")) } #' @export #' @rdname classification classification.pow <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts) { if (is.na(x)) { out <- NA } else { out <- tryCatch(pow_lookup(x), error = function(e) e) if (inherits(out, "error")) { NA } else { if (is.null(out)) return(NA) tmp <- out$meta$classification[,c('name', 'rank', 'fqId')] df <- data.frame(name = tmp$name, rank = tolower(tmp$rank), id = tmp$fqId, stringsAsFactors = FALSE) return(df) } } } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'pow') } # --------- #' @export #' @rdname classification classification.ids <- function(id, ...) { fun <- function(x, ...){ # return NA if NA is supplied if (all(is.na(x))) { out <- NA } else { out <- classification(x, ...) } return(out) } structure(lapply(id, fun, ...), class = 'classification_ids') } #' @export #' @rdname classification cbind.classification <- function(...) { gethiernames <- function(x) { x <- data.frame(x) x$name <- as.character(x$name) x$rank <- as.character(x$rank) values <- setNames(data.frame(t(x[,'name']), stringsAsFactors = FALSE), tolower(x[,'rank'])) if ("id" %in% names(x)) { x$id <- as.character(x$id) ids <- setNames(data.frame(t(x[,'id']), stringsAsFactors = FALSE), paste0(tolower(x[,'rank']),"_id") ) data.frame(values, ids) } else { values } } input <- x <- c(...) input <- input[vapply(x, function(z) inherits(z, "data.frame"), logical(1))] tmp <- do.call(rbind.fill, lapply(input, gethiernames)) tmp$query <- names(x) tmp$db <- attr(x, "db") tmp } #' @export #' @rdname classification rbind.classification <- function(...) { input <- x <- c(...) db <- attr(input, "db") x <- input[vapply(x, function(z) inherits(z, "data.frame"), logical(1))] for (i in seq_along(x)) { x[[i]]$query <- names(x[i]) } df <- do.call(rbind.fill, x) df$db <- db return( df ) } #' @export #' @rdname classification cbind.classification_ids <- function(...) { input <- c(...) # remove non-data.frames input <- input[vapply(input, function(x) class(x[[1]])[1], "") %in% c("data.frame", "tbl_df")] gethiernames <- function(x){ x$name <- as.character(x$name) x$rank <- as.character(x$rank) values <- setNames(data.frame(t(x$name), stringsAsFactors = FALSE), tolower(x$rank)) if ("id" %in% names(x)) { x$id <- as.character(x$id) ids <- setNames(data.frame(t(x$id), stringsAsFactors = FALSE), paste0(tolower(x$rank), "_id") ) data.frame(values, ids) } else { values } } dat <- do.call(rbind.fill, lapply(input, function(h){ tmp <- lapply(h, gethiernames) tmp <- do.call(rbind.fill, tmp) tmp$query <- names(h) tmp$db <- attr(h, "db") tmp }) ) move_col(tt = dat, y = c('query','db')) } #' @export #' @rdname classification rbind.classification_ids <- function(...) { input <- c(...) # remove non-data.frames input <- input[vapply(input, function(x) class(x[[1]])[1], "") %in% c("data.frame", "tbl_df")] df <- lapply(input, function(x){ coll <- list() for (i in seq_along(x)) { coll[[i]] <- data.frame(names(x[i]), x[i][[1]], stringsAsFactors = FALSE) } coll }) get <- list() for (i in seq_along(df[[1]])) { tmp <- do.call(rbind, lapply(df, "[[", i)) source2 <- gsub("\\.[0-9]+", "", row.names(tmp)) row.names(tmp) <- NULL names(tmp)[1] <- "query" tmp <- data.frame(db = source2, tmp, stringsAsFactors = FALSE) get[[i]] <- tmp } tt <- if (length(get) == 1) get[[1]] else do.call(rbind.fill, get) move_col(tt, c('query', 'db')) }
/R/classification.R
permissive
fuyanli-UHM/taxize
R
false
false
29,466
r
#' Retrieve the taxonomic hierarchy for a given taxon ID. #' #' @export #' @param x Vector of taxa names (character) or IDs (character or numeric) #' to query. #' @param db character; database to query. either `ncbi`, `itis`, `eol`, `col`, #' `tropicos`, `gbif`, `nbn`, `worms`, `natserv`, `bold`, `wiki`, or `pow`. #' Note that each taxonomic data source has, their own identifiers, so that #' if you provide the wrong `db` value for the identifier you could get a #' result, but it will likely be wrong (not what you were expecting). If using #' ncbi, eol, and/or tropicos, we recommend getting an API key; see #' [taxize-authentication] #' @param id character; identifiers, returned by [get_tsn()], [get_uid()], #' [get_eolid()], [get_colid()], [get_tpsid()], [get_gbifid()], [get_tolid()], #' [get_wormsid()], [get_natservid()], [get_wormsid()], [get_wiki()], #' [get_pow()] #' @param callopts Curl options passed on to [crul::verb-GET] #' @param ... For `classification`: other arguments passed to [get_tsn()], #' [get_uid()], [get_eolid()], [get_colid()], [get_tpsid()], [get_gbifid()], #' [get_wormsid()], [get_natservid()], [get_wormsid()], [get_wiki()], #' [get_pow()]. For `rbind.classification` and `cbind.classification`: one or #' more objects of class `classification` #' #' @param start The first record to return. If omitted, the results are #' returned from the first record (start=0). This is useful if the total #' number of results is larger than the maximum number of results returned by #' a single Web service query (currently the maximum number of results returned #' by a single query is 500 for terse queries and 50 for full queries). #' @param checklist character; The year of the checklist to query, if you want #' a specific year's checklist instead of the lastest as default (numeric). #' @param return_id (logical) If `TRUE` (default), return the taxon id #' as well as the name and rank of taxa in the lineage returned. #' Ignored for natserv as they don't return IDs in their taxonomic #' classification data. #' @param rows (numeric) Any number from 1 to infinity. If the default NA, #' all rows are considered. Note that this parameter is ignored if you pass #' in a taxonomic id instead of a name of class character. #' #' @return A named list of data.frames with the taxonomic classification of #' every supplied taxa. #' @details If IDs are supplied directly (not from the `get_*` functions) #' you must specify the type of ID. There is a timeout of 1/3 seconds between #' queries to NCBI. #' #' BEWARE: Right now, NBN doesn't return the queried taxon in the #' classification. But you can attach it yourself quite easily of course. #' This behavior is different from the other data sources. #' #' @seealso [get_tsn()], [get_uid()], [get_eolid()], [get_colid()], #' [get_tpsid()], [get_gbifid()], [get_wormsid()], [get_natservid()], #' [get_boldid()], [get_wiki()], [get_pow()] #' #' @section Lots of results: #' It may happen sometimes that you get more results back from your query #' than will show in the data.frame on screen. Our advice is to refine your #' query in those cases. On a data source basis we can attempt to help #' make it easier to refine queries, whether it be with the data provider #' (unlikely to happen), or in the code in this package (more likely) - #' let us know if you run into too many results problem and we'll see what #' we can do. #' #' @section Authentication: #' See [taxize-authentication] #' #' @examples \dontrun{ #' # Plug in taxon IDs #' classification(9606, db = 'ncbi') #' classification(c(9606, 55062), db = 'ncbi') #' classification(129313, db = 'itis') #' classification(6985636, db = 'eol') #' classification(126436, db = 'worms') #' classification('Helianthus annuus', db = 'pow') #' classification('Helianthus', db = 'pow') #' classification('Asteraceae', db = 'pow') #' classification("ELEMENT_GLOBAL.2.134717", db = 'natserv') #' classification(c(2704179, 2441176), db = 'gbif') #' classification(25509881, db = 'tropicos') #' classification("NBNSYS0000004786", db = 'nbn') #' classification(as.nbnid("NBNSYS0000004786"), db = 'nbn') #' classification(3930798, db = 'tol') #' #' ## works the same if IDs are in class character #' classification(c("2704179", "2441176"), db = 'gbif') #' classification("Agapostemon", db = "bold") #' #' # wikispecies #' classification("Malus domestica", db = "wiki") #' classification("Pinus contorta", db = "wiki") #' classification("Pinus contorta", db = "wiki", wiki_site = "commons") #' classification("Pinus contorta", db = "wiki", wiki_site = "pedia") #' classification("Pinus contorta", db = "wiki", wiki_site = "pedia", #' wiki = "fr") #' #' classification(get_wiki("Malus domestica", "commons")) #' classification(get_wiki("Malus domestica", "species")) #' classification(c("Pinus contorta", "Malus domestica"), db = "wiki") #' #' # Plug in taxon names #' ## in this case, we use get_*() fxns internally to first get taxon IDs #' classification("Oncorhynchus mykiss", db = "eol") #' classification(c("Chironomus riparius", "aaa vva"), db = 'ncbi') #' classification(c("Chironomus riparius", "aaa vva"), db = 'ncbi', #' messages=FALSE) #' classification(c("Chironomus riparius", "aaa vva"), db = 'itis') #' classification(c("Chironomus riparius", "aaa vva"), db = 'itis', #' messages=FALSE) #' classification(c("Chironomus riparius", "aaa vva"), db = 'eol') #' classification(c("Chironomus riparius", "aaa vva"), db = 'col') #' classification("Alopias vulpinus", db = 'nbn') #' classification('Gadus morhua', db = 'worms') #' classification('Aquila chrysaetos', db = 'natserv') #' classification('Gadus morhua', db = 'natserv') #' classification('Pomatomus saltatrix', db = 'natserv') #' classification('Aquila chrysaetos', db = 'natserv') #' classification(c("Chironomus riparius", "aaa vva"), db = 'col', #' messages=FALSE) #' classification(c("Chironomus riparius", "asdfasdfsfdfsd"), db = 'gbif') #' classification("Chironomus", db = 'tol') #' classification("Poa annua", db = 'tropicos') #' #' # Use methods for get_uid, get_tsn, get_eolid, get_colid, get_tpsid #' classification(get_uid(c("Chironomus riparius", "Puma concolor"))) #' #' classification(get_uid(c("Chironomus riparius", "aaa vva"))) #' classification(get_tsn(c("Chironomus riparius", "aaa vva"))) #' classification(get_tsn(c("Chironomus riparius", "aaa vva"), #' messages = FALSE)) #' classification(get_eolid(c("Chironomus riparius", "aaa vva"))) #' classification(get_colid(c("Chironomus riparius", "aaa vva"))) #' classification(get_tpsid(c("Poa annua", "aaa vva"))) #' classification(get_gbifid(c("Poa annua", "Bison bison"))) #' #' # Pass many ids from class "ids" #' (out <- get_ids(names="Puma concolor", db = c('ncbi','gbif'))) #' (cl <- classification(out)) #' #' # Bind width-wise from class classification_ids #' cbind(cl) #' #' # Bind length-wise #' rbind(cl) #' #' # Many names to get_ids #' (out <- get_ids(names=c("Puma concolor","Accipiter striatus"), #' db = c('ncbi','itis','col'))) #' (cl <- classification(out)) #' rbind(cl) #' ## cbind with so many names results in some messy data #' cbind(cl) #' ## so you can turn off return_id #' cbind( classification(out, return_id=FALSE) ) #' #' # rbind and cbind on class classification (from a #' # call to get_colid, get_tsn, etc. other than get_ids) #' (cl_col <- classification( #' get_colid(c("Puma concolor","Accipiter striatus")))) #' rbind(cl_col) #' cbind(cl_col) #' #' (cl_uid <- classification(get_uid(c("Puma concolor", #' "Accipiter striatus")), return_id=FALSE)) #' rbind(cl_uid) #' cbind(cl_uid) #' ## cbind works a bit odd when there are lots of ranks without names #' (cl_uid <- classification(get_uid(c("Puma concolor","Accipiter striatus")), #' return_id=TRUE)) #' cbind(cl_uid) #' #' (cl_tsn <- classification(get_tsn(c("Puma concolor","Accipiter striatus")))) #' rbind(cl_tsn) #' cbind(cl_tsn) #' #' (tsns <- get_tsn(c("Puma concolor","Accipiter striatus"))) #' (cl_tsns <- classification(tsns)) #' cbind(cl_tsns) #' #' # NBN data #' (res <- classification(c("Alopias vulpinus","Pinus sylvestris"), #' db = 'nbn')) #' rbind(res) #' cbind(res) #' #' # Return taxonomic IDs #' ## the return_id parameter is logical, and you can turn it on or off. #' ## It's TRUE by default #' classification(c("Alopias vulpinus","Pinus sylvestris"), db = 'ncbi', #' return_id = TRUE) #' classification(c("Alopias vulpinus","Pinus sylvestris"), db = 'ncbi', #' return_id = FALSE) #' #' # Use rows parameter to select certain #' classification('Poa annua', db = 'tropicos') #' classification('Poa annua', db = 'tropicos', rows=1:4) #' classification('Poa annua', db = 'tropicos', rows=1) #' classification('Poa annua', db = 'tropicos', rows=6) #' } #' #' @examples \dontrun{ #' # Fails without db param set #' # classification(315576) #' } classification <- function(...){ UseMethod("classification") } #' @export #' @rdname classification classification.default <- function(x, db = NULL, callopts = list(), return_id = TRUE, rows = NA, ...) { nstop(db) switch( db, itis = { id <- process_ids(x, db, get_tsn, rows = rows, ...) stats::setNames(classification(id, return_id = return_id, ...), x) }, ncbi = { id <- process_ids(x, db, get_uid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, eol = { id <- process_ids(x, db, get_eolid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, col = { id <- process_ids(x, db, get_colid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, tropicos = { id <- process_ids(x, db, get_tpsid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, gbif = { id <- process_ids(x, db, get_gbifid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, nbn = { id <- process_ids(x, db, get_nbnid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, tol = { id <- process_ids(x, db, get_tolid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, worms = { id <- process_ids(x, db, get_wormsid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, natserv = { id <- process_ids(x, db, get_natservid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, bold = { id <- process_ids(x, db, get_boldid, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, wiki = { id <- process_ids(x, db, get_wiki, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, pow = { id <- process_ids(x, db, get_pow, rows = rows, ...) stats::setNames(classification(id, callopts = callopts, return_id = return_id, ...), x) }, stop("the provided db value was not recognised", call. = FALSE) ) } process_ids <- function(input, db, fxn, ...){ g <- tryCatch(as.numeric(as.character(input)), warning = function(e) e) if ( inherits(g, "numeric") || # all others is.character(input) && all(grepl("N[HB]", input)) || # NBN is.character(input) && all(grepl("ELEMENT_GLOBAL", input)) || # Natserv is.character(input) && all(grepl("urn:lsid", input)) # POW ) { as_fxn <- switch(db, itis = as.tsn, ncbi = as.uid, eol = as.eolid, col = as.colid, tropicos = as.tpsid, gbif = as.gbifid, nbn = as.nbnid, tol = as.tolid, worms = as.wormsid, natserv = as.natservid, bold = as.boldid, wiki = as.wiki, pow = as.pow) as_fxn(input, check = FALSE) } else { eval(fxn)(input, ...) } } #' @export #' @rdname classification classification.tsn <- function(id, return_id = TRUE, ...) { fun <- function(x) { # return NA if NA is supplied if (is.na(x)) { out <- NA } else { out <- ritis::hierarchy_full(as.character(x), wt = "json", raw = FALSE) if (NROW(out) < 1) return(NA) # make normal data.frame out <- data.frame(out, stringsAsFactors = FALSE) # remove overhang out <- out[1:which(out$tsn == x), c('taxonname', 'rankname', 'tsn')] names(out) <- c('name', 'rank', 'id') # Optionally return tsn of lineage if (!return_id) out <- out[, c('name', 'rank')] out$rank <- tolower(out$rank) } return(out) } out <- lapply(id, fun) names(out) <- id structure(out, class = 'classification', db = 'itis') } #' @export #' @rdname classification classification.uid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts){ key <- getkey(NULL, service="entrez") # return NA if NA is supplied if (is.na(x)) { out <- NA } else { query <- tc(list(db = "taxonomy", ID = x, api_key = key)) cli <- crul::HttpClient$new(url = ncbi_base(), opts = callopts) res <- cli$get("entrez/eutils/efetch.fcgi", query = query) res$raise_for_status() tt <- res$parse("UTF-8") ttp <- xml2::read_xml(tt) out <- data.frame( name = xml_text_all(ttp, "//TaxaSet/Taxon/LineageEx/Taxon/ScientificName"), rank = xml_text_all(ttp, "//TaxaSet/Taxon/LineageEx/Taxon/Rank"), id = xml_text_all(ttp, "//TaxaSet/Taxon/LineageEx/Taxon/TaxId"), stringsAsFactors = FALSE) parent_id <- xml_text_all(ttp, "//TaxaSet/Taxon/ParentTaxId") %||% "" # Is not directly below root and no lineage info if (NROW(out) == 0 && parent_id != "1") { out <- NA } else { out <- rbind(out, data.frame( name = xml_text_all(ttp, "//TaxaSet/Taxon/ScientificName"), rank = xml_text_all(ttp, "//TaxaSet/Taxon/Rank"), id = xml_text_all(ttp, "//TaxaSet/Taxon/TaxId"), stringsAsFactors = FALSE)) # Optionally return tsn of lineage if (!return_id) out <- out[, c('name', 'rank')] out$rank <- tolower(out$rank) return(out) } } # NCBI limits requests to three per second if (is.null(key)) Sys.sleep(0.34) return(out) } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'ncbi') } #' @export #' @rdname classification classification.eolid <- function(id, callopts = list(), return_id = TRUE, ...) { common_names = synonyms = NULL fun <- function(x){ if (is.na(x)) { out <- NA } else { key <- getkey(NULL, "EOL_KEY") args <- tc(list(common_names = common_names, synonyms = synonyms)) cli <- crul::HttpClient$new(url = 'https://eol.org', opts = callopts) tt <- cli$get(file.path('api/hierarchy_entries/1.0', paste0(x, ".json")), query = args) tt$raise_for_status() res <- jsonlite::fromJSON(tt$parse("UTF-8"), FALSE) if (length(res$ancestors) == 0) { return(sprintf("No hierarchy information for %s", x)) } else { fff <- lapply(res$ancestors, function(z) { z[sapply(z, is.null)] <- NA_character_ data.frame(z, stringsAsFactors = FALSE) }) out <- do.call(rbind.fill, fff)[,c('scientificName', 'taxonRank', 'taxonID')] # add querried taxon tr <- res$taxonRank out <- rbind(out, c(res$scientificName, if ( is.null(tr) ) NA else tr, x)) names(out) <- c('name', 'rank', 'id') # Optionally return id of lineage if (!return_id) out <- out[, c('name', 'rank')] out$rank <- tolower(out$rank) return(out) } } } out <- lapply(id, fun) names(out) <- id structure(out, class = 'classification', db = 'eol') } #' @export #' @rdname classification classification.colid <- function(id, start = NULL, checklist = NULL, callopts = list(), return_id = TRUE, ...) { fun <- function(x, checklist, start, callopts){ # return NA if NA is supplied if (is.na(x)) { out <- NA } else { url <- make_url(checklist) args <- tc(list(id = x, response = "full", start = start)) out <- tax_GET(url, query = args, opts = callopts) tt <- xml2::read_xml(out$parse("UTF-8")) out <- search_col_classification_df(tt) # add query-ied taxon out <- rbind(out, c( xml2::xml_text(xml2::xml_find_first(tt, "//result/name")), xml2::xml_text(xml2::xml_find_first(tt, "//result/rank")), xml2::xml_text(xml2::xml_find_first(tt, "//result/id")))) # Optionally return id of lineage if (!return_id) out <- out[, c('name', 'rank')] out$rank <- tolower(out$rank) } return(out) } out <- lapply(id, fun, checklist = checklist, start = start, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'col') } search_col_classification_df <- function(x) { name <- xml2::xml_text(xml2::xml_find_all(x, "//classification//name")) rank <- xml2::xml_text(xml2::xml_find_all(x, "//classification//rank")) id <- xml2::xml_text(xml2::xml_find_all(x, "//classification//id")) if (any(grepl("species", rank, ignore.case = TRUE))) { name[which(rank %in% "Species")] <- paste(name[which(rank %in% "Genus")], name[which(rank %in% "Species")], collapse = " ") } data.frame(name, rank, id, stringsAsFactors = FALSE) } #' @export #' @rdname classification classification.tpsid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts){ if (is.na(x)) { out <- NA } else { url <- sprintf('http://services.tropicos.org/Name/%s/HigherTaxa', x) key <- getkey(NULL, "TROPICOS_KEY") args <- tc(list(format = 'json', apikey = key)) tt <- tax_GET(url, query = args, opts = callopts) out <- jsonlite::fromJSON(tt$parse("UTF-8"), FALSE) if (names(out[[1]])[[1]] == "Error") { out <- data.frame(ScientificName = NA, Rank = NA) } else { out <- do.call(rbind.fill, lapply(out, data.frame))[,c('ScientificName','Rank', 'NameId')] } names(out) <- c('name', 'rank', 'id') # Optionally return id of lineage if (!return_id) out <- out[, c('name', 'rank')] out$rank <- tolower(out$rank) } return(out) } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'tropicos') } #' @export #' @rdname classification classification.gbifid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts){ if (is.na(x)) { out <- NA } else { out <- suppressWarnings(tryCatch( gbif_name_usage(key = x, callopts = callopts), error = function(e) e)) if (is(out, "simpleError")) { NA } else { nms <- ldply(out[c('kingdom','phylum','class', 'order','family','genus','species')]) keys <- unname(unlist(out[paste0(c('kingdom','phylum','class', 'order','family','genus','species'), "Key")])) df <- data.frame(name = nms$V1, rank = nms$.id, id = keys, stringsAsFactors = FALSE) df$rank <- tolower(df$rank) # Optionally return id of lineage if (!return_id) df[, c('name', 'rank')] else df } } } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'gbif') } #' @export #' @rdname classification classification.nbnid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts){ if (is.na(x)) { out <- NA } else { out <- suppressWarnings(tryCatch(nbn_classification(id = x, callopts), error = function(e) e)) if (inherits(out, "simpleError")) { NA } else { out <- out[ , c('scientificname', 'rank', 'guid')] names(out) <- c('name', 'rank', 'id') # Optionally return id of lineage if (!return_id) out <- out[, c('name', 'rank')] out$rank <- tolower(out$rank) return(out) } } } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'nbn') } #' @export #' @rdname classification classification.tolid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts) { if (is.na(x)) { out <- NA } else { x <- as.numeric(x) out <- tryCatch(rotl::taxonomy_taxon_info(x, include_lineage = TRUE), error = function(e) e) if (inherits(out, "error")) { NA } else { outdf <- rotl::tax_lineage(out)[[1]] # we have to reverse row order outdf <- outdf[NROW(outdf):1, ] # tack on species searched for orig <- c(out[[1]]$rank, out[[1]]$name, out[[1]]$unique_name, out[[1]]$ott_id) outdf <- rbind(outdf, orig) row.names(outdf) <- NULL outdf <- outdf[ , c('name','rank', 'ott_id')] names(outdf) <- c('name', 'rank', 'id') if (!return_id) outdf <- outdf[, c('name', 'rank')] return(outdf) } } } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'tol') } #' @export #' @rdname classification classification.wormsid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, ...){ if (is.na(x)) { out <- NA } else { out <- tryCatch(worrms::wm_classification(as.numeric(x), ...), error = function(e) e) if (inherits(out, "error")) { NA } else { row.names(out) <- NULL out <- out[ , c('scientificname','rank', 'AphiaID')] names(out) <- c('name', 'rank', 'id') if (!return_id) out <- out[, c('name', 'rank')] return(out) } } } out <- lapply(id, fun, ...) names(out) <- id structure(out, class = 'classification', db = 'worms') } #' @export #' @rdname classification classification.natservid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts) { if (is.na(x)) { out <- NA } else { out <- tryCatch(natserv::ns_data(x), error = function(e) e) if (inherits(out, "error")) { NA } else { tmp <- out[[1]]$classification if (is.null(tmp)) return(NA) tmp <- tmp$taxonomy$formalTaxonomy if (is.null(tmp)) return(NA) tmp <- tmp[names(tmp) %in% c('kingdom', 'phylum', 'class', 'order', 'family', 'genus')] df <- data.frame(scientificname = unname(unlist(tmp)), rank = names(tmp), stringsAsFactors = FALSE) rks <- c('kingdom', 'phylum', 'class', 'order', 'family', 'genus', 'species') targ_taxon <- c( out[[1]]$classification$names$scientificName$unformattedName[[1]], rks[which(df$rank[length(df$rank)] == rks) + 1] ) df <- rbind(df, targ_taxon) return(df) } } } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'natserv') } #' @export #' @rdname classification classification.boldid <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts) { if (is.na(x)) { out <- NA } else { out <- tryCatch(bold_search(id = x, includeTree = TRUE), error = function(e) e) if (inherits(out, "error")) { NA } else { if (is.null(out)) return(NA) tmp <- out[names(out) %in% c('taxid', 'taxon', 'tax_rank')] df <- data.frame(name = tmp$taxon, rank = tmp$tax_rank, id = tmp$taxid, stringsAsFactors = FALSE) return(df) } } } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'bold') } #' @export #' @rdname classification classification.wiki <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, wiki_site = "species", wiki = "en", callopts) { if (is.na(x)) { out <- NA } else { fxn <- switch( wiki_site, species = wikitaxa::wt_wikispecies, commons = wikitaxa::wt_wikicommons, pedia = wikitaxa::wt_wikipedia ) out <- tryCatch(fxn(x)$classification, error = function(e) e) if (inherits(out, "error")) { NA } else { if (is.null(out) || NROW(out) == 0) return(NA) df <- data.frame(name = out$name, rank = out$rank, stringsAsFactors = FALSE) return(df) } } } out <- list() for (i in seq_along(id)) { out[[i]] <- fun(id[i], attr(id, "wiki_site"), attr(id, "wiki_lang")) } names(out) <- id structure(out, class = 'classification', db = 'wiki', wiki_site = attr(id, "wiki_site"), wiki = attr(id, "wiki_lang")) } #' @export #' @rdname classification classification.pow <- function(id, callopts = list(), return_id = TRUE, ...) { fun <- function(x, callopts) { if (is.na(x)) { out <- NA } else { out <- tryCatch(pow_lookup(x), error = function(e) e) if (inherits(out, "error")) { NA } else { if (is.null(out)) return(NA) tmp <- out$meta$classification[,c('name', 'rank', 'fqId')] df <- data.frame(name = tmp$name, rank = tolower(tmp$rank), id = tmp$fqId, stringsAsFactors = FALSE) return(df) } } } out <- lapply(id, fun, callopts = callopts) names(out) <- id structure(out, class = 'classification', db = 'pow') } # --------- #' @export #' @rdname classification classification.ids <- function(id, ...) { fun <- function(x, ...){ # return NA if NA is supplied if (all(is.na(x))) { out <- NA } else { out <- classification(x, ...) } return(out) } structure(lapply(id, fun, ...), class = 'classification_ids') } #' @export #' @rdname classification cbind.classification <- function(...) { gethiernames <- function(x) { x <- data.frame(x) x$name <- as.character(x$name) x$rank <- as.character(x$rank) values <- setNames(data.frame(t(x[,'name']), stringsAsFactors = FALSE), tolower(x[,'rank'])) if ("id" %in% names(x)) { x$id <- as.character(x$id) ids <- setNames(data.frame(t(x[,'id']), stringsAsFactors = FALSE), paste0(tolower(x[,'rank']),"_id") ) data.frame(values, ids) } else { values } } input <- x <- c(...) input <- input[vapply(x, function(z) inherits(z, "data.frame"), logical(1))] tmp <- do.call(rbind.fill, lapply(input, gethiernames)) tmp$query <- names(x) tmp$db <- attr(x, "db") tmp } #' @export #' @rdname classification rbind.classification <- function(...) { input <- x <- c(...) db <- attr(input, "db") x <- input[vapply(x, function(z) inherits(z, "data.frame"), logical(1))] for (i in seq_along(x)) { x[[i]]$query <- names(x[i]) } df <- do.call(rbind.fill, x) df$db <- db return( df ) } #' @export #' @rdname classification cbind.classification_ids <- function(...) { input <- c(...) # remove non-data.frames input <- input[vapply(input, function(x) class(x[[1]])[1], "") %in% c("data.frame", "tbl_df")] gethiernames <- function(x){ x$name <- as.character(x$name) x$rank <- as.character(x$rank) values <- setNames(data.frame(t(x$name), stringsAsFactors = FALSE), tolower(x$rank)) if ("id" %in% names(x)) { x$id <- as.character(x$id) ids <- setNames(data.frame(t(x$id), stringsAsFactors = FALSE), paste0(tolower(x$rank), "_id") ) data.frame(values, ids) } else { values } } dat <- do.call(rbind.fill, lapply(input, function(h){ tmp <- lapply(h, gethiernames) tmp <- do.call(rbind.fill, tmp) tmp$query <- names(h) tmp$db <- attr(h, "db") tmp }) ) move_col(tt = dat, y = c('query','db')) } #' @export #' @rdname classification rbind.classification_ids <- function(...) { input <- c(...) # remove non-data.frames input <- input[vapply(input, function(x) class(x[[1]])[1], "") %in% c("data.frame", "tbl_df")] df <- lapply(input, function(x){ coll <- list() for (i in seq_along(x)) { coll[[i]] <- data.frame(names(x[i]), x[i][[1]], stringsAsFactors = FALSE) } coll }) get <- list() for (i in seq_along(df[[1]])) { tmp <- do.call(rbind, lapply(df, "[[", i)) source2 <- gsub("\\.[0-9]+", "", row.names(tmp)) row.names(tmp) <- NULL names(tmp)[1] <- "query" tmp <- data.frame(db = source2, tmp, stringsAsFactors = FALSE) get[[i]] <- tmp } tt <- if (length(get) == 1) get[[1]] else do.call(rbind.fill, get) move_col(tt, c('query', 'db')) }
loan.test <- read.csv("/home/awaz/Documents/UISCourses/DataScience/midterm_test.csv", stringsAsFactors = FALSE) str(loan.test) #First try with selected variable loan.second.tst <- loan.test[,-which(names(loan.test) %in% c("Loan_ID", "Borrower_ID", "Employer", "Loan_Description", "Purpose_Of_Loan", "Loan_Title", "Zip_3", "Month_Earliest_Credit", "Months_Since_Record", "Public_Record_Count", "Outstanding_Principal", "Outstanding_Principal_Remaining", "Last_Payment_Received", "Last_Payment_Total", "Next_Payment_date", "Policy_Code", "Length_Employed", "Month_Issued", "State", "Number_Delinqueny_2yrs"))] str(loan.second.tst) #remove $, % and ',' from data intrtonum <- function(x){gsub("%|\\$|,|[a-zA-Z]|\\s+","",x)} #mode function Defmode <- function(x){ ux <- unique(x); ux[which.max(tabulate(match(x,ux)))]} #clean loan_amount_requested loan.second.tst$Loan_Amount_Requested <- sapply(loan.second.tst$Loan_Amount_Requested, intrtonum) loan.second.tst$Loan_Amount_Requested <- as.numeric(loan.second.tst$Loan_Amount_Requested) #clean loan amount funded loan.second.tst$Loan_Amount_Funded <- sapply(loan.second.tst$Loan_Amount_Funded, intrtonum) loan.second.tst$Loan_Amount_Funded <- as.numeric(loan.second.tst$Loan_Amount_Funded) #Clean loan amount funded by investor loan.second.tst$Loan_Amount_Funded_by_Investors <- sapply(loan.second.tst$Loan_Amount_Funded_by_Investors,intrtonum) loan.second.tst$Loan_Amount_Funded_by_Investors <- as.numeric(loan.second.tst$Loan_Amount_Funded_by_Investors) #clean initial loan term loan.second.tst$Initial_Loan_Term_Months <- sapply(loan.second.tst$Initial_Loan_Term_Months, intrtonum) loan.second.tst$Initial_Loan_Term_Months <- as.numeric(loan.second.tst$Initial_Loan_Term_Months) #check loan grade loan.second.tst$Loan_Grade[loan.second.tst$Loan_Grade==""] <- "0" #One hot encoding for loan grade convert_loan <- function(a,b){ switch (b, A0 = {a <- ifelse(a=="A" | a=="0", "1", "0")}, BCD = {a <- ifelse(a=="B" | a=="C" | a=="D", "1", "0")} ) } loan.second.tst$GA0 <- sapply(loan.second.tst$Loan_Grade,convert_loan,b="A0") loan.second.tst$GA0 <- as.numeric(loan.second.tst$GA0) loan.second.tst$GBCD <- sapply(loan.second.tst$Loan_Grade,convert_loan,b="BCD") loan.second.tst$GBCD <- as.numeric(loan.second.tst$GBCD) #convert "" in loan sub grade to 0 #loan.second.tst$Sub_Loan_Grade[loan.second.tst$Sub_Loan_Grade==""] <- "0" #loan.second.tst$Sub_Loan_Grade <- as.factor(loan.second.tst$Sub_Loan_Grade) #Home owner cleanup #Drop bad homes convert_home <- function(a,b){ switch (b, OWN = {a <- ifelse(a=="OWN" | a=="MORTGAGE", "1", "0")}, RENT= {a <- ifelse(a=="RENT", "1", "0")} ) } loan.second.tst$Home_own <- sapply(loan.second.tst$Home_Owner.,convert_home,b="OWN") loan.second.tst$Home_own <- as.numeric(loan.second.tst$Home_own) loan.second.tst$Home_Rent <- sapply(loan.second.tst$Home_Owner.,convert_home,b="RENT") loan.second.tst$Home_Rent <- as.numeric(loan.second.tst$Home_Rent) #Clean annual income #loan.second.tst$Annual_Income <- sapply(loan.second.tst$Annual_Income, intrtonum) #temp <- as.numeric(loan.second.tst$Annual_Income) #loan.second.tst <- loan.second.tst[na.omit(loan.second.tst$Annual_Income),] #Clean Income verification #First will convert 'Verified' to 'yes' and 'not-verfied' to 'no'. Also convert all income values to 'no' loan.second.tst$Income_Verified[grep("VERIFIED",loan.second.tst$Income_Verified)] <- "1" loan.second.tst$Income_Verified[grep("not",loan.second.tst$Income_Verified)] <- "0" loan.second.tst$Income_Verified <- as.numeric(loan.second.tst$Income_Verified) loan.second.tst$Income_Verified[is.na(loan.second.tst$Income_Verified)] <- 0 #------- #clean current status #There are very few obs with month-yr date and one 'VERIFIED-income'. Best to get rid of these obs #index_stat <- grep("Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec|VERIFIED",loan.second.tst$Current_Status) #loan.second.tst <- loan.second.tst[-index_stat,] #loan.second.tst$Current_Status <- as.factor(loan.second.tst$Current_Status) #Payment plan cleanup loan.second.tst$Payment_Plan_Ind[loan.second.tst$Payment_Plan_Ind=="y"] <- "1" loan.second.tst$Payment_Plan_Ind[loan.second.tst$Payment_Plan_Ind=="n"] <- "0" loan.second.tst$Payment_Plan_Ind <- as.numeric(loan.second.tst$Payment_Plan_Ind) loan.second.tst$Payment_Plan_Ind[is.na(loan.second.tst$Payment_Plan_Ind)] <- 0 #Clean debt to income loan.second.tst$Debt_To_Income <- sapply(loan.second.tst$Debt_To_Income, intrtonum) temp <- as.numeric(loan.second.tst$Debt_To_Income) temp[is.na(temp)] <- 0 loan.second.tst$Debt_To_Income <- temp #Clean month since dilinquency loan.second.tst$Months_Since_Deliquency[loan.second.tst$Months_Since_Deliquency==""] <- 0 temp <- floor(as.numeric(loan.second.tst$Months_Since_Deliquency)) temp[is.na(temp)] <- 0 loan.second.tst$Months_Since_Deliquency <- temp #clean inquiries_last_6Mo #first round, we will convert all alpha values to 0 loan.second.tst$Inquiries_Last_6Mo <- floor(as.numeric(loan.second.tst$Inquiries_Last_6Mo)) loan.second.tst$Inquiries_Last_6Mo[is.na(loan.second.tst$Inquiries_Last_6Mo)] <- 0 #clean number of open accounts. loan.second.tst$Number_Open_Accounts <- floor(as.numeric(loan.second.tst$Number_Open_Accounts)) loan.second.tst$Number_Open_Accounts[is.na(loan.second.tst$Number_Open_Accounts)] <- 0 #Clean revolving balance. Change NA to 0 temp <- as.numeric(loan.second.tst$Revolving_Balance) temp[is.na(temp)] <- 0 loan.second.tst$Revolving_Balance <- temp #Clean revolving util loan.second.tst$Revolving_Utilization <- sapply(loan.second.tst$Revolving_Utilization, intrtonum) temp <- as.numeric(loan.second.tst$Revolving_Utilization)/100 temp[is.na(temp)] <- 0 loan.second.tst$Revolving_Utilization <- temp #Clean total accounts temp <- as.numeric(loan.second.tst$Total_Accounts) temp[is.na(temp)] <- 0 loan.second.tst$Total_Accounts <- temp #Clean initial status #There a few numeric values - we will assume these to be 'f' #loan.second.tst$Initial_Status[grep("[0-9]",loan.second.tst$Initial_Status)] <- "f" #loan.second.tst$Initial_Status <- as.factor(loan.second.tst$Initial_Status) #Clean total payment loan.second.tst$Total_Payment <- sapply(loan.second.tst$Total_Payment,intrtonum) temp <- as.numeric(loan.second.tst$Total_Payment) temp[is.na(temp)] <- 0 loan.second.tst$Total_Payment <- temp #clean total payment funded loan.second.tst$Total_Payment_Funded <- sapply(loan.second.tst$Total_Payment_Funded, intrtonum) temp <- as.numeric(loan.second.tst$Total_Payment_Funded) temp[is.na(temp)] <- 0 loan.second.tst$Total_Payment_Funded <- temp #Clean Total Received loan.second.tst$Total_Received <- sapply(loan.second.tst$Total_Received, intrtonum) temp <- as.numeric(loan.second.tst$Total_Received) temp[is.na(temp)] <- 0 loan.second.tst$Total_Received <- temp #Clean total received interest loan.second.tst$Total_Received_Interest <- sapply(loan.second.tst$Total_Received_Interest, intrtonum) temp <- as.numeric(loan.second.tst$Total_Received_Interest) temp[is.na(temp)] <- 0 loan.second.tst$Total_Received_Interest <- temp #Clean total received late fees loan.second.tst$Total_Received_Late_Fees <- sapply(loan.second.tst$Total_Received_Late_Fees,intrtonum) temp <- as.numeric(loan.second.tst$Total_Received_Late_Fees) temp[is.na(temp)] <- 0 loan.second.tst$Total_Received_Late_Fees <- temp #Clean recoveries loan.second.tst$Recoveries <- sapply(loan.second.tst$Recoveries,intrtonum) temp <- as.numeric(loan.second.tst$Recoveries) temp[is.na(temp)] <- 0 loan.second.tst$Recoveries <- temp #Clean collection fee loan.second.tst$Collection_Recovery_Fee <- sapply(loan.second.tst$Collection_Recovery_Fee,intrtonum) temp <- as.numeric(loan.second.tst$Collection_Recovery_Fee) temp[is.na(temp)] <- 0 loan.second.tst$Collection_Recovery_Fee <- temp #Derogatory record convert_der <- function(x){x <- ifelse(x=="", "0", "1")} loan.second.tst$Derogatory <- sapply(loan.second.tst$Months_Since_Last_Derogatory, convert_der) loan.second.tst$Derogatory <- as.numeric(loan.second.tst$Derogatory) #Collection loan.second.tst$Collections <- as.numeric(loan.second.tst$Collections_12Mo_Exclude_Med) loan.second.tst$Collections[is.na(loan.second.tst$Collections)] <- 0 #We will omit a few more columns loan.second.tst <- loan.second.tst[,-which(names(loan.second.tst) %in% c("Loan_Grade","Sub_Loan_Grade","Home_Owner.","Annual_Income", "Current_Status","Initial_Status","Next_Payment_Date", "Last_Credit_Pulled","Collections_12Mo_Exclude_Med", "Months_Since_Last_Derogatory","Collections"))] str(loan.second.tst) #Remove a few more columns to build model loan.second.tst.sub <- loan.second.tst[,-which(names(loan.second.tst) %in% c("Total_Payment","Total_Payment_Funded","Total_Received", "Total_Received_Interest","Total_Received_Late_Fees", "Recoveries","Collection_Recovery_Fee","Months_Since_Deliquency", "Revolving_Balance"))] str(loan.second.tst.sub) #Predict results results.sub <- predict(rmodel,loan.second.tst.sub[,-1]) submit.data <- data.frame(Id=loan.second.tst.sub$X, Rate=results.sub) write.csv(submit.data,file = "/home/awaz/Documents/UISCourses/DataScience/submit4.csv",row.names = FALSE) #Predict results results.sub1 <- predict(rfmodel,loan.second.tst.sub[,-1]) submit.data1 <- data.frame(Id=loan.second.tst.sub$X,Rate=results.sub1) write.csv(submit.data1,file = "/home/awaz/Documents/UISCourses/DataScience/submit5.csv",row.names = FALSE)
/CSCMidTerm/NameTheLoanTEST.R
no_license
Psychkya/Data-Sciences
R
false
false
10,014
r
loan.test <- read.csv("/home/awaz/Documents/UISCourses/DataScience/midterm_test.csv", stringsAsFactors = FALSE) str(loan.test) #First try with selected variable loan.second.tst <- loan.test[,-which(names(loan.test) %in% c("Loan_ID", "Borrower_ID", "Employer", "Loan_Description", "Purpose_Of_Loan", "Loan_Title", "Zip_3", "Month_Earliest_Credit", "Months_Since_Record", "Public_Record_Count", "Outstanding_Principal", "Outstanding_Principal_Remaining", "Last_Payment_Received", "Last_Payment_Total", "Next_Payment_date", "Policy_Code", "Length_Employed", "Month_Issued", "State", "Number_Delinqueny_2yrs"))] str(loan.second.tst) #remove $, % and ',' from data intrtonum <- function(x){gsub("%|\\$|,|[a-zA-Z]|\\s+","",x)} #mode function Defmode <- function(x){ ux <- unique(x); ux[which.max(tabulate(match(x,ux)))]} #clean loan_amount_requested loan.second.tst$Loan_Amount_Requested <- sapply(loan.second.tst$Loan_Amount_Requested, intrtonum) loan.second.tst$Loan_Amount_Requested <- as.numeric(loan.second.tst$Loan_Amount_Requested) #clean loan amount funded loan.second.tst$Loan_Amount_Funded <- sapply(loan.second.tst$Loan_Amount_Funded, intrtonum) loan.second.tst$Loan_Amount_Funded <- as.numeric(loan.second.tst$Loan_Amount_Funded) #Clean loan amount funded by investor loan.second.tst$Loan_Amount_Funded_by_Investors <- sapply(loan.second.tst$Loan_Amount_Funded_by_Investors,intrtonum) loan.second.tst$Loan_Amount_Funded_by_Investors <- as.numeric(loan.second.tst$Loan_Amount_Funded_by_Investors) #clean initial loan term loan.second.tst$Initial_Loan_Term_Months <- sapply(loan.second.tst$Initial_Loan_Term_Months, intrtonum) loan.second.tst$Initial_Loan_Term_Months <- as.numeric(loan.second.tst$Initial_Loan_Term_Months) #check loan grade loan.second.tst$Loan_Grade[loan.second.tst$Loan_Grade==""] <- "0" #One hot encoding for loan grade convert_loan <- function(a,b){ switch (b, A0 = {a <- ifelse(a=="A" | a=="0", "1", "0")}, BCD = {a <- ifelse(a=="B" | a=="C" | a=="D", "1", "0")} ) } loan.second.tst$GA0 <- sapply(loan.second.tst$Loan_Grade,convert_loan,b="A0") loan.second.tst$GA0 <- as.numeric(loan.second.tst$GA0) loan.second.tst$GBCD <- sapply(loan.second.tst$Loan_Grade,convert_loan,b="BCD") loan.second.tst$GBCD <- as.numeric(loan.second.tst$GBCD) #convert "" in loan sub grade to 0 #loan.second.tst$Sub_Loan_Grade[loan.second.tst$Sub_Loan_Grade==""] <- "0" #loan.second.tst$Sub_Loan_Grade <- as.factor(loan.second.tst$Sub_Loan_Grade) #Home owner cleanup #Drop bad homes convert_home <- function(a,b){ switch (b, OWN = {a <- ifelse(a=="OWN" | a=="MORTGAGE", "1", "0")}, RENT= {a <- ifelse(a=="RENT", "1", "0")} ) } loan.second.tst$Home_own <- sapply(loan.second.tst$Home_Owner.,convert_home,b="OWN") loan.second.tst$Home_own <- as.numeric(loan.second.tst$Home_own) loan.second.tst$Home_Rent <- sapply(loan.second.tst$Home_Owner.,convert_home,b="RENT") loan.second.tst$Home_Rent <- as.numeric(loan.second.tst$Home_Rent) #Clean annual income #loan.second.tst$Annual_Income <- sapply(loan.second.tst$Annual_Income, intrtonum) #temp <- as.numeric(loan.second.tst$Annual_Income) #loan.second.tst <- loan.second.tst[na.omit(loan.second.tst$Annual_Income),] #Clean Income verification #First will convert 'Verified' to 'yes' and 'not-verfied' to 'no'. Also convert all income values to 'no' loan.second.tst$Income_Verified[grep("VERIFIED",loan.second.tst$Income_Verified)] <- "1" loan.second.tst$Income_Verified[grep("not",loan.second.tst$Income_Verified)] <- "0" loan.second.tst$Income_Verified <- as.numeric(loan.second.tst$Income_Verified) loan.second.tst$Income_Verified[is.na(loan.second.tst$Income_Verified)] <- 0 #------- #clean current status #There are very few obs with month-yr date and one 'VERIFIED-income'. Best to get rid of these obs #index_stat <- grep("Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec|VERIFIED",loan.second.tst$Current_Status) #loan.second.tst <- loan.second.tst[-index_stat,] #loan.second.tst$Current_Status <- as.factor(loan.second.tst$Current_Status) #Payment plan cleanup loan.second.tst$Payment_Plan_Ind[loan.second.tst$Payment_Plan_Ind=="y"] <- "1" loan.second.tst$Payment_Plan_Ind[loan.second.tst$Payment_Plan_Ind=="n"] <- "0" loan.second.tst$Payment_Plan_Ind <- as.numeric(loan.second.tst$Payment_Plan_Ind) loan.second.tst$Payment_Plan_Ind[is.na(loan.second.tst$Payment_Plan_Ind)] <- 0 #Clean debt to income loan.second.tst$Debt_To_Income <- sapply(loan.second.tst$Debt_To_Income, intrtonum) temp <- as.numeric(loan.second.tst$Debt_To_Income) temp[is.na(temp)] <- 0 loan.second.tst$Debt_To_Income <- temp #Clean month since dilinquency loan.second.tst$Months_Since_Deliquency[loan.second.tst$Months_Since_Deliquency==""] <- 0 temp <- floor(as.numeric(loan.second.tst$Months_Since_Deliquency)) temp[is.na(temp)] <- 0 loan.second.tst$Months_Since_Deliquency <- temp #clean inquiries_last_6Mo #first round, we will convert all alpha values to 0 loan.second.tst$Inquiries_Last_6Mo <- floor(as.numeric(loan.second.tst$Inquiries_Last_6Mo)) loan.second.tst$Inquiries_Last_6Mo[is.na(loan.second.tst$Inquiries_Last_6Mo)] <- 0 #clean number of open accounts. loan.second.tst$Number_Open_Accounts <- floor(as.numeric(loan.second.tst$Number_Open_Accounts)) loan.second.tst$Number_Open_Accounts[is.na(loan.second.tst$Number_Open_Accounts)] <- 0 #Clean revolving balance. Change NA to 0 temp <- as.numeric(loan.second.tst$Revolving_Balance) temp[is.na(temp)] <- 0 loan.second.tst$Revolving_Balance <- temp #Clean revolving util loan.second.tst$Revolving_Utilization <- sapply(loan.second.tst$Revolving_Utilization, intrtonum) temp <- as.numeric(loan.second.tst$Revolving_Utilization)/100 temp[is.na(temp)] <- 0 loan.second.tst$Revolving_Utilization <- temp #Clean total accounts temp <- as.numeric(loan.second.tst$Total_Accounts) temp[is.na(temp)] <- 0 loan.second.tst$Total_Accounts <- temp #Clean initial status #There a few numeric values - we will assume these to be 'f' #loan.second.tst$Initial_Status[grep("[0-9]",loan.second.tst$Initial_Status)] <- "f" #loan.second.tst$Initial_Status <- as.factor(loan.second.tst$Initial_Status) #Clean total payment loan.second.tst$Total_Payment <- sapply(loan.second.tst$Total_Payment,intrtonum) temp <- as.numeric(loan.second.tst$Total_Payment) temp[is.na(temp)] <- 0 loan.second.tst$Total_Payment <- temp #clean total payment funded loan.second.tst$Total_Payment_Funded <- sapply(loan.second.tst$Total_Payment_Funded, intrtonum) temp <- as.numeric(loan.second.tst$Total_Payment_Funded) temp[is.na(temp)] <- 0 loan.second.tst$Total_Payment_Funded <- temp #Clean Total Received loan.second.tst$Total_Received <- sapply(loan.second.tst$Total_Received, intrtonum) temp <- as.numeric(loan.second.tst$Total_Received) temp[is.na(temp)] <- 0 loan.second.tst$Total_Received <- temp #Clean total received interest loan.second.tst$Total_Received_Interest <- sapply(loan.second.tst$Total_Received_Interest, intrtonum) temp <- as.numeric(loan.second.tst$Total_Received_Interest) temp[is.na(temp)] <- 0 loan.second.tst$Total_Received_Interest <- temp #Clean total received late fees loan.second.tst$Total_Received_Late_Fees <- sapply(loan.second.tst$Total_Received_Late_Fees,intrtonum) temp <- as.numeric(loan.second.tst$Total_Received_Late_Fees) temp[is.na(temp)] <- 0 loan.second.tst$Total_Received_Late_Fees <- temp #Clean recoveries loan.second.tst$Recoveries <- sapply(loan.second.tst$Recoveries,intrtonum) temp <- as.numeric(loan.second.tst$Recoveries) temp[is.na(temp)] <- 0 loan.second.tst$Recoveries <- temp #Clean collection fee loan.second.tst$Collection_Recovery_Fee <- sapply(loan.second.tst$Collection_Recovery_Fee,intrtonum) temp <- as.numeric(loan.second.tst$Collection_Recovery_Fee) temp[is.na(temp)] <- 0 loan.second.tst$Collection_Recovery_Fee <- temp #Derogatory record convert_der <- function(x){x <- ifelse(x=="", "0", "1")} loan.second.tst$Derogatory <- sapply(loan.second.tst$Months_Since_Last_Derogatory, convert_der) loan.second.tst$Derogatory <- as.numeric(loan.second.tst$Derogatory) #Collection loan.second.tst$Collections <- as.numeric(loan.second.tst$Collections_12Mo_Exclude_Med) loan.second.tst$Collections[is.na(loan.second.tst$Collections)] <- 0 #We will omit a few more columns loan.second.tst <- loan.second.tst[,-which(names(loan.second.tst) %in% c("Loan_Grade","Sub_Loan_Grade","Home_Owner.","Annual_Income", "Current_Status","Initial_Status","Next_Payment_Date", "Last_Credit_Pulled","Collections_12Mo_Exclude_Med", "Months_Since_Last_Derogatory","Collections"))] str(loan.second.tst) #Remove a few more columns to build model loan.second.tst.sub <- loan.second.tst[,-which(names(loan.second.tst) %in% c("Total_Payment","Total_Payment_Funded","Total_Received", "Total_Received_Interest","Total_Received_Late_Fees", "Recoveries","Collection_Recovery_Fee","Months_Since_Deliquency", "Revolving_Balance"))] str(loan.second.tst.sub) #Predict results results.sub <- predict(rmodel,loan.second.tst.sub[,-1]) submit.data <- data.frame(Id=loan.second.tst.sub$X, Rate=results.sub) write.csv(submit.data,file = "/home/awaz/Documents/UISCourses/DataScience/submit4.csv",row.names = FALSE) #Predict results results.sub1 <- predict(rfmodel,loan.second.tst.sub[,-1]) submit.data1 <- data.frame(Id=loan.second.tst.sub$X,Rate=results.sub1) write.csv(submit.data1,file = "/home/awaz/Documents/UISCourses/DataScience/submit5.csv",row.names = FALSE)
#ASSIGNMENT 4 --------- setwd("~/Studier+Studentliv/HT19/TDDE01/Labb2") data_frame=read.csv2("NIRSpectra.csv") RGNversion('3.5.1') # ----1 -----Principal Component Analysis - PCA source("https://bioconductor.org/biocLite.R") biocLite("pcaMethods") data_frame$Viscosity=c() PCA=prcomp(data_frame) lambda=PCA$sdev^2 #eigenvalues - bygger upp rummet lambda par(mfrow = c(1,1)) prop_vari = sprintf("%2.3f",lambda/sum(lambda)*100) screeplot(res) #Scores plot(PCA$x[,1], PCA$x[,2], ylim=c(-0.3,0.6)) #----- 2 TRACE PLOTS------- U_new=PCA$rotation head(U) #loading - which variables are correlated? par(mfrow = c(1,2)) plot(U_new[,1], main="Traceplot, PC1") plot(U_new[,2],main="Traceplot, PC2") #------ 3 --------- library("fastICA") set.seed(12345) #ICA result_ICA = fastICA(data_frame, 2, fun = "logcosh", alpha = 1, row.norm = FALSE) Wprime = result_ICA$K%*%result_ICA$W #matrix multiplication # Traceplots par(mfrow = c(2,2)) plot(U_new[,1], main="Traceplot orginal, PC1") plot(U_new[,2],main="Traceplot original, PC2") plot(Wprime[,1], main="Traceplot ICA1") plot(Wprime[,2], main="Traceplot ICA2") # Scores par(mfrow = c(1,2)) res=prcomp(data_frame) plot(res$x[,1], res$x[,2], ylim=c(-2,2), xlim=c(-0.3,3), xlab="PC1", ylab="PC2", main="Original PCA") plot(result_ICA$S[,1], result_ICA$S[,2], xlab="PC1", ylab="PC2", main="ICA")
/Lab2/Lab2_Assignment4.R
no_license
AliceVelander/TDDE01
R
false
false
1,354
r
#ASSIGNMENT 4 --------- setwd("~/Studier+Studentliv/HT19/TDDE01/Labb2") data_frame=read.csv2("NIRSpectra.csv") RGNversion('3.5.1') # ----1 -----Principal Component Analysis - PCA source("https://bioconductor.org/biocLite.R") biocLite("pcaMethods") data_frame$Viscosity=c() PCA=prcomp(data_frame) lambda=PCA$sdev^2 #eigenvalues - bygger upp rummet lambda par(mfrow = c(1,1)) prop_vari = sprintf("%2.3f",lambda/sum(lambda)*100) screeplot(res) #Scores plot(PCA$x[,1], PCA$x[,2], ylim=c(-0.3,0.6)) #----- 2 TRACE PLOTS------- U_new=PCA$rotation head(U) #loading - which variables are correlated? par(mfrow = c(1,2)) plot(U_new[,1], main="Traceplot, PC1") plot(U_new[,2],main="Traceplot, PC2") #------ 3 --------- library("fastICA") set.seed(12345) #ICA result_ICA = fastICA(data_frame, 2, fun = "logcosh", alpha = 1, row.norm = FALSE) Wprime = result_ICA$K%*%result_ICA$W #matrix multiplication # Traceplots par(mfrow = c(2,2)) plot(U_new[,1], main="Traceplot orginal, PC1") plot(U_new[,2],main="Traceplot original, PC2") plot(Wprime[,1], main="Traceplot ICA1") plot(Wprime[,2], main="Traceplot ICA2") # Scores par(mfrow = c(1,2)) res=prcomp(data_frame) plot(res$x[,1], res$x[,2], ylim=c(-2,2), xlim=c(-0.3,3), xlab="PC1", ylab="PC2", main="Original PCA") plot(result_ICA$S[,1], result_ICA$S[,2], xlab="PC1", ylab="PC2", main="ICA")
#Install MSstats Packages #a <- installed.packages() #packages <- a[, 1] install.packages(c("gplots", "lme4", "reshape", "reshape2", "ggplot2", "ggrepel", "data.table", "dplyr", "tidyr", "survival", "doSNOW", "snow", "foreach", 'stringr', "randomForest", "minpack.lm"), repos='http://cran.us.r-project.org') if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager", repos='http://cran.us.r-project.org') BiocManager::install("MSstats") #if (!is.element("MSstats",packages) || packageVersion("MSstats") < "3.3.11" ){ #directory <- tempdir() #directory<-gsub("\\", "/", directory, fixed = TRUE) #filename <- "MSstats_3.3.11.tar.gz" #path <- file.path(directory, filename) #MSstatsPackage <-normalizePath(path) #download.file("http://www.stat.purdue.edu/~choi67/MSstats_3.3.11.tar.gz",path) #install.packages(path, repos = NULL, type="source") #}
/pwiz_tools/Skyline/Executables/Tools/MSstats/tool-inf/InstallPackages.r
permissive
sneumann/pwiz
R
false
false
958
r
#Install MSstats Packages #a <- installed.packages() #packages <- a[, 1] install.packages(c("gplots", "lme4", "reshape", "reshape2", "ggplot2", "ggrepel", "data.table", "dplyr", "tidyr", "survival", "doSNOW", "snow", "foreach", 'stringr', "randomForest", "minpack.lm"), repos='http://cran.us.r-project.org') if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager", repos='http://cran.us.r-project.org') BiocManager::install("MSstats") #if (!is.element("MSstats",packages) || packageVersion("MSstats") < "3.3.11" ){ #directory <- tempdir() #directory<-gsub("\\", "/", directory, fixed = TRUE) #filename <- "MSstats_3.3.11.tar.gz" #path <- file.path(directory, filename) #MSstatsPackage <-normalizePath(path) #download.file("http://www.stat.purdue.edu/~choi67/MSstats_3.3.11.tar.gz",path) #install.packages(path, repos = NULL, type="source") #}
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/evaluate_model_target_prediction.R \name{convert_expression_settings_evaluation} \alias{convert_expression_settings_evaluation} \title{Convert expression settings to correct settings format for evaluation of target gene prediction.} \usage{ convert_expression_settings_evaluation(setting) } \arguments{ \item{setting}{A list containing the following elements: .$name: name of the setting; .$from: name(s) of the ligand(s) active in the setting of interest; .$diffexp: data frame or tibble containing at least 3 variables= $gene, $lfc (log fold change treated vs untreated) and $qval (fdr-corrected p-value)} } \value{ A list with following elements: $name, $from, $response. $response will be a gene-named logical vector indicating whether the gene's transcription was influenced by the active ligand(s) in the setting of interest. } \description{ \code{convert_expression_settings_evaluation} Converts expression settings to correct settings format for evaluation of target gene prediction. } \examples{ \dontrun{ settings = lapply(expression_settings_validation,convert_expression_settings_evaluation) } }
/man/convert_expression_settings_evaluation.Rd
no_license
saeyslab/nichenetr
R
false
true
1,186
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/evaluate_model_target_prediction.R \name{convert_expression_settings_evaluation} \alias{convert_expression_settings_evaluation} \title{Convert expression settings to correct settings format for evaluation of target gene prediction.} \usage{ convert_expression_settings_evaluation(setting) } \arguments{ \item{setting}{A list containing the following elements: .$name: name of the setting; .$from: name(s) of the ligand(s) active in the setting of interest; .$diffexp: data frame or tibble containing at least 3 variables= $gene, $lfc (log fold change treated vs untreated) and $qval (fdr-corrected p-value)} } \value{ A list with following elements: $name, $from, $response. $response will be a gene-named logical vector indicating whether the gene's transcription was influenced by the active ligand(s) in the setting of interest. } \description{ \code{convert_expression_settings_evaluation} Converts expression settings to correct settings format for evaluation of target gene prediction. } \examples{ \dontrun{ settings = lapply(expression_settings_validation,convert_expression_settings_evaluation) } }
# # This is a Shiny web application. You can run the application by clicking # the 'Run App' button above. # # Find out more about building applications with Shiny here: # # http://shiny.rstudio.com/ # setwd("~/Dropbox/LAURENT/COURS/EDHEC/LEARNING/SHINY") source("generation.R") source("trace_front.R") library(ggplot2) library(shiny) library(class) library(reshape2) # Define UI for application that draws a histogram ui <- fluidPage( # Application title titlePanel("Overfitting"), # Sidebar with a slider input for number of bins # sidebarLayout( sidebarPanel( sliderInput("size_n", "Number of points:", min = 1, max = 1000, value = 5000), sliderInput("lambda", "Complexity:", min = 0, max = 20, value = 10), tableOutput("perf"), submitButton("Update View", icon("refresh")) ), mainPanel( plotOutput("front",width="80%") # plotOutput("train",width="80%") ), fluidRow( column(width = 6, plotOutput("train",width="80%")), column(width = 6, plotOutput("test",width="80%")) ) # ) ) # Define server logic required to draw a histogram server <- function(input, output) { data <- reactive(generation(input$size_n)) K <- reactive(c(1:5,seq(8,20,by=2),seq(20,50,by=10),80,100,130,0.3*input$size_n)) KK <- reactive(rev(K())[input$lambda]) prev_app <- reactive( if (length(KK())==0){ # rep(round(mean(as.numeric(data()$train[,3])-1)),nrow(data()$train)) rep(1,nrow(data()$train)) } else { knn(data()$train[,1:2],data()$train[,1:2], data()$train[,3],k=KK()) } ) prev_test <- reactive( if (length(KK())==0){ # rep(round(mean(as.numeric(data()$train[,3])-1)),nrow(data()$test)) rep(1,nrow(data()$test)) } else { knn(data()$train[,1:2],data()$test[,1:2], data()$train[,3],k=KK()) } ) # browser() output$perf <- renderTable( data.frame(Err.app=mean(prev_app()!=data()$train[,3]), Err.test=mean(prev_test()!=data()$test[,3])) ) mod <- reactive(trace_front_gg(data()$train,methode="KNN",k=KK())) output$train <- renderPlot({ train <- data()$train # ggplot(train)+aes(x=X1,y=X2,color=Y)+geom_point()+theme_bw()+ # labs(title="Train") mod()+geom_point(data=train,aes(x=X1,y=X2,color=Y))+labs(title="Train") }) output$test <- renderPlot({ test <- data()$test mod()+geom_point(data=test,aes(x=X1,y=X2,color=Y))+labs(title="Test") # ggplot(test)+aes(x=X1,y=X2,color=Y)+geom_point()+theme_bw()+ # labs(title="Train") }) output$front <- renderPlot( mod()+labs(title="Classification rule") ) } # Run the application shinyApp(ui = ui, server = server)
/SHINY/overfitting_app.R
no_license
lrouviere/intro-machine-learning
R
false
false
2,993
r
# # This is a Shiny web application. You can run the application by clicking # the 'Run App' button above. # # Find out more about building applications with Shiny here: # # http://shiny.rstudio.com/ # setwd("~/Dropbox/LAURENT/COURS/EDHEC/LEARNING/SHINY") source("generation.R") source("trace_front.R") library(ggplot2) library(shiny) library(class) library(reshape2) # Define UI for application that draws a histogram ui <- fluidPage( # Application title titlePanel("Overfitting"), # Sidebar with a slider input for number of bins # sidebarLayout( sidebarPanel( sliderInput("size_n", "Number of points:", min = 1, max = 1000, value = 5000), sliderInput("lambda", "Complexity:", min = 0, max = 20, value = 10), tableOutput("perf"), submitButton("Update View", icon("refresh")) ), mainPanel( plotOutput("front",width="80%") # plotOutput("train",width="80%") ), fluidRow( column(width = 6, plotOutput("train",width="80%")), column(width = 6, plotOutput("test",width="80%")) ) # ) ) # Define server logic required to draw a histogram server <- function(input, output) { data <- reactive(generation(input$size_n)) K <- reactive(c(1:5,seq(8,20,by=2),seq(20,50,by=10),80,100,130,0.3*input$size_n)) KK <- reactive(rev(K())[input$lambda]) prev_app <- reactive( if (length(KK())==0){ # rep(round(mean(as.numeric(data()$train[,3])-1)),nrow(data()$train)) rep(1,nrow(data()$train)) } else { knn(data()$train[,1:2],data()$train[,1:2], data()$train[,3],k=KK()) } ) prev_test <- reactive( if (length(KK())==0){ # rep(round(mean(as.numeric(data()$train[,3])-1)),nrow(data()$test)) rep(1,nrow(data()$test)) } else { knn(data()$train[,1:2],data()$test[,1:2], data()$train[,3],k=KK()) } ) # browser() output$perf <- renderTable( data.frame(Err.app=mean(prev_app()!=data()$train[,3]), Err.test=mean(prev_test()!=data()$test[,3])) ) mod <- reactive(trace_front_gg(data()$train,methode="KNN",k=KK())) output$train <- renderPlot({ train <- data()$train # ggplot(train)+aes(x=X1,y=X2,color=Y)+geom_point()+theme_bw()+ # labs(title="Train") mod()+geom_point(data=train,aes(x=X1,y=X2,color=Y))+labs(title="Train") }) output$test <- renderPlot({ test <- data()$test mod()+geom_point(data=test,aes(x=X1,y=X2,color=Y))+labs(title="Test") # ggplot(test)+aes(x=X1,y=X2,color=Y)+geom_point()+theme_bw()+ # labs(title="Train") }) output$front <- renderPlot( mod()+labs(title="Classification rule") ) } # Run the application shinyApp(ui = ui, server = server)
##### #####This script is for creating 1,0 indicator matrices for the clusters produced by subsamp_wgcna.R #### library("data.table") library(pryr) args <- commandArgs(TRUE) exp_name <- as.character(args[1]) ##create matrix from gene list gene_f <- read.delim("/cbcb/lab/smount/ZCL/gene_list.txt", sep = "\t", header = FALSE) genes <- as.character(gene_f$V1) ############################################################# ###construct master matrix as data.table ############################################################# #make matrix print("make matrix") #con_mat <- matrix(0, nrow = length(genes), ncol = length(genes)) master_mat <- matrix(0, nrow = length(genes), ncol = length(genes)) #convert to data frame print("make data frame") master_df <- as.data.frame(master_mat) rm(master_mat) #set colnames colnames(master_df) <- genes master_df$g <- genes print("make data table") #convert to data table master_dt <- data.table(master_df) rm(master_df) setkey(master_dt, g) master_dt[, g := NULL] ############################################################# ###construct matrix as data.table ############################################################# #make matrix print("make matrix") #con_mat <- matrix(0, nrow = length(genes), ncol = length(genes)) con_mat <- matrix(0, nrow = length(genes), ncol = length(genes)) print(dim(con_mat)) #convert to data frame print("make data frame") con_df <- as.data.frame(con_mat) rm(con_mat) #set colnames colnames(con_df) <- genes #con_df$g <- genes print("make data table") #convert to data table con_dt <- data.table(con_df) rm(con_df) #setkey(con_dt, g) ############################################################# ############################################################# ############################################################# for(i in seq(701,1000)){ print(i) con_dt[,] = 0 con_dt[, g := genes] setkey(con_dt, g) exp_dir <- "/cbcb/project-scratch/ZCL/wgcna/consensus/" #open cluster list group_name <- paste(exp_dir, exp_name, "/sub_genes/sample", i, ".txt", sep = "") group <- as.character(read.csv(group_name, header = FALSE)$V1) print("filling matrix") con_dt[group, (group) := 1] print("done filling matrix") print(mem_used()) con_dt[, g := NULL] master_dt <- master_dt + con_dt } # print(sum(con_dt[, lapply(.SD, sum, na.rm=TRUE), .SDcols=genes])) fwrite(master_dt, file = paste( "/cbcb/project2-scratch/ZCL/indmat/", exp_name,"/ind3.csv" ,sep = ""))
/seq_inidicator_mat3.R
no_license
czawora/strawberry
R
false
false
2,478
r
##### #####This script is for creating 1,0 indicator matrices for the clusters produced by subsamp_wgcna.R #### library("data.table") library(pryr) args <- commandArgs(TRUE) exp_name <- as.character(args[1]) ##create matrix from gene list gene_f <- read.delim("/cbcb/lab/smount/ZCL/gene_list.txt", sep = "\t", header = FALSE) genes <- as.character(gene_f$V1) ############################################################# ###construct master matrix as data.table ############################################################# #make matrix print("make matrix") #con_mat <- matrix(0, nrow = length(genes), ncol = length(genes)) master_mat <- matrix(0, nrow = length(genes), ncol = length(genes)) #convert to data frame print("make data frame") master_df <- as.data.frame(master_mat) rm(master_mat) #set colnames colnames(master_df) <- genes master_df$g <- genes print("make data table") #convert to data table master_dt <- data.table(master_df) rm(master_df) setkey(master_dt, g) master_dt[, g := NULL] ############################################################# ###construct matrix as data.table ############################################################# #make matrix print("make matrix") #con_mat <- matrix(0, nrow = length(genes), ncol = length(genes)) con_mat <- matrix(0, nrow = length(genes), ncol = length(genes)) print(dim(con_mat)) #convert to data frame print("make data frame") con_df <- as.data.frame(con_mat) rm(con_mat) #set colnames colnames(con_df) <- genes #con_df$g <- genes print("make data table") #convert to data table con_dt <- data.table(con_df) rm(con_df) #setkey(con_dt, g) ############################################################# ############################################################# ############################################################# for(i in seq(701,1000)){ print(i) con_dt[,] = 0 con_dt[, g := genes] setkey(con_dt, g) exp_dir <- "/cbcb/project-scratch/ZCL/wgcna/consensus/" #open cluster list group_name <- paste(exp_dir, exp_name, "/sub_genes/sample", i, ".txt", sep = "") group <- as.character(read.csv(group_name, header = FALSE)$V1) print("filling matrix") con_dt[group, (group) := 1] print("done filling matrix") print(mem_used()) con_dt[, g := NULL] master_dt <- master_dt + con_dt } # print(sum(con_dt[, lapply(.SD, sum, na.rm=TRUE), .SDcols=genes])) fwrite(master_dt, file = paste( "/cbcb/project2-scratch/ZCL/indmat/", exp_name,"/ind3.csv" ,sep = ""))
plot_seq <- function(x, format.labels = TRUE, ticks.on = 'auto', k = 1, cex.axis = 0.7, ...) { ticks <- xts::axTicksByTime(x, ticks.on = ticks.on, k, format.labels = format.labels) plot(head(as.vector(ticks), -1), y = as.vector(x), xaxt = 'n', ...) axis(side = 1, at = as.vector(ticks), labels = names(ticks), cex.axis = cex.axis) } add_points <- function(x, ...) { if (!is.xts(x)) stop("Not an xts object, sorry =/") points(x = 1:nrow(x), y = as.vector(x), pch = 21, cex = 2 * par('cex'), ...) } add_lines <- function(x, ...) { ticks <- xts::axTicksByTime(x, ticks.on = 'days') ticks <- 1:nrow(x) lines(as.vector(ticks), as.vector(x), ...) } myPlot.decomposed.ts <- function(x, ...) { xx <- x$x if (is.null(xx)) xx <- with(x, if (type == "additive") random + trend + seasonal else random * trend * seasonal) X <- cbind( Observado = xx, Tendencia = x$trend, Estacional = x$seasonal, Irregular = x$random ) colnames(X) <- c("Observación", "Tendencia", "Estacional", "Irregular") # colnames(X) <- c(expression(Z[t]), expression(hat(T)[t]), expression(hat(S)[t]), expression(hat(E)[t])) plot(X, ...) }
/clases/R/plots.R
permissive
rodrigodelrosso/unrseries18
R
false
false
1,196
r
plot_seq <- function(x, format.labels = TRUE, ticks.on = 'auto', k = 1, cex.axis = 0.7, ...) { ticks <- xts::axTicksByTime(x, ticks.on = ticks.on, k, format.labels = format.labels) plot(head(as.vector(ticks), -1), y = as.vector(x), xaxt = 'n', ...) axis(side = 1, at = as.vector(ticks), labels = names(ticks), cex.axis = cex.axis) } add_points <- function(x, ...) { if (!is.xts(x)) stop("Not an xts object, sorry =/") points(x = 1:nrow(x), y = as.vector(x), pch = 21, cex = 2 * par('cex'), ...) } add_lines <- function(x, ...) { ticks <- xts::axTicksByTime(x, ticks.on = 'days') ticks <- 1:nrow(x) lines(as.vector(ticks), as.vector(x), ...) } myPlot.decomposed.ts <- function(x, ...) { xx <- x$x if (is.null(xx)) xx <- with(x, if (type == "additive") random + trend + seasonal else random * trend * seasonal) X <- cbind( Observado = xx, Tendencia = x$trend, Estacional = x$seasonal, Irregular = x$random ) colnames(X) <- c("Observación", "Tendencia", "Estacional", "Irregular") # colnames(X) <- c(expression(Z[t]), expression(hat(T)[t]), expression(hat(S)[t]), expression(hat(E)[t])) plot(X, ...) }
print.FHtestrcc <- function (x, digits = max(options()$digits - 4, 3), ...) { saveopt <- options(digits = digits) on.exit(options(saveopt)) if (!inherits(x, "FHtestrcc")) stop("Object is not of class FHtestrcc") cat("\n") writeLines(x$information) cat("\n") cat(x$data.name, sep = "\n") cat("\n") otmp <- x$obs etmp <- x$exp if (substr(x$information,2,3) == "Tr") { temp <- cbind(x$n, otmp, etmp, otmp - etmp) dimnames(temp) <- list(names(x$n), c("N", "Observed", "Expected", "O-E")) print(temp) } if (substr(x$information,2,3)!="Tr") { temp <- cbind(x$n, otmp, etmp, otmp - etmp, ((otmp - etmp)^2)/etmp, ((otmp - etmp)^2)/diag(as.matrix(x$var))) dimnames(temp) <- list(names(x$n), c("N", "Observed", "Expected", "O-E", "(O-E)^2/E", "(O-E)^2/V")) print(temp) } if (substr(x$information,2,2) == "K") { cat("\nChisq= ", format(round(x$statistic, 1)), " on ",length(x$n)-1 ," degrees of freedom, p-value= ", format(signif (x$pvalue, digits)), "\n",sep="") } else cat("\nStatistic Z= ", format(round(x$statistic, 1)), ", p-value= ", format(signif(x$pvalue, digits)), "\n",sep="") cat(x$alt.phrase, sep = "\n") cat("\n") invisible(x) }
/R/print.FHtestrcc.R
no_license
cran/FHtest
R
false
false
1,229
r
print.FHtestrcc <- function (x, digits = max(options()$digits - 4, 3), ...) { saveopt <- options(digits = digits) on.exit(options(saveopt)) if (!inherits(x, "FHtestrcc")) stop("Object is not of class FHtestrcc") cat("\n") writeLines(x$information) cat("\n") cat(x$data.name, sep = "\n") cat("\n") otmp <- x$obs etmp <- x$exp if (substr(x$information,2,3) == "Tr") { temp <- cbind(x$n, otmp, etmp, otmp - etmp) dimnames(temp) <- list(names(x$n), c("N", "Observed", "Expected", "O-E")) print(temp) } if (substr(x$information,2,3)!="Tr") { temp <- cbind(x$n, otmp, etmp, otmp - etmp, ((otmp - etmp)^2)/etmp, ((otmp - etmp)^2)/diag(as.matrix(x$var))) dimnames(temp) <- list(names(x$n), c("N", "Observed", "Expected", "O-E", "(O-E)^2/E", "(O-E)^2/V")) print(temp) } if (substr(x$information,2,2) == "K") { cat("\nChisq= ", format(round(x$statistic, 1)), " on ",length(x$n)-1 ," degrees of freedom, p-value= ", format(signif (x$pvalue, digits)), "\n",sep="") } else cat("\nStatistic Z= ", format(round(x$statistic, 1)), ", p-value= ", format(signif(x$pvalue, digits)), "\n",sep="") cat(x$alt.phrase, sep = "\n") cat("\n") invisible(x) }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/toxEval.R \docType{package} \name{toxEval-package} \alias{toxEval-package} \title{Evaluation of measured concentration data using the ToxCast high-throughput screening database or a user-defined set of concentration benchmarks} \description{ \tabular{ll}{ Package: \tab toxEval\cr Type: \tab Package\cr License: \tab Unlimited for this package, dependencies have more restrictive licensing.\cr Copyright: \tab This software is in the public domain because it contains materials that originally came from the United States Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy at https://www.usgs.gov/visual-id/credit_usgs.html#copyright\cr LazyLoad: \tab yes\cr } } \details{ Initial code for studying ToxCast data in relation to measured concentrations. } \author{ Steven Corsi \email{srcorsi@usgs.gov}, Laura De Cicco \email{ldecicco@usgs.gov} } \keyword{ToxCast}
/man/toxEval-package.Rd
permissive
limnoliver/toxEval
R
false
true
1,026
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/toxEval.R \docType{package} \name{toxEval-package} \alias{toxEval-package} \title{Evaluation of measured concentration data using the ToxCast high-throughput screening database or a user-defined set of concentration benchmarks} \description{ \tabular{ll}{ Package: \tab toxEval\cr Type: \tab Package\cr License: \tab Unlimited for this package, dependencies have more restrictive licensing.\cr Copyright: \tab This software is in the public domain because it contains materials that originally came from the United States Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy at https://www.usgs.gov/visual-id/credit_usgs.html#copyright\cr LazyLoad: \tab yes\cr } } \details{ Initial code for studying ToxCast data in relation to measured concentrations. } \author{ Steven Corsi \email{srcorsi@usgs.gov}, Laura De Cicco \email{ldecicco@usgs.gov} } \keyword{ToxCast}
######################################################################### # # CHAPTER 2, EXAMPLE 1, Dental Study # # Explore overall and within-child patterns of correlation in the # dental study data using R # ######################################################################### # You may need to install the reshape package to run this code # # > install.packages("reshape") # # We use the reshape function below to reconfigure the dental data to # facilitate computation of summary statistics and plotting # Read in the data -- they are in the form of one record per observation # The gender indicator = 0 for girls and = 1 for boys thedat <- read.table("dental.dat") thedat <- thedat[,2:5] # remove the first column colnames(thedat) <- c("id","age","distance","gender") # Total number of individuals m <- max(thedat$id) ######################################################################### # # POPULATION-AVERAGED PERSPECTIVE # ######################################################################### # Calculate girl- and boy-specific overall sample covariance and correlation # matrices and inspect to get a sense of overall pattern of variation and # correlation # Reconfigure the data set from one record per observation to one record # per child using the reshape function (so from "long" to "wide" format # in R-speak) thedat.wide <- reshape(thedat,v.names="distance",idvar="id", timevar="age",direction="wide") # Extract boys and girls separately girlsdat <- thedat.wide[thedat.wide$gender==0,] boysdat <- thedat.wide[thedat.wide$gender==1,] # Numbers of girls and boys m.girls <- nrow(girlsdat) m.boys <- nrow(boysdat) # Sample mean vectors -- we could instead fit a straight line to # the data on all m = 27 children and calculate the means as the predicted # values at 8, 10, 12, and 14 years girls.mean <- apply(girlsdat[,3:6],2,mean) boys.mean <- apply(boysdat[,3:6],2,mean) #> round(girls.mean,3) # distance.8 distance.10 distance.12 distance.14 # 21.182 22.227 23.091 24.091 #> round(boys.mean,3) # distance.8 distance.10 distance.12 distance.14 # 22.875 23.812 25.719 27.469 # Calculate the sample covariance matrix and correlation matrix for # each gender girls.cov <- cov(girlsdat[,3:6]) boys.cov <- cov(boysdat[,3:6]) girls.corr <- cor(girlsdat[,3:6]) # or use cov2cor(girls.cov) boys.corr <- cor(boysdat[,3:6]) #> round(girls.cov,3) # distance.8 distance.10 distance.12 distance.14 #distance.8 4.514 3.355 4.332 4.357 #distance.10 3.355 3.618 4.027 4.077 #distance.12 4.332 4.027 5.591 5.466 #distance.14 4.357 4.077 5.466 5.941 #> round(boys.cov,3) # distance.8 distance.10 distance.12 distance.14 #distance.8 6.017 2.292 3.629 1.612 #distance.10 2.292 4.562 2.194 2.810 #distance.12 3.629 2.194 7.032 3.241 #distance.14 1.612 2.810 3.241 4.349 #> round(girls.corr,3) # distance.8 distance.10 distance.12 distance.14 #distance.8 1.000 0.830 0.862 0.841 #distance.10 0.830 1.000 0.895 0.879 #distance.12 0.862 0.895 1.000 0.948 #distance.14 0.841 0.879 0.948 1.000 #> round(boys.corr,3) # distance.8 distance.10 distance.12 distance.14 #distance.8 1.000 0.437 0.558 0.315 #distance.10 0.437 1.000 0.387 0.631 #distance.12 0.558 0.387 1.000 0.586 #distance.14 0.315 0.631 0.586 1.000 # Center and scale to create scatterplot matrices using the scale and # pairs functions girls.sd <- sqrt(diag(girls.cov)) boys.sd <- sqrt(diag(boys.cov)) girls.centscale <- scale(girlsdat[,3:6],center=girls.mean,scale=girls.sd) boys.centscale <- scale(boysdat[,3:6],center=boys.mean,scale=boys.sd) # Now create the scatterplots agelabs <- c("Age 8", "Age 10", "Age 12", "Age 14") pdf("girlsscatter.pdf",width=8) pairs(girls.centscale,label=agelabs,oma=c(5,5,5,5),main="Girls") graphics.off() pdf("boysscatter.pdf",width=8) pairs(boys.centscale,label=agelabs,oma=c(5,5,5,5),main="Boys") graphics.off() # Assuming a common pattern of overall covariance/correlation for # boys and girls (but different overall means), calculate the pooled # covariance matrix and associated correlation matrix cov.pooled <- ( (m.girls-1)*girls.cov + (m.boys-1)*boys.cov )/(m-2) corr.pooled <- cov2cor(cov.pooled) #> round(cov.pooled,3) # distance.8 distance.10 distance.12 distance.14 #distance.8 5.415 2.717 3.910 2.710 #distance.10 2.717 4.185 2.927 3.317 #distance.12 3.910 2.927 6.456 4.131 #distance.14 2.710 3.317 4.131 4.986 #> round(corr.pooled,3) # distance.8 distance.10 distance.12 distance.14 #distance.8 1.000 0.571 0.661 0.522 #distance.10 0.571 1.000 0.563 0.726 #distance.12 0.661 0.563 1.000 0.728 #distance.14 0.522 0.726 0.728 1.000 # Autocorrelations at lags 1, 2, and 3 under stationarity for girls ac.lag1 <- cor(c(girls.centscale[,1],girls.centscale[,2],girls.centscale[,3]), c(girls.centscale[,2],girls.centscale[,3],girls.centscale[,4])) ac.lag2 <- cor(c(girls.centscale[,1],girls.centscale[,2]), c(girls.centscale[,3],girls.centscale[,4])) ac.lag3 <- cor(girls.centscale[,1],girls.centscale[,4]) #> round(c(ac.lag1,ac.lag2,ac.lag3),3) #[1] 0.891 0.871 0.841 # Create lag plots for girls pdf("girlslag.pdf",width=8) par(mfrow=c(2,2)) plot(c(girls.centscale[,1],girls.centscale[,2],girls.centscale[,3]), c(girls.centscale[,2],girls.centscale[,3],girls.centscale[,4]), xlab="at age",ylab="at age + 2 years",xlim=c(-2,2),ylim=c(-2,2)) title("Lag 1 (2 years)") plot(c(girls.centscale[,1],girls.centscale[,2]), c(girls.centscale[,3],girls.centscale[,4]),xlab="at age", ylab="at age + 4 years",xlim=c(-2,2),ylim=c(-2,2)) title("Lag 2 (4 years)") plot(girls.centscale[,1],girls.centscale[,4],xlab="at age", ylab="at age + 6 years",xlim=c(-2,2),ylim=c(-2,2)) title("Lag 3 (6 years)") graphics.off() # Autocorrelations at lags 1, 2, and 3 under stationarity for boys # (could be plotted as above) ac.lag1.boys <- cor(c(boys.centscale[,1],boys.centscale[,2],boys.centscale[,3]), c(boys.centscale[,2],boys.centscale[,3],boys.centscale[,4])) ac.lag2.boys <- cor(c(boys.centscale[,1],boys.centscale[,2]), c(boys.centscale[,3],boys.centscale[,4])) ac.lag3.boys <- cor(boys.centscale[,1],boys.centscale[,4]) #> round(c(ac.lag1.boys,ac.lag2.boys,ac.lag3.boys),3) #[1] 0.470 0.594 0.315 ######################################################################### # # SUBJECT-SPECIFIC PERSPECTIVE # ######################################################################### # Fit child-specific straight lines, and calculate child-specific # residuals. Then calculate autocorrelations on the lagged residuals # and plot # Illustrate for boys -- same for girls (not shown) # Put data for each boy in a list and fit simple linear regression to each, # and extract the residuals and predicted values for each boy boys.regdat <- thedat[thedat$gender==1,1:3] boys.list <- as.list(1:m.boys) for (i in 1:m.boys){ boys.list[[i]] <- boys.regdat[boys.regdat$id==m.girls+i,] } boys.fits <- lapply(boys.list,FUN=function(u){lm(distance ~ age,data=u)}) boys.residuals <- sapply(boys.fits,residuals) boys.pred <- sapply(boys.fits,fitted.values) # Assume that the within-child response variance (aggregate variance from # realization and measurement error) is constant and the same for # all boys. Estimate it by pooling the residuals across all boys # and then scale the residuals by its square root (the estimated within-child # response standard deviation). The degrees of freedom in the denominator # are computed as the total number of observations minus the total # number of parameters estimated. boys.var <- sum(boys.residuals^2)/(m.boys*4-m.boys*2) boys.stdresid <- boys.residuals/sqrt(boys.var) # Make a standard residual plot of the pooled residuals (standardized # residuals vs predicted values from all boys on the same plot) pdf("boysresidplot.pdf",width=8) matplot(boys.pred,boys.stdresid,xlab="predicted values", ylab="standardized residual",ylim=c(-3,3),pch=rep(1,m.boys)) abline(h=0) title("Pooled, Standardized Least Squares Residuals, Boys") graphics.off() # Calculate the estimated autocorrelation function boys.lagresid <- t(boys.stdresid) ac.resid1 <- cor(c(boys.lagresid[,1],boys.lagresid[,2],boys.lagresid[,3]), c(boys.lagresid[,2],boys.lagresid[,3],boys.lagresid[,4])) ac.resid2 <- cor(c(boys.lagresid[,1],boys.lagresid[,2]), c(boys.lagresid[,3],boys.lagresid[,4])) ac.resid3 <- cor(boys.lagresid[,1],boys.lagresid[,4]) #> round(c(ac.resid1,ac.resid2,ac.resid3),3) #[1] -0.685 0.144 0.290 # Plot the pooled lagged residuals pdf("boyslag.pdf",width=8) par(mfrow=c(2,2)) plot(c(boys.lagresid[,1],boys.lagresid[,2],boys.lagresid[,3]), c(boys.lagresid[,2],boys.lagresid[,3],boys.lagresid[,4]),xlab="at age", ylab="at age + 2 years",xlim=c(-3,3),ylim=c(-3,3)) title("Lag 1 (2 years)") plot(c(boys.lagresid[,1],boys.lagresid[,2]),c(boys.lagresid[,3],boys.lagresid[,4]), xlab="at age",ylab="at age + 4 years",xlim=c(-3,3),ylim=c(-3,3)) title("Lag 2 (4 years)") plot(boys.lagresid[,1],boys.lagresid[,4],xlab="at age",ylab="at age + 6 years", xlim=c(-3,3),ylim=c(-3,3)) title("Lag 3 (6 years)") graphics.off()
/course/st790/examples/dental_corr.R
no_license
BowenNCSU/BowenNCSU.github.io
R
false
false
9,871
r
######################################################################### # # CHAPTER 2, EXAMPLE 1, Dental Study # # Explore overall and within-child patterns of correlation in the # dental study data using R # ######################################################################### # You may need to install the reshape package to run this code # # > install.packages("reshape") # # We use the reshape function below to reconfigure the dental data to # facilitate computation of summary statistics and plotting # Read in the data -- they are in the form of one record per observation # The gender indicator = 0 for girls and = 1 for boys thedat <- read.table("dental.dat") thedat <- thedat[,2:5] # remove the first column colnames(thedat) <- c("id","age","distance","gender") # Total number of individuals m <- max(thedat$id) ######################################################################### # # POPULATION-AVERAGED PERSPECTIVE # ######################################################################### # Calculate girl- and boy-specific overall sample covariance and correlation # matrices and inspect to get a sense of overall pattern of variation and # correlation # Reconfigure the data set from one record per observation to one record # per child using the reshape function (so from "long" to "wide" format # in R-speak) thedat.wide <- reshape(thedat,v.names="distance",idvar="id", timevar="age",direction="wide") # Extract boys and girls separately girlsdat <- thedat.wide[thedat.wide$gender==0,] boysdat <- thedat.wide[thedat.wide$gender==1,] # Numbers of girls and boys m.girls <- nrow(girlsdat) m.boys <- nrow(boysdat) # Sample mean vectors -- we could instead fit a straight line to # the data on all m = 27 children and calculate the means as the predicted # values at 8, 10, 12, and 14 years girls.mean <- apply(girlsdat[,3:6],2,mean) boys.mean <- apply(boysdat[,3:6],2,mean) #> round(girls.mean,3) # distance.8 distance.10 distance.12 distance.14 # 21.182 22.227 23.091 24.091 #> round(boys.mean,3) # distance.8 distance.10 distance.12 distance.14 # 22.875 23.812 25.719 27.469 # Calculate the sample covariance matrix and correlation matrix for # each gender girls.cov <- cov(girlsdat[,3:6]) boys.cov <- cov(boysdat[,3:6]) girls.corr <- cor(girlsdat[,3:6]) # or use cov2cor(girls.cov) boys.corr <- cor(boysdat[,3:6]) #> round(girls.cov,3) # distance.8 distance.10 distance.12 distance.14 #distance.8 4.514 3.355 4.332 4.357 #distance.10 3.355 3.618 4.027 4.077 #distance.12 4.332 4.027 5.591 5.466 #distance.14 4.357 4.077 5.466 5.941 #> round(boys.cov,3) # distance.8 distance.10 distance.12 distance.14 #distance.8 6.017 2.292 3.629 1.612 #distance.10 2.292 4.562 2.194 2.810 #distance.12 3.629 2.194 7.032 3.241 #distance.14 1.612 2.810 3.241 4.349 #> round(girls.corr,3) # distance.8 distance.10 distance.12 distance.14 #distance.8 1.000 0.830 0.862 0.841 #distance.10 0.830 1.000 0.895 0.879 #distance.12 0.862 0.895 1.000 0.948 #distance.14 0.841 0.879 0.948 1.000 #> round(boys.corr,3) # distance.8 distance.10 distance.12 distance.14 #distance.8 1.000 0.437 0.558 0.315 #distance.10 0.437 1.000 0.387 0.631 #distance.12 0.558 0.387 1.000 0.586 #distance.14 0.315 0.631 0.586 1.000 # Center and scale to create scatterplot matrices using the scale and # pairs functions girls.sd <- sqrt(diag(girls.cov)) boys.sd <- sqrt(diag(boys.cov)) girls.centscale <- scale(girlsdat[,3:6],center=girls.mean,scale=girls.sd) boys.centscale <- scale(boysdat[,3:6],center=boys.mean,scale=boys.sd) # Now create the scatterplots agelabs <- c("Age 8", "Age 10", "Age 12", "Age 14") pdf("girlsscatter.pdf",width=8) pairs(girls.centscale,label=agelabs,oma=c(5,5,5,5),main="Girls") graphics.off() pdf("boysscatter.pdf",width=8) pairs(boys.centscale,label=agelabs,oma=c(5,5,5,5),main="Boys") graphics.off() # Assuming a common pattern of overall covariance/correlation for # boys and girls (but different overall means), calculate the pooled # covariance matrix and associated correlation matrix cov.pooled <- ( (m.girls-1)*girls.cov + (m.boys-1)*boys.cov )/(m-2) corr.pooled <- cov2cor(cov.pooled) #> round(cov.pooled,3) # distance.8 distance.10 distance.12 distance.14 #distance.8 5.415 2.717 3.910 2.710 #distance.10 2.717 4.185 2.927 3.317 #distance.12 3.910 2.927 6.456 4.131 #distance.14 2.710 3.317 4.131 4.986 #> round(corr.pooled,3) # distance.8 distance.10 distance.12 distance.14 #distance.8 1.000 0.571 0.661 0.522 #distance.10 0.571 1.000 0.563 0.726 #distance.12 0.661 0.563 1.000 0.728 #distance.14 0.522 0.726 0.728 1.000 # Autocorrelations at lags 1, 2, and 3 under stationarity for girls ac.lag1 <- cor(c(girls.centscale[,1],girls.centscale[,2],girls.centscale[,3]), c(girls.centscale[,2],girls.centscale[,3],girls.centscale[,4])) ac.lag2 <- cor(c(girls.centscale[,1],girls.centscale[,2]), c(girls.centscale[,3],girls.centscale[,4])) ac.lag3 <- cor(girls.centscale[,1],girls.centscale[,4]) #> round(c(ac.lag1,ac.lag2,ac.lag3),3) #[1] 0.891 0.871 0.841 # Create lag plots for girls pdf("girlslag.pdf",width=8) par(mfrow=c(2,2)) plot(c(girls.centscale[,1],girls.centscale[,2],girls.centscale[,3]), c(girls.centscale[,2],girls.centscale[,3],girls.centscale[,4]), xlab="at age",ylab="at age + 2 years",xlim=c(-2,2),ylim=c(-2,2)) title("Lag 1 (2 years)") plot(c(girls.centscale[,1],girls.centscale[,2]), c(girls.centscale[,3],girls.centscale[,4]),xlab="at age", ylab="at age + 4 years",xlim=c(-2,2),ylim=c(-2,2)) title("Lag 2 (4 years)") plot(girls.centscale[,1],girls.centscale[,4],xlab="at age", ylab="at age + 6 years",xlim=c(-2,2),ylim=c(-2,2)) title("Lag 3 (6 years)") graphics.off() # Autocorrelations at lags 1, 2, and 3 under stationarity for boys # (could be plotted as above) ac.lag1.boys <- cor(c(boys.centscale[,1],boys.centscale[,2],boys.centscale[,3]), c(boys.centscale[,2],boys.centscale[,3],boys.centscale[,4])) ac.lag2.boys <- cor(c(boys.centscale[,1],boys.centscale[,2]), c(boys.centscale[,3],boys.centscale[,4])) ac.lag3.boys <- cor(boys.centscale[,1],boys.centscale[,4]) #> round(c(ac.lag1.boys,ac.lag2.boys,ac.lag3.boys),3) #[1] 0.470 0.594 0.315 ######################################################################### # # SUBJECT-SPECIFIC PERSPECTIVE # ######################################################################### # Fit child-specific straight lines, and calculate child-specific # residuals. Then calculate autocorrelations on the lagged residuals # and plot # Illustrate for boys -- same for girls (not shown) # Put data for each boy in a list and fit simple linear regression to each, # and extract the residuals and predicted values for each boy boys.regdat <- thedat[thedat$gender==1,1:3] boys.list <- as.list(1:m.boys) for (i in 1:m.boys){ boys.list[[i]] <- boys.regdat[boys.regdat$id==m.girls+i,] } boys.fits <- lapply(boys.list,FUN=function(u){lm(distance ~ age,data=u)}) boys.residuals <- sapply(boys.fits,residuals) boys.pred <- sapply(boys.fits,fitted.values) # Assume that the within-child response variance (aggregate variance from # realization and measurement error) is constant and the same for # all boys. Estimate it by pooling the residuals across all boys # and then scale the residuals by its square root (the estimated within-child # response standard deviation). The degrees of freedom in the denominator # are computed as the total number of observations minus the total # number of parameters estimated. boys.var <- sum(boys.residuals^2)/(m.boys*4-m.boys*2) boys.stdresid <- boys.residuals/sqrt(boys.var) # Make a standard residual plot of the pooled residuals (standardized # residuals vs predicted values from all boys on the same plot) pdf("boysresidplot.pdf",width=8) matplot(boys.pred,boys.stdresid,xlab="predicted values", ylab="standardized residual",ylim=c(-3,3),pch=rep(1,m.boys)) abline(h=0) title("Pooled, Standardized Least Squares Residuals, Boys") graphics.off() # Calculate the estimated autocorrelation function boys.lagresid <- t(boys.stdresid) ac.resid1 <- cor(c(boys.lagresid[,1],boys.lagresid[,2],boys.lagresid[,3]), c(boys.lagresid[,2],boys.lagresid[,3],boys.lagresid[,4])) ac.resid2 <- cor(c(boys.lagresid[,1],boys.lagresid[,2]), c(boys.lagresid[,3],boys.lagresid[,4])) ac.resid3 <- cor(boys.lagresid[,1],boys.lagresid[,4]) #> round(c(ac.resid1,ac.resid2,ac.resid3),3) #[1] -0.685 0.144 0.290 # Plot the pooled lagged residuals pdf("boyslag.pdf",width=8) par(mfrow=c(2,2)) plot(c(boys.lagresid[,1],boys.lagresid[,2],boys.lagresid[,3]), c(boys.lagresid[,2],boys.lagresid[,3],boys.lagresid[,4]),xlab="at age", ylab="at age + 2 years",xlim=c(-3,3),ylim=c(-3,3)) title("Lag 1 (2 years)") plot(c(boys.lagresid[,1],boys.lagresid[,2]),c(boys.lagresid[,3],boys.lagresid[,4]), xlab="at age",ylab="at age + 4 years",xlim=c(-3,3),ylim=c(-3,3)) title("Lag 2 (4 years)") plot(boys.lagresid[,1],boys.lagresid[,4],xlab="at age",ylab="at age + 6 years", xlim=c(-3,3),ylim=c(-3,3)) title("Lag 3 (6 years)") graphics.off()
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/soccerVelocity.R \name{soccerVelocity} \alias{soccerVelocity} \title{Compute instantaneous distance, speed and direction from x,y-coordinates} \usage{ soccerVelocity(dat) } \arguments{ \item{dat}{dataframe containing unnormalised x,y-coordinates `x` and `y`, time variable `t`, and identifier `id`} } \value{ a dataframe } \description{ Compute instantaneous distance moved (in metres), speed (in metres per second), and direction (in radians) between subsequent frames in a dataframe of x,y-coordinates. } \examples{ # calculate distance, speed, and direction for tromso dataset soccerVelocity(tromso) }
/man/soccerVelocity.Rd
no_license
Bustami/soccermatics
R
false
true
684
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/soccerVelocity.R \name{soccerVelocity} \alias{soccerVelocity} \title{Compute instantaneous distance, speed and direction from x,y-coordinates} \usage{ soccerVelocity(dat) } \arguments{ \item{dat}{dataframe containing unnormalised x,y-coordinates `x` and `y`, time variable `t`, and identifier `id`} } \value{ a dataframe } \description{ Compute instantaneous distance moved (in metres), speed (in metres per second), and direction (in radians) between subsequent frames in a dataframe of x,y-coordinates. } \examples{ # calculate distance, speed, and direction for tromso dataset soccerVelocity(tromso) }
#*****************************************************************# # Model diagnostic Fire Ignitions # # Deserts and xeric shrublands # #*****************************************************************# # This code is grouped into two steps: # -Step 1: Data exploration and processing # - Data exploration and preparation # - Check relationships between the response variable and the explanatory variables # - Check collinearity # -Step 2: Fitting models # - Fit linear model # - Fit (weighted) mixed effect model # - find best random structure # - find best fixed structure # - backward selection # - Fit generalized additive model #clean workspace rm(list=ls(all=TRUE)) #read libraries library(RColorBrewer) # for color ramps library(nlme) #for gls and lme library(lme4) #for glmer library(data.table) library(raster) library(ggplot2) library(rcompanion) #for plotNormalHistogram library(piecewiseSEM) # to calculate R^2 library(MASS) # for stepAIC() library(mgcv) #for GAM #to save data to excel library(devtools) library(Rcpp) library(openxlsx) #enhance memory limit (only if necessary) # Check memory limit memory.limit() # Change memory limit memory.limit(Size= 12000) memory.size(max = 7500) #Define color ramp for plots display.brewer.all(n=11,type="div"); title(main = "Divergent color palette") mycolors <- colorRampPalette(brewer.pal(8, "Spectral"))(10) #set path setwd("~/Github/GLM-Drivers-of-Fire/Data") #read data for presence data only GlobalDriversFire.dt<-fread("~/GitHub/GLM-Drivers-of-Fire/Processed Data/GFED4.0_Presence2003-2016.csv", header = T, sep = ",", dec = ".") #Filter data on required biome and drop the year 2016, as the data is incomplete for the data set distance to urban population Data<-GlobalDriversFire.dt[Year!=2016 & Biomes==13,] #We only want data were fires are actually possible, so no bare lands plot(rasterFromXYZ(GlobalDriversFire.dt[,.(x, y,as.numeric(LC_Bare))]),main= "Fire Ignitions ",col=mycolors) Data<-Data[LC_Bare!=1] #check for missing values colSums(is.na(Data)) Data <- na.omit(Data) #drop data with missing values # Transform to factors Data[,c("Month","GFED_Regions","IDL_Layer","Biomes","Continent")] <- lapply(Data[,c("Month","GFED_Regions","IDL_Layer","Biomes","Continent")], factor) str(Data) #rename levels of IDL_Layer levels(Data$IDL_Layer) <- c("IDL","No_IDL") #------- #Step1 Data exploration and processing #Get an overview of the data head(Data) names(Data) str(Data) colSums(Data!=0) colSums(Data==0) #plot some categorical variables and the response variable fire Ignitions plot(rasterFromXYZ(Data[,.(x, y,as.numeric(Ignitions))]),main= "Fire Ignitions ",col=mycolors) plot(rasterFromXYZ(Data[,.(x, y,as.numeric(GFED_Regions))]),main= "Fire Ignitions ",col=mycolors) plot(rasterFromXYZ(Data[,.(x, y,as.numeric(Continent))]),main= "Fire Ignitions ",col=mycolors) plot(rasterFromXYZ(Data[,.(x, y,as.numeric(IDL_Layer))]),main= "Fire Ignitions ",col=mycolors) #view fire Ignitions indigenous vs none indigenous land plot(rasterFromXYZ(Data[IDL_Layer=="IDL",.(x, y,as.numeric(Ignitions))]),main= "IDL ",col=mycolors) plot(rasterFromXYZ(Data[IDL_Layer=="No_IDL",.(x, y,as.numeric(Ignitions))]),main= "No IDL ",col=mycolors) #View histogram/distribution of response variable and transform if necessary #Ignitions summary(Data$Ignitions) range(Data$Ignitions) hist(Data$Ignitions) #right skewed plotNormalHistogram(sqrt(Data$Ignitions)) plotNormalHistogram(sign(Data$Ignitions)*abs(Data$Ignitions)^(1/3)) plotNormalHistogram(log(Data$Ignitions)) plotNormalHistogram(log(Data$Ignitions)) plotNormalHistogram(log10(Data$Ignitions)) Data$Ignitions <- (sign(Data$Ignitions)*abs(Data$Ignitions)^(1/3)) plotNormalHistogram(Data$Ignitions) #View histogram/distribution of explanatory variable and transform if necessary (only if extremly right skewed) #Nr wet days plot(rasterFromXYZ(Data[,.(x, y,as.numeric(NrWetDays))]),main= "Nr Wet Days ",col=mycolors) plotNormalHistogram(Data$NrWetDays) range(Data$NrWetDays) #DTR plot(rasterFromXYZ(Data[,.(x, y,as.numeric(DTR))]),main= "DTR ",col=mycolors) range(Data$DTR) plotNormalHistogram(Data$DTR) #TMax plot(rasterFromXYZ(Data[,.(x, y,as.numeric(TMax))]),main= "Tmax ",col=mycolors) range(Data$TMax) plotNormalHistogram(Data$TMax) #PET plot(rasterFromXYZ(Data[,.(x, y,as.numeric(PET))]),main= "PET ",col=mycolors) range(Data$PET) plotNormalHistogram(Data$PET) #Precipitation plot(rasterFromXYZ(Data[,.(x, y,as.numeric(Precipitation))]),main= "Precipitation",col=mycolors) range(Data$Precipitation) plotNormalHistogram(Data$Precipitation) #might need to be transformed plotNormalHistogram(sqrt(Data$Precipitation)) plotNormalHistogram(log(Data$Precipitation+1)) plotNormalHistogram(log10(Data$Precipitation+1)) #Data$Precipitation <- log(Data$Precipitation+1) #plotNormalHistogram(Data$Precipitation) #LAI plot(rasterFromXYZ(Data[,.(x, y,as.numeric(LAI))]),main= "LAI ",col=mycolors) plotNormalHistogram(Data$LAI) range(Data$LAI) plotNormalHistogram(sqrt(Data$LAI)) plotNormalHistogram(log(Data$LAI)) #fPAR plot(rasterFromXYZ(Data[,.(x, y,as.numeric(fPAR))]),main= "fPAR ",col=mycolors) plotNormalHistogram(Data$fPAR) range(Data$fPAR) #LC Tree plot(rasterFromXYZ(Data[,.(x, y,as.numeric(LC_Tree))]),main= "Landcover Tree ",col=mycolors) plotNormalHistogram(Data$LC_Tree) # might still be alright range(Data$LC_Tree) plotNormalHistogram(sqrt(Data$LC_Tree)) plotNormalHistogram(sign(Data$LC_Tree)*abs(Data$LC_Tree)^(1/3)) plotNormalHistogram(log(Data$LC_Tree+1)) #LC Shrub plot(rasterFromXYZ(Data[,.(x, y,as.numeric(LC_Shrub))]),main= "Landcover Shrub ",col=mycolors) plotNormalHistogram(Data$LC_Shrub) # might still be alright range(Data$LC_Shrub) plotNormalHistogram(sqrt(Data$LC_Shrub)) plotNormalHistogram(sign(Data$LC_Shrub)*abs(Data$LC_Shrub)^(1/3)) plotNormalHistogram(log(Data$LC_Shrub+1)) #Data$LC_Shrub <- (sign(Data$LC_Shrub)*abs(Data$LC_Shrub)^(1/3)) #LC Crop plot(rasterFromXYZ(Data[,.(x, y,as.numeric(LC_Crop))]),main= "Landcover Crop ",col=mycolors) plotNormalHistogram(Data$LC_Crop) range(Data$LC_Crop) #LC Herbs plot(rasterFromXYZ(Data[,.(x, y,as.numeric(LC_Herbs))]),main= "Landcover Herbs",col=mycolors) plotNormalHistogram(Data$LC_Herbs) range(Data$LC_Herbs) #Pop Density plot(rasterFromXYZ(Data[,.(x, y,as.numeric(PopDensity))]),main= "Pop density ",col=mycolors) plotNormalHistogram(Data$PopDensity) #extremly right skewed range(Data$PopDensity) #possible transformations plotNormalHistogram(log(Data$PopDensity+1)) plotNormalHistogram(log10(Data$PopDensity+1)) #transform data Data$PopDensity<- log(Data$PopDensity+1) setnames(Data, old="PopDensity", new=c("PopDensity_log")) #rename column #Road Density plot(rasterFromXYZ(Data[,.(x, y,as.numeric(RoadDensity))]),main= "Road density ",col=mycolors) plotNormalHistogram(Data$RoadDensity) #extremly right skewed range(Data$RoadDensity) #possible transformations plotNormalHistogram(sqrt(Data$RoadDensity)) plotNormalHistogram(sign(Data$RoadDensity)*abs(Data$RoadDensity)^(1/3)) plotNormalHistogram(log(Data$RoadDensity+1)) plotNormalHistogram(log10(Data$RoadDensity+1)) #transform data Data$RoadDensity <- sqrt(Data$RoadDensity) setnames(Data, old="RoadDensity", new=c("RoadDensity_sqrt")) #Distance to urban population plot(rasterFromXYZ(Data[,.(x, y,as.numeric(DistUrbPop))]),main= "Distance to urban pop ",col=mycolors) plotNormalHistogram(Data$DistUrbPop) #might be still alright range(Data$DistUrbPop) #possible transformations plotNormalHistogram(sqrt(Data$DistUrbPop)) plotNormalHistogram(log(Data$DistUrbPop+1)) #Explore data. #View the relationship of all continuous explanatory variables to the response variable attach(Data) par(mfrow = c(2,2)) plot(Ignitions~TMax) plot(Ignitions~DTR) plot(Ignitions~NrWetDays) plot(Ignitions~Precipitation) plot(Ignitions~PET) plot(Ignitions~RoadDensity_sqrt) plot(Ignitions~PopDensity_log) plot(Ignitions~DistUrbPop) plot(Ignitions~LC_Shrub) plot(Ignitions~LC_Tree) plot(Ignitions~LC_Crop) plot(Ignitions~LC_Herbs) plot(Ignitions~LAI) plot(Ignitions~fPAR) detach(Data) dev.off() #View the relationship of all categorical explanatory variables to the response variable barplot(table(Data$IDL_Layer), ylab = "Frequency", main = "IDL") #heavily skewed towards No IDL boxplot( Ignitions ~ interaction(IDL_Layer,Month), data=Data ) boxplot( Ignitions ~ interaction(IDL_Layer,Year), data=Data ) boxplot( Ignitions ~ interaction(IDL_Layer,Continent), data=Data ) boxplot( Ignitions ~ interaction(IDL_Layer,GFED_Regions), data=Data ) boxplot( Ignitions ~ IDL_Layer, data=Data ) boxplot( Ignitions ~ Month, data=Data ) #Check for correlations cor(Data[,c(6:19,28)], use="pairwise.complete.obs")>0.7 #Correlations #PopDensity_log with LC_Crop, TMax with PET and LAI with fPAR, drop LAI and PET and LC_Crop #Now we scale all explanatory variables to better compare estimates of the models Data[,c(6:19,28)] <- lapply(Data[,c(6:19,28)], scale) #------------------ #Step 2 Fitting models #1 linear model f2<-formula(Ignitions~IDL_Layer*LC_Tree+IDL_Layer*LC_Shrub+IDL_Layer*LC_Herbs +IDL_Layer*DTR+IDL_Layer*TMax+IDL_Layer*fPAR+IDL_Layer*Precipitation+ IDL_Layer*NrWetDays+IDL_Layer*RoadDensity_sqrt+IDL_Layer*PopDensity_log+IDL_Layer*DistUrbPop) #linear model, considering quadratic terms f<-formula(Ignitions~IDL_Layer*LC_Tree+IDL_Layer*LC_Shrub+IDL_Layer*LC_Herbs +IDL_Layer*DTR+IDL_Layer*TMax+IDL_Layer*fPAR+IDL_Layer*Precipitation+IDL_Layer*NrWetDays +IDL_Layer*RoadDensity_sqrt+IDL_Layer*PopDensity_log+IDL_Layer*DistUrbPop +IDL_Layer*I(TMax^2)+IDL_Layer*I(DTR^2)+IDL_Layer*I(fPAR^2)+ IDL_Layer*I(LC_Tree^2) +IDL_Layer*I(LC_Shrub^2)+IDL_Layer*I(LC_Herbs^2)+IDL_Layer*I(Precipitation^2) +IDL_Layer*I(NrWetDays^2) +IDL_Layer*I(RoadDensity_sqrt^2)+IDL_Layer*I(PopDensity_log^2)+IDL_Layer*I(DistUrbPop^2) ) LM <-lm(f2, data = Data) LM2<-lm(f, data= Data) summary(LM) summary(LM2) AIC(LM) AIC(LM2) # adding quadratic terms improves the results #find the best LM with automatic model selection with StepAIC LMfinal<-stepAIC(LM2) summary(LMfinal) AIC(LMfinal) #validate model par(mfrow = c(2,2)) plot(LMfinal) dev.off() plot(LMfinal,which=1) #Make a histogram of the residuals to verify normality. hist(residuals(LMfinal)) #-> Homogenity might be violated (trend in data) but looks ok, normality of the residuals looks ok, no outliers #save the complete model output #set path setwd("~/GitHub/GLM-Drivers-of-Fire/Output/Model Results") saveRDS(LMfinal, "LMBiome13Ignitions.rds") #save linear model statistical output for thesis setwd("~/GitHub/GLM-Drivers-of-Fire/Output/Statistic LM Results") lmOut(LMfinal, file="my-results.xlsx") #end 1 linear model #*********************# #2 Best (weighted) random/mixed effects model #Generalised least squares (GLS) model #needed to compare AIC in further analysis; identical to the linear model GLM<-gls(f, data = Data) AIC(GLM) summary(GLM) plot(GLM) #1 Find a good random structure #GLS allows for / to deal with heterogeneity in the model. This is essentially a weighted linear regression. #Find a good variance structure #varexp vf1<- varExp(form =~fPAR) M.gls1 <- gls(f, data =Data, weights = vf1) vf2<- varExp(form =~TMax) M.gls2 <- gls(f, data =Data, weights = vf2) vf3<- varExp(form =~Precipitation) M.gls3 <- gls(f, data =Data, weights = vf3) vf5<- varExp(form =~LC_Tree) M.gls5 <- gls(f, data =Data, weights = vf5) vf6<- varExp(form =~RoadDensity_sqrt) M.gls6 <- gls(f, data =Data, weights = vf6) vf7<- varExp(form =~PopDensity_log) M.gls7 <- gls(f, data =Data, weights = vf7) vf8<- varExp(form =~LC_Shrub) M.gls8 <- gls(f, data =Data, weights = vf8) vf9<- varExp(form =~LC_Herbs) M.gls9 <- gls(f, data =Data, weights = vf9) vf10<- varExp(form =~DistUrbPop) M.gls10 <- gls(f, data =Data, weights = vf10) AIC(GLM,M.gls1,M.gls2,M.gls3,M.gls5,M.gls6,M.gls7, M.gls8, M.gls9, M.gls10) #plot residuals with best AIC and check whether the effect of heterogeneity decreased plot(GLM) plot(M.gls1, main="M.gls1") plot(M.gls2, main="M.gls2") plot(M.gls3, main="M.gls3") plot(M.gls5, main="M.gls5") plot(M.gls6, main="M.gls6") plot(M.gls7, main="M.gls7") plot(M.gls8, main="M.gls8") plot(M.gls9, main="M.gls9") plot(M.gls10, main="M.gls10") #combined variance structure vf11 <- varComb( varExp(form =~RoadDensity_sqrt), varExp(form =~PopDensity_log), varExp(form =~DistUrbPop), varExp(form =~fPAR)) M.glsw <- gls(f, data =Data, weights = vf11) AIC(GLM,M.gls2,M.gls3,M.gls5,M.gls6,M.gls7, M.gls8, M.gls9, M.gls10, M.glsw) #check homogeneity of variance again summary(M.glsw) plot(M.glsw) #End find a good variance structure; homogenity looks good now #linear mixed effect models #consider further random effects like nested effects #effect of spatial and temporal autocorellation are unfortunately not feasible with the amount of data we have #consider the nested effect of GFED Regions start_time <- Sys.time() M.glswc <- lme(f, data =Data, random = ~ 1 |GFED_Regions, weights = vf11 ) end_time <- Sys.time() start_time-end_time AIC(GLM,M.gls2,M.gls3,M.gls5,M.gls6,M.gls7, M.gls8, M.gls9, M.gls10, M.glsw,M.glswc) #considerably better summary(M.glswc) plot(M.glswc) #Best Model considers the nested effect of GFED Regions #2 Find a good fixed term structure via backward selection #to compare fixed structure we need to we need to change the method to "ML" #mixed effect model with best random structure with ML instead of RML Mfix.glswc <- lme(f, data =Data, method="ML", random = ~ 1 |GFED_Regions, weights = vf11 ) summary(Mfix.glswc) #drop terms that are not significant step by step and check whether this decreases the AIC #drop IDL_LayerNo_IDL:I(DistUrbPop^2) & IDL_LayerNo_IDL:I(RoadDensity_sqrt^2) & IDL_LayerNo_IDL:I(fPAR^2) & IDL_LayerNo_IDL:DistUrbPop ffix1<-formula(Ignitions~IDL_Layer*LC_Tree+IDL_Layer*LC_Shrub+IDL_Layer*LC_Herbs +IDL_Layer*DTR+IDL_Layer*TMax+IDL_Layer*fPAR+IDL_Layer*Precipitation+IDL_Layer*NrWetDays +IDL_Layer*RoadDensity_sqrt+IDL_Layer*PopDensity_log+DistUrbPop +IDL_Layer*I(TMax^2)+IDL_Layer*I(DTR^2)+I(fPAR^2)+ IDL_Layer*I(LC_Tree^2) +IDL_Layer*I(LC_Shrub^2)+IDL_Layer*I(LC_Herbs^2)+IDL_Layer*I(Precipitation^2) +IDL_Layer*I(NrWetDays^2) +I(RoadDensity_sqrt^2)+IDL_Layer*I(PopDensity_log^2)+I(DistUrbPop^2) ) Mfix.glswc1 <- lme(ffix1, data =Data, method="ML", random = ~ 1 |GFED_Regions, weights = vf11 ) #compare AICs AIC(Mfix.glswc, Mfix.glswc1) summary(Mfix.glswc1) #drop DistUrbPop ffix2<-formula(Ignitions~IDL_Layer*LC_Tree+IDL_Layer*LC_Shrub+IDL_Layer*LC_Herbs +IDL_Layer*DTR+IDL_Layer*TMax+IDL_Layer*fPAR+IDL_Layer*Precipitation+IDL_Layer*NrWetDays +IDL_Layer*RoadDensity_sqrt+IDL_Layer*PopDensity_log +IDL_Layer*I(TMax^2)+IDL_Layer*I(DTR^2)+I(fPAR^2)+ IDL_Layer*I(LC_Tree^2) +IDL_Layer*I(LC_Shrub^2)+IDL_Layer*I(LC_Herbs^2)+IDL_Layer*I(Precipitation^2) +IDL_Layer*I(NrWetDays^2) +I(RoadDensity_sqrt^2)+IDL_Layer*I(PopDensity_log^2)+I(DistUrbPop^2) ) Mfix.glswc2 <- lme(ffix2, data =Data, method="ML", random = ~ 1 |GFED_Regions, weights = vf11 ) AIC(Mfix.glswc, Mfix.glswc1, Mfix.glswc2) summary(Mfix.glswc2) #final model LME.final.ML<-Mfix.glswc2 #now that we found the model with the best random and fixed structure -> refit it with REML estimation LME.final<-lme(ffix2, data =Data, method="REML", random = ~ 1 |GFED_Regions, weights = vf11 ) summary(LME.final) AIC(LME.final) #Model validation #Plot (standardised) residuals against fitted values to assess homogeneity plot(LME.final) #Make a histogram of the residuals to verify normality. plotNormalHistogram(residuals(LME.final)) #-> Homogenity and normality of the residuals looks good. Model with the best AIC as well #Calculate R^2 rsquared(LME.final) #save linear model output for thesis lme_coef <- summary(LME.final)$tTable #round coeffiecents formatter <- function(x) format(round(x,5),nsmall=5) Variables<-formatter(lme_coef) #get variable names lme_names<- variable.names(lm(ffix2,data = Data)) #combine data lme_info <- data.table(lme_names,Variables) lme_info #get lme formula LME.final$call #set path setwd("~/GitHub/GLM-Drivers-of-Fire/Output/Statistic LME Results") #save output header_style <- createStyle(halign = "center", textDecoration = "bold") wb <- createWorkbook() addWorksheet(wb, "Biome") writeData(wb, "Biome", lme_info, headerStyle = header_style) freezePane(wb, "Biome", firstRow = TRUE) setColWidths(wb, "Biome", cols = 1:ncol(lme_info), widths = "auto") saveWorkbook(wb, file = "my-results.xlsx", overwrite = TRUE) #save the complete model output #set path setwd("~/GitHub/GLM-Drivers-of-Fire/Output/Model Results") saveRDS(M.glswc, "lmeBiome13Ignitions.rds") #test<- readRDS("lmeBiome7.rds") #End 2 Best (weighted) random/mixed effects model #*********************' #3 Generalized additive model (GAM) sf<-formula(Ignitions~IDL_Layer+s(LC_Tree)+s(LC_Shrub)+s(LC_Herbs) +s(DTR)+s(TMax)+s(Precipitation)+s(NrWetDays) +s(fPAR)+s(PopDensity_log)+s(RoadDensity_sqrt)+s(DistUrbPop)) GAM <- gam(sf,data = Data) summary(GAM) GAM.info<-summary(GAM) GAM.linear<-GAM.info$p.table GAM.smooth<-GAM.info$s.table plot(GAM) #set path setwd("~/GitHub/GLM-Drivers-of-Fire/Output/Statistic GAM Results") #save output header_style <- createStyle(halign = "center", textDecoration = "bold") wb <- createWorkbook() addWorksheet(wb, "Biome") addWorksheet(wb, "Biomesmooth") writeData(wb, "Biome", GAM.linear, headerStyle = header_style) writeData(wb, "Biomesmooth", GAM.smooth, headerStyle = header_style) freezePane(wb, "Biome", firstRow = TRUE) setColWidths(wb, "Biome", cols = 1:ncol(GAM.linear), widths = "auto") setColWidths(wb, "Biomesmooth", cols = 1:ncol(GAM.smooth), widths = "auto") saveWorkbook(wb, file = "my-results.xlsx", overwrite = TRUE) #save the complete model output #set path setwd("~/GitHub/GLM-Drivers-of-Fire/Output/Model Results") saveRDS(GAM, "GAMBiome13Ignitions.rds") #test<- readRDS("lmeBiome7.rds")
/Code analysis biomes/Deserts and xeric shrublands Ignitions.R
no_license
PatiBent/LME_Drivers_of_Fire
R
false
false
18,356
r
#*****************************************************************# # Model diagnostic Fire Ignitions # # Deserts and xeric shrublands # #*****************************************************************# # This code is grouped into two steps: # -Step 1: Data exploration and processing # - Data exploration and preparation # - Check relationships between the response variable and the explanatory variables # - Check collinearity # -Step 2: Fitting models # - Fit linear model # - Fit (weighted) mixed effect model # - find best random structure # - find best fixed structure # - backward selection # - Fit generalized additive model #clean workspace rm(list=ls(all=TRUE)) #read libraries library(RColorBrewer) # for color ramps library(nlme) #for gls and lme library(lme4) #for glmer library(data.table) library(raster) library(ggplot2) library(rcompanion) #for plotNormalHistogram library(piecewiseSEM) # to calculate R^2 library(MASS) # for stepAIC() library(mgcv) #for GAM #to save data to excel library(devtools) library(Rcpp) library(openxlsx) #enhance memory limit (only if necessary) # Check memory limit memory.limit() # Change memory limit memory.limit(Size= 12000) memory.size(max = 7500) #Define color ramp for plots display.brewer.all(n=11,type="div"); title(main = "Divergent color palette") mycolors <- colorRampPalette(brewer.pal(8, "Spectral"))(10) #set path setwd("~/Github/GLM-Drivers-of-Fire/Data") #read data for presence data only GlobalDriversFire.dt<-fread("~/GitHub/GLM-Drivers-of-Fire/Processed Data/GFED4.0_Presence2003-2016.csv", header = T, sep = ",", dec = ".") #Filter data on required biome and drop the year 2016, as the data is incomplete for the data set distance to urban population Data<-GlobalDriversFire.dt[Year!=2016 & Biomes==13,] #We only want data were fires are actually possible, so no bare lands plot(rasterFromXYZ(GlobalDriversFire.dt[,.(x, y,as.numeric(LC_Bare))]),main= "Fire Ignitions ",col=mycolors) Data<-Data[LC_Bare!=1] #check for missing values colSums(is.na(Data)) Data <- na.omit(Data) #drop data with missing values # Transform to factors Data[,c("Month","GFED_Regions","IDL_Layer","Biomes","Continent")] <- lapply(Data[,c("Month","GFED_Regions","IDL_Layer","Biomes","Continent")], factor) str(Data) #rename levels of IDL_Layer levels(Data$IDL_Layer) <- c("IDL","No_IDL") #------- #Step1 Data exploration and processing #Get an overview of the data head(Data) names(Data) str(Data) colSums(Data!=0) colSums(Data==0) #plot some categorical variables and the response variable fire Ignitions plot(rasterFromXYZ(Data[,.(x, y,as.numeric(Ignitions))]),main= "Fire Ignitions ",col=mycolors) plot(rasterFromXYZ(Data[,.(x, y,as.numeric(GFED_Regions))]),main= "Fire Ignitions ",col=mycolors) plot(rasterFromXYZ(Data[,.(x, y,as.numeric(Continent))]),main= "Fire Ignitions ",col=mycolors) plot(rasterFromXYZ(Data[,.(x, y,as.numeric(IDL_Layer))]),main= "Fire Ignitions ",col=mycolors) #view fire Ignitions indigenous vs none indigenous land plot(rasterFromXYZ(Data[IDL_Layer=="IDL",.(x, y,as.numeric(Ignitions))]),main= "IDL ",col=mycolors) plot(rasterFromXYZ(Data[IDL_Layer=="No_IDL",.(x, y,as.numeric(Ignitions))]),main= "No IDL ",col=mycolors) #View histogram/distribution of response variable and transform if necessary #Ignitions summary(Data$Ignitions) range(Data$Ignitions) hist(Data$Ignitions) #right skewed plotNormalHistogram(sqrt(Data$Ignitions)) plotNormalHistogram(sign(Data$Ignitions)*abs(Data$Ignitions)^(1/3)) plotNormalHistogram(log(Data$Ignitions)) plotNormalHistogram(log(Data$Ignitions)) plotNormalHistogram(log10(Data$Ignitions)) Data$Ignitions <- (sign(Data$Ignitions)*abs(Data$Ignitions)^(1/3)) plotNormalHistogram(Data$Ignitions) #View histogram/distribution of explanatory variable and transform if necessary (only if extremly right skewed) #Nr wet days plot(rasterFromXYZ(Data[,.(x, y,as.numeric(NrWetDays))]),main= "Nr Wet Days ",col=mycolors) plotNormalHistogram(Data$NrWetDays) range(Data$NrWetDays) #DTR plot(rasterFromXYZ(Data[,.(x, y,as.numeric(DTR))]),main= "DTR ",col=mycolors) range(Data$DTR) plotNormalHistogram(Data$DTR) #TMax plot(rasterFromXYZ(Data[,.(x, y,as.numeric(TMax))]),main= "Tmax ",col=mycolors) range(Data$TMax) plotNormalHistogram(Data$TMax) #PET plot(rasterFromXYZ(Data[,.(x, y,as.numeric(PET))]),main= "PET ",col=mycolors) range(Data$PET) plotNormalHistogram(Data$PET) #Precipitation plot(rasterFromXYZ(Data[,.(x, y,as.numeric(Precipitation))]),main= "Precipitation",col=mycolors) range(Data$Precipitation) plotNormalHistogram(Data$Precipitation) #might need to be transformed plotNormalHistogram(sqrt(Data$Precipitation)) plotNormalHistogram(log(Data$Precipitation+1)) plotNormalHistogram(log10(Data$Precipitation+1)) #Data$Precipitation <- log(Data$Precipitation+1) #plotNormalHistogram(Data$Precipitation) #LAI plot(rasterFromXYZ(Data[,.(x, y,as.numeric(LAI))]),main= "LAI ",col=mycolors) plotNormalHistogram(Data$LAI) range(Data$LAI) plotNormalHistogram(sqrt(Data$LAI)) plotNormalHistogram(log(Data$LAI)) #fPAR plot(rasterFromXYZ(Data[,.(x, y,as.numeric(fPAR))]),main= "fPAR ",col=mycolors) plotNormalHistogram(Data$fPAR) range(Data$fPAR) #LC Tree plot(rasterFromXYZ(Data[,.(x, y,as.numeric(LC_Tree))]),main= "Landcover Tree ",col=mycolors) plotNormalHistogram(Data$LC_Tree) # might still be alright range(Data$LC_Tree) plotNormalHistogram(sqrt(Data$LC_Tree)) plotNormalHistogram(sign(Data$LC_Tree)*abs(Data$LC_Tree)^(1/3)) plotNormalHistogram(log(Data$LC_Tree+1)) #LC Shrub plot(rasterFromXYZ(Data[,.(x, y,as.numeric(LC_Shrub))]),main= "Landcover Shrub ",col=mycolors) plotNormalHistogram(Data$LC_Shrub) # might still be alright range(Data$LC_Shrub) plotNormalHistogram(sqrt(Data$LC_Shrub)) plotNormalHistogram(sign(Data$LC_Shrub)*abs(Data$LC_Shrub)^(1/3)) plotNormalHistogram(log(Data$LC_Shrub+1)) #Data$LC_Shrub <- (sign(Data$LC_Shrub)*abs(Data$LC_Shrub)^(1/3)) #LC Crop plot(rasterFromXYZ(Data[,.(x, y,as.numeric(LC_Crop))]),main= "Landcover Crop ",col=mycolors) plotNormalHistogram(Data$LC_Crop) range(Data$LC_Crop) #LC Herbs plot(rasterFromXYZ(Data[,.(x, y,as.numeric(LC_Herbs))]),main= "Landcover Herbs",col=mycolors) plotNormalHistogram(Data$LC_Herbs) range(Data$LC_Herbs) #Pop Density plot(rasterFromXYZ(Data[,.(x, y,as.numeric(PopDensity))]),main= "Pop density ",col=mycolors) plotNormalHistogram(Data$PopDensity) #extremly right skewed range(Data$PopDensity) #possible transformations plotNormalHistogram(log(Data$PopDensity+1)) plotNormalHistogram(log10(Data$PopDensity+1)) #transform data Data$PopDensity<- log(Data$PopDensity+1) setnames(Data, old="PopDensity", new=c("PopDensity_log")) #rename column #Road Density plot(rasterFromXYZ(Data[,.(x, y,as.numeric(RoadDensity))]),main= "Road density ",col=mycolors) plotNormalHistogram(Data$RoadDensity) #extremly right skewed range(Data$RoadDensity) #possible transformations plotNormalHistogram(sqrt(Data$RoadDensity)) plotNormalHistogram(sign(Data$RoadDensity)*abs(Data$RoadDensity)^(1/3)) plotNormalHistogram(log(Data$RoadDensity+1)) plotNormalHistogram(log10(Data$RoadDensity+1)) #transform data Data$RoadDensity <- sqrt(Data$RoadDensity) setnames(Data, old="RoadDensity", new=c("RoadDensity_sqrt")) #Distance to urban population plot(rasterFromXYZ(Data[,.(x, y,as.numeric(DistUrbPop))]),main= "Distance to urban pop ",col=mycolors) plotNormalHistogram(Data$DistUrbPop) #might be still alright range(Data$DistUrbPop) #possible transformations plotNormalHistogram(sqrt(Data$DistUrbPop)) plotNormalHistogram(log(Data$DistUrbPop+1)) #Explore data. #View the relationship of all continuous explanatory variables to the response variable attach(Data) par(mfrow = c(2,2)) plot(Ignitions~TMax) plot(Ignitions~DTR) plot(Ignitions~NrWetDays) plot(Ignitions~Precipitation) plot(Ignitions~PET) plot(Ignitions~RoadDensity_sqrt) plot(Ignitions~PopDensity_log) plot(Ignitions~DistUrbPop) plot(Ignitions~LC_Shrub) plot(Ignitions~LC_Tree) plot(Ignitions~LC_Crop) plot(Ignitions~LC_Herbs) plot(Ignitions~LAI) plot(Ignitions~fPAR) detach(Data) dev.off() #View the relationship of all categorical explanatory variables to the response variable barplot(table(Data$IDL_Layer), ylab = "Frequency", main = "IDL") #heavily skewed towards No IDL boxplot( Ignitions ~ interaction(IDL_Layer,Month), data=Data ) boxplot( Ignitions ~ interaction(IDL_Layer,Year), data=Data ) boxplot( Ignitions ~ interaction(IDL_Layer,Continent), data=Data ) boxplot( Ignitions ~ interaction(IDL_Layer,GFED_Regions), data=Data ) boxplot( Ignitions ~ IDL_Layer, data=Data ) boxplot( Ignitions ~ Month, data=Data ) #Check for correlations cor(Data[,c(6:19,28)], use="pairwise.complete.obs")>0.7 #Correlations #PopDensity_log with LC_Crop, TMax with PET and LAI with fPAR, drop LAI and PET and LC_Crop #Now we scale all explanatory variables to better compare estimates of the models Data[,c(6:19,28)] <- lapply(Data[,c(6:19,28)], scale) #------------------ #Step 2 Fitting models #1 linear model f2<-formula(Ignitions~IDL_Layer*LC_Tree+IDL_Layer*LC_Shrub+IDL_Layer*LC_Herbs +IDL_Layer*DTR+IDL_Layer*TMax+IDL_Layer*fPAR+IDL_Layer*Precipitation+ IDL_Layer*NrWetDays+IDL_Layer*RoadDensity_sqrt+IDL_Layer*PopDensity_log+IDL_Layer*DistUrbPop) #linear model, considering quadratic terms f<-formula(Ignitions~IDL_Layer*LC_Tree+IDL_Layer*LC_Shrub+IDL_Layer*LC_Herbs +IDL_Layer*DTR+IDL_Layer*TMax+IDL_Layer*fPAR+IDL_Layer*Precipitation+IDL_Layer*NrWetDays +IDL_Layer*RoadDensity_sqrt+IDL_Layer*PopDensity_log+IDL_Layer*DistUrbPop +IDL_Layer*I(TMax^2)+IDL_Layer*I(DTR^2)+IDL_Layer*I(fPAR^2)+ IDL_Layer*I(LC_Tree^2) +IDL_Layer*I(LC_Shrub^2)+IDL_Layer*I(LC_Herbs^2)+IDL_Layer*I(Precipitation^2) +IDL_Layer*I(NrWetDays^2) +IDL_Layer*I(RoadDensity_sqrt^2)+IDL_Layer*I(PopDensity_log^2)+IDL_Layer*I(DistUrbPop^2) ) LM <-lm(f2, data = Data) LM2<-lm(f, data= Data) summary(LM) summary(LM2) AIC(LM) AIC(LM2) # adding quadratic terms improves the results #find the best LM with automatic model selection with StepAIC LMfinal<-stepAIC(LM2) summary(LMfinal) AIC(LMfinal) #validate model par(mfrow = c(2,2)) plot(LMfinal) dev.off() plot(LMfinal,which=1) #Make a histogram of the residuals to verify normality. hist(residuals(LMfinal)) #-> Homogenity might be violated (trend in data) but looks ok, normality of the residuals looks ok, no outliers #save the complete model output #set path setwd("~/GitHub/GLM-Drivers-of-Fire/Output/Model Results") saveRDS(LMfinal, "LMBiome13Ignitions.rds") #save linear model statistical output for thesis setwd("~/GitHub/GLM-Drivers-of-Fire/Output/Statistic LM Results") lmOut(LMfinal, file="my-results.xlsx") #end 1 linear model #*********************# #2 Best (weighted) random/mixed effects model #Generalised least squares (GLS) model #needed to compare AIC in further analysis; identical to the linear model GLM<-gls(f, data = Data) AIC(GLM) summary(GLM) plot(GLM) #1 Find a good random structure #GLS allows for / to deal with heterogeneity in the model. This is essentially a weighted linear regression. #Find a good variance structure #varexp vf1<- varExp(form =~fPAR) M.gls1 <- gls(f, data =Data, weights = vf1) vf2<- varExp(form =~TMax) M.gls2 <- gls(f, data =Data, weights = vf2) vf3<- varExp(form =~Precipitation) M.gls3 <- gls(f, data =Data, weights = vf3) vf5<- varExp(form =~LC_Tree) M.gls5 <- gls(f, data =Data, weights = vf5) vf6<- varExp(form =~RoadDensity_sqrt) M.gls6 <- gls(f, data =Data, weights = vf6) vf7<- varExp(form =~PopDensity_log) M.gls7 <- gls(f, data =Data, weights = vf7) vf8<- varExp(form =~LC_Shrub) M.gls8 <- gls(f, data =Data, weights = vf8) vf9<- varExp(form =~LC_Herbs) M.gls9 <- gls(f, data =Data, weights = vf9) vf10<- varExp(form =~DistUrbPop) M.gls10 <- gls(f, data =Data, weights = vf10) AIC(GLM,M.gls1,M.gls2,M.gls3,M.gls5,M.gls6,M.gls7, M.gls8, M.gls9, M.gls10) #plot residuals with best AIC and check whether the effect of heterogeneity decreased plot(GLM) plot(M.gls1, main="M.gls1") plot(M.gls2, main="M.gls2") plot(M.gls3, main="M.gls3") plot(M.gls5, main="M.gls5") plot(M.gls6, main="M.gls6") plot(M.gls7, main="M.gls7") plot(M.gls8, main="M.gls8") plot(M.gls9, main="M.gls9") plot(M.gls10, main="M.gls10") #combined variance structure vf11 <- varComb( varExp(form =~RoadDensity_sqrt), varExp(form =~PopDensity_log), varExp(form =~DistUrbPop), varExp(form =~fPAR)) M.glsw <- gls(f, data =Data, weights = vf11) AIC(GLM,M.gls2,M.gls3,M.gls5,M.gls6,M.gls7, M.gls8, M.gls9, M.gls10, M.glsw) #check homogeneity of variance again summary(M.glsw) plot(M.glsw) #End find a good variance structure; homogenity looks good now #linear mixed effect models #consider further random effects like nested effects #effect of spatial and temporal autocorellation are unfortunately not feasible with the amount of data we have #consider the nested effect of GFED Regions start_time <- Sys.time() M.glswc <- lme(f, data =Data, random = ~ 1 |GFED_Regions, weights = vf11 ) end_time <- Sys.time() start_time-end_time AIC(GLM,M.gls2,M.gls3,M.gls5,M.gls6,M.gls7, M.gls8, M.gls9, M.gls10, M.glsw,M.glswc) #considerably better summary(M.glswc) plot(M.glswc) #Best Model considers the nested effect of GFED Regions #2 Find a good fixed term structure via backward selection #to compare fixed structure we need to we need to change the method to "ML" #mixed effect model with best random structure with ML instead of RML Mfix.glswc <- lme(f, data =Data, method="ML", random = ~ 1 |GFED_Regions, weights = vf11 ) summary(Mfix.glswc) #drop terms that are not significant step by step and check whether this decreases the AIC #drop IDL_LayerNo_IDL:I(DistUrbPop^2) & IDL_LayerNo_IDL:I(RoadDensity_sqrt^2) & IDL_LayerNo_IDL:I(fPAR^2) & IDL_LayerNo_IDL:DistUrbPop ffix1<-formula(Ignitions~IDL_Layer*LC_Tree+IDL_Layer*LC_Shrub+IDL_Layer*LC_Herbs +IDL_Layer*DTR+IDL_Layer*TMax+IDL_Layer*fPAR+IDL_Layer*Precipitation+IDL_Layer*NrWetDays +IDL_Layer*RoadDensity_sqrt+IDL_Layer*PopDensity_log+DistUrbPop +IDL_Layer*I(TMax^2)+IDL_Layer*I(DTR^2)+I(fPAR^2)+ IDL_Layer*I(LC_Tree^2) +IDL_Layer*I(LC_Shrub^2)+IDL_Layer*I(LC_Herbs^2)+IDL_Layer*I(Precipitation^2) +IDL_Layer*I(NrWetDays^2) +I(RoadDensity_sqrt^2)+IDL_Layer*I(PopDensity_log^2)+I(DistUrbPop^2) ) Mfix.glswc1 <- lme(ffix1, data =Data, method="ML", random = ~ 1 |GFED_Regions, weights = vf11 ) #compare AICs AIC(Mfix.glswc, Mfix.glswc1) summary(Mfix.glswc1) #drop DistUrbPop ffix2<-formula(Ignitions~IDL_Layer*LC_Tree+IDL_Layer*LC_Shrub+IDL_Layer*LC_Herbs +IDL_Layer*DTR+IDL_Layer*TMax+IDL_Layer*fPAR+IDL_Layer*Precipitation+IDL_Layer*NrWetDays +IDL_Layer*RoadDensity_sqrt+IDL_Layer*PopDensity_log +IDL_Layer*I(TMax^2)+IDL_Layer*I(DTR^2)+I(fPAR^2)+ IDL_Layer*I(LC_Tree^2) +IDL_Layer*I(LC_Shrub^2)+IDL_Layer*I(LC_Herbs^2)+IDL_Layer*I(Precipitation^2) +IDL_Layer*I(NrWetDays^2) +I(RoadDensity_sqrt^2)+IDL_Layer*I(PopDensity_log^2)+I(DistUrbPop^2) ) Mfix.glswc2 <- lme(ffix2, data =Data, method="ML", random = ~ 1 |GFED_Regions, weights = vf11 ) AIC(Mfix.glswc, Mfix.glswc1, Mfix.glswc2) summary(Mfix.glswc2) #final model LME.final.ML<-Mfix.glswc2 #now that we found the model with the best random and fixed structure -> refit it with REML estimation LME.final<-lme(ffix2, data =Data, method="REML", random = ~ 1 |GFED_Regions, weights = vf11 ) summary(LME.final) AIC(LME.final) #Model validation #Plot (standardised) residuals against fitted values to assess homogeneity plot(LME.final) #Make a histogram of the residuals to verify normality. plotNormalHistogram(residuals(LME.final)) #-> Homogenity and normality of the residuals looks good. Model with the best AIC as well #Calculate R^2 rsquared(LME.final) #save linear model output for thesis lme_coef <- summary(LME.final)$tTable #round coeffiecents formatter <- function(x) format(round(x,5),nsmall=5) Variables<-formatter(lme_coef) #get variable names lme_names<- variable.names(lm(ffix2,data = Data)) #combine data lme_info <- data.table(lme_names,Variables) lme_info #get lme formula LME.final$call #set path setwd("~/GitHub/GLM-Drivers-of-Fire/Output/Statistic LME Results") #save output header_style <- createStyle(halign = "center", textDecoration = "bold") wb <- createWorkbook() addWorksheet(wb, "Biome") writeData(wb, "Biome", lme_info, headerStyle = header_style) freezePane(wb, "Biome", firstRow = TRUE) setColWidths(wb, "Biome", cols = 1:ncol(lme_info), widths = "auto") saveWorkbook(wb, file = "my-results.xlsx", overwrite = TRUE) #save the complete model output #set path setwd("~/GitHub/GLM-Drivers-of-Fire/Output/Model Results") saveRDS(M.glswc, "lmeBiome13Ignitions.rds") #test<- readRDS("lmeBiome7.rds") #End 2 Best (weighted) random/mixed effects model #*********************' #3 Generalized additive model (GAM) sf<-formula(Ignitions~IDL_Layer+s(LC_Tree)+s(LC_Shrub)+s(LC_Herbs) +s(DTR)+s(TMax)+s(Precipitation)+s(NrWetDays) +s(fPAR)+s(PopDensity_log)+s(RoadDensity_sqrt)+s(DistUrbPop)) GAM <- gam(sf,data = Data) summary(GAM) GAM.info<-summary(GAM) GAM.linear<-GAM.info$p.table GAM.smooth<-GAM.info$s.table plot(GAM) #set path setwd("~/GitHub/GLM-Drivers-of-Fire/Output/Statistic GAM Results") #save output header_style <- createStyle(halign = "center", textDecoration = "bold") wb <- createWorkbook() addWorksheet(wb, "Biome") addWorksheet(wb, "Biomesmooth") writeData(wb, "Biome", GAM.linear, headerStyle = header_style) writeData(wb, "Biomesmooth", GAM.smooth, headerStyle = header_style) freezePane(wb, "Biome", firstRow = TRUE) setColWidths(wb, "Biome", cols = 1:ncol(GAM.linear), widths = "auto") setColWidths(wb, "Biomesmooth", cols = 1:ncol(GAM.smooth), widths = "auto") saveWorkbook(wb, file = "my-results.xlsx", overwrite = TRUE) #save the complete model output #set path setwd("~/GitHub/GLM-Drivers-of-Fire/Output/Model Results") saveRDS(GAM, "GAMBiome13Ignitions.rds") #test<- readRDS("lmeBiome7.rds")
### Script for managing data export by Access to use in harris matrices library(dplyr) library(DiagrammeR) library(RPostgreSQL) con <- dbConnect("PostgreSQL", host='192.168.2.100', port = '5432', dbname = 'gygaia', user = 'gygaiaro', password = 'gygaiaro') # create and open the data base connection area <- c('93', '545') query <- paste( 'SELECT excavation.contexts.subtable, excavation.contexts.context_number, excavation.contexts_stratigraphic_relationships.stratigraphic_relationship_type, excavation.contexts_stratigraphic_relationships.stratigraphic_relationship_subtype, excavation.contexts_stratigraphic_relationships.related_context_number FROM excavation.contexts INNER JOIN excavation.contexts_stratigraphic_relationships ON (excavation.contexts.context_number = excavation.contexts_stratigraphic_relationships.context_number) AND (excavation.contexts.area_northing = excavation.contexts_stratigraphic_relationships.area_northing) AND (excavation.contexts.area_easting = excavation.contexts_stratigraphic_relationships.area_easting) GROUP BY excavation.contexts.area_easting, excavation.contexts.area_northing, excavation.contexts.subtable, excavation.contexts.context_number, excavation.contexts_stratigraphic_relationships.stratigraphic_relationship_type, excavation.contexts_stratigraphic_relationships.stratigraphic_relationship_subtype, excavation.contexts_stratigraphic_relationships.related_context_number HAVING (((excavation.contexts.area_easting)=',area[1],') AND ((excavation.contexts.area_northing)=',area[2],')) ORDER BY excavation.contexts.context_number;', sep = '') db.out <- dbGetQuery(con, query) dbDisconnect(con) strat <- db.out %>% tbl_df %>% filter(stratigraphic_relationship_type == 'Earlier than') %>% select(context_number, related_context_number) %>% mutate_each(funs(as.character)) %>% transmute(relations = paste(context_number, related_context_number, sep = '-->')) %>% t %>% paste0(collapse = ';') strat diagram.command <- paste("graph BT", strat, sep = ';') DiagrammeR(diagram.command) ## connecting to the database ## info at https://code.google.com/p/rpostgresql/
/harris matrix.R
no_license
plekhovd/Harris-Matrix
R
false
false
2,249
r
### Script for managing data export by Access to use in harris matrices library(dplyr) library(DiagrammeR) library(RPostgreSQL) con <- dbConnect("PostgreSQL", host='192.168.2.100', port = '5432', dbname = 'gygaia', user = 'gygaiaro', password = 'gygaiaro') # create and open the data base connection area <- c('93', '545') query <- paste( 'SELECT excavation.contexts.subtable, excavation.contexts.context_number, excavation.contexts_stratigraphic_relationships.stratigraphic_relationship_type, excavation.contexts_stratigraphic_relationships.stratigraphic_relationship_subtype, excavation.contexts_stratigraphic_relationships.related_context_number FROM excavation.contexts INNER JOIN excavation.contexts_stratigraphic_relationships ON (excavation.contexts.context_number = excavation.contexts_stratigraphic_relationships.context_number) AND (excavation.contexts.area_northing = excavation.contexts_stratigraphic_relationships.area_northing) AND (excavation.contexts.area_easting = excavation.contexts_stratigraphic_relationships.area_easting) GROUP BY excavation.contexts.area_easting, excavation.contexts.area_northing, excavation.contexts.subtable, excavation.contexts.context_number, excavation.contexts_stratigraphic_relationships.stratigraphic_relationship_type, excavation.contexts_stratigraphic_relationships.stratigraphic_relationship_subtype, excavation.contexts_stratigraphic_relationships.related_context_number HAVING (((excavation.contexts.area_easting)=',area[1],') AND ((excavation.contexts.area_northing)=',area[2],')) ORDER BY excavation.contexts.context_number;', sep = '') db.out <- dbGetQuery(con, query) dbDisconnect(con) strat <- db.out %>% tbl_df %>% filter(stratigraphic_relationship_type == 'Earlier than') %>% select(context_number, related_context_number) %>% mutate_each(funs(as.character)) %>% transmute(relations = paste(context_number, related_context_number, sep = '-->')) %>% t %>% paste0(collapse = ';') strat diagram.command <- paste("graph BT", strat, sep = ';') DiagrammeR(diagram.command) ## connecting to the database ## info at https://code.google.com/p/rpostgresql/
#!/usr/bin/Rscript library(psych) library(effsize) sink("abcd_ed_gi_descriptive_output.txt",split=TRUE) print("Loading Rds files...") abcd.ed.gi=readRDS("abcd_ed_gi.Rds") abcd.ed.gi.m_crpbi=readRDS("abcd_ed_gi_mcrpbi.Rds") abcd.ed.gi.f_crpbi=readRDS("abcd_ed_gi_fcrpbi.Rds") abcd.ed.gi=abcd.ed.gi[abcd.ed.gi$gender=="F" | abcd.ed.gi$gender=="M",] writeLines("\n######################") writeLines("Demographics (Table 1)") writeLines("######################") writeLines("\nSex") table(abcd.ed.gi$gender) writeLines("\nRace_Ethnicity") table(abcd.ed.gi$race_ethnicity.x) writeLines("\nEducation") table(abcd.ed.gi$high.educ.x) writeLines("\nHousehold Income") table(abcd.ed.gi$household.income.x) writeLines("\nParent Marital Status") table(abcd.ed.gi$married.or.livingtogether.x) writeLines("\n#########################") writeLines("Baseline Scores (Table 2)") writeLines("#########################") writeLines("\nBaseline Age") describe(abcd.ed.gi$b.interview_age) writeLines("\nBaseline BMI") describe(abcd.ed.gi$b.bmi) writeLines("\nBaseline GI Symptoms") describe(abcd.ed.gi$b.gi_sum) writeLines("\nBaseline CBCL Anxiety") describe(abcd.ed.gi$b.cbcl_scr_dsm5_anxdisord_t) writeLines("\nBaseline Maternal Acceptance") describe(abcd.ed.gi.m_crpbi$b.crpbi_mother) writeLines("\nBaseline Paternal Acceptance") describe(abcd.ed.gi.f_crpbi$b.crpbi_father) writeLines("\nBaseline ED Symptoms") describe(abcd.ed.gi$b.ed_sum) writeLines("\n#######################") writeLines("Year 1 Scores (Table 2)") writeLines("#######################") writeLines("\nYear 1 Age") describe(abcd.ed.gi$y1.interview_age) writeLines("\nYear 1 BMI") describe(abcd.ed.gi$y1.bmi) writeLines("\nYear 1 GI Symptoms") describe(abcd.ed.gi$y1.gi_sum) writeLines("\nYear 1 CBCL Anxiety") describe(abcd.ed.gi$y1.cbcl_scr_dsm5_anxdisord_t) writeLines("\nYear 1 Maternal Acceptance") describe(abcd.ed.gi.m_crpbi$y1.crpbi_mother) writeLines("\nYear 1 Paternal Acceptance") describe(abcd.ed.gi.f_crpbi$y1.crpbi_father) writeLines("\nYear 1 ED Symptoms") describe(abcd.ed.gi$y1.ed_sum) detach("package:psych", unload=TRUE) library(effsize) writeLines("\n####################################") writeLines("Baseline vs Year 1 t-tests (Table 2)") writeLines("####################################") writeLines("\nBaseline vs Y1 - Age") t.test(abcd.ed.gi$b.interview_age,abcd.ed.gi$y1.interview_age) cohen.d(abcd.ed.gi$b.interview_age,abcd.ed.gi$y1.interview_age,na.rm=TRUE) writeLines("\nBaseline vs Y1 - BMI") t.test(abcd.ed.gi$b.bmi,abcd.ed.gi$y1.bmi,paired=TRUE) cohen.d(abcd.ed.gi$b.bmi,abcd.ed.gi$y1.bmi,na.rm=TRUE) writeLines("\nBaseline vs Y1 - GI Symptoms") t.test(abcd.ed.gi$y1.gi_sum,abcd.ed.gi$b.gi_sum,paired=TRUE) cohen.d(abcd.ed.gi$y1.gi_sum,abcd.ed.gi$b.gi_sum,na.rm=TRUE) writeLines("\nBaseline vs Y1 - CBCL Anxiety") t.test(abcd.ed.gi$b.cbcl_scr_dsm5_anxdisord_t,abcd.ed.gi$y1.cbcl_scr_dsm5_anxdisord_t,paired=TRUE) cohen.d(abcd.ed.gi$b.cbcl_scr_dsm5_anxdisord_t,abcd.ed.gi$y1.cbcl_scr_dsm5_anxdisord_t,na.rm=TRUE) writeLines("\nBaseline vs Y1 - Maternal Acceptance") t.test(abcd.ed.gi.m_crpbi$y1.crpbi_mother,abcd.ed.gi.m_crpbi$b.crpbi_mother,paired=TRUE) cohen.d(abcd.ed.gi.m_crpbi$y1.crpbi_mother,abcd.ed.gi.m_crpbi$b.crpbi_mother,na.rm=TRUE) writeLines("\nBaseline vs Y1 - Paternal Acceptance") t.test(abcd.ed.gi.f_crpbi$y1.crpbi_father,abcd.ed.gi.f_crpbi$b.crpbi_father,paired=TRUE) cohen.d(abcd.ed.gi.f_crpbi$y1.crpbi_father,abcd.ed.gi.f_crpbi$b.crpbi_father,na.rm=TRUE) writeLines("\nBaseline vs Y1 - ED Symptoms") t.test(abcd.ed.gi$y1.ed_sum,abcd.ed.gi$b.ed_sum,paired=TRUE) cohen.d(abcd.ed.gi$y1.ed_sum,abcd.ed.gi$b.ed_sum,na.rm=TRUE) writeLines("\n################################") writeLines("Gendered Descriptives (Table S1)") writeLines("################################") girls.abcd.ed.gi=abcd.ed.gi[abcd.ed.gi$gender=="F",] boys.abcd.ed.gi=abcd.ed.gi[abcd.ed.gi$gender=="M",] girls.abcd.ed.gi.m_crpbi=abcd.ed.gi.m_crpbi[abcd.ed.gi.m_crpbi$gender=="F",] boys.abcd.ed.gi.m_crpbi=abcd.ed.gi.m_crpbi[abcd.ed.gi.m_crpbi$gender=="M",] girls.abcd.ed.gi.f_crpbi=abcd.ed.gi.f_crpbi[abcd.ed.gi.f_crpbi$gender=="F",] boys.abcd.ed.gi.f_crpbi=abcd.ed.gi.f_crpbi[abcd.ed.gi.f_crpbi$gender=="M",] print("Baseline Age - Girls") describe(girls.abcd.ed.gi$b.interview_age) print("Year 1 Age - Girls") describe(girls.abcd.ed.gi$y1.interview_age) print("Baseline BMI - Girls") describe(girls.abcd.ed.gi$b.bmi) print("Year 1 BMI - Girls") describe(girls.abcd.ed.gi$y1.bmi) print("Baseline GI Symptoms - Girls") describe(girls.abcd.ed.gi$b.gi_sum) print("Year 1 GI Symptoms - Girls") describe(girls.abcd.ed.gi$y1.gi_sum) print("Baseline Anxiety - Girls") describe(girls.abcd.ed.gi$b.cbcl_scr_dsm5_anxdisord_t) print("Year 1 Anxiety - Girls") describe(girls.abcd.ed.gi$y1.cbcl_scr_dsm5_anxdisord_t) print("Baseline ED Symptoms - Girls") describe(girls.abcd.ed.gi$b.ed_sum) print("Year 1 ED Symptoms - Girls") describe(girls.abcd.ed.gi$y1.ed_sum) print("Baseline Maternal Acceptance - Girls") describe(girls.abcd.ed.gi.m_crpbi$b.crpbi_mother) print("Year 1 Maternal Acceptance - Girls") describe(girls.abcd.ed.gi.m_crpbi$y1.crpbi_mother) print("Baseline Paternal Acceptance - Girls") describe(girls.abcd.ed.gi.f_crpbi$b.crpbi_father) print("Year 1 Paternal Acceptance - Girls") describe(girls.abcd.ed.gi.f_crpbi$y1.crpbi_father) print("Baseline Age - Boys") describe(boys.abcd.ed.gi$b.interview_age) print("Year 1 Age - Boys") describe(boys.abcd.ed.gi$y1.interview_age) print("Baseline BMI - Boys") describe(boys.abcd.ed.gi$b.bmi) print("Year 1 BMI - Boys") describe(boys.abcd.ed.gi$y1.bmi) print("Baseline GI Symptoms - Boys") describe(boys.abcd.ed.gi$b.gi_sum) print("Year 1 GI Symptoms - Boys") describe(boys.abcd.ed.gi$y1.gi_sum) print("Baseline ED Symptoms - Boys") describe(boys.abcd.ed.gi$b.ed_sum) print("Year 1 ED Symptoms - Boys") describe(boys.abcd.ed.gi$y1.ed_sum) print("Baseline Anxiety - Boys") describe(boys.abcd.ed.gi$b.cbcl_scr_dsm5_anxdisord_t) print("Year 1 Anxiety - Boys") describe(boys.abcd.ed.gi$y1.cbcl_scr_dsm5_anxdisord_t) print("Baseline Maternal Acceptance - Boys") describe(boys.abcd.ed.gi.m_crpbi$b.crpbi_mother) print("Year 1 Maternal Acceptance - Boys") describe(boys.abcd.ed.gi.m_crpbi$y1.crpbi_mother) print("Baseline Paternal Acceptance - Boys") describe(boys.abcd.ed.gi.f_crpbi$b.crpbi_father) print("Year 1 Paternal Acceptance - Boys") describe(boys.abcd.ed.gi.f_crpbi$y1.crpbi_father) sink()
/abcd_ed_gi_descriptives.R
no_license
klkerr/abcd_ed_gi
R
false
false
6,475
r
#!/usr/bin/Rscript library(psych) library(effsize) sink("abcd_ed_gi_descriptive_output.txt",split=TRUE) print("Loading Rds files...") abcd.ed.gi=readRDS("abcd_ed_gi.Rds") abcd.ed.gi.m_crpbi=readRDS("abcd_ed_gi_mcrpbi.Rds") abcd.ed.gi.f_crpbi=readRDS("abcd_ed_gi_fcrpbi.Rds") abcd.ed.gi=abcd.ed.gi[abcd.ed.gi$gender=="F" | abcd.ed.gi$gender=="M",] writeLines("\n######################") writeLines("Demographics (Table 1)") writeLines("######################") writeLines("\nSex") table(abcd.ed.gi$gender) writeLines("\nRace_Ethnicity") table(abcd.ed.gi$race_ethnicity.x) writeLines("\nEducation") table(abcd.ed.gi$high.educ.x) writeLines("\nHousehold Income") table(abcd.ed.gi$household.income.x) writeLines("\nParent Marital Status") table(abcd.ed.gi$married.or.livingtogether.x) writeLines("\n#########################") writeLines("Baseline Scores (Table 2)") writeLines("#########################") writeLines("\nBaseline Age") describe(abcd.ed.gi$b.interview_age) writeLines("\nBaseline BMI") describe(abcd.ed.gi$b.bmi) writeLines("\nBaseline GI Symptoms") describe(abcd.ed.gi$b.gi_sum) writeLines("\nBaseline CBCL Anxiety") describe(abcd.ed.gi$b.cbcl_scr_dsm5_anxdisord_t) writeLines("\nBaseline Maternal Acceptance") describe(abcd.ed.gi.m_crpbi$b.crpbi_mother) writeLines("\nBaseline Paternal Acceptance") describe(abcd.ed.gi.f_crpbi$b.crpbi_father) writeLines("\nBaseline ED Symptoms") describe(abcd.ed.gi$b.ed_sum) writeLines("\n#######################") writeLines("Year 1 Scores (Table 2)") writeLines("#######################") writeLines("\nYear 1 Age") describe(abcd.ed.gi$y1.interview_age) writeLines("\nYear 1 BMI") describe(abcd.ed.gi$y1.bmi) writeLines("\nYear 1 GI Symptoms") describe(abcd.ed.gi$y1.gi_sum) writeLines("\nYear 1 CBCL Anxiety") describe(abcd.ed.gi$y1.cbcl_scr_dsm5_anxdisord_t) writeLines("\nYear 1 Maternal Acceptance") describe(abcd.ed.gi.m_crpbi$y1.crpbi_mother) writeLines("\nYear 1 Paternal Acceptance") describe(abcd.ed.gi.f_crpbi$y1.crpbi_father) writeLines("\nYear 1 ED Symptoms") describe(abcd.ed.gi$y1.ed_sum) detach("package:psych", unload=TRUE) library(effsize) writeLines("\n####################################") writeLines("Baseline vs Year 1 t-tests (Table 2)") writeLines("####################################") writeLines("\nBaseline vs Y1 - Age") t.test(abcd.ed.gi$b.interview_age,abcd.ed.gi$y1.interview_age) cohen.d(abcd.ed.gi$b.interview_age,abcd.ed.gi$y1.interview_age,na.rm=TRUE) writeLines("\nBaseline vs Y1 - BMI") t.test(abcd.ed.gi$b.bmi,abcd.ed.gi$y1.bmi,paired=TRUE) cohen.d(abcd.ed.gi$b.bmi,abcd.ed.gi$y1.bmi,na.rm=TRUE) writeLines("\nBaseline vs Y1 - GI Symptoms") t.test(abcd.ed.gi$y1.gi_sum,abcd.ed.gi$b.gi_sum,paired=TRUE) cohen.d(abcd.ed.gi$y1.gi_sum,abcd.ed.gi$b.gi_sum,na.rm=TRUE) writeLines("\nBaseline vs Y1 - CBCL Anxiety") t.test(abcd.ed.gi$b.cbcl_scr_dsm5_anxdisord_t,abcd.ed.gi$y1.cbcl_scr_dsm5_anxdisord_t,paired=TRUE) cohen.d(abcd.ed.gi$b.cbcl_scr_dsm5_anxdisord_t,abcd.ed.gi$y1.cbcl_scr_dsm5_anxdisord_t,na.rm=TRUE) writeLines("\nBaseline vs Y1 - Maternal Acceptance") t.test(abcd.ed.gi.m_crpbi$y1.crpbi_mother,abcd.ed.gi.m_crpbi$b.crpbi_mother,paired=TRUE) cohen.d(abcd.ed.gi.m_crpbi$y1.crpbi_mother,abcd.ed.gi.m_crpbi$b.crpbi_mother,na.rm=TRUE) writeLines("\nBaseline vs Y1 - Paternal Acceptance") t.test(abcd.ed.gi.f_crpbi$y1.crpbi_father,abcd.ed.gi.f_crpbi$b.crpbi_father,paired=TRUE) cohen.d(abcd.ed.gi.f_crpbi$y1.crpbi_father,abcd.ed.gi.f_crpbi$b.crpbi_father,na.rm=TRUE) writeLines("\nBaseline vs Y1 - ED Symptoms") t.test(abcd.ed.gi$y1.ed_sum,abcd.ed.gi$b.ed_sum,paired=TRUE) cohen.d(abcd.ed.gi$y1.ed_sum,abcd.ed.gi$b.ed_sum,na.rm=TRUE) writeLines("\n################################") writeLines("Gendered Descriptives (Table S1)") writeLines("################################") girls.abcd.ed.gi=abcd.ed.gi[abcd.ed.gi$gender=="F",] boys.abcd.ed.gi=abcd.ed.gi[abcd.ed.gi$gender=="M",] girls.abcd.ed.gi.m_crpbi=abcd.ed.gi.m_crpbi[abcd.ed.gi.m_crpbi$gender=="F",] boys.abcd.ed.gi.m_crpbi=abcd.ed.gi.m_crpbi[abcd.ed.gi.m_crpbi$gender=="M",] girls.abcd.ed.gi.f_crpbi=abcd.ed.gi.f_crpbi[abcd.ed.gi.f_crpbi$gender=="F",] boys.abcd.ed.gi.f_crpbi=abcd.ed.gi.f_crpbi[abcd.ed.gi.f_crpbi$gender=="M",] print("Baseline Age - Girls") describe(girls.abcd.ed.gi$b.interview_age) print("Year 1 Age - Girls") describe(girls.abcd.ed.gi$y1.interview_age) print("Baseline BMI - Girls") describe(girls.abcd.ed.gi$b.bmi) print("Year 1 BMI - Girls") describe(girls.abcd.ed.gi$y1.bmi) print("Baseline GI Symptoms - Girls") describe(girls.abcd.ed.gi$b.gi_sum) print("Year 1 GI Symptoms - Girls") describe(girls.abcd.ed.gi$y1.gi_sum) print("Baseline Anxiety - Girls") describe(girls.abcd.ed.gi$b.cbcl_scr_dsm5_anxdisord_t) print("Year 1 Anxiety - Girls") describe(girls.abcd.ed.gi$y1.cbcl_scr_dsm5_anxdisord_t) print("Baseline ED Symptoms - Girls") describe(girls.abcd.ed.gi$b.ed_sum) print("Year 1 ED Symptoms - Girls") describe(girls.abcd.ed.gi$y1.ed_sum) print("Baseline Maternal Acceptance - Girls") describe(girls.abcd.ed.gi.m_crpbi$b.crpbi_mother) print("Year 1 Maternal Acceptance - Girls") describe(girls.abcd.ed.gi.m_crpbi$y1.crpbi_mother) print("Baseline Paternal Acceptance - Girls") describe(girls.abcd.ed.gi.f_crpbi$b.crpbi_father) print("Year 1 Paternal Acceptance - Girls") describe(girls.abcd.ed.gi.f_crpbi$y1.crpbi_father) print("Baseline Age - Boys") describe(boys.abcd.ed.gi$b.interview_age) print("Year 1 Age - Boys") describe(boys.abcd.ed.gi$y1.interview_age) print("Baseline BMI - Boys") describe(boys.abcd.ed.gi$b.bmi) print("Year 1 BMI - Boys") describe(boys.abcd.ed.gi$y1.bmi) print("Baseline GI Symptoms - Boys") describe(boys.abcd.ed.gi$b.gi_sum) print("Year 1 GI Symptoms - Boys") describe(boys.abcd.ed.gi$y1.gi_sum) print("Baseline ED Symptoms - Boys") describe(boys.abcd.ed.gi$b.ed_sum) print("Year 1 ED Symptoms - Boys") describe(boys.abcd.ed.gi$y1.ed_sum) print("Baseline Anxiety - Boys") describe(boys.abcd.ed.gi$b.cbcl_scr_dsm5_anxdisord_t) print("Year 1 Anxiety - Boys") describe(boys.abcd.ed.gi$y1.cbcl_scr_dsm5_anxdisord_t) print("Baseline Maternal Acceptance - Boys") describe(boys.abcd.ed.gi.m_crpbi$b.crpbi_mother) print("Year 1 Maternal Acceptance - Boys") describe(boys.abcd.ed.gi.m_crpbi$y1.crpbi_mother) print("Baseline Paternal Acceptance - Boys") describe(boys.abcd.ed.gi.f_crpbi$b.crpbi_father) print("Year 1 Paternal Acceptance - Boys") describe(boys.abcd.ed.gi.f_crpbi$y1.crpbi_father) sink()
testlist <- list(AgeVector = c(-4.73074171454048e-167, 2.2262381097027e-76, -9.12990429452974e-204, 5.97087417427845e-79, 4.7390525269307e-300, 6.58361441690132e-121, 3.58611068565168e-154, -2.94504776827523e-186, 2.62380314702636e-116, -6.78950518864266e+23, 6.99695749856012e-167, 86485.676793021, 1.11271562183704e+230, 1.94114173595984e-186, 1.44833381226225e-178, -6.75217876587581e-69, 1.17166524186752e-15, -4.66902120197297e-64, -1.96807327384856e+304, 4.43806122192432e-53, 9.29588680224717e-276, -6.49633240047463e-239, -1.22140819059424e-138, 5.03155164774999e-80, -6.36956558303921e-38, 7.15714506860012e-155, -1.21639456083975e-67, -4.53296532821828e-145, 1.02730307528395e+259, 6.48300719512778e-67, 1.35463567885879e-20, -1.05889609508607e+304, 1.60950429008189e-223, -6.15346754268764e-259, 4.96472645167748e+307, -2.5184537767256e-116), ExpressionMatrix = structure(c(4.80597147865938e+96, 6.97343932706536e+155, 1.3267342810479e+281, 1.34663897260867e+171, 1.76430141680543e+158, 1.20021255064002e-241, 1.72046093489436e+274, 4.64807629890539e-66, 3.23566990107388e-38, 3.70896378162114e-42, 1.09474740380531e+92, 7.49155705745727e-308, 3.26639180474928e+224, 3.21841801500177e-79, 4.26435540037564e-295, 1.40002857639358e+82, 47573397570345336, 2.00517157311369e-187, 2.74035572944044e+70, 2.89262435086883e-308, 6.65942057982148e-198, 1.10979548758712e-208, 1.40208057226312e-220, 6.25978904299555e-111, 1.06191688875218e+167, 1.1857452172049, 7.01135380962132e-157, 4.49610615342627e-308, 8.04053421408348e+261, 6.23220855980985e+275, 1.91601752509744e+141, 2.27737212344351e-244, 1.6315101795754e+126, 3.83196182917788e+160, 1.53445011275161e-192), .Dim = c(5L, 7L)), permutations = 0L) result <- do.call(myTAI:::cpp_bootMatrix,testlist) str(result)
/myTAI/inst/testfiles/cpp_bootMatrix/AFL_cpp_bootMatrix/cpp_bootMatrix_valgrind_files/1615764338-test.R
no_license
akhikolla/updatedatatype-list3
R
false
false
1,795
r
testlist <- list(AgeVector = c(-4.73074171454048e-167, 2.2262381097027e-76, -9.12990429452974e-204, 5.97087417427845e-79, 4.7390525269307e-300, 6.58361441690132e-121, 3.58611068565168e-154, -2.94504776827523e-186, 2.62380314702636e-116, -6.78950518864266e+23, 6.99695749856012e-167, 86485.676793021, 1.11271562183704e+230, 1.94114173595984e-186, 1.44833381226225e-178, -6.75217876587581e-69, 1.17166524186752e-15, -4.66902120197297e-64, -1.96807327384856e+304, 4.43806122192432e-53, 9.29588680224717e-276, -6.49633240047463e-239, -1.22140819059424e-138, 5.03155164774999e-80, -6.36956558303921e-38, 7.15714506860012e-155, -1.21639456083975e-67, -4.53296532821828e-145, 1.02730307528395e+259, 6.48300719512778e-67, 1.35463567885879e-20, -1.05889609508607e+304, 1.60950429008189e-223, -6.15346754268764e-259, 4.96472645167748e+307, -2.5184537767256e-116), ExpressionMatrix = structure(c(4.80597147865938e+96, 6.97343932706536e+155, 1.3267342810479e+281, 1.34663897260867e+171, 1.76430141680543e+158, 1.20021255064002e-241, 1.72046093489436e+274, 4.64807629890539e-66, 3.23566990107388e-38, 3.70896378162114e-42, 1.09474740380531e+92, 7.49155705745727e-308, 3.26639180474928e+224, 3.21841801500177e-79, 4.26435540037564e-295, 1.40002857639358e+82, 47573397570345336, 2.00517157311369e-187, 2.74035572944044e+70, 2.89262435086883e-308, 6.65942057982148e-198, 1.10979548758712e-208, 1.40208057226312e-220, 6.25978904299555e-111, 1.06191688875218e+167, 1.1857452172049, 7.01135380962132e-157, 4.49610615342627e-308, 8.04053421408348e+261, 6.23220855980985e+275, 1.91601752509744e+141, 2.27737212344351e-244, 1.6315101795754e+126, 3.83196182917788e+160, 1.53445011275161e-192), .Dim = c(5L, 7L)), permutations = 0L) result <- do.call(myTAI:::cpp_bootMatrix,testlist) str(result)
rm(list = ls()) #packages { library(C50) require("ktspair") library(e1071) library(pamr) library(switchBox) library(tspair) } #functions { ktsp<-function(training_data,training_grp,krange=seq(3,9,by=2)){ p<-dim(training_data)[1] c_0<-training_data[,training_grp==0] c_1<-training_data[,training_grp==1] if(length(krange) > 1){ kmax = ifelse(max(krange) %% 2 == 1, max(krange),max(krange)-1) kmin = ifelse(min(krange) %% 2 == 1, min(krange),min(krange)+1) krange = seq(kmin,kmax,by=2) } else{ kmax = krange } if(!is.null(dim(c_0)[1])){ Rank0 = apply(c_0,2,rank) }else{ Rank0 = rank(c_0) } if(!is.null(dim(c_1)[1])){ Rank1 = apply(c_1,2,rank) }else{ Rank1 = rank(c_1) } kktsp<-c() kktsp$Indices = matrix(0,kmax,2) kktsp$FistTPScore = matrix(0,kmax,1) fscore<-matrix(0,p,p) sscore<-matrix(0,p,p) dat_w<-function(dat){ p1<-dim(dat)[1] w<-matrix(0,p1,p1) newd <- t(dat) for(i in 1:p1) { w[,i] <- colSums((newd - dat[i,]) >= 0) } return(w) } tscore <- function(dta,grp,classifier,k){ p<-dim(training_data)[1] c_0<-dta[,grp==0] c_1<-dta[,grp==1] s1 = c_0[classifier$Indices[1:k, 1], ] > c_0[classifier$Indices[1:k,2],] s2 = c_0[classifier$Indices[1:k, 1], ] < c_0[classifier$Indices[1:k,2],] s1 = apply(as.matrix(s1), 2, sum) s2 = apply(as.matrix(s2), 2, sum) stat0 = s1-s2 s1 = c_1[classifier$Indices[1:k, 1], ] > c_1[classifier$Indices[1:k,2],] s2 = c_1[classifier$Indices[1:k, 1], ] < c_1[classifier$Indices[1:k,2],] s1 = apply(as.matrix(s1), 2, sum) s2 = apply(as.matrix(s2), 2, sum) stat1 = s1-s2 tt <- ( abs(mean(stat0) - mean(stat1)) / sqrt(var(stat1) + var(stat0) + 0.000000001) ) } secscore <-function(Rank0,Rank1,ind){ if (dim(ind)[1]>1){ sscore = matrix(0,dim(ind)[1]) for(i in 1:dim(ind)[1]){ muij_0 = sum(Rank0[ind[i,1],] - Rank0[ind[i,2],])/dim(Rank0)[2] muij_1 = sum(Rank1[ind[i,1],] - Rank1[ind[i,2],])/dim(Rank1)[2] sscore[i] = abs(muij_0 - muij_1) } }else{ muij_0 = sum(Rank0[ind[1],] - Rank0[ind[2],])/dim(Rank0)[2] muij_1 = sum(Rank1[ind[1],] - Rank1[ind[2],])/dim(Rank1)[2] sscore = abs(muij_0 - muij_1) } return(sscore) } w_0 = dat_w(c_0) w_1 = dat_w(c_1) pij_0 = w_0 / dim(c_0)[2] pij_1 = w_1 / dim(c_1)[2] for(i in 1:(p-1)){ for(j in (i+1):p){ fscore [i,j] = abs(pij_0[i,j]-pij_1[i,j]) } } for (ii in 1:kmax){ mscore = which(fscore==max(fscore),arr.ind = T) if (dim(mscore)[1] > 1) { sscore <- secscore(Rank0,Rank1,mscore) mscore<-matrix(mscore[which(sscore==max(sscore)),],nrow=1) #if we have multiple secondscore if(dim(mscore)[2]>2){ mscore = matrix(mscore[,1:2],ncol=2) } } kktsp$Indices[ii,]<-mscore kktsp$FistTPScore[ii,1]<-fscore[mscore] fscore[mscore[,1],]<-fscore[mscore[,2],]<-fscore[,mscore[,1]]<-fscore[,mscore[,2]]<-0 } # we want to be sure first column of indexes is bigger in class 0 for (ii in 1:kmax){ if(pij_0[kktsp$Indices[ii,1],kktsp$Indices[ii,2]]<pij_1[kktsp$Indices[ii,1],kktsp$Indices[ii,2]]){ temp<-kktsp$Indices[ii,1] kktsp$Indices[ii,1]<-kktsp$Indices[ii,2] kktsp$Indices[ii,2]<-temp } } if (length(krange) > 1){ tt = 0 for (u in 1:length(krange)){ k = krange[u] t = tscore(training_data, training_grp,kktsp,k) if(t > tt){ kopt = k tt = t } } kktsp$Indices = kktsp$Indices[1:kopt,] kktsp$FistTPScore = kktsp$FistTPScore[1:kopt,] } return(kktsp) } ktspSecondScore<-function(training_data,training_grp,k=1){ p<-dim(training_data)[1] c_0<-training_data[,training_grp==0] c_1<-training_data[,training_grp==1] if(!is.null(dim(c_0)[1])){ Rank0 = apply(c_0,2,rank) }else{ Rank0 = rank(c_0) } if(!is.null(dim(c_1)[1])){ Rank1 = apply(c_1,2,rank) }else{ Rank1 = rank(c_1) } kktsp<-c() kktsp$Indices = matrix(0,k,2) kktsp$FistTPScore = matrix(0,k,1) fscore<-matrix(0,p,p) sscore<-matrix(0,p,p) dat_w<-function(dat){ p1<-dim(dat)[1] w<-matrix(0,p1,p1) newd <- t(dat) for(i in 1:p1) { w[,i] <- colSums((newd - dat[i,]) > 0) } return(w) } secscore <-function(Rank0,Rank1,ind){ if (dim(ind)[1]>1){ sscore = matrix(0,dim(ind)[1]) for(i in 1:dim(ind)[1]){ muij_0 = sum(Rank0[ind[i,1],] - Rank0[ind[i,2],])/dim(Rank0)[2] muij_1 = sum(Rank1[ind[i,1],] - Rank1[ind[i,2],])/dim(Rank1)[2] sscore[i] = abs(muij_0 - muij_1) } }else{ muij_0 = sum(Rank0[ind[1],] - Rank0[ind[2],])/dim(Rank0)[2] muij_1 = sum(Rank1[ind[1],] - Rank1[ind[2],])/dim(Rank1)[2] sscore = abs(muij_0 - muij_1) } return(sscore) } w_0 = dat_w(c_0) w_1 = dat_w(c_1) pij_0 = w_0 / dim(c_0)[2] pij_1 = w_1 / dim(c_1)[2] for(i in 1:(p-1)){ for(j in (i+1):p){ fscore [i,j] = secscore(Rank0,Rank1,matrix(c(i,j),nrow=1)) } } for (ii in 1:k){ mscore = which(fscore==max(fscore),arr.ind = T) if (dim(mscore)[1] > 1) { sscore <- secscore(Rank0,Rank1,mscore) mscore<-matrix(mscore[which(sscore==max(sscore)),],nrow=1) #if we have multiple secondscore c("noluyolan!") if(dim(mscore)[2]>2){ mscore = matrix(mscore[,1:2],ncol=2) } } kktsp$Indices[ii,]<-mscore kktsp$FistTPScore[ii,1]<-fscore[mscore] fscore[mscore[,1],]<-fscore[mscore[,2],]<-fscore[,mscore[,1]]<-fscore[,mscore[,2]]<-0 } # we want to be sure first column of indexes is bigger in class 0 for (ii in 1:k){ if(pij_0[kktsp$Indices[ii,1],kktsp$Indices[ii,2]]<pij_1[kktsp$Indices[ii,1],kktsp$Indices[ii,2]]){ temp<-kktsp$Indices[ii,1] kktsp$Indices[ii,1]<-kktsp$Indices[ii,2] kktsp$Indices[ii,2]<-temp } } return(kktsp) } predictktsp <- function(testdta,classifier){ n = dim(testdta)[2] k = dim(classifier$Indices)[1] estgrp = c() for(i in 1:n){ c0 = 0 c1 = 0 for(j in 1:k){ indi = classifier$Indices[j,] if(testdta[indi[1],i] > testdta[indi[2],i]){ c0 = c0+1 }else{ c1 = c1+1 } } if(c0 > c1){ estgrp[i] = 0 }else{ estgrp[i] = 1 } } return(estgrp) } RowVar <- function(x) { rowSums((x - rowMeans(x))^2)/(dim(x)[2] - 1) } make.consecutive.int <- function (y){ intialwarn = getOption("warn") options(warn = -1) if (is.null(y)) { return(NULL) } if (!is.vector(y)) { y = as.vector(as.character(y)) } out <- as.integer(as.factor(as.character(y))) - 1 options(warn = intialwarn) return(out) } svmrfeFeatureRanking = function(x,y){ n = ncol(x) survivingFeaturesIndexes = seq(1:n) featureRankedList = vector(length=n) rankedFeatureIndex = n while(length(survivingFeaturesIndexes)>0){ #train the support vector machine svmModel = svm(x[, survivingFeaturesIndexes], y, cost = 10, cachesize=500, scale=F, type="C-classification", kernel="linear" ) #compute the weight vector w = t(svmModel$coefs)%*%svmModel$SV #compute ranking criteria rankingCriteria = w * w #rank the features ranking = sort(rankingCriteria, index.return = TRUE)$ix #update feature ranked list featureRankedList[rankedFeatureIndex] = survivingFeaturesIndexes[ranking[1]] rankedFeatureIndex = rankedFeatureIndex - 1 #eliminate the feature with smallest ranking criterion (survivingFeaturesIndexes = survivingFeaturesIndexes[-ranking[1]]) } return (featureRankedList) } } #prepare data { rvar = RowVar(data) qt <- quantile(rvar,probs = 1-2000/dim(data)[1],na.rm = T) data <- data[apply( data , 1 , function(x) var(x) > qt[1] ),] grp = data.matrix(grp) grp = make.consecutive.int(grp) n = dim(data)[2] p = dim(data)[1] ind = 1:n rownames(data) = 1:p } #define parameters { testperc = 0.8 rep = 100 } #classifiers { testPredDT = matrix(0,rep) nfeatsDT = matrix(0,rep) kktspair39 = matrix(0,rep) corpredicktspair39 = matrix(0,rep) testPredNB = matrix(0,rep) corpredicpam = matrix(0,rep) nfeatsPAM = matrix(0,rep) testPredSVM10 = matrix(0,rep) testPredSVM100 = matrix(0,rep) testPredSw39 = matrix(0,rep) kSw39 = matrix(0,rep) testPred9TSP = matrix(0,rep) testPredS9TSP = matrix(0,rep) corpredictsp = matrix(0,rep) kbtsp9 = matrix(0,rep) u=1 while(u!=(rep+1)){ test_ind = sample(ind,round(n*testperc)) training_ind = ind[-test_ind] training_data = data.matrix(data[,training_ind]) training_grp = grp[training_ind] test_data = data.matrix(data[,test_ind]) test_grp = grp[test_ind] while (is.na(unique(training_grp)[2]) | table(training_grp)[1] < 2 | table(training_grp)[2] < 2){ test_ind = sample(ind,round(n*testperc)) training_ind = ind[-test_ind] training_data = data.matrix(data[,training_ind]) training_grp = grp[training_ind] test_data = data.matrix(data[,test_ind]) test_grp = grp[test_ind] } #kbtsp #feats <- k_sel_feats(training_data,training_grp,N_Gibbs=N_Gibbs,N_burn=N_burn,a=a,k=9) #kbtsp9[u] = mean(pre_kbtsp(test_data,feats) == test_grp) #decision tree #model = C5.0(t(training_data),as.factor(training_grp)) #testPredDT[u] <- mean (predict(model,t(test_data),type="class") == as.factor(test_grp)) #nfeatsDT[u] = sum(C5imp(model)!=0) #ktspair w k = 3:9 # ccv <- cv(training_data, training_grp,cross=3) # ktspa <- ktspcalc(training_data, training_grp, ccv$k) # kktspair39[u] = ktspa$k # corpredicktspair39[u]<-mean(predict(ktspa,data.matrix(test_data))==test_grp) #naive bayes #classifier = naiveBayes(t(training_data),as.factor(training_grp)) #testPredNB[u] <- mean (predict(classifier,t(test_data)) == as.factor(test_grp)) #pam # tr.data = list(x = training_data, y = training_grp, # geneid=as.character(1:nrow(training_data)), # genenames=paste("g",as.character(1:nrow(training_data)),sep="")) # te.data = list(x=test_data, y = test_grp) # tr.train = pamr.train(tr.data) # new.scales <- pamr.adaptthresh(tr.train) # tr.train2 <- pamr.train(tr.data, threshold.scale=new.scales,prior = c(0.5,0.5)) # nfeatsPAM[u] = dim(pamr.listgenes(tr.train2, tr.data, threshold=new.scales))[1] # corpredicpam[u] = mean(pamr.predict(tr.train2, te.data$x, threshold=new.scales) == te.data$y) #SVM-RFE featureRankedList = svmrfeFeatureRanking(t(training_data),as.factor(training_grp)) svmModel10 = svm(t(training_data[featureRankedList[1:10],]), as.factor(training_grp), cost = 0.1, kernel="linear" ) svmModel100 = svm(t(training_data[featureRankedList[1:100],]), as.factor(training_grp), cost = 0.1, kernel="linear" ) testPredSVM10[u] <- mean (predict(svmModel10,t(test_data[featureRankedList[1:10],])) == as.factor(test_grp)) testPredSVM100[u] <- mean (predict(svmModel100,t(test_data[featureRankedList[1:100],])) == as.factor(test_grp)) #switchbox39 #classifier = SWAP.KTSP.Train(training_data, as.factor(training_grp),FilterFunc = NULL,krange = seq(3,9,by=2)) #testPredSw39[u] <- mean(SWAP.KTSP.Classify(test_data, classifier) == test_grp) #kSw39[u] = dim(classifier$TSPs)[1] #ktsp defined func # classifier9 = ktsp(training_data,training_grp,k=9) # testPred9TSP[u] = mean(predictktsp(test_data, classifier9) == test_grp) # classifierS9 = ktspSecondScore(training_data,training_grp,k=9) # testPredS9TSP[u] = mean(predictktsp(test_data, classifierS9) == test_grp) #tspair #tsp <- tspcalc(training_data, training_grp) #corpredictsp[u]<-mean(predict(tsp,data.matrix(test_data))==test_grp) cat(u,"\n") u=u+1 } } #results { mean(testPredDT) mean(nfeatsDT) mean(corpredicktspair39) mean(kktspair39) mean(testPredNB) mean(corpredicpam) mean(nfeatsPAM) mean(testPredSVM10) mean(testPredSVM100) mean(testPredSw39) mean(kSw39) mean(testPred9TSP) mean(testPredS9TSP) mean(corpredictsp) } #write results { write.csv(testPredDT,file= "DT.csv" ) write.csv(corpredicktspair39,file= "ktspair.csv" ) write.csv(testPredNB,file= "NB.csv" ) write.csv(corpredicpam,file= "PAM.csv" ) write.csv(testPredSVM10,file= "SVM10.csv" ) write.csv(testPredSVM100,file= "SVM100.csv" ) write.csv(testPredSw39,file= "switk39.csv" ) write.csv(testPred9TSP,file= "9tsp.csv" ) write.csv(testPredS9TSP,file= "S9tsp.csv" ) write.csv(corpredictsp,file= "tsp.csv" ) }
/AllinOne.R
no_license
e-arslan/ktsp
R
false
false
13,961
r
rm(list = ls()) #packages { library(C50) require("ktspair") library(e1071) library(pamr) library(switchBox) library(tspair) } #functions { ktsp<-function(training_data,training_grp,krange=seq(3,9,by=2)){ p<-dim(training_data)[1] c_0<-training_data[,training_grp==0] c_1<-training_data[,training_grp==1] if(length(krange) > 1){ kmax = ifelse(max(krange) %% 2 == 1, max(krange),max(krange)-1) kmin = ifelse(min(krange) %% 2 == 1, min(krange),min(krange)+1) krange = seq(kmin,kmax,by=2) } else{ kmax = krange } if(!is.null(dim(c_0)[1])){ Rank0 = apply(c_0,2,rank) }else{ Rank0 = rank(c_0) } if(!is.null(dim(c_1)[1])){ Rank1 = apply(c_1,2,rank) }else{ Rank1 = rank(c_1) } kktsp<-c() kktsp$Indices = matrix(0,kmax,2) kktsp$FistTPScore = matrix(0,kmax,1) fscore<-matrix(0,p,p) sscore<-matrix(0,p,p) dat_w<-function(dat){ p1<-dim(dat)[1] w<-matrix(0,p1,p1) newd <- t(dat) for(i in 1:p1) { w[,i] <- colSums((newd - dat[i,]) >= 0) } return(w) } tscore <- function(dta,grp,classifier,k){ p<-dim(training_data)[1] c_0<-dta[,grp==0] c_1<-dta[,grp==1] s1 = c_0[classifier$Indices[1:k, 1], ] > c_0[classifier$Indices[1:k,2],] s2 = c_0[classifier$Indices[1:k, 1], ] < c_0[classifier$Indices[1:k,2],] s1 = apply(as.matrix(s1), 2, sum) s2 = apply(as.matrix(s2), 2, sum) stat0 = s1-s2 s1 = c_1[classifier$Indices[1:k, 1], ] > c_1[classifier$Indices[1:k,2],] s2 = c_1[classifier$Indices[1:k, 1], ] < c_1[classifier$Indices[1:k,2],] s1 = apply(as.matrix(s1), 2, sum) s2 = apply(as.matrix(s2), 2, sum) stat1 = s1-s2 tt <- ( abs(mean(stat0) - mean(stat1)) / sqrt(var(stat1) + var(stat0) + 0.000000001) ) } secscore <-function(Rank0,Rank1,ind){ if (dim(ind)[1]>1){ sscore = matrix(0,dim(ind)[1]) for(i in 1:dim(ind)[1]){ muij_0 = sum(Rank0[ind[i,1],] - Rank0[ind[i,2],])/dim(Rank0)[2] muij_1 = sum(Rank1[ind[i,1],] - Rank1[ind[i,2],])/dim(Rank1)[2] sscore[i] = abs(muij_0 - muij_1) } }else{ muij_0 = sum(Rank0[ind[1],] - Rank0[ind[2],])/dim(Rank0)[2] muij_1 = sum(Rank1[ind[1],] - Rank1[ind[2],])/dim(Rank1)[2] sscore = abs(muij_0 - muij_1) } return(sscore) } w_0 = dat_w(c_0) w_1 = dat_w(c_1) pij_0 = w_0 / dim(c_0)[2] pij_1 = w_1 / dim(c_1)[2] for(i in 1:(p-1)){ for(j in (i+1):p){ fscore [i,j] = abs(pij_0[i,j]-pij_1[i,j]) } } for (ii in 1:kmax){ mscore = which(fscore==max(fscore),arr.ind = T) if (dim(mscore)[1] > 1) { sscore <- secscore(Rank0,Rank1,mscore) mscore<-matrix(mscore[which(sscore==max(sscore)),],nrow=1) #if we have multiple secondscore if(dim(mscore)[2]>2){ mscore = matrix(mscore[,1:2],ncol=2) } } kktsp$Indices[ii,]<-mscore kktsp$FistTPScore[ii,1]<-fscore[mscore] fscore[mscore[,1],]<-fscore[mscore[,2],]<-fscore[,mscore[,1]]<-fscore[,mscore[,2]]<-0 } # we want to be sure first column of indexes is bigger in class 0 for (ii in 1:kmax){ if(pij_0[kktsp$Indices[ii,1],kktsp$Indices[ii,2]]<pij_1[kktsp$Indices[ii,1],kktsp$Indices[ii,2]]){ temp<-kktsp$Indices[ii,1] kktsp$Indices[ii,1]<-kktsp$Indices[ii,2] kktsp$Indices[ii,2]<-temp } } if (length(krange) > 1){ tt = 0 for (u in 1:length(krange)){ k = krange[u] t = tscore(training_data, training_grp,kktsp,k) if(t > tt){ kopt = k tt = t } } kktsp$Indices = kktsp$Indices[1:kopt,] kktsp$FistTPScore = kktsp$FistTPScore[1:kopt,] } return(kktsp) } ktspSecondScore<-function(training_data,training_grp,k=1){ p<-dim(training_data)[1] c_0<-training_data[,training_grp==0] c_1<-training_data[,training_grp==1] if(!is.null(dim(c_0)[1])){ Rank0 = apply(c_0,2,rank) }else{ Rank0 = rank(c_0) } if(!is.null(dim(c_1)[1])){ Rank1 = apply(c_1,2,rank) }else{ Rank1 = rank(c_1) } kktsp<-c() kktsp$Indices = matrix(0,k,2) kktsp$FistTPScore = matrix(0,k,1) fscore<-matrix(0,p,p) sscore<-matrix(0,p,p) dat_w<-function(dat){ p1<-dim(dat)[1] w<-matrix(0,p1,p1) newd <- t(dat) for(i in 1:p1) { w[,i] <- colSums((newd - dat[i,]) > 0) } return(w) } secscore <-function(Rank0,Rank1,ind){ if (dim(ind)[1]>1){ sscore = matrix(0,dim(ind)[1]) for(i in 1:dim(ind)[1]){ muij_0 = sum(Rank0[ind[i,1],] - Rank0[ind[i,2],])/dim(Rank0)[2] muij_1 = sum(Rank1[ind[i,1],] - Rank1[ind[i,2],])/dim(Rank1)[2] sscore[i] = abs(muij_0 - muij_1) } }else{ muij_0 = sum(Rank0[ind[1],] - Rank0[ind[2],])/dim(Rank0)[2] muij_1 = sum(Rank1[ind[1],] - Rank1[ind[2],])/dim(Rank1)[2] sscore = abs(muij_0 - muij_1) } return(sscore) } w_0 = dat_w(c_0) w_1 = dat_w(c_1) pij_0 = w_0 / dim(c_0)[2] pij_1 = w_1 / dim(c_1)[2] for(i in 1:(p-1)){ for(j in (i+1):p){ fscore [i,j] = secscore(Rank0,Rank1,matrix(c(i,j),nrow=1)) } } for (ii in 1:k){ mscore = which(fscore==max(fscore),arr.ind = T) if (dim(mscore)[1] > 1) { sscore <- secscore(Rank0,Rank1,mscore) mscore<-matrix(mscore[which(sscore==max(sscore)),],nrow=1) #if we have multiple secondscore c("noluyolan!") if(dim(mscore)[2]>2){ mscore = matrix(mscore[,1:2],ncol=2) } } kktsp$Indices[ii,]<-mscore kktsp$FistTPScore[ii,1]<-fscore[mscore] fscore[mscore[,1],]<-fscore[mscore[,2],]<-fscore[,mscore[,1]]<-fscore[,mscore[,2]]<-0 } # we want to be sure first column of indexes is bigger in class 0 for (ii in 1:k){ if(pij_0[kktsp$Indices[ii,1],kktsp$Indices[ii,2]]<pij_1[kktsp$Indices[ii,1],kktsp$Indices[ii,2]]){ temp<-kktsp$Indices[ii,1] kktsp$Indices[ii,1]<-kktsp$Indices[ii,2] kktsp$Indices[ii,2]<-temp } } return(kktsp) } predictktsp <- function(testdta,classifier){ n = dim(testdta)[2] k = dim(classifier$Indices)[1] estgrp = c() for(i in 1:n){ c0 = 0 c1 = 0 for(j in 1:k){ indi = classifier$Indices[j,] if(testdta[indi[1],i] > testdta[indi[2],i]){ c0 = c0+1 }else{ c1 = c1+1 } } if(c0 > c1){ estgrp[i] = 0 }else{ estgrp[i] = 1 } } return(estgrp) } RowVar <- function(x) { rowSums((x - rowMeans(x))^2)/(dim(x)[2] - 1) } make.consecutive.int <- function (y){ intialwarn = getOption("warn") options(warn = -1) if (is.null(y)) { return(NULL) } if (!is.vector(y)) { y = as.vector(as.character(y)) } out <- as.integer(as.factor(as.character(y))) - 1 options(warn = intialwarn) return(out) } svmrfeFeatureRanking = function(x,y){ n = ncol(x) survivingFeaturesIndexes = seq(1:n) featureRankedList = vector(length=n) rankedFeatureIndex = n while(length(survivingFeaturesIndexes)>0){ #train the support vector machine svmModel = svm(x[, survivingFeaturesIndexes], y, cost = 10, cachesize=500, scale=F, type="C-classification", kernel="linear" ) #compute the weight vector w = t(svmModel$coefs)%*%svmModel$SV #compute ranking criteria rankingCriteria = w * w #rank the features ranking = sort(rankingCriteria, index.return = TRUE)$ix #update feature ranked list featureRankedList[rankedFeatureIndex] = survivingFeaturesIndexes[ranking[1]] rankedFeatureIndex = rankedFeatureIndex - 1 #eliminate the feature with smallest ranking criterion (survivingFeaturesIndexes = survivingFeaturesIndexes[-ranking[1]]) } return (featureRankedList) } } #prepare data { rvar = RowVar(data) qt <- quantile(rvar,probs = 1-2000/dim(data)[1],na.rm = T) data <- data[apply( data , 1 , function(x) var(x) > qt[1] ),] grp = data.matrix(grp) grp = make.consecutive.int(grp) n = dim(data)[2] p = dim(data)[1] ind = 1:n rownames(data) = 1:p } #define parameters { testperc = 0.8 rep = 100 } #classifiers { testPredDT = matrix(0,rep) nfeatsDT = matrix(0,rep) kktspair39 = matrix(0,rep) corpredicktspair39 = matrix(0,rep) testPredNB = matrix(0,rep) corpredicpam = matrix(0,rep) nfeatsPAM = matrix(0,rep) testPredSVM10 = matrix(0,rep) testPredSVM100 = matrix(0,rep) testPredSw39 = matrix(0,rep) kSw39 = matrix(0,rep) testPred9TSP = matrix(0,rep) testPredS9TSP = matrix(0,rep) corpredictsp = matrix(0,rep) kbtsp9 = matrix(0,rep) u=1 while(u!=(rep+1)){ test_ind = sample(ind,round(n*testperc)) training_ind = ind[-test_ind] training_data = data.matrix(data[,training_ind]) training_grp = grp[training_ind] test_data = data.matrix(data[,test_ind]) test_grp = grp[test_ind] while (is.na(unique(training_grp)[2]) | table(training_grp)[1] < 2 | table(training_grp)[2] < 2){ test_ind = sample(ind,round(n*testperc)) training_ind = ind[-test_ind] training_data = data.matrix(data[,training_ind]) training_grp = grp[training_ind] test_data = data.matrix(data[,test_ind]) test_grp = grp[test_ind] } #kbtsp #feats <- k_sel_feats(training_data,training_grp,N_Gibbs=N_Gibbs,N_burn=N_burn,a=a,k=9) #kbtsp9[u] = mean(pre_kbtsp(test_data,feats) == test_grp) #decision tree #model = C5.0(t(training_data),as.factor(training_grp)) #testPredDT[u] <- mean (predict(model,t(test_data),type="class") == as.factor(test_grp)) #nfeatsDT[u] = sum(C5imp(model)!=0) #ktspair w k = 3:9 # ccv <- cv(training_data, training_grp,cross=3) # ktspa <- ktspcalc(training_data, training_grp, ccv$k) # kktspair39[u] = ktspa$k # corpredicktspair39[u]<-mean(predict(ktspa,data.matrix(test_data))==test_grp) #naive bayes #classifier = naiveBayes(t(training_data),as.factor(training_grp)) #testPredNB[u] <- mean (predict(classifier,t(test_data)) == as.factor(test_grp)) #pam # tr.data = list(x = training_data, y = training_grp, # geneid=as.character(1:nrow(training_data)), # genenames=paste("g",as.character(1:nrow(training_data)),sep="")) # te.data = list(x=test_data, y = test_grp) # tr.train = pamr.train(tr.data) # new.scales <- pamr.adaptthresh(tr.train) # tr.train2 <- pamr.train(tr.data, threshold.scale=new.scales,prior = c(0.5,0.5)) # nfeatsPAM[u] = dim(pamr.listgenes(tr.train2, tr.data, threshold=new.scales))[1] # corpredicpam[u] = mean(pamr.predict(tr.train2, te.data$x, threshold=new.scales) == te.data$y) #SVM-RFE featureRankedList = svmrfeFeatureRanking(t(training_data),as.factor(training_grp)) svmModel10 = svm(t(training_data[featureRankedList[1:10],]), as.factor(training_grp), cost = 0.1, kernel="linear" ) svmModel100 = svm(t(training_data[featureRankedList[1:100],]), as.factor(training_grp), cost = 0.1, kernel="linear" ) testPredSVM10[u] <- mean (predict(svmModel10,t(test_data[featureRankedList[1:10],])) == as.factor(test_grp)) testPredSVM100[u] <- mean (predict(svmModel100,t(test_data[featureRankedList[1:100],])) == as.factor(test_grp)) #switchbox39 #classifier = SWAP.KTSP.Train(training_data, as.factor(training_grp),FilterFunc = NULL,krange = seq(3,9,by=2)) #testPredSw39[u] <- mean(SWAP.KTSP.Classify(test_data, classifier) == test_grp) #kSw39[u] = dim(classifier$TSPs)[1] #ktsp defined func # classifier9 = ktsp(training_data,training_grp,k=9) # testPred9TSP[u] = mean(predictktsp(test_data, classifier9) == test_grp) # classifierS9 = ktspSecondScore(training_data,training_grp,k=9) # testPredS9TSP[u] = mean(predictktsp(test_data, classifierS9) == test_grp) #tspair #tsp <- tspcalc(training_data, training_grp) #corpredictsp[u]<-mean(predict(tsp,data.matrix(test_data))==test_grp) cat(u,"\n") u=u+1 } } #results { mean(testPredDT) mean(nfeatsDT) mean(corpredicktspair39) mean(kktspair39) mean(testPredNB) mean(corpredicpam) mean(nfeatsPAM) mean(testPredSVM10) mean(testPredSVM100) mean(testPredSw39) mean(kSw39) mean(testPred9TSP) mean(testPredS9TSP) mean(corpredictsp) } #write results { write.csv(testPredDT,file= "DT.csv" ) write.csv(corpredicktspair39,file= "ktspair.csv" ) write.csv(testPredNB,file= "NB.csv" ) write.csv(corpredicpam,file= "PAM.csv" ) write.csv(testPredSVM10,file= "SVM10.csv" ) write.csv(testPredSVM100,file= "SVM100.csv" ) write.csv(testPredSw39,file= "switk39.csv" ) write.csv(testPred9TSP,file= "9tsp.csv" ) write.csv(testPredS9TSP,file= "S9tsp.csv" ) write.csv(corpredictsp,file= "tsp.csv" ) }
outputpng <- "~/projects/datasciencecoursera/explore/a1/ExData_Plotting1/plot2.png" # Download power consumption data and read into R (view code in prepData.R) source("prepData.R") data <- getPowerConsumptionDataFrame() # Open png png(file = outputpng, width = 480, height = 480) # Write out graph plot(data$datetime, data$Global_active_power, type = "o", pch = "", xlab = "", ylab = "Global Active Power (kilowatts)") # Close and save png dev.off()
/plot2.R
no_license
solatido/ExData_Plotting1
R
false
false
453
r
outputpng <- "~/projects/datasciencecoursera/explore/a1/ExData_Plotting1/plot2.png" # Download power consumption data and read into R (view code in prepData.R) source("prepData.R") data <- getPowerConsumptionDataFrame() # Open png png(file = outputpng, width = 480, height = 480) # Write out graph plot(data$datetime, data$Global_active_power, type = "o", pch = "", xlab = "", ylab = "Global Active Power (kilowatts)") # Close and save png dev.off()
plot.alignment.in.3d <- function(x1, y1, z1, x2, y2, z2, path1, path2, draw.text = FALSE) { foo <- plot.in.3d(x1, y1, z1, radius = 0.01) foo <- plot.in.3d(x2, y2, z2, new.plot=FALSE, color.base = 'g', radius = 0.01) for (a in 1:length(path1)) { lines3d(c(x1[best.res$path1[a]], x2[best.res$path2[a]]), c(y1[best.res$path1[a]], y2[best.res$path2[a]]), c(z1[best.res$path1[a]], z2[best.res$path2[a]]), color="green") rgl.texts((x1[best.res$path1[a]] + x2[best.res$path2[a]]) / 2, (y1[best.res$path1[a]] + y2[best.res$path2[a]]) / 2, (z1[best.res$path1[a]] + z2[best.res$path2[a]]) / 2, text = a, color = "white") } }
/plots.3d.R
no_license
browarsoftware/headmotions
R
false
false
852
r
plot.alignment.in.3d <- function(x1, y1, z1, x2, y2, z2, path1, path2, draw.text = FALSE) { foo <- plot.in.3d(x1, y1, z1, radius = 0.01) foo <- plot.in.3d(x2, y2, z2, new.plot=FALSE, color.base = 'g', radius = 0.01) for (a in 1:length(path1)) { lines3d(c(x1[best.res$path1[a]], x2[best.res$path2[a]]), c(y1[best.res$path1[a]], y2[best.res$path2[a]]), c(z1[best.res$path1[a]], z2[best.res$path2[a]]), color="green") rgl.texts((x1[best.res$path1[a]] + x2[best.res$path2[a]]) / 2, (y1[best.res$path1[a]] + y2[best.res$path2[a]]) / 2, (z1[best.res$path1[a]] + z2[best.res$path2[a]]) / 2, text = a, color = "white") } }
### Enter directory containing downloaded source files source_dir="/home/source_dir/" ### Enter directory containing SNP array genotype data array_dir="/home/array_dir/" ### Is the genotype data in PLINK *.ped format or GenomeStudio matrix *.txt format? ### Enter "PLINK" or "GS": format="PLINK" ### Enter filename of X chromosome genotype data X_raw="Prostate_X_plink.ped" ### Enter filename of Y chromosome genotype data Y_raw="Prostate_Y_plink.ped" ### Enter desired filename of sex inference output file output="sex_results.txt" ################################## ################################## ################################## ### 1. Fit logistic regression model to males and females from prostate cancer and ovarian cancer GWAS TRAINING SET ref <- read.delim(paste(c(source_dir, "XY_data.txt"), collapse=""), sep="\t", stringsAsFactors=FALSE, header=TRUE) fit <- glm(factor(true_sex) ~ XH + YM, family="binomial", data=ref) ### 2. Import TEST SET genotype data if (format == "GS") { X <- read.delim(paste(c(array_dir, X_raw), collapse=""), sep="\t", skip=9, stringsAsFactors=FALSE, header=TRUE) X <- as.matrix(X[,(2:ncol(X))]) Y <- read.delim(paste(c(array_dir, Y_raw), collapse=""), sep="\t", skip=9, stringsAsFactors=FALSE, header=TRUE) Y <- as.matrix(Y[,(2:ncol(Y))]) } else { X <- read.delim(paste(c(array_dir, X_raw), collapse=""), sep=" ", stringsAsFactors=FALSE, header=FALSE) X <- as.matrix(X[,(7:ncol(X))]) Y <- read.delim(paste(c(array_dir, Y_raw), collapse=""), sep=" ", stringsAsFactors=FALSE, header=FALSE) Y <- as.matrix(Y[,(7:ncol(Y))]) } ### 3. Compute X chromosome heterzygosity for TEST SET data if (format == "GS") { XH <- rep(0, ncol(X)) scorecard <- matrix(0, nrow=length(XH), ncol=2) HZ <- function(x) { if (nchar(x) == 2 & substr(x, 1, 1) != "-" & substr(x, 2, 2) != "-") { if (substr(x, 1, 1) != substr(x, 2, 2)) { return(c(1, 0)) } else { return(c(0, 0)) } } else { return(c(0, 1)) } } pb <- txtProgressBar(min = 0, max = length(XH), style = 3) for (i in 1:length(XH)) { Sys.sleep(0.001) setTxtProgressBar(pb, i) prelim <- lapply(X[,i], HZ) scorecard <- do.call(rbind, prelim) XH[i] <- sum(scorecard[,1])/(nrow(scorecard) - sum(scorecard[,2])) } close(pb) rm(pb) } else { XH <- rep(0, nrow(X)) pb <- txtProgressBar(min = 0, max = length(XH), style = 3) for (i in 1:length(XH)) { Sys.sleep(0.001) setTxtProgressBar(pb, i) allele1 <- X[i, seq(1, (ncol(X)-1), 2)] allele2 <- X[i, seq(2, ncol(X), 2)] missing <- union(which(allele1 == "0"), which(allele2 == "0")) XH[i] <- length(which(allele1 != allele2))/(ncol(X)/2 - length(missing)) } close(pb) rm(pb) } ### 4. Compute Y chromosome missingness for TEST SET data if (format == "GS") { YM <- rep(0, ncol(Y)) pb <- txtProgressBar(min = 0, max = length(YM), style = 3) for (i in 1:length(YM)) { Sys.sleep(0.001) setTxtProgressBar(pb, i) YM[i] <- length(which(Y[,i] == "--"))/nrow(Y) } close(pb) rm(pb) } else { YM <- rep(0, nrow(Y)) pb <- txtProgressBar(min = 0, max = length(YM), style = 3) for (i in 1:length(YM)) { allele1 <- Y[i, seq(1, (ncol(Y)-1), 2)] allele2 <- Y[i, seq(2, ncol(Y), 2)] YM[i] <- length(union(which(allele1 == "0"), which(allele2 == "0")))/(ncol(Y)/2) } close(pb) rm(pb) } ### 5. Infer sex from XH and YM ### Male = 1, Female = 2 testset <- data.frame(Subject=1:length(XH), XH, YM) probs <- as.numeric(predict(fit, testset, type="response")) testset$Predicted <- (probs > 0.5)*1+1 ### 6. Print results write.table(testset, paste(c(array_dir, output), collapse=""), sep="\t", row.name=FALSE, col.names=TRUE, quote=FALSE)
/seXY.R
no_license
Christopher-Amos-Lab/seXY
R
false
false
3,922
r
### Enter directory containing downloaded source files source_dir="/home/source_dir/" ### Enter directory containing SNP array genotype data array_dir="/home/array_dir/" ### Is the genotype data in PLINK *.ped format or GenomeStudio matrix *.txt format? ### Enter "PLINK" or "GS": format="PLINK" ### Enter filename of X chromosome genotype data X_raw="Prostate_X_plink.ped" ### Enter filename of Y chromosome genotype data Y_raw="Prostate_Y_plink.ped" ### Enter desired filename of sex inference output file output="sex_results.txt" ################################## ################################## ################################## ### 1. Fit logistic regression model to males and females from prostate cancer and ovarian cancer GWAS TRAINING SET ref <- read.delim(paste(c(source_dir, "XY_data.txt"), collapse=""), sep="\t", stringsAsFactors=FALSE, header=TRUE) fit <- glm(factor(true_sex) ~ XH + YM, family="binomial", data=ref) ### 2. Import TEST SET genotype data if (format == "GS") { X <- read.delim(paste(c(array_dir, X_raw), collapse=""), sep="\t", skip=9, stringsAsFactors=FALSE, header=TRUE) X <- as.matrix(X[,(2:ncol(X))]) Y <- read.delim(paste(c(array_dir, Y_raw), collapse=""), sep="\t", skip=9, stringsAsFactors=FALSE, header=TRUE) Y <- as.matrix(Y[,(2:ncol(Y))]) } else { X <- read.delim(paste(c(array_dir, X_raw), collapse=""), sep=" ", stringsAsFactors=FALSE, header=FALSE) X <- as.matrix(X[,(7:ncol(X))]) Y <- read.delim(paste(c(array_dir, Y_raw), collapse=""), sep=" ", stringsAsFactors=FALSE, header=FALSE) Y <- as.matrix(Y[,(7:ncol(Y))]) } ### 3. Compute X chromosome heterzygosity for TEST SET data if (format == "GS") { XH <- rep(0, ncol(X)) scorecard <- matrix(0, nrow=length(XH), ncol=2) HZ <- function(x) { if (nchar(x) == 2 & substr(x, 1, 1) != "-" & substr(x, 2, 2) != "-") { if (substr(x, 1, 1) != substr(x, 2, 2)) { return(c(1, 0)) } else { return(c(0, 0)) } } else { return(c(0, 1)) } } pb <- txtProgressBar(min = 0, max = length(XH), style = 3) for (i in 1:length(XH)) { Sys.sleep(0.001) setTxtProgressBar(pb, i) prelim <- lapply(X[,i], HZ) scorecard <- do.call(rbind, prelim) XH[i] <- sum(scorecard[,1])/(nrow(scorecard) - sum(scorecard[,2])) } close(pb) rm(pb) } else { XH <- rep(0, nrow(X)) pb <- txtProgressBar(min = 0, max = length(XH), style = 3) for (i in 1:length(XH)) { Sys.sleep(0.001) setTxtProgressBar(pb, i) allele1 <- X[i, seq(1, (ncol(X)-1), 2)] allele2 <- X[i, seq(2, ncol(X), 2)] missing <- union(which(allele1 == "0"), which(allele2 == "0")) XH[i] <- length(which(allele1 != allele2))/(ncol(X)/2 - length(missing)) } close(pb) rm(pb) } ### 4. Compute Y chromosome missingness for TEST SET data if (format == "GS") { YM <- rep(0, ncol(Y)) pb <- txtProgressBar(min = 0, max = length(YM), style = 3) for (i in 1:length(YM)) { Sys.sleep(0.001) setTxtProgressBar(pb, i) YM[i] <- length(which(Y[,i] == "--"))/nrow(Y) } close(pb) rm(pb) } else { YM <- rep(0, nrow(Y)) pb <- txtProgressBar(min = 0, max = length(YM), style = 3) for (i in 1:length(YM)) { allele1 <- Y[i, seq(1, (ncol(Y)-1), 2)] allele2 <- Y[i, seq(2, ncol(Y), 2)] YM[i] <- length(union(which(allele1 == "0"), which(allele2 == "0")))/(ncol(Y)/2) } close(pb) rm(pb) } ### 5. Infer sex from XH and YM ### Male = 1, Female = 2 testset <- data.frame(Subject=1:length(XH), XH, YM) probs <- as.numeric(predict(fit, testset, type="response")) testset$Predicted <- (probs > 0.5)*1+1 ### 6. Print results write.table(testset, paste(c(array_dir, output), collapse=""), sep="\t", row.name=FALSE, col.names=TRUE, quote=FALSE)
# Function creates a "matrix" object, along with a get, set get-inverse and set-inverse methods. makeCacheMatrix <- function(x = matrix()) { m <- NULL # initialise cache set <- function(y) { x <<- y m <<- NULL } get <- function() x setinv <- function(solve) m <<- solve getinv <- function() m # return functions to caller list(set = set, get = get, setinv = setinv, getinv = getinv) } # Function utilises the makeCacheMatrix object to calculate the inverse of the intial matrix. cacheSolve <- function(x, ...) { m <- x$getinv() # obtain result if(!is.null(m)) { # if result is empty, send a message message("getting cached data") return(m) } data <- x$get() # obtain current result m <- solve(data, ...) # calculate inverse matrix x$setinv(m) # cache the result m # return the result }
/cachematrix.R
no_license
ryan402/ProgrammingAssignment2
R
false
false
916
r
# Function creates a "matrix" object, along with a get, set get-inverse and set-inverse methods. makeCacheMatrix <- function(x = matrix()) { m <- NULL # initialise cache set <- function(y) { x <<- y m <<- NULL } get <- function() x setinv <- function(solve) m <<- solve getinv <- function() m # return functions to caller list(set = set, get = get, setinv = setinv, getinv = getinv) } # Function utilises the makeCacheMatrix object to calculate the inverse of the intial matrix. cacheSolve <- function(x, ...) { m <- x$getinv() # obtain result if(!is.null(m)) { # if result is empty, send a message message("getting cached data") return(m) } data <- x$get() # obtain current result m <- solve(data, ...) # calculate inverse matrix x$setinv(m) # cache the result m # return the result }
## --------------------------- ## ## Script name: ui.R ## ## Purpose of script: user interface for CORONAinJena-App ## ## Author: Ben Phillips, Volker Holzendorf ## ## Date Created: 2020-03-12, 2020-03-29 ## ## Email: statistik@jena.de ## ## --------------------------- ## ## Notes: ## Diese Datei übersetzt das Sktript von Ben Phillips ins Deutsche und ## adaptiert dies für die Daten der Landkreise in Deutschland ## ## -------------------------- ## load up the packages we will need library(shiny) ## --------------------------- ## load up our functions into memory ## source files lastdate <-Sys.Date()-1 source("functions.R") source("getRKIdata.R") source("getmapVDZdata.R") source("getISbedsTHdata.R") ## --------------------------- ## --------------------------- options(scipen=9999) # Define UI shinyUI( fluidPage( # Application title titlePanel("Coronavirus 10-Tages Vorhersage auf Landkreisebene in Deutschland"), p("Entwickelt von Volker Holzendorf, Stadtverwaltung Jena, Fachdienst Haushalt, Controlling und Organisationsentwicklung, Team Controlling und Statistik"), navbarPage( p(format(dates[length(dates)], "%d %b")), tabPanel("Deutschlandkarte: Reproduktionszahl", # Sidebar sidebarLayout( sidebarPanel( titlePanel("Reproduktionszahl in Deutschlands Stadt- bzw. Landkreisen"), h4("Deutschlandkarte als Heatmap der Reproduktionszahl der (bekannten) COVID 19 Patienten"), p("Es kann bis zu 10 Tage in die Vergangenheit geschaut werden."), dateInput("rpzdat", "Wahle ein Datum", value = lastdate,language = "de",format = "d. MM yyyy"), ), mainPanel( img(src='LichtstadtJenaneu.png', align = "right",height = 40), plotOutput("rpzplot"), hr(), p(""), h4("Reproduktionszahl in den Bundesländern:"), tableOutput(outputId = "rpztabBL"), hr() ) ) ) ) ) )
/ui.R
permissive
StatistikVolker/CORONA_App_Jena
R
false
false
2,107
r
## --------------------------- ## ## Script name: ui.R ## ## Purpose of script: user interface for CORONAinJena-App ## ## Author: Ben Phillips, Volker Holzendorf ## ## Date Created: 2020-03-12, 2020-03-29 ## ## Email: statistik@jena.de ## ## --------------------------- ## ## Notes: ## Diese Datei übersetzt das Sktript von Ben Phillips ins Deutsche und ## adaptiert dies für die Daten der Landkreise in Deutschland ## ## -------------------------- ## load up the packages we will need library(shiny) ## --------------------------- ## load up our functions into memory ## source files lastdate <-Sys.Date()-1 source("functions.R") source("getRKIdata.R") source("getmapVDZdata.R") source("getISbedsTHdata.R") ## --------------------------- ## --------------------------- options(scipen=9999) # Define UI shinyUI( fluidPage( # Application title titlePanel("Coronavirus 10-Tages Vorhersage auf Landkreisebene in Deutschland"), p("Entwickelt von Volker Holzendorf, Stadtverwaltung Jena, Fachdienst Haushalt, Controlling und Organisationsentwicklung, Team Controlling und Statistik"), navbarPage( p(format(dates[length(dates)], "%d %b")), tabPanel("Deutschlandkarte: Reproduktionszahl", # Sidebar sidebarLayout( sidebarPanel( titlePanel("Reproduktionszahl in Deutschlands Stadt- bzw. Landkreisen"), h4("Deutschlandkarte als Heatmap der Reproduktionszahl der (bekannten) COVID 19 Patienten"), p("Es kann bis zu 10 Tage in die Vergangenheit geschaut werden."), dateInput("rpzdat", "Wahle ein Datum", value = lastdate,language = "de",format = "d. MM yyyy"), ), mainPanel( img(src='LichtstadtJenaneu.png', align = "right",height = 40), plotOutput("rpzplot"), hr(), p(""), h4("Reproduktionszahl in den Bundesländern:"), tableOutput(outputId = "rpztabBL"), hr() ) ) ) ) ) )
% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/adherence.R \name{new_adherence} \alias{new_adherence} \title{Adherence function} \usage{ new_adherence(n = 100, type = "markov", markov = list(p11 = 0.75, p01 = 0.75), p_binom = 0.7) } \description{ Adherence function }
/man/new_adherence.Rd
permissive
yookhwan/PKPDsim
R
false
false
310
rd
% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/adherence.R \name{new_adherence} \alias{new_adherence} \title{Adherence function} \usage{ new_adherence(n = 100, type = "markov", markov = list(p11 = 0.75, p01 = 0.75), p_binom = 0.7) } \description{ Adherence function }
#' Calculate analyte concentration (ppm) from plate reader absorbance values #' #' This function calculates analyte concentration from absorbance values within an exported Gen5 Excel table. Returns a dataframe. #' @param assay.data.raw An excel table exported from the Gen5 software. #' @param sample.IDs A 2-column dataframe consisting of 'well_ID' (e.g., A12) and 'sample' (a sample ID mapped to each well_ID) #' @param standard.IDs A 2-column dataframe consisting of 'well_ID' (e.g., A12) and 'standard' (a standard concentration, generally in parts per million, mapped to each well_ID) #' @keywords calculate concentration excel #' @export #' @examples #' abs_to_ppm abs_to_ppm <- function(assay.data.raw, sample.IDs, standard.IDs) { #remove header info from Gen5 Excel output suppressWarnings( assay_data <- assay.data.raw %>% slice(-c(1:33)) %>% row_to_names(1) %>% clean_names() %>% filter(!is.na(.[,2]), !.[,2] == "Curve Name", !.[,2] == "StdCurve") %>% rename("well_row" = names(.[,2])) %>% select(-1, -15) ) assay_data_long <- assay_data %>% pivot_longer(cols = 2:ncol(.), values_to = "absorbance", names_to = "well_column") %>% mutate(well_ID = str_c(well_row, well_column), well_ID = str_remove(well_ID, "x"), absorbance = as.numeric(absorbance)) %>% select(well_ID, absorbance) suppressMessages( sample_data <- assay_data_long %>% left_join(., sampleIDs) %>% filter(!is.na(sample)) %>% mutate(rowID = as.character(seq(1:nrow(.)))) ) suppressMessages( standard_data <- assay_data_long %>% left_join(., standardIDs) %>% filter(!is.na(standard)) ) # use lm to predict analyte concentration curve <- lm(standard ~ absorbance, data = standard_data) predicted_vals <- predict(curve, newdata = sample_data) concentrations <- predicted_vals %>% as.data.frame() %>% rename("ppm" = ".") %>% rownames_to_column("rowID") %>% left_join(sample_data, ., "rowID") %>% select(-rowID) concentrations }
/.Rproj.user/D2E2CF1A/sources/s-317BE811/C23A42A9-contents
no_license
mselensky/platereadR
R
false
false
2,122
#' Calculate analyte concentration (ppm) from plate reader absorbance values #' #' This function calculates analyte concentration from absorbance values within an exported Gen5 Excel table. Returns a dataframe. #' @param assay.data.raw An excel table exported from the Gen5 software. #' @param sample.IDs A 2-column dataframe consisting of 'well_ID' (e.g., A12) and 'sample' (a sample ID mapped to each well_ID) #' @param standard.IDs A 2-column dataframe consisting of 'well_ID' (e.g., A12) and 'standard' (a standard concentration, generally in parts per million, mapped to each well_ID) #' @keywords calculate concentration excel #' @export #' @examples #' abs_to_ppm abs_to_ppm <- function(assay.data.raw, sample.IDs, standard.IDs) { #remove header info from Gen5 Excel output suppressWarnings( assay_data <- assay.data.raw %>% slice(-c(1:33)) %>% row_to_names(1) %>% clean_names() %>% filter(!is.na(.[,2]), !.[,2] == "Curve Name", !.[,2] == "StdCurve") %>% rename("well_row" = names(.[,2])) %>% select(-1, -15) ) assay_data_long <- assay_data %>% pivot_longer(cols = 2:ncol(.), values_to = "absorbance", names_to = "well_column") %>% mutate(well_ID = str_c(well_row, well_column), well_ID = str_remove(well_ID, "x"), absorbance = as.numeric(absorbance)) %>% select(well_ID, absorbance) suppressMessages( sample_data <- assay_data_long %>% left_join(., sampleIDs) %>% filter(!is.na(sample)) %>% mutate(rowID = as.character(seq(1:nrow(.)))) ) suppressMessages( standard_data <- assay_data_long %>% left_join(., standardIDs) %>% filter(!is.na(standard)) ) # use lm to predict analyte concentration curve <- lm(standard ~ absorbance, data = standard_data) predicted_vals <- predict(curve, newdata = sample_data) concentrations <- predicted_vals %>% as.data.frame() %>% rename("ppm" = ".") %>% rownames_to_column("rowID") %>% left_join(sample_data, ., "rowID") %>% select(-rowID) concentrations }
library(shiny) # Define UI for application that draws a histogram shinyUI(pageWithSidebar( # Application title headerPanel("Triathlon Time Estimator"), # Sidebar with a slider input for the number of bins sidebarPanel( h4("Swim Pace (min/100m)", align = "center"), column(12, column(6, numericInput("Minutes:", min = 0, max = 60, value = 1, inputId = "swim_min")), column(6, numericInput("Seconds:", min = 0, max = 60, value = 30, inputId = "swim_sec"))), helpText(textOutput("swim_time"), align = "center"), h4("Bike Pace (mph)", align = "center"), column(12, column(12, numericInput( label="Mph:", min = 0, max = 80, step=0.1, value = 20, inputId = "bike_pace"))), helpText(textOutput("bike_time"), align = "center"), h4("Run Pace (min/mile)", align = "center"), column(12, column(6, numericInput("Minutes:", min = 0, max = 80, value = 6, inputId = "run_min")), column(6, numericInput("Seconds:", min = 0, max = 60, value = 30, inputId = "run_sec"))), helpText(textOutput("run_time"), align = "center"), tags$hr(), # Option of including transition times checkboxInput('showPanel1', 'Include Transition times', FALSE), conditionalPanel(condition = 'input.showPanel1', wellPanel( h3("Transition Times:", align = "center"), h4("#1", align = "center"), column(12, column(6, numericInput("Minutes:", min = 0, max = 60, value = 0, inputId = "T1_min")), column(6, numericInput("Seconds:", min = 0, max = 60, value = 0, inputId = "T1_sec"))), h4("#2", align = "center"), column(12, column(6, numericInput("Minutes:", min = 0, max = 60, value = 0, inputId = "T2_min")), column(6, numericInput("Seconds:", min = 0, max = 60, value = 0, inputId = "T2_sec"))), # create extra gray space br(), br(), br() ) ) ), # Display total time and adjusting distances mainPanel(br(),h1(textOutput("total_time"), align = "center", style = "font-size: 100px; font-size: 14vw;"), helpText("(Hr : Min : Sec)", align = "center", style = "font-size: 100px; font-size: 3vw;"), br(),br(),br(),br(),br(), checkboxInput('showPanel2', 'Adjust Distances', FALSE), conditionalPanel(condition = 'input.showPanel2', wellPanel( h3("Adjust Course Distances", align = "center"), helpText("If you know your exact course distances, enter them here:"), column(12, column(4, numericInput("Swim Distance: (m)", min = 0, max = 10000, value = 1500, inputId = "swim_dist")), column(4, numericInput("Bike Distance (mi)", min = 0, max = 200, value = 24.9, step=0.1, inputId = "bike_dist")), column(4, numericInput("Run Distance (mi):", min = 0, max = 30, value = 6.2, step=0.1, inputId = "run_dist"))), br(), br(), br(), br()) # So that gray box extends below text ) ) ))
/ui.R
permissive
pbieberstein/Triathlon_estimator
R
false
false
6,561
r
library(shiny) # Define UI for application that draws a histogram shinyUI(pageWithSidebar( # Application title headerPanel("Triathlon Time Estimator"), # Sidebar with a slider input for the number of bins sidebarPanel( h4("Swim Pace (min/100m)", align = "center"), column(12, column(6, numericInput("Minutes:", min = 0, max = 60, value = 1, inputId = "swim_min")), column(6, numericInput("Seconds:", min = 0, max = 60, value = 30, inputId = "swim_sec"))), helpText(textOutput("swim_time"), align = "center"), h4("Bike Pace (mph)", align = "center"), column(12, column(12, numericInput( label="Mph:", min = 0, max = 80, step=0.1, value = 20, inputId = "bike_pace"))), helpText(textOutput("bike_time"), align = "center"), h4("Run Pace (min/mile)", align = "center"), column(12, column(6, numericInput("Minutes:", min = 0, max = 80, value = 6, inputId = "run_min")), column(6, numericInput("Seconds:", min = 0, max = 60, value = 30, inputId = "run_sec"))), helpText(textOutput("run_time"), align = "center"), tags$hr(), # Option of including transition times checkboxInput('showPanel1', 'Include Transition times', FALSE), conditionalPanel(condition = 'input.showPanel1', wellPanel( h3("Transition Times:", align = "center"), h4("#1", align = "center"), column(12, column(6, numericInput("Minutes:", min = 0, max = 60, value = 0, inputId = "T1_min")), column(6, numericInput("Seconds:", min = 0, max = 60, value = 0, inputId = "T1_sec"))), h4("#2", align = "center"), column(12, column(6, numericInput("Minutes:", min = 0, max = 60, value = 0, inputId = "T2_min")), column(6, numericInput("Seconds:", min = 0, max = 60, value = 0, inputId = "T2_sec"))), # create extra gray space br(), br(), br() ) ) ), # Display total time and adjusting distances mainPanel(br(),h1(textOutput("total_time"), align = "center", style = "font-size: 100px; font-size: 14vw;"), helpText("(Hr : Min : Sec)", align = "center", style = "font-size: 100px; font-size: 3vw;"), br(),br(),br(),br(),br(), checkboxInput('showPanel2', 'Adjust Distances', FALSE), conditionalPanel(condition = 'input.showPanel2', wellPanel( h3("Adjust Course Distances", align = "center"), helpText("If you know your exact course distances, enter them here:"), column(12, column(4, numericInput("Swim Distance: (m)", min = 0, max = 10000, value = 1500, inputId = "swim_dist")), column(4, numericInput("Bike Distance (mi)", min = 0, max = 200, value = 24.9, step=0.1, inputId = "bike_dist")), column(4, numericInput("Run Distance (mi):", min = 0, max = 30, value = 6.2, step=0.1, inputId = "run_dist"))), br(), br(), br(), br()) # So that gray box extends below text ) ) ))
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/BSDA-package.R \docType{data} \name{Backtoback} \alias{Backtoback} \title{Illustrates inferences based on pooled t-test versus Wilcoxon rank sum test} \format{A data frame with 24 observations on the following 3 variables. \describe{ \item{score}{a numeric vector} \item{group}{a numeric vector} }} \source{ Kitchens, L. J. (2003) \emph{Basic Statistics and Data Analysis}. Duxbury } \usage{ Backtoback } \description{ Data for Exercise 7.40 } \examples{ wilcox.test(score ~ group, data = Backtoback) t.test(score ~ group, data = Backtoback) } \keyword{datasets}
/man/Backtoback.Rd
no_license
lelou6666/BSDA
R
false
true
647
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/BSDA-package.R \docType{data} \name{Backtoback} \alias{Backtoback} \title{Illustrates inferences based on pooled t-test versus Wilcoxon rank sum test} \format{A data frame with 24 observations on the following 3 variables. \describe{ \item{score}{a numeric vector} \item{group}{a numeric vector} }} \source{ Kitchens, L. J. (2003) \emph{Basic Statistics and Data Analysis}. Duxbury } \usage{ Backtoback } \description{ Data for Exercise 7.40 } \examples{ wilcox.test(score ~ group, data = Backtoback) t.test(score ~ group, data = Backtoback) } \keyword{datasets}
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/sampling.R \name{new_sample} \alias{new_sample} \title{Generate particles and select one to be the new sample} \usage{ new_sample( s, data, num_particles, parameters, efficient_mu = NULL, efficient_sig2 = NULL, mix_proportion = c(0.5, 0.5, 0), likelihood_func = NULL, epsilon = 1, subjects = NULL ) } \arguments{ \item{s}{A number - the index of the subject. For \code{s == 1} The first subject ID from the \code{data} subject column will be selected. For \code{s == 2} the second unique value for subject id will be used.} \item{data}{A data.frame (or similar object) which contains the data against which the particles are assessed. The only strict requirement is that it contains a subject column named as such to allow for the splitting of the data by unique subject id. The provided log likelihood function is the only other contact with the data.} \item{num_particles}{The total number of particles to generate using a combination of the three methods.} \item{parameters}{A list containing: \describe{ \item{\code{tmu}}{The vector of means for the multivariate normal} \item{\code{tsig}}{A covariate matrix for the multivariate normal} \item{\code{alpha}}{An array of individual subject random effects} }} \item{efficient_mu}{The mu value for the efficient proposals} \item{efficient_sig2}{The sigma value for the efficient proposals} \item{mix_proportion}{A vector of floats between 0 and 1 and summing to 1 which give the proportion of particles to generate from the population level parameters, the individual random effects and the conditional parameters respectively} \item{likelihood_func}{A likelihood function for calculating log likelihood of samples. Usually provided internally in \code{run_stage} from the pmwgs object.} \item{epsilon}{A scaling factor to reduce the variance on the distribution based on subject random effects when generating particles.} \item{subjects}{A list of unique subject ids in the order they appear in the data.frame} } \value{ A single sample from the new proposals } \description{ Generate a new sample for a particular subject given their data and the new model parameter estimates. This should not be called directly, rather it is used internally to run_stage. } \details{ The function that controls the generation of new samples for the Particle Metropolis within Gibbs sampler. It generates samples from either the initial proposal or from the last iteration of the sampler. This function should not usually need to be called, as the \code{run_stage} function uses this internally. The way it selects a new sample is by generating proposal particles from up to three different distributions (according to a mixing proportion). The first distribution is based on the current model parameter sample values. The second distribution is based on the last random effects for the subject. The third distribution is only used in the final sampling phase and is based on the conditional distribution built from accepted particles in the adapt phase of the sampler. } \keyword{internal}
/man/new_sample.Rd
no_license
cran/pmwg
R
false
true
3,143
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/sampling.R \name{new_sample} \alias{new_sample} \title{Generate particles and select one to be the new sample} \usage{ new_sample( s, data, num_particles, parameters, efficient_mu = NULL, efficient_sig2 = NULL, mix_proportion = c(0.5, 0.5, 0), likelihood_func = NULL, epsilon = 1, subjects = NULL ) } \arguments{ \item{s}{A number - the index of the subject. For \code{s == 1} The first subject ID from the \code{data} subject column will be selected. For \code{s == 2} the second unique value for subject id will be used.} \item{data}{A data.frame (or similar object) which contains the data against which the particles are assessed. The only strict requirement is that it contains a subject column named as such to allow for the splitting of the data by unique subject id. The provided log likelihood function is the only other contact with the data.} \item{num_particles}{The total number of particles to generate using a combination of the three methods.} \item{parameters}{A list containing: \describe{ \item{\code{tmu}}{The vector of means for the multivariate normal} \item{\code{tsig}}{A covariate matrix for the multivariate normal} \item{\code{alpha}}{An array of individual subject random effects} }} \item{efficient_mu}{The mu value for the efficient proposals} \item{efficient_sig2}{The sigma value for the efficient proposals} \item{mix_proportion}{A vector of floats between 0 and 1 and summing to 1 which give the proportion of particles to generate from the population level parameters, the individual random effects and the conditional parameters respectively} \item{likelihood_func}{A likelihood function for calculating log likelihood of samples. Usually provided internally in \code{run_stage} from the pmwgs object.} \item{epsilon}{A scaling factor to reduce the variance on the distribution based on subject random effects when generating particles.} \item{subjects}{A list of unique subject ids in the order they appear in the data.frame} } \value{ A single sample from the new proposals } \description{ Generate a new sample for a particular subject given their data and the new model parameter estimates. This should not be called directly, rather it is used internally to run_stage. } \details{ The function that controls the generation of new samples for the Particle Metropolis within Gibbs sampler. It generates samples from either the initial proposal or from the last iteration of the sampler. This function should not usually need to be called, as the \code{run_stage} function uses this internally. The way it selects a new sample is by generating proposal particles from up to three different distributions (according to a mixing proportion). The first distribution is based on the current model parameter sample values. The second distribution is based on the last random effects for the subject. The third distribution is only used in the final sampling phase and is based on the conditional distribution built from accepted particles in the adapt phase of the sampler. } \keyword{internal}
test_that("dependencies are not reformatted if new value is the same", { desc <- description$new(test_path("D1")) desc$set("Imports", "R6") before <- desc$get("Imports") desc$set_dep("R6") after <- desc$get("Imports") expect_equal(before, after) desc <- description$new(test_path("D1")) desc$set("Imports", "R6") before <- desc$get("Imports") desc$set_deps(data.frame(package = "R6", type = "Imports", version = "*")) after <- desc$get("Imports") expect_equal(before, after) }) test_that("collate fields are not reformatted if new value is the same", { desc <- description$new(test_path("D1")) desc$set("Collate", "'foo.R' 'bar.R' foobar.R") before <- desc$get("Collate") desc$set_collate(desc$get_collate()) after <- desc$get("Collate") expect_equal(before, after) })
/tests/testthat/test-idempotent.R
permissive
cran/desc
R
false
false
813
r
test_that("dependencies are not reformatted if new value is the same", { desc <- description$new(test_path("D1")) desc$set("Imports", "R6") before <- desc$get("Imports") desc$set_dep("R6") after <- desc$get("Imports") expect_equal(before, after) desc <- description$new(test_path("D1")) desc$set("Imports", "R6") before <- desc$get("Imports") desc$set_deps(data.frame(package = "R6", type = "Imports", version = "*")) after <- desc$get("Imports") expect_equal(before, after) }) test_that("collate fields are not reformatted if new value is the same", { desc <- description$new(test_path("D1")) desc$set("Collate", "'foo.R' 'bar.R' foobar.R") before <- desc$get("Collate") desc$set_collate(desc$get_collate()) after <- desc$get("Collate") expect_equal(before, after) })
rm(list = ls()) args <- commandArgs(TRUE) wd <- args[1] query <- args[2] service <- args[3] setwd(wd) #Don't forget to set your working directory renv::activate() renv::restore(lockfile = '../renv.lock') Sys.setlocale(category="LC_ALL", locale = "en_US.UTF-8") library(jsonlite) library(logging) source('utils.R') if (Sys.getenv("BASE_LOGLEVEL") == "DEBUG") { DEBUG <- FALSE } else { DEBUG <- TRUE } if (DEBUG==TRUE){ setup_logging('DEBUG') } else { setup_logging('INFO') } tslog <- getLogger('ts') f <- file("stdin") open(f) data = fromJSON(readLines(f)) params <- data$params if (!is.null(params$lang_id)) { lang_id <- params$lang_id } else { lang_id <- 'all' } source('altmetrics.R') source('base.R') limit = 120 list_size = 100 failed <- list(params=params) tryCatch({ input_data = get_papers(query, params, limit=limit) }, error=function(err){ tslog$error(gsub("\n", " ", paste("Query failed", service, query, paste(params, collapse=" "), err, sep="||"))) failed$query <<- query failed$query_reason <<- err$message }) print(toJSON(input_data$metadata)) print(toJSON(input_data$text))
/server/preprocessing/other-scripts/run_base.R
permissive
dasch124/Headstart
R
false
false
1,121
r
rm(list = ls()) args <- commandArgs(TRUE) wd <- args[1] query <- args[2] service <- args[3] setwd(wd) #Don't forget to set your working directory renv::activate() renv::restore(lockfile = '../renv.lock') Sys.setlocale(category="LC_ALL", locale = "en_US.UTF-8") library(jsonlite) library(logging) source('utils.R') if (Sys.getenv("BASE_LOGLEVEL") == "DEBUG") { DEBUG <- FALSE } else { DEBUG <- TRUE } if (DEBUG==TRUE){ setup_logging('DEBUG') } else { setup_logging('INFO') } tslog <- getLogger('ts') f <- file("stdin") open(f) data = fromJSON(readLines(f)) params <- data$params if (!is.null(params$lang_id)) { lang_id <- params$lang_id } else { lang_id <- 'all' } source('altmetrics.R') source('base.R') limit = 120 list_size = 100 failed <- list(params=params) tryCatch({ input_data = get_papers(query, params, limit=limit) }, error=function(err){ tslog$error(gsub("\n", " ", paste("Query failed", service, query, paste(params, collapse=" "), err, sep="||"))) failed$query <<- query failed$query_reason <<- err$message }) print(toJSON(input_data$metadata)) print(toJSON(input_data$text))
## These functions are used together to cache the inverse of a matrix ## The first function can be given an invertible matrix, and returns a list containing four functions. "setinverse" stores ## the calculated inverse of the matrix in a cache, "getinverse" retrieves the cached value, the "get" function ## returns the matrix itself, and "set" allows the matrix to be changed while resetting the cached inverse. makeCacheMatrix <- function(x = numeric()) { inv <- NULL set <- function(y) { x <<- y inv <<- NULL } get <- function() x setinverse <- function(inverse) inv <<- inverse getinverse <- function() inv list(set = set, get = get, setinverse = setinverse, getinverse = getinverse) } ## This function is used on the output of makeCacheMatrix and calculates the inverse of the matrix inside. cachesolve <- function(x, ...) { inv <- x$getinverse() if(!is.null(inv)) { message("getting cached data") return(inv) } data <- x$get() inv <- solve(data, ...) x$setinverse(inv) inv }
/cachematrix.R
no_license
floondi/ProgrammingAssignment2
R
false
false
1,189
r
## These functions are used together to cache the inverse of a matrix ## The first function can be given an invertible matrix, and returns a list containing four functions. "setinverse" stores ## the calculated inverse of the matrix in a cache, "getinverse" retrieves the cached value, the "get" function ## returns the matrix itself, and "set" allows the matrix to be changed while resetting the cached inverse. makeCacheMatrix <- function(x = numeric()) { inv <- NULL set <- function(y) { x <<- y inv <<- NULL } get <- function() x setinverse <- function(inverse) inv <<- inverse getinverse <- function() inv list(set = set, get = get, setinverse = setinverse, getinverse = getinverse) } ## This function is used on the output of makeCacheMatrix and calculates the inverse of the matrix inside. cachesolve <- function(x, ...) { inv <- x$getinverse() if(!is.null(inv)) { message("getting cached data") return(inv) } data <- x$get() inv <- solve(data, ...) x$setinverse(inv) inv }
fluidPage( # Application title titlePanel("Tumor Image Processing"), sidebarLayout( # Sidebar with a slider input sidebarPanel( conditionalPanel(condition="input.conditionedPanels == 'Single Image Processing'", helpText("Please select a .tif file from the folder you wish to view the updated images and histogram for. You can change the file by once again clicking on the 'Browse' button."), #File input fileInput("file1", "Choose a File" ) ), conditionalPanel(condition= "input.conditionedPanels == 'Batch Image Processing'", helpText("Please select the directory for the folder you would like to batch process by clicking on the 'Folder Select' button. When the folder has been selected, click the button labeled 'Start Processing'to begin. Wait for the files to be processed."), shinyFiles::shinyDirButton('directory', 'Folder select', 'Please select a folder'), actionButton("batch", "Start Processing"), helpText("Select a minimum number of pixels in image for valid image"), sliderInput("slider", label= "slider",min= 200, max=100000, value=20000) ), conditionalPanel(condition= "input.conditionedPanels == 'HELP ME'", helpText("Thank you for using our app!"), helpText("To the right you will find some instructions on how to use the app.") )), # Show outputs mainPanel( # Output: Tabset w/ plot, summary, and table ---- tabsetPanel(type = "tabs", tabPanel("Single Image Processing", helpText("Here you will see the Otsu's Threshold Histogram for the selected file. The threshold is marked with the vertical black line. The threshold value will also be printed below."), fluidRow(column(width = 12,plotOutput("plot"))), fluidRow(column(width = 12,textOutput("threshCap"))), br(), helpText("Below you will find both the original image located in the file you chose and the updated black and white threshold image. The percent vascularization for the file is displayed below the images."), fluidRow(column(width = 6,plotOutput("image1")), column(width = 6,plotOutput("image2"))), fluidRow(column(width = 12,textOutput("vasc"))), br(), br() ), tabPanel("Batch Image Processing", helpText("Here is a table containing the percent vascularization of the tumor images you selected. The images in yellow are flagged based on the number chosen using the slider"), DT::dataTableOutput("table") ), tabPanel("HELP ME", helpText(tags$h4("Single Image Processing")), helpText("1. Click on the 'Single Image Processing' tab. button on the left hand side of the app"), helpText("2. Click on the button on the left hand side of the app"), helpText(tags$h6("-This allows you to choose a file")), helpText(tags$h6("-Please make sure the images are .tif files")), helpText("3. The histogram and images will be located on the left hand side. This takes a minute so be patient."), helpText(tags$h4("Batch Processing (multiple images)")), helpText("If you wish to batch process multiple images in a new folder follow these instructions:"), helpText("1. Click on the “Batch Processing” tab"), helpText("2. Click folder select button"), helpText("3. Select the path directory by clicking on the folder paths"), helpText("4. Select the count number using to slider to choose how to flag images."), helpText("5. When you have finished selecting the path and slider value, click on the button that says “Start Processing”"), helpText("6. You may have to wait a while if the folder contains many images"), helpText("7. When the batchprocessing is finished, a table will appear"), helpText("8. A new excel file with the data can be found in the chosen folder"), helpText(tags$caption(" -NOTE: you can determine if this is working if a new folder appears labeled threshold_images inside the folder where you selected to batch process the images and that there are new images within the new folder")), helpText(tags$h4("Viewing Other Tabs in the App")), helpText("1. The default tab is the “Single Image Processing” Tab"), helpText(tags$h6("-This tab shows the original image and the thresholded image selected through the Browse button. It also provides the Otsu's Threshold histogram for the selected image file")), helpText("2. The second tab is the “Batch Processing” Tab"), helpText(tags$h6("-Under this tab is a print out of the percent vascularization and file names from the images in the chosen folder")), helpText(tags$h6("-You can seach for specific files using the search tool. You may also choose how many rows you wish to see at a time.")), helpText("3. The third tab is the“HELP ME”tab"), helpText(tags$h6("-This tab contains a short guide on how to use the app")), helpText(tags$h4("Analyzing the results")), helpText("-The percentages found under the table tab give the percent vascularization for the tumor image. This is done by analyzing the percentage of white pixels within the box given by the Threshold image that is produced by the app."), helpText("-An excel file will be generated and placed in the directory of the images being processed with the vascularity percents and image names."), helpText("-A new folder will be added to the directory chosen that contains the thresholded images.") ), id = "conditionedPanels" ) ) ) )
/ui.R
no_license
rbotts/TumorQuant
R
false
false
7,504
r
fluidPage( # Application title titlePanel("Tumor Image Processing"), sidebarLayout( # Sidebar with a slider input sidebarPanel( conditionalPanel(condition="input.conditionedPanels == 'Single Image Processing'", helpText("Please select a .tif file from the folder you wish to view the updated images and histogram for. You can change the file by once again clicking on the 'Browse' button."), #File input fileInput("file1", "Choose a File" ) ), conditionalPanel(condition= "input.conditionedPanels == 'Batch Image Processing'", helpText("Please select the directory for the folder you would like to batch process by clicking on the 'Folder Select' button. When the folder has been selected, click the button labeled 'Start Processing'to begin. Wait for the files to be processed."), shinyFiles::shinyDirButton('directory', 'Folder select', 'Please select a folder'), actionButton("batch", "Start Processing"), helpText("Select a minimum number of pixels in image for valid image"), sliderInput("slider", label= "slider",min= 200, max=100000, value=20000) ), conditionalPanel(condition= "input.conditionedPanels == 'HELP ME'", helpText("Thank you for using our app!"), helpText("To the right you will find some instructions on how to use the app.") )), # Show outputs mainPanel( # Output: Tabset w/ plot, summary, and table ---- tabsetPanel(type = "tabs", tabPanel("Single Image Processing", helpText("Here you will see the Otsu's Threshold Histogram for the selected file. The threshold is marked with the vertical black line. The threshold value will also be printed below."), fluidRow(column(width = 12,plotOutput("plot"))), fluidRow(column(width = 12,textOutput("threshCap"))), br(), helpText("Below you will find both the original image located in the file you chose and the updated black and white threshold image. The percent vascularization for the file is displayed below the images."), fluidRow(column(width = 6,plotOutput("image1")), column(width = 6,plotOutput("image2"))), fluidRow(column(width = 12,textOutput("vasc"))), br(), br() ), tabPanel("Batch Image Processing", helpText("Here is a table containing the percent vascularization of the tumor images you selected. The images in yellow are flagged based on the number chosen using the slider"), DT::dataTableOutput("table") ), tabPanel("HELP ME", helpText(tags$h4("Single Image Processing")), helpText("1. Click on the 'Single Image Processing' tab. button on the left hand side of the app"), helpText("2. Click on the button on the left hand side of the app"), helpText(tags$h6("-This allows you to choose a file")), helpText(tags$h6("-Please make sure the images are .tif files")), helpText("3. The histogram and images will be located on the left hand side. This takes a minute so be patient."), helpText(tags$h4("Batch Processing (multiple images)")), helpText("If you wish to batch process multiple images in a new folder follow these instructions:"), helpText("1. Click on the “Batch Processing” tab"), helpText("2. Click folder select button"), helpText("3. Select the path directory by clicking on the folder paths"), helpText("4. Select the count number using to slider to choose how to flag images."), helpText("5. When you have finished selecting the path and slider value, click on the button that says “Start Processing”"), helpText("6. You may have to wait a while if the folder contains many images"), helpText("7. When the batchprocessing is finished, a table will appear"), helpText("8. A new excel file with the data can be found in the chosen folder"), helpText(tags$caption(" -NOTE: you can determine if this is working if a new folder appears labeled threshold_images inside the folder where you selected to batch process the images and that there are new images within the new folder")), helpText(tags$h4("Viewing Other Tabs in the App")), helpText("1. The default tab is the “Single Image Processing” Tab"), helpText(tags$h6("-This tab shows the original image and the thresholded image selected through the Browse button. It also provides the Otsu's Threshold histogram for the selected image file")), helpText("2. The second tab is the “Batch Processing” Tab"), helpText(tags$h6("-Under this tab is a print out of the percent vascularization and file names from the images in the chosen folder")), helpText(tags$h6("-You can seach for specific files using the search tool. You may also choose how many rows you wish to see at a time.")), helpText("3. The third tab is the“HELP ME”tab"), helpText(tags$h6("-This tab contains a short guide on how to use the app")), helpText(tags$h4("Analyzing the results")), helpText("-The percentages found under the table tab give the percent vascularization for the tumor image. This is done by analyzing the percentage of white pixels within the box given by the Threshold image that is produced by the app."), helpText("-An excel file will be generated and placed in the directory of the images being processed with the vascularity percents and image names."), helpText("-A new folder will be added to the directory chosen that contains the thresholded images.") ), id = "conditionedPanels" ) ) ) )
setwd("~/Coursera/Exploratory/Project1/ExData_Plotting1") tidydata<-read.csv("household_power_consumption.txt",sep=";", header=TRUE,na.strings="?",stringsAsFactors=FALSE) library(dplyr) library(lubridate) tidydata$date_time = dmy_hms(paste(tidydata$Date,tidydata$Time)) tidydata<-select(tidydata,date_time,Global_active_power:Sub_metering_3) tidydata<-filter(tidydata,year(date_time)=='2007', month(date_time)=='2',day(date_time)==1|day(date_time)==2) hist(tidydata$Global_active_power,col='red', main='Global Active Power', xlab='Global Active Power (kilowatts)') dev.copy(png,file="plot1.png") dev.off()
/plot1.R
no_license
dalemillar/Individual-Power
R
false
false
681
r
setwd("~/Coursera/Exploratory/Project1/ExData_Plotting1") tidydata<-read.csv("household_power_consumption.txt",sep=";", header=TRUE,na.strings="?",stringsAsFactors=FALSE) library(dplyr) library(lubridate) tidydata$date_time = dmy_hms(paste(tidydata$Date,tidydata$Time)) tidydata<-select(tidydata,date_time,Global_active_power:Sub_metering_3) tidydata<-filter(tidydata,year(date_time)=='2007', month(date_time)=='2',day(date_time)==1|day(date_time)==2) hist(tidydata$Global_active_power,col='red', main='Global Active Power', xlab='Global Active Power (kilowatts)') dev.copy(png,file="plot1.png") dev.off()
#************************************************ # Brandon Cabaleiro # RCS: cabalb # RIN: 661648482 # 6000 Level # # This R code is for Group 4 ida1.R #************************************************ library(kknn) data(ionosphere) # class is categorical var. i2<-ionosphere[,-1] i2<-i2[,-1] # class is categorical var. library(MASS) ifit <- lda(class ~ ., data=i2, na.action="na.omit", CV=TRUE) summary(ifit) ctable <- table(i2$class, ifit$class) diag(prop.table(ctable, 1)) # total percent correct sum(diag(prop.table(ctable)))
/Lab/Group4/DataAnalytics_Group4_Brandon_Cabaleiro_ida1.R
no_license
brandon-cabaleiro/DataAnalytics2021_Brandon_Cabaleiro
R
false
false
558
r
#************************************************ # Brandon Cabaleiro # RCS: cabalb # RIN: 661648482 # 6000 Level # # This R code is for Group 4 ida1.R #************************************************ library(kknn) data(ionosphere) # class is categorical var. i2<-ionosphere[,-1] i2<-i2[,-1] # class is categorical var. library(MASS) ifit <- lda(class ~ ., data=i2, na.action="na.omit", CV=TRUE) summary(ifit) ctable <- table(i2$class, ifit$class) diag(prop.table(ctable, 1)) # total percent correct sum(diag(prop.table(ctable)))
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/simulation.R \name{parallel.trial} \alias{parallel.trial} \title{Simulated Dose-finding Trial} \usage{ parallel.trial(true, n, cores = 1, K, size, cycle_prob, cycle_time, target, samples, assessment, fixed, mode, stopping, least, dropout, od_control, mcmc_chains = 4, mcmc_samples = 3000) } \arguments{ \item{true}{Matrix; Pre-defined true dose-toxicity relationship. The input should be a 2-by-p matrix, with the 1st row being the p dose levels and the 2nd row being the corresponding probability of DLT.} \item{n}{Integer; Number of trials to be simulated. Minimum of 1.} \item{cores}{Integer; Number of cores to utilize for parallel computing. Defaults to 1.} \item{K}{Integer; Number of treatment cycles considered.} \item{size}{Integer; Number of patients to enrolled in each cohort.} \item{cycle_prob}{K-simplex; A vector that contains the true probability of DLT happening in each of the cycles. Sums up to one.} \item{cycle_time}{Integer; Duration of a single treatment cycle (NOT entire treatment window!). Units are arbitrary.} \item{target}{The defined target probability of toxicity. For point-estimate-based decision rules, please input a single numeric value. For interval-estimate-based decision rules, please input a vector indicating the target toxicity range, e.g. c(0.2, 0.33).} \item{samples}{Integer; The maximum number of patients to be enrolled into the trial. Also serves as the default stopping rule.} \item{assessment}{Integer; The cycle in which the model is assessed to determine the dose level of the next cohort (1 means the model is assessed after the completion of the 1st cycle of each cohort, 2 means 2nd cycle...).} \item{fixed}{Boolean; TRUE if patients in the same cohort are enrolled at the same time. FALSE if the enrollment time of patients in the same cohort follows a Uniform (0, cycle_time).} \item{mode}{Integer; Determine which decision rule to implement to perform dose escalation / de-escalation. 1 = Original CRM, 2 = Inverse Point-Estimate, 3 = BLRM, 4 = Ratio. Defaults to 1. For details on the decision rule please refer to the report.} \item{stopping}{Integer; Defined the stopping criteria. 1 = stop the trial when maximum enrollment is achieved, 2 = stop the trial if at least 12 patients are enrolled and 9 patients have already been treated at the next recommended dose. Defaults to 1.} \item{least}{Integer; Least amount of patients to enrolled if using the second stopping rule. Defaults to 12, directly impacts "stopping".} \item{dropout}{Boolean; TRUE if patient dropout time is assumened to follow an exponential distribution with a cumulative probability of 15% at the end of the treatment window.} \item{od_control}{Double (0 - 1); Escalation with overdose control. Escalate to the next dose if the probability of overdosing does not exceed the input probability. No overdose control if od_control is set to 1.} \item{mcmc_chains}{Integer; Number of chains to consider during MCMC sampling. Defaults to 3.} \item{mcmc_samples}{Integer; Numbers of samples from the posterior distribution of the betas. Default to 3000 with a burn-in period of 500 samples.} } \value{ Returns a list with two sublist. ########################################################################### The first sublist contains the two information tables of the simulated trials. The first table provides the allocation of patients and number of DLTs averaged over all simulations. The second table gives the summary information of the simulations. Below are the meaning of the summary information. # The first four probabilities sums up to 1. P(Choose True MTD): Probability of choosing the true MTD as the final recommended dose. P(Choose Over MTD): Probability of choosing a dose level above the true MTD as the final recommended dose. P(Choose Under MTD): Probability of choosing a dose level below the true MTD as the final recommended dose. P(No Selection): Probability of terminating the trial due to all dose levels deemed toxic. Mean Final Dose: Numeric average of the final recommended dose. Allo Under / True / Over MTD: Average allocation of patients under / at / over the true MTD during trials. Total / Prop DLT: Average total number and proportion of patients who had DLT. Patients Enrolled / Trial Duration: Average number of patients enrolled before meeting stopping criteria and duration of the trials. Computation Time: Average computation time of a trial. ########################################################################### The second sublist gives the detail generated information table of each trial. The last element within the sublist gives the total computation time of simulated trials. } \description{ This function simulates a user defined number of dose-finding trials with the pre-specified design in parallel. } \examples{ ################################# Example 1 ################################ # Simple uniform 2-cycle treatment design simulation with 4 trials and 4 cores. # set.seed(1031) dose1 = rbind(1:5, c(0.05, 0.1, 0.25, 0.4, 0.6)) n1 = 4 cores1 = 4 K1 = 2 size1 = 3 cycle_prob1 = c(0.5, 0.5) cycle_time1 = 30 samples1 = 36 assessment1 = 1 fixed1 = TRUE mode1 = 1 stopping1 = 1 least1 = 12 dropout1 = FALSE od_control1 = 0.8 target1 = 0.25 mcmc_chains = 4 mcmc_samples = 1000 # Simulate 4 trials in parallel with 4 cores according to the defined parameters. # test = parallel.trial(dose1, n1, cores1, K1, size1, cycle_prob1, cycle_time1, target1, samples1, assessment1, fixed1, mode1, stopping1, least1, dropout1, od_control1, mcmc_chains, mcmc_samples) ################################# Example 2 ################################ # 3-cycle treatment design simulation with 4 trials and 4 cores. # # BLRM Decision Rule # Early Dropout set.seed(1031) dose2 = rbind(1:5, c(0.05, 0.1, 0.25, 0.4, 0.6)) n2 = 4 cores2 = 4 K2 = 3 size2 = 3 cycle_prob2 = c(0.25, 0.25, 0.5) cycle_time2 = 30 samples2 = 36 assessment2 = 2 fixed2 = TRUE mode2 = 3 stopping2 = 2 least2 = 12 dropout2 = TRUE od_control2 = 0.75 target2 = c(0.2, 0.33) mcmc_chains = 3 mcmc_samples = 2000 # Simulate 4 trials in parallel with 4 cores according to the defined parameters. # test = parallel.trial(dose2, n2, cores2, K2, size2, cycle_prob2, cycle_time2, target2, samples2, assessment2, fixed2, mode2, stopping2, least2, dropout2, od_control2, mcmc_chains, mcmc_samples) }
/AWBLRM/man/parallel.trial.Rd
no_license
cralo31/awblrm
R
false
true
6,448
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/simulation.R \name{parallel.trial} \alias{parallel.trial} \title{Simulated Dose-finding Trial} \usage{ parallel.trial(true, n, cores = 1, K, size, cycle_prob, cycle_time, target, samples, assessment, fixed, mode, stopping, least, dropout, od_control, mcmc_chains = 4, mcmc_samples = 3000) } \arguments{ \item{true}{Matrix; Pre-defined true dose-toxicity relationship. The input should be a 2-by-p matrix, with the 1st row being the p dose levels and the 2nd row being the corresponding probability of DLT.} \item{n}{Integer; Number of trials to be simulated. Minimum of 1.} \item{cores}{Integer; Number of cores to utilize for parallel computing. Defaults to 1.} \item{K}{Integer; Number of treatment cycles considered.} \item{size}{Integer; Number of patients to enrolled in each cohort.} \item{cycle_prob}{K-simplex; A vector that contains the true probability of DLT happening in each of the cycles. Sums up to one.} \item{cycle_time}{Integer; Duration of a single treatment cycle (NOT entire treatment window!). Units are arbitrary.} \item{target}{The defined target probability of toxicity. For point-estimate-based decision rules, please input a single numeric value. For interval-estimate-based decision rules, please input a vector indicating the target toxicity range, e.g. c(0.2, 0.33).} \item{samples}{Integer; The maximum number of patients to be enrolled into the trial. Also serves as the default stopping rule.} \item{assessment}{Integer; The cycle in which the model is assessed to determine the dose level of the next cohort (1 means the model is assessed after the completion of the 1st cycle of each cohort, 2 means 2nd cycle...).} \item{fixed}{Boolean; TRUE if patients in the same cohort are enrolled at the same time. FALSE if the enrollment time of patients in the same cohort follows a Uniform (0, cycle_time).} \item{mode}{Integer; Determine which decision rule to implement to perform dose escalation / de-escalation. 1 = Original CRM, 2 = Inverse Point-Estimate, 3 = BLRM, 4 = Ratio. Defaults to 1. For details on the decision rule please refer to the report.} \item{stopping}{Integer; Defined the stopping criteria. 1 = stop the trial when maximum enrollment is achieved, 2 = stop the trial if at least 12 patients are enrolled and 9 patients have already been treated at the next recommended dose. Defaults to 1.} \item{least}{Integer; Least amount of patients to enrolled if using the second stopping rule. Defaults to 12, directly impacts "stopping".} \item{dropout}{Boolean; TRUE if patient dropout time is assumened to follow an exponential distribution with a cumulative probability of 15% at the end of the treatment window.} \item{od_control}{Double (0 - 1); Escalation with overdose control. Escalate to the next dose if the probability of overdosing does not exceed the input probability. No overdose control if od_control is set to 1.} \item{mcmc_chains}{Integer; Number of chains to consider during MCMC sampling. Defaults to 3.} \item{mcmc_samples}{Integer; Numbers of samples from the posterior distribution of the betas. Default to 3000 with a burn-in period of 500 samples.} } \value{ Returns a list with two sublist. ########################################################################### The first sublist contains the two information tables of the simulated trials. The first table provides the allocation of patients and number of DLTs averaged over all simulations. The second table gives the summary information of the simulations. Below are the meaning of the summary information. # The first four probabilities sums up to 1. P(Choose True MTD): Probability of choosing the true MTD as the final recommended dose. P(Choose Over MTD): Probability of choosing a dose level above the true MTD as the final recommended dose. P(Choose Under MTD): Probability of choosing a dose level below the true MTD as the final recommended dose. P(No Selection): Probability of terminating the trial due to all dose levels deemed toxic. Mean Final Dose: Numeric average of the final recommended dose. Allo Under / True / Over MTD: Average allocation of patients under / at / over the true MTD during trials. Total / Prop DLT: Average total number and proportion of patients who had DLT. Patients Enrolled / Trial Duration: Average number of patients enrolled before meeting stopping criteria and duration of the trials. Computation Time: Average computation time of a trial. ########################################################################### The second sublist gives the detail generated information table of each trial. The last element within the sublist gives the total computation time of simulated trials. } \description{ This function simulates a user defined number of dose-finding trials with the pre-specified design in parallel. } \examples{ ################################# Example 1 ################################ # Simple uniform 2-cycle treatment design simulation with 4 trials and 4 cores. # set.seed(1031) dose1 = rbind(1:5, c(0.05, 0.1, 0.25, 0.4, 0.6)) n1 = 4 cores1 = 4 K1 = 2 size1 = 3 cycle_prob1 = c(0.5, 0.5) cycle_time1 = 30 samples1 = 36 assessment1 = 1 fixed1 = TRUE mode1 = 1 stopping1 = 1 least1 = 12 dropout1 = FALSE od_control1 = 0.8 target1 = 0.25 mcmc_chains = 4 mcmc_samples = 1000 # Simulate 4 trials in parallel with 4 cores according to the defined parameters. # test = parallel.trial(dose1, n1, cores1, K1, size1, cycle_prob1, cycle_time1, target1, samples1, assessment1, fixed1, mode1, stopping1, least1, dropout1, od_control1, mcmc_chains, mcmc_samples) ################################# Example 2 ################################ # 3-cycle treatment design simulation with 4 trials and 4 cores. # # BLRM Decision Rule # Early Dropout set.seed(1031) dose2 = rbind(1:5, c(0.05, 0.1, 0.25, 0.4, 0.6)) n2 = 4 cores2 = 4 K2 = 3 size2 = 3 cycle_prob2 = c(0.25, 0.25, 0.5) cycle_time2 = 30 samples2 = 36 assessment2 = 2 fixed2 = TRUE mode2 = 3 stopping2 = 2 least2 = 12 dropout2 = TRUE od_control2 = 0.75 target2 = c(0.2, 0.33) mcmc_chains = 3 mcmc_samples = 2000 # Simulate 4 trials in parallel with 4 cores according to the defined parameters. # test = parallel.trial(dose2, n2, cores2, K2, size2, cycle_prob2, cycle_time2, target2, samples2, assessment2, fixed2, mode2, stopping2, least2, dropout2, od_control2, mcmc_chains, mcmc_samples) }
context("m2r parser") m2_parse_test <- function(m2_str, m2_expected_output) { out <- m2_parse(m2_str) if (is.m2(out) && !is.null(m2_name(out))) m2_name(out) <- "" expect_equal(out, m2_expected_output) } test_that("m2_parse parses basic data structures",{ m2_list <- "{1,2,3}" m2_list_output <- structure( list(1,2,3), class = c("m2_list","m2") ) m2_parse_test(m2_list,m2_list_output) m2_array <- "[1,2,3]" m2_array_output <- structure( list(1,2,3), class = c("m2_array", "m2") ) m2_parse_test(m2_array,m2_array_output) m2_sequence <- "(1,2,3)" m2_sequence_output <- structure(list(1,2,3), class = c("m2_sequence", "m2")) m2_parse_test(m2_sequence, m2_sequence_output) m2_str <- "\"my string\"" m2_str_output <- "my string" m2_parse_test(m2_str, m2_str_output) m2_opt <- "c => 4" m2_opt_output <- structure( list(structure("c", class = c("m2_symbol", "m2")), 4), class = c("m2_option", "m2") ) m2_parse_test(m2_opt,m2_opt_output) m2_new_thing <- "new HashTable from {A => 1}" m2_new_thing_output <- structure( list(structure( list(structure("A", class = c("m2_symbol", "m2")),1), class = c("m2_option", "m2") )), class = c("m2_hashtable", "m2")) m2_parse_test(m2_new_thing, m2_new_thing_output) # toExternalString(matrix{{1,2,3},{4,5,6}}) m2_matrix <- "map((ZZ)^2,(ZZ)^3,{{1, 2, 3}, {4, 5, 6}})" m2_matrix_output <- m2_structure( matrix(c(1,4,2,5,3,6), nrow = 2, ncol = 3), m2_name = "", m2_class = "m2_matrix", m2_meta = list( ring = coefring_as_ring("ZZ") ), base_class = "matrix" ) m2_parse_test(m2_matrix,m2_matrix_output) # toExternalString(matrix{{}}) m2_empty_matrix <- "map((ZZ)^1,(ZZ)^0,0)" m2_empty_matrix_output <- m2_structure( matrix(numeric(0), nrow = 0, ncol = 0), m2_name = "", m2_class = "m2_matrix", m2_meta = list( ring = coefring_as_ring("ZZ") ), base_class = "matrix" ) m2_parse_test(m2_empty_matrix,m2_empty_matrix_output) # Test case where one ring has another ring as a prefix m2_ring1 <- m2("R = CC[x]") m2_ring2 <- m2("S = R[y]") m2_second_ring <- "R(monoid[y, Degrees => {1}, Heft => {1}, MonomialOrder => VerticalList{MonomialSize => 32, GRevLex => {1}, Position => Up}, DegreeRank => 1])" m2_second_ring_output <- m2_structure( m2_name = "", m2_class = "m2_polynomialring", m2_meta = list( vars = c("x","y"), coefring = "CC", order = "grevlex" ) ) m2_parse_test(m2_second_ring,m2_second_ring_output) # map(S,R,{s^3-t^2, s^3-t, s-t}) # m2_ring1 <- m2("R = QQ[a,b,c]") # m2_ring2 <- m2("S = QQ[s,t]") # m2_ring_map <- "map(S,R,{s^3-t^2, s^3-t, s-t})" # m2_parse(m2_ring_map) # m2_ring_map_output <- " " }) test_that("m2 parses harder data structures", { m2_poly_list <- "{b*c*e-a*d*f, a*c*e-b*d*f}" m2_poly_list_output <- structure( list( structure("b*c*e-a*d*f", class = c("m2_expression", "m2")), structure("a*c*e-b*d*f", class = c("m2_expression", "m2")) ), class = c("m2_list", "m2") ) m2_parse_test(m2_poly_list, m2_poly_list_output) # toExternalString(factor(2^4*3^3)) m2_factor <- "new Product from {new Power from {2,4},new Power from {3,3}}" m2_factor_output <- structure( list( structure(list(2,4), class = c("m2_power" , "m2")), structure(list(3,3), class = c("m2_power" , "m2")) ), class = c("m2_product", "m2") ) m2_parse_test(m2_factor, m2_factor_output) m2_compound_test <- "new OptionTable from {Headline => \"test\", Configuration => new OptionTable from {}}" m2_compound_test_output <- structure( list( structure( list( structure("Headline", class = c("m2_symbol", "m2")), "test" ), class = c("m2_option","m2") ), structure( list( structure("Configuration", class = c("m2_symbol", "m2")), structure(list(),class=c("m2_optiontable","m2")) ), class = c("m2_option", "m2") ) ), class = c("m2_optiontable", "m2") ) m2_parse_test(m2_compound_test, m2_compound_test_output) # R = QQ[a,b,c,d,e,f] # toExternalString(ideal(a*b*c-d*e*f,a*c*e-b*d*f)) m2("R = QQ[a,b,c,e,d,f]") m2_ideal <- "map((R)^1,(R)^{1},{{a*b*c-d*e*f, a*c*e-b*d*f}})" m2_ideal_output <- m2_structure( structure( list( structure( list(c("a"=1,"b"=1,"c"=1,"coef"=1), c("d"=1,"e"=1,"f"=1,"coef"=-1)), class=c("mpoly") ), structure( list(c("a"=1,"c"=1,"e"=1,"coef"=1), c("b"=1,"d"=1,"f"=1,"coef"=-1)), class=c("mpoly") ) ), dim=c(1,2) ), m2_name = "", m2_class = "m2_matrix", m2_meta = list( ring = m2_structure( m2_name = "R", m2_class = "m2_polynomialring", m2_meta = list( vars = c("a","b","c","e","d","f"), coefring = "QQ", order="grevlex" ) ) ), base_class = "matrix" ) m2_parse_test(m2_ideal, m2_ideal_output) # toExternalString(CC[x,y]) m2_ring <- "CC_53(monoid[x..z, a..d, Degrees => {2:1}, Heft => {1}, MonomialOrder => VerticalList{MonomialSize => 32, GRevLex => {2:1}, Position => Up}, DegreeRank => 1])" m2_ring_output <- m2_structure( m2_name = "", m2_class = "m2_polynomialring", m2_meta = list( vars = c("x", "y", "z", "a", "b", "c", "d"), coefring = "CC", order = "grevlex" ) ) m2_parse_test(m2_ring, m2_ring_output) })
/tests/testthat/test-m2_parser.R
no_license
rshhar/m2r
R
false
false
5,539
r
context("m2r parser") m2_parse_test <- function(m2_str, m2_expected_output) { out <- m2_parse(m2_str) if (is.m2(out) && !is.null(m2_name(out))) m2_name(out) <- "" expect_equal(out, m2_expected_output) } test_that("m2_parse parses basic data structures",{ m2_list <- "{1,2,3}" m2_list_output <- structure( list(1,2,3), class = c("m2_list","m2") ) m2_parse_test(m2_list,m2_list_output) m2_array <- "[1,2,3]" m2_array_output <- structure( list(1,2,3), class = c("m2_array", "m2") ) m2_parse_test(m2_array,m2_array_output) m2_sequence <- "(1,2,3)" m2_sequence_output <- structure(list(1,2,3), class = c("m2_sequence", "m2")) m2_parse_test(m2_sequence, m2_sequence_output) m2_str <- "\"my string\"" m2_str_output <- "my string" m2_parse_test(m2_str, m2_str_output) m2_opt <- "c => 4" m2_opt_output <- structure( list(structure("c", class = c("m2_symbol", "m2")), 4), class = c("m2_option", "m2") ) m2_parse_test(m2_opt,m2_opt_output) m2_new_thing <- "new HashTable from {A => 1}" m2_new_thing_output <- structure( list(structure( list(structure("A", class = c("m2_symbol", "m2")),1), class = c("m2_option", "m2") )), class = c("m2_hashtable", "m2")) m2_parse_test(m2_new_thing, m2_new_thing_output) # toExternalString(matrix{{1,2,3},{4,5,6}}) m2_matrix <- "map((ZZ)^2,(ZZ)^3,{{1, 2, 3}, {4, 5, 6}})" m2_matrix_output <- m2_structure( matrix(c(1,4,2,5,3,6), nrow = 2, ncol = 3), m2_name = "", m2_class = "m2_matrix", m2_meta = list( ring = coefring_as_ring("ZZ") ), base_class = "matrix" ) m2_parse_test(m2_matrix,m2_matrix_output) # toExternalString(matrix{{}}) m2_empty_matrix <- "map((ZZ)^1,(ZZ)^0,0)" m2_empty_matrix_output <- m2_structure( matrix(numeric(0), nrow = 0, ncol = 0), m2_name = "", m2_class = "m2_matrix", m2_meta = list( ring = coefring_as_ring("ZZ") ), base_class = "matrix" ) m2_parse_test(m2_empty_matrix,m2_empty_matrix_output) # Test case where one ring has another ring as a prefix m2_ring1 <- m2("R = CC[x]") m2_ring2 <- m2("S = R[y]") m2_second_ring <- "R(monoid[y, Degrees => {1}, Heft => {1}, MonomialOrder => VerticalList{MonomialSize => 32, GRevLex => {1}, Position => Up}, DegreeRank => 1])" m2_second_ring_output <- m2_structure( m2_name = "", m2_class = "m2_polynomialring", m2_meta = list( vars = c("x","y"), coefring = "CC", order = "grevlex" ) ) m2_parse_test(m2_second_ring,m2_second_ring_output) # map(S,R,{s^3-t^2, s^3-t, s-t}) # m2_ring1 <- m2("R = QQ[a,b,c]") # m2_ring2 <- m2("S = QQ[s,t]") # m2_ring_map <- "map(S,R,{s^3-t^2, s^3-t, s-t})" # m2_parse(m2_ring_map) # m2_ring_map_output <- " " }) test_that("m2 parses harder data structures", { m2_poly_list <- "{b*c*e-a*d*f, a*c*e-b*d*f}" m2_poly_list_output <- structure( list( structure("b*c*e-a*d*f", class = c("m2_expression", "m2")), structure("a*c*e-b*d*f", class = c("m2_expression", "m2")) ), class = c("m2_list", "m2") ) m2_parse_test(m2_poly_list, m2_poly_list_output) # toExternalString(factor(2^4*3^3)) m2_factor <- "new Product from {new Power from {2,4},new Power from {3,3}}" m2_factor_output <- structure( list( structure(list(2,4), class = c("m2_power" , "m2")), structure(list(3,3), class = c("m2_power" , "m2")) ), class = c("m2_product", "m2") ) m2_parse_test(m2_factor, m2_factor_output) m2_compound_test <- "new OptionTable from {Headline => \"test\", Configuration => new OptionTable from {}}" m2_compound_test_output <- structure( list( structure( list( structure("Headline", class = c("m2_symbol", "m2")), "test" ), class = c("m2_option","m2") ), structure( list( structure("Configuration", class = c("m2_symbol", "m2")), structure(list(),class=c("m2_optiontable","m2")) ), class = c("m2_option", "m2") ) ), class = c("m2_optiontable", "m2") ) m2_parse_test(m2_compound_test, m2_compound_test_output) # R = QQ[a,b,c,d,e,f] # toExternalString(ideal(a*b*c-d*e*f,a*c*e-b*d*f)) m2("R = QQ[a,b,c,e,d,f]") m2_ideal <- "map((R)^1,(R)^{1},{{a*b*c-d*e*f, a*c*e-b*d*f}})" m2_ideal_output <- m2_structure( structure( list( structure( list(c("a"=1,"b"=1,"c"=1,"coef"=1), c("d"=1,"e"=1,"f"=1,"coef"=-1)), class=c("mpoly") ), structure( list(c("a"=1,"c"=1,"e"=1,"coef"=1), c("b"=1,"d"=1,"f"=1,"coef"=-1)), class=c("mpoly") ) ), dim=c(1,2) ), m2_name = "", m2_class = "m2_matrix", m2_meta = list( ring = m2_structure( m2_name = "R", m2_class = "m2_polynomialring", m2_meta = list( vars = c("a","b","c","e","d","f"), coefring = "QQ", order="grevlex" ) ) ), base_class = "matrix" ) m2_parse_test(m2_ideal, m2_ideal_output) # toExternalString(CC[x,y]) m2_ring <- "CC_53(monoid[x..z, a..d, Degrees => {2:1}, Heft => {1}, MonomialOrder => VerticalList{MonomialSize => 32, GRevLex => {2:1}, Position => Up}, DegreeRank => 1])" m2_ring_output <- m2_structure( m2_name = "", m2_class = "m2_polynomialring", m2_meta = list( vars = c("x", "y", "z", "a", "b", "c", "d"), coefring = "CC", order = "grevlex" ) ) m2_parse_test(m2_ring, m2_ring_output) })
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/sdhelper.r \name{setup.results} \alias{setup.results} \title{Create results file} \usage{ setup.results(ResultsFile, out.metrics, scale.vec, do.cwm = 0) } \arguments{ \item{ResultsFile}{The file that results will be written to.} \item{out.metrics}{The fields to be calculated} \item{scale.vec}{An indicator vector} \item{do.cwm}{An indicator for whether community weighted means should be calculated. (Needs testing, may be broken)} } \description{ Set up the output results file and results dataframe }
/man/setup.results.Rd
no_license
akeyel/spatialdemography
R
false
true
586
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/sdhelper.r \name{setup.results} \alias{setup.results} \title{Create results file} \usage{ setup.results(ResultsFile, out.metrics, scale.vec, do.cwm = 0) } \arguments{ \item{ResultsFile}{The file that results will be written to.} \item{out.metrics}{The fields to be calculated} \item{scale.vec}{An indicator vector} \item{do.cwm}{An indicator for whether community weighted means should be calculated. (Needs testing, may be broken)} } \description{ Set up the output results file and results dataframe }
\name{silhouette.partana} \alias{silhouette.partana} \alias{silhouette.clustering} \alias{silhouette.stride} \alias{testsil} \title{Produce a Silhouette Object From a Partana, Clustering, or Stride Object} \description{Extracts components from a \code{partana}, \code{clustering}, or \code{stride} object, and passes the values to the \code{\link[cluster]{silhouette}} function to produce an object of class silhouette. } \usage{ \method{silhouette}{partana}(x, dist, \dots) \method{silhouette}{clustering}(x, dist, \dots) \method{silhouette}{stride}(x, dist, \dots) testsil(sil) } \arguments{ \item{x}{an object of class \sQuote{partana}, \sQuote{clustering}, or \sQuote{stride}} \item{dist}{an object of class dist} \item{\dots}{miscellaneous arguments to pass to function silhouette} \item{sil}{an object of class \sQuote{silhouette}} } \details{For \sQuote{partana} and \sQuote{clustering} objects the advantage over calling \code{\link[cluster]{silhouette}} directly is that the row.names of the resulting object are added to the results, as opposed to consecutive integers. For objects of class \sQuote{stride} the function extracts the component \sQuote{clustering} for each level of a stride object, and calls function \code{\link[cluster]{silhouette}} in library \sQuote{cluster} returniung the mean silhouette width for each case. \code{testsil} identifies \sQuote{misfits} in a partition, defined as plots with a negative silhouette width, and prints them out in a sorted list. } \value{ An object of class \code{\link[cluster]{silhouette}} } \references{\url{http://ecology.msu.montana.edu/labdsv/R}} \note{This is a a simple conversion routine to allow plotting a silhouette plot for an object of class partana.} \author{ David W. Roberts \email{droberts@montana.edu} } \seealso{\code{\link[cluster]{silhouette}}} \examples{ data(shoshveg) # produces a data frame of vegetation data, #samples as rows, attributes as columns dis.bc <- dsvdis(shoshveg,'bray/curtis') # produces a Bray/Curtis # dissimilarity matrix opt.5 <- optpart(5,dis.bc) # produces an optimal partitioning into # 5 clusters silhouette(opt.5,dis.bc) # calculates the silhouette values \dontrun{plot(silhouette(opt.5,dis.bc))} # produce silhouette # plot on current device } \keyword{cluster}
/man/silhouette.Rd
no_license
cran/optpart
R
false
false
2,459
rd
\name{silhouette.partana} \alias{silhouette.partana} \alias{silhouette.clustering} \alias{silhouette.stride} \alias{testsil} \title{Produce a Silhouette Object From a Partana, Clustering, or Stride Object} \description{Extracts components from a \code{partana}, \code{clustering}, or \code{stride} object, and passes the values to the \code{\link[cluster]{silhouette}} function to produce an object of class silhouette. } \usage{ \method{silhouette}{partana}(x, dist, \dots) \method{silhouette}{clustering}(x, dist, \dots) \method{silhouette}{stride}(x, dist, \dots) testsil(sil) } \arguments{ \item{x}{an object of class \sQuote{partana}, \sQuote{clustering}, or \sQuote{stride}} \item{dist}{an object of class dist} \item{\dots}{miscellaneous arguments to pass to function silhouette} \item{sil}{an object of class \sQuote{silhouette}} } \details{For \sQuote{partana} and \sQuote{clustering} objects the advantage over calling \code{\link[cluster]{silhouette}} directly is that the row.names of the resulting object are added to the results, as opposed to consecutive integers. For objects of class \sQuote{stride} the function extracts the component \sQuote{clustering} for each level of a stride object, and calls function \code{\link[cluster]{silhouette}} in library \sQuote{cluster} returniung the mean silhouette width for each case. \code{testsil} identifies \sQuote{misfits} in a partition, defined as plots with a negative silhouette width, and prints them out in a sorted list. } \value{ An object of class \code{\link[cluster]{silhouette}} } \references{\url{http://ecology.msu.montana.edu/labdsv/R}} \note{This is a a simple conversion routine to allow plotting a silhouette plot for an object of class partana.} \author{ David W. Roberts \email{droberts@montana.edu} } \seealso{\code{\link[cluster]{silhouette}}} \examples{ data(shoshveg) # produces a data frame of vegetation data, #samples as rows, attributes as columns dis.bc <- dsvdis(shoshveg,'bray/curtis') # produces a Bray/Curtis # dissimilarity matrix opt.5 <- optpart(5,dis.bc) # produces an optimal partitioning into # 5 clusters silhouette(opt.5,dis.bc) # calculates the silhouette values \dontrun{plot(silhouette(opt.5,dis.bc))} # produce silhouette # plot on current device } \keyword{cluster}
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/merge-data.R \name{which_conflicts} \alias{which_conflicts} \title{return which rows of a merged \code{data.frame} contain conflicts} \usage{ which_conflicts(merged) } \arguments{ \item{merged}{\code{data.frame} merged data.frame with possible conflicts.} } \value{ \code{integer} vector with row positions containing conflicts. } \description{ return which rows of a merged \code{data.frame} contain conflicts. } \examples{ parent <- a <- b <- iris[1:3,] a[1,1] <- 10 b[2,1] <- 11 # succesful merge merge_data(parent, a, b) parent <- a <- b <- iris[1:3,] a[1,1] <- 10 b[1,1] <- 11 # conflicting merge (both a and b change same cell) merged <- merge_data(parent, a, b) merged #note the conflict #find out which rows contain a conflict which_conflicts(merged) } \seealso{ \code{\link{merge_data}} }
/man/which_conflicts.Rd
no_license
gwarnes-mdsol/daff
R
false
true
879
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/merge-data.R \name{which_conflicts} \alias{which_conflicts} \title{return which rows of a merged \code{data.frame} contain conflicts} \usage{ which_conflicts(merged) } \arguments{ \item{merged}{\code{data.frame} merged data.frame with possible conflicts.} } \value{ \code{integer} vector with row positions containing conflicts. } \description{ return which rows of a merged \code{data.frame} contain conflicts. } \examples{ parent <- a <- b <- iris[1:3,] a[1,1] <- 10 b[2,1] <- 11 # succesful merge merge_data(parent, a, b) parent <- a <- b <- iris[1:3,] a[1,1] <- 10 b[1,1] <- 11 # conflicting merge (both a and b change same cell) merged <- merge_data(parent, a, b) merged #note the conflict #find out which rows contain a conflict which_conflicts(merged) } \seealso{ \code{\link{merge_data}} }
## function API によるモデルの定義 x = layer_input(784) z1 = x %>% layer_dense(units = 256, activation="relu") z2 = z1 %>% layer_dense(units = 128, activation="relu") y = z2 %>% layer_dense(units = 10, activation="softmax") model = keras_model(x, y) ## 上記のネットワークは, 次のように書くこともできる. # model = keras_model_sequential() # model %>% # layer_dense(units = 256, activation="relu", input_shape = c(784)) %>% # layer_dense(units = 128, activation="relu") %>% # layer_dense(units = 10, activation="softmax") model # modelの出力
/chap3/R/code2.r
no_license
daishinmutaku/SRAPR
R
false
false
576
r
## function API によるモデルの定義 x = layer_input(784) z1 = x %>% layer_dense(units = 256, activation="relu") z2 = z1 %>% layer_dense(units = 128, activation="relu") y = z2 %>% layer_dense(units = 10, activation="softmax") model = keras_model(x, y) ## 上記のネットワークは, 次のように書くこともできる. # model = keras_model_sequential() # model %>% # layer_dense(units = 256, activation="relu", input_shape = c(784)) %>% # layer_dense(units = 128, activation="relu") %>% # layer_dense(units = 10, activation="softmax") model # modelの出力
# Function calling # rnorm will return random normal distribution with given sample size (optional to provide mean and s.d.) x <- rnorm(100, mean=21, sd=2.1) # Support functions help(rnorm) example(rnorm) # Launch HTML helper help.start() # Vectors # initializing with given vector components vec1 = c(1,2,3,4,5) vec1[5] # Using sequence vec2 = seq(from=0, to=1, by=0.25) vec2 # sum sum(vec2) # addition vec1 + vec2 # Matrices mat=matrix(data=c(9,2,3,4,5,6),ncol=3) mat[1,2] mat[2,] mean(mat) # Data frames t = data.frame(x = c(11,12,14), y = c(19,20,21), z = c(10,9,7)) mean(t$z) mean(t[["z"]]) ## same # Lists L = list(one=1, two=c(1,2), five=seq(0, 1, length=5)) names(L) L$five + 10 # Graphs plot(rnorm(100), type="l", col="gold") hist(rnorm(100)) x1 = rnorm(100) x2 = rnorm(100) x3 = rnorm(100) t = data.frame(a = x1, b = x1+x2, c = x1+x2+x3) plot(t$a, type="l", ylim=range(t), lwd=3, col=rgb(1,0,0,0.3)) lines(t$b, type="s", lwd=2, col=rgb(0.3,0.4,0.3,0.9)) points(t$c, pch=20, cex=4, col=rgb(0,0,1,0.3))
/reference.R
no_license
ashans/r-statistical-inference
R
false
false
1,029
r
# Function calling # rnorm will return random normal distribution with given sample size (optional to provide mean and s.d.) x <- rnorm(100, mean=21, sd=2.1) # Support functions help(rnorm) example(rnorm) # Launch HTML helper help.start() # Vectors # initializing with given vector components vec1 = c(1,2,3,4,5) vec1[5] # Using sequence vec2 = seq(from=0, to=1, by=0.25) vec2 # sum sum(vec2) # addition vec1 + vec2 # Matrices mat=matrix(data=c(9,2,3,4,5,6),ncol=3) mat[1,2] mat[2,] mean(mat) # Data frames t = data.frame(x = c(11,12,14), y = c(19,20,21), z = c(10,9,7)) mean(t$z) mean(t[["z"]]) ## same # Lists L = list(one=1, two=c(1,2), five=seq(0, 1, length=5)) names(L) L$five + 10 # Graphs plot(rnorm(100), type="l", col="gold") hist(rnorm(100)) x1 = rnorm(100) x2 = rnorm(100) x3 = rnorm(100) t = data.frame(a = x1, b = x1+x2, c = x1+x2+x3) plot(t$a, type="l", ylim=range(t), lwd=3, col=rgb(1,0,0,0.3)) lines(t$b, type="s", lwd=2, col=rgb(0.3,0.4,0.3,0.9)) points(t$c, pch=20, cex=4, col=rgb(0,0,1,0.3))
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/highlight.R \name{highlight} \alias{highlight} \title{syntax highlighting based on the R parser} \usage{ highlight(file, output = stdout(), detective = simple_detective, renderer, encoding = "unknown", parse.output = parse(file, encoding = encoding, keep.source = TRUE), styles = detective(parse.output), expr = NULL, final.newline = FALSE, showPrompts = FALSE, prompt = getOption("prompt"), continue = getOption("continue"), initial.spaces = TRUE, size = c("normalsize", "tiny", "scriptsize", "footnotesize", "small", "large", "Large", "LARGE", "huge", "Huge"), show_line_numbers = FALSE, ...) } \arguments{ \item{file}{code file to parse. This is only used if the \code{parse.output} is given} \item{output}{where to write the rendered text. If this is anything else than the default (standard output), the \code{\link{sink}} function is used to redirect the standard output to the output.} \item{detective}{the detective chooses the style to apply to each token, basing its investigation on the results of the \code{\link[base]{parse}}} \item{renderer}{highlight delegates rendering the information to the renderer. This package includes html and latex renderers. See \code{\link{renderer_html}} and \code{\link{renderer_latex}}} \item{encoding}{encoding to assume for the file. the argument is directly passed to the \code{\link[base]{parse}}.} \item{parse.output}{output from the \code{\link[base]{parse}}. If this is given, the arguments \code{file} and \code{encoding} are not used} \item{styles}{result of the detective investigation. A character vector with as many elements as there are tokens in the parser output} \item{expr}{In case we want to render only one expression and not the full parse tree, this argument can be used to specify which expression to render. The default (NULL) means render all expressions.} \item{final.newline}{logical. Indicates if a newline character is added after all tokens.} \item{showPrompts}{if TRUE, the highlighted text will show standard and continue prompt} \item{prompt}{standard prompt} \item{continue}{continue prompt} \item{initial.spaces}{should initial spaces be displayed or skipped.} \item{size}{font size. only respected by the latex renderer so far.} \item{show_line_numbers}{logical. When TRUE, line numbers are shown in the output.} \item{\dots}{additional arguments, currently ignored.} } \value{ The resulting formatted text is returned invisibly. It is also written to the output if the output is not \code{NULL} } \description{ The \code{highlight} function performs syntax highlighting based on the results of the \code{\link[base]{parse}} and the investigation of a detective. } \examples{ \dontrun{ tf <- tempfile() dump( "jitter", file = tf ) highlight( file = tf, detective = simple_detective, renderer = renderer_html( document = TRUE ) ) highlight( file = tf, detective = simple_detective, renderer = renderer_latex( document = TRUE ) ) unlink(tf) } } \seealso{ \code{\link{renderer_html}} and \code{\link{renderer_latex}} are the two implementation of renderers currently available in this package. \code{\link{simple_detective}} is an example detective which does a very simple investigation. }
/man/highlight.Rd
no_license
eddelbuettel/highlight
R
false
true
3,305
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/highlight.R \name{highlight} \alias{highlight} \title{syntax highlighting based on the R parser} \usage{ highlight(file, output = stdout(), detective = simple_detective, renderer, encoding = "unknown", parse.output = parse(file, encoding = encoding, keep.source = TRUE), styles = detective(parse.output), expr = NULL, final.newline = FALSE, showPrompts = FALSE, prompt = getOption("prompt"), continue = getOption("continue"), initial.spaces = TRUE, size = c("normalsize", "tiny", "scriptsize", "footnotesize", "small", "large", "Large", "LARGE", "huge", "Huge"), show_line_numbers = FALSE, ...) } \arguments{ \item{file}{code file to parse. This is only used if the \code{parse.output} is given} \item{output}{where to write the rendered text. If this is anything else than the default (standard output), the \code{\link{sink}} function is used to redirect the standard output to the output.} \item{detective}{the detective chooses the style to apply to each token, basing its investigation on the results of the \code{\link[base]{parse}}} \item{renderer}{highlight delegates rendering the information to the renderer. This package includes html and latex renderers. See \code{\link{renderer_html}} and \code{\link{renderer_latex}}} \item{encoding}{encoding to assume for the file. the argument is directly passed to the \code{\link[base]{parse}}.} \item{parse.output}{output from the \code{\link[base]{parse}}. If this is given, the arguments \code{file} and \code{encoding} are not used} \item{styles}{result of the detective investigation. A character vector with as many elements as there are tokens in the parser output} \item{expr}{In case we want to render only one expression and not the full parse tree, this argument can be used to specify which expression to render. The default (NULL) means render all expressions.} \item{final.newline}{logical. Indicates if a newline character is added after all tokens.} \item{showPrompts}{if TRUE, the highlighted text will show standard and continue prompt} \item{prompt}{standard prompt} \item{continue}{continue prompt} \item{initial.spaces}{should initial spaces be displayed or skipped.} \item{size}{font size. only respected by the latex renderer so far.} \item{show_line_numbers}{logical. When TRUE, line numbers are shown in the output.} \item{\dots}{additional arguments, currently ignored.} } \value{ The resulting formatted text is returned invisibly. It is also written to the output if the output is not \code{NULL} } \description{ The \code{highlight} function performs syntax highlighting based on the results of the \code{\link[base]{parse}} and the investigation of a detective. } \examples{ \dontrun{ tf <- tempfile() dump( "jitter", file = tf ) highlight( file = tf, detective = simple_detective, renderer = renderer_html( document = TRUE ) ) highlight( file = tf, detective = simple_detective, renderer = renderer_latex( document = TRUE ) ) unlink(tf) } } \seealso{ \code{\link{renderer_html}} and \code{\link{renderer_latex}} are the two implementation of renderers currently available in this package. \code{\link{simple_detective}} is an example detective which does a very simple investigation. }
# Copyright (C) Tal Galili # # This file is part of dendextend. # # dendextend is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # dendextend is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # A copy of the GNU General Public License is available at # http://www.r-project.org/Licenses/ # #' @title Counts the number of leaves in a tree #' @export #' @aliases #' nleaves.default #' nleaves.dendrogram #' nleaves.dendlist #' nleaves.hclust #' nleaves.phylo #' @description #' Counts the number of leaves in a tree (dendrogram or hclust). #' @usage #' nleaves(x, ...) #' #' \method{nleaves}{dendrogram}(x, method = c("members", "order"), ...) #' #' \method{nleaves}{dendlist}(x, ...) #' #' \method{nleaves}{hclust}(x, ...) #' #' \method{nleaves}{phylo}(x, ...) #' #' @param x tree object (dendrogram/hclust/phylo,\link{dendlist}) #' @param method a character scalar (default is "members"). If "order" #' than nleaves is based on length of \link{order.dendrogram}. #' If "members", than length is trusting what is written in the #' dendrogram's root \link{attr}. #' "members" is about 4 times faster than "order". #' #' @param ... not used #' @details #' The idea for the name is from functions like ncol, and nrow. #' #' Also, it is worth noting that the nleaves.dendrogram is based on #' order.dendrogram instead of labels.dendrogram since the first is #' MUCH faster than the later. #' #' The phylo method is based on turning the phylo to hclust and than to #' dendrogram. It may not work for complex phylo trees. #' #' @return The number of leaves in the tree #' @seealso \link{nrow}, \link{count_terminal_nodes} #' @examples #' hc <- hclust(dist(USArrests[1:5,]), "ave") #' dend <- as.dendrogram(hc) #' #' nleaves(dend) # 5 #' nleaves(hc) # 5 nleaves <- function(x, ...) {UseMethod("nleaves")} nleaves.default <- function(x,...) {stop("object x must be a dendrogram/hclust/phylo object")} # ' @S3method nleaves dendrogram #' @export nleaves.dendrogram <- function(x, method = c("members", "order"),...) { if(method[1] == "members") { return(as.integer(attr(x, "members"))) } else { # "order" return(length(order.dendrogram(x))) } } # ' @S3method set dendlist #' @export nleaves.dendlist <- function(x, ...) { sapply(x, nleaves, ...) } # library(microbenchmark) # big_dend <- USArrests %>% dist %>% hclust %>% as.dendrogram # microbenchmark( # nleaves.dendrogram(big_dend, "order"), # nleaves.dendrogram(big_dend, "members") # ) #TODO: add count by number of labels/ or by the number of is.leaf==TRUE # ' @S3method nleaves hclust #' @export nleaves.hclust <- function(x,...) {length(x$order)} # ' @S3method nleaves phylo #' @export nleaves.phylo <- function(x,...) { #nleaves(as.dendrogram(x)) length(labels(x)) } # TODO: there is probably a better way for getting the tree size for a phylo object. #' @title Counts the number of nodes (Vertices) in a tree #' @aliases #' nnodes.default #' nnodes.dendrogram #' nnodes.hclust #' nnodes.phylo #' @description Counts the number of nodes in a tree (dendrogram, hclust, phylo). #' #' #' @usage #' nnodes(x, ...) #' #' \method{nnodes}{dendrogram}(x, ...) #' #' \method{nnodes}{hclust}(x, ...) #' #' \method{nnodes}{phylo}(x, ...) #' #' @export #' @param x tree object (dendrogram or hclust) #' @param ... not used #' @details #' The idea for the name is from functions like ncol, and nrow. #' #' The phylo method is based on turning the phylo to hclust and than to #' dendrogram. It may not work for complex phylo trees. #' #' @return The number of leaves in the tree #' @seealso \link{nrow}, \link{count_terminal_nodes}, \link{nleaves} #' @examples #' hc <- hclust(dist(USArrests[1:5,]), "ave") #' dend <- as.dendrogram(hc) #' #' nnodes(dend) # 9 #' nnodes(hc) # 9 nnodes <- function(x, ...) {UseMethod("nnodes")} #' @export nnodes.default <- function(x,...) {stop("object x must be a dendrogram/hclust/phylo object")} # ' @S3method nnodes dendrogram #' @export nnodes.dendrogram <- function(x,...) { if(!inherits(x,'dendrogram')) warning("'object' should be a dendrogram.") i_node_counter <- 0 go_through_nodes <- function(dend_node) { i_node_counter <<- i_node_counter + 1 } dendrapply(x, go_through_nodes) return(i_node_counter) } # nnodes(dend) # ' @S3method nnodes hclust #' @export nnodes.hclust <- function(x,...) {nnodes(as.dendrogram(x))} # ' @S3method nnodes phylo #' @export nnodes.phylo <- function(x,...) {nnodes(as.dendrogram(x))} #' @title Counts the number of terminal nodes (merging 0 nodes!) #' @export #' @description This function counts the number of "practical" terminal nodes (nodes which are not leaves, but has 0 height to them are considered "terminal" nodes). #' If the tree is standard, that would simply be the number of leaves (only the leaves will have height 0). #' However, in cases where the tree has several nodes (before the leaves) with 0 height, #' the count_terminal_nodes counts such nodes as terminal nodes #' #' The function is recursive in that it either returns 1 if it reached a terminal node (either a leaf or a 0 height node), #' else: it will count the number of terminal nodes in each of its sub-nodes, sum them up, and return them. #' #' @param dend_node a dendrogram object for which to count its number of terminal nodes (leaves or 0 height nodes). #' @param ... not used #' @return The number of terminal nodes (excluding the leaves of nodes of height 0) #' @examples #' # define dendrogram object to play with: #' hc <- hclust(dist(USArrests[1:3,]), "ave") #' dend <- as.dendrogram(hc) #' #' ### #' # Trivial case #' count_terminal_nodes(dend) # 3 terminal nodes #' length(labels(dend)) # 3 - the same number #' plot(dend, #' main = "This is considered a tree \n with THREE terminal nodes (leaves)") #' #' ### #' # NON-Trivial case #' str(dend) #' attr(dend[[2]], "height") <- 0 #' count_terminal_nodes(dend) # 2 terminal nodes, why? see this plot: #' plot(dend, #' main = "This is considered a tree \n with TWO terminal nodes only") #' # while we have 3 leaves, in practice we have only 2 terminal nodes #' # (this is a feature, not a bug.) count_terminal_nodes <- function(dend_node,...) { # a recursive function for counting the number of first encountered zero nodes # if you are a leaf, or a node with height 0, return 1 if(is.leaf(dend_node) | attr(dend_node, "height") == 0) return(1L) # else : # go through all of the childrens and apply count.first.zero.nodes terminal_nodes_counter <- 0 for(i in seq_len(length(dend_node))){ terminal_nodes_counter <- terminal_nodes_counter + # let each sub-node add its counts count_terminal_nodes(dend_node[[i]],...) } return(terminal_nodes_counter) } #' @title unclass an entire dendrogram tree #' @export #' @param dend a dendrogram object #' @param ... not used #' @return The list which was the dendrogram (but without a class) #' @seealso \link{nleaves} #' @examples #' # define dendrogram object to play with: #' hc <- hclust(dist(USArrests[1:3,]), "ave") #' dend <- as.dendrogram(hc) #' #' itself <- function(x) x #' dend <- dendrapply(dend, itself) #' unclass(dend) # this only returns a list with #' # two dendrogram objects inside it. #' str(dend) # this is a great way to show a dendrogram, #' # but it doesn't help us understand how the R object is built. #' str(unclass(dend)) # this is a great way to show a dendrogram, #' # but it doesn't help us understand how the R object is built. #' unclass_dend(dend) # this only returns a list #' # with two dendrogram objects inside it. #' str(unclass_dend(dend)) # NOW we can more easily understand #' # how the dendrogram object is structured... unclass_dend <- function(dend,...) { # I could have also made this into a method # unclass_dendrogram # But decided not to, so to allow unclass to work as usual in case someone wants to use it only on one branch. # if(!is.leaf(dend)) # { # for(i in seq_len(length(dend))) # { # dend[[i]] <- unclass_dend(dend[[i]]) # } # } # dend <- unclass(dend) dend <- dendrapply(dend, unclass) return(dend) } # example(count_terminal_nodes) # example(labels_colors) # ' @S3method head dendrogram #' @export head.dendrogram <- function(x, n = 3L, ...) { # library(utils) utils::str(x, max.leve = n,...) cat( "etc...","\n") } # hc <- hclust(dist(USArrests), "ave") # dend <- as.dendrogram(hc) # str(dend) # head(dend) # Some thoughts on imports: http://obeautifulcode.com/R/How-R-Searches-And-Finds-Stuff/ # and: http://stackoverflow.com/questions/8637993/better-explanation-of-when-to-use-imports-depends # methods(nleaves) # This is what should have been done for dendrograms #order.default <- order #order <- function(...) UseMethod("order")
/R/nleaves.R
no_license
timelyportfolio/dendextend
R
false
false
9,328
r
# Copyright (C) Tal Galili # # This file is part of dendextend. # # dendextend is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # dendextend is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # A copy of the GNU General Public License is available at # http://www.r-project.org/Licenses/ # #' @title Counts the number of leaves in a tree #' @export #' @aliases #' nleaves.default #' nleaves.dendrogram #' nleaves.dendlist #' nleaves.hclust #' nleaves.phylo #' @description #' Counts the number of leaves in a tree (dendrogram or hclust). #' @usage #' nleaves(x, ...) #' #' \method{nleaves}{dendrogram}(x, method = c("members", "order"), ...) #' #' \method{nleaves}{dendlist}(x, ...) #' #' \method{nleaves}{hclust}(x, ...) #' #' \method{nleaves}{phylo}(x, ...) #' #' @param x tree object (dendrogram/hclust/phylo,\link{dendlist}) #' @param method a character scalar (default is "members"). If "order" #' than nleaves is based on length of \link{order.dendrogram}. #' If "members", than length is trusting what is written in the #' dendrogram's root \link{attr}. #' "members" is about 4 times faster than "order". #' #' @param ... not used #' @details #' The idea for the name is from functions like ncol, and nrow. #' #' Also, it is worth noting that the nleaves.dendrogram is based on #' order.dendrogram instead of labels.dendrogram since the first is #' MUCH faster than the later. #' #' The phylo method is based on turning the phylo to hclust and than to #' dendrogram. It may not work for complex phylo trees. #' #' @return The number of leaves in the tree #' @seealso \link{nrow}, \link{count_terminal_nodes} #' @examples #' hc <- hclust(dist(USArrests[1:5,]), "ave") #' dend <- as.dendrogram(hc) #' #' nleaves(dend) # 5 #' nleaves(hc) # 5 nleaves <- function(x, ...) {UseMethod("nleaves")} nleaves.default <- function(x,...) {stop("object x must be a dendrogram/hclust/phylo object")} # ' @S3method nleaves dendrogram #' @export nleaves.dendrogram <- function(x, method = c("members", "order"),...) { if(method[1] == "members") { return(as.integer(attr(x, "members"))) } else { # "order" return(length(order.dendrogram(x))) } } # ' @S3method set dendlist #' @export nleaves.dendlist <- function(x, ...) { sapply(x, nleaves, ...) } # library(microbenchmark) # big_dend <- USArrests %>% dist %>% hclust %>% as.dendrogram # microbenchmark( # nleaves.dendrogram(big_dend, "order"), # nleaves.dendrogram(big_dend, "members") # ) #TODO: add count by number of labels/ or by the number of is.leaf==TRUE # ' @S3method nleaves hclust #' @export nleaves.hclust <- function(x,...) {length(x$order)} # ' @S3method nleaves phylo #' @export nleaves.phylo <- function(x,...) { #nleaves(as.dendrogram(x)) length(labels(x)) } # TODO: there is probably a better way for getting the tree size for a phylo object. #' @title Counts the number of nodes (Vertices) in a tree #' @aliases #' nnodes.default #' nnodes.dendrogram #' nnodes.hclust #' nnodes.phylo #' @description Counts the number of nodes in a tree (dendrogram, hclust, phylo). #' #' #' @usage #' nnodes(x, ...) #' #' \method{nnodes}{dendrogram}(x, ...) #' #' \method{nnodes}{hclust}(x, ...) #' #' \method{nnodes}{phylo}(x, ...) #' #' @export #' @param x tree object (dendrogram or hclust) #' @param ... not used #' @details #' The idea for the name is from functions like ncol, and nrow. #' #' The phylo method is based on turning the phylo to hclust and than to #' dendrogram. It may not work for complex phylo trees. #' #' @return The number of leaves in the tree #' @seealso \link{nrow}, \link{count_terminal_nodes}, \link{nleaves} #' @examples #' hc <- hclust(dist(USArrests[1:5,]), "ave") #' dend <- as.dendrogram(hc) #' #' nnodes(dend) # 9 #' nnodes(hc) # 9 nnodes <- function(x, ...) {UseMethod("nnodes")} #' @export nnodes.default <- function(x,...) {stop("object x must be a dendrogram/hclust/phylo object")} # ' @S3method nnodes dendrogram #' @export nnodes.dendrogram <- function(x,...) { if(!inherits(x,'dendrogram')) warning("'object' should be a dendrogram.") i_node_counter <- 0 go_through_nodes <- function(dend_node) { i_node_counter <<- i_node_counter + 1 } dendrapply(x, go_through_nodes) return(i_node_counter) } # nnodes(dend) # ' @S3method nnodes hclust #' @export nnodes.hclust <- function(x,...) {nnodes(as.dendrogram(x))} # ' @S3method nnodes phylo #' @export nnodes.phylo <- function(x,...) {nnodes(as.dendrogram(x))} #' @title Counts the number of terminal nodes (merging 0 nodes!) #' @export #' @description This function counts the number of "practical" terminal nodes (nodes which are not leaves, but has 0 height to them are considered "terminal" nodes). #' If the tree is standard, that would simply be the number of leaves (only the leaves will have height 0). #' However, in cases where the tree has several nodes (before the leaves) with 0 height, #' the count_terminal_nodes counts such nodes as terminal nodes #' #' The function is recursive in that it either returns 1 if it reached a terminal node (either a leaf or a 0 height node), #' else: it will count the number of terminal nodes in each of its sub-nodes, sum them up, and return them. #' #' @param dend_node a dendrogram object for which to count its number of terminal nodes (leaves or 0 height nodes). #' @param ... not used #' @return The number of terminal nodes (excluding the leaves of nodes of height 0) #' @examples #' # define dendrogram object to play with: #' hc <- hclust(dist(USArrests[1:3,]), "ave") #' dend <- as.dendrogram(hc) #' #' ### #' # Trivial case #' count_terminal_nodes(dend) # 3 terminal nodes #' length(labels(dend)) # 3 - the same number #' plot(dend, #' main = "This is considered a tree \n with THREE terminal nodes (leaves)") #' #' ### #' # NON-Trivial case #' str(dend) #' attr(dend[[2]], "height") <- 0 #' count_terminal_nodes(dend) # 2 terminal nodes, why? see this plot: #' plot(dend, #' main = "This is considered a tree \n with TWO terminal nodes only") #' # while we have 3 leaves, in practice we have only 2 terminal nodes #' # (this is a feature, not a bug.) count_terminal_nodes <- function(dend_node,...) { # a recursive function for counting the number of first encountered zero nodes # if you are a leaf, or a node with height 0, return 1 if(is.leaf(dend_node) | attr(dend_node, "height") == 0) return(1L) # else : # go through all of the childrens and apply count.first.zero.nodes terminal_nodes_counter <- 0 for(i in seq_len(length(dend_node))){ terminal_nodes_counter <- terminal_nodes_counter + # let each sub-node add its counts count_terminal_nodes(dend_node[[i]],...) } return(terminal_nodes_counter) } #' @title unclass an entire dendrogram tree #' @export #' @param dend a dendrogram object #' @param ... not used #' @return The list which was the dendrogram (but without a class) #' @seealso \link{nleaves} #' @examples #' # define dendrogram object to play with: #' hc <- hclust(dist(USArrests[1:3,]), "ave") #' dend <- as.dendrogram(hc) #' #' itself <- function(x) x #' dend <- dendrapply(dend, itself) #' unclass(dend) # this only returns a list with #' # two dendrogram objects inside it. #' str(dend) # this is a great way to show a dendrogram, #' # but it doesn't help us understand how the R object is built. #' str(unclass(dend)) # this is a great way to show a dendrogram, #' # but it doesn't help us understand how the R object is built. #' unclass_dend(dend) # this only returns a list #' # with two dendrogram objects inside it. #' str(unclass_dend(dend)) # NOW we can more easily understand #' # how the dendrogram object is structured... unclass_dend <- function(dend,...) { # I could have also made this into a method # unclass_dendrogram # But decided not to, so to allow unclass to work as usual in case someone wants to use it only on one branch. # if(!is.leaf(dend)) # { # for(i in seq_len(length(dend))) # { # dend[[i]] <- unclass_dend(dend[[i]]) # } # } # dend <- unclass(dend) dend <- dendrapply(dend, unclass) return(dend) } # example(count_terminal_nodes) # example(labels_colors) # ' @S3method head dendrogram #' @export head.dendrogram <- function(x, n = 3L, ...) { # library(utils) utils::str(x, max.leve = n,...) cat( "etc...","\n") } # hc <- hclust(dist(USArrests), "ave") # dend <- as.dendrogram(hc) # str(dend) # head(dend) # Some thoughts on imports: http://obeautifulcode.com/R/How-R-Searches-And-Finds-Stuff/ # and: http://stackoverflow.com/questions/8637993/better-explanation-of-when-to-use-imports-depends # methods(nleaves) # This is what should have been done for dendrograms #order.default <- order #order <- function(...) UseMethod("order")
% Generated by roxygen2 (4.0.2): do not edit by hand \name{logger.status} \alias{logger.error} \alias{logger.info} \alias{logger.status} \alias{logger.warning} \title{Writing text messages to the log file.} \usage{ logger.status(txt) logger.info(txt) logger.warning(txt) logger.error(txt, terminate = rnb.getOption("logging.exit.on.error")) } \arguments{ \item{txt}{Text to add to the log file. This must be a \code{character} vector; its elements are concatenated using a single space (\code{" "}) as a separator.} \item{terminate}{Flag indicating if the execution is to be terminated after this error message is added to the log.} } \description{ Appends a single-line status message to the log text file. The message is prepended by its type, which is one of \code{STATUS}, \code{INFO}, \code{WARNING} or \code{ERROR}. } \examples{ \dontrun{ if (!logger.isinitialized()) logger.start(fname = NA) logger.status(c("Reached step", 2)) logger.info(c("Provided email:", rnb.getOption("email"))) } } \author{ Yassen Assenov } \seealso{ \code{\link{logger.isinitialized}}to check if logging is activated; \code{\link{logger.start}} for initializing a logger or starting a section }
/RnBeads/r-packages/RnBeads/man/loggerMessages.Rd
permissive
relshire/epiGBS
R
false
false
1,187
rd
% Generated by roxygen2 (4.0.2): do not edit by hand \name{logger.status} \alias{logger.error} \alias{logger.info} \alias{logger.status} \alias{logger.warning} \title{Writing text messages to the log file.} \usage{ logger.status(txt) logger.info(txt) logger.warning(txt) logger.error(txt, terminate = rnb.getOption("logging.exit.on.error")) } \arguments{ \item{txt}{Text to add to the log file. This must be a \code{character} vector; its elements are concatenated using a single space (\code{" "}) as a separator.} \item{terminate}{Flag indicating if the execution is to be terminated after this error message is added to the log.} } \description{ Appends a single-line status message to the log text file. The message is prepended by its type, which is one of \code{STATUS}, \code{INFO}, \code{WARNING} or \code{ERROR}. } \examples{ \dontrun{ if (!logger.isinitialized()) logger.start(fname = NA) logger.status(c("Reached step", 2)) logger.info(c("Provided email:", rnb.getOption("email"))) } } \author{ Yassen Assenov } \seealso{ \code{\link{logger.isinitialized}}to check if logging is activated; \code{\link{logger.start}} for initializing a logger or starting a section }
library(glmnet) mydata = read.table("./TrainingSet/Correlation/bone.csv",head=T,sep=",") x = as.matrix(mydata[,4:ncol(mydata)]) y = as.matrix(mydata[,1]) set.seed(123) glm = cv.glmnet(x,y,nfolds=10,type.measure="mae",alpha=0.04,family="gaussian",standardize=FALSE) sink('./Model/EN/Correlation/bone/bone_020.txt',append=TRUE) print(glm$glmnet.fit) sink()
/Model/EN/Correlation/bone/bone_020.R
no_license
leon1003/QSMART
R
false
false
355
r
library(glmnet) mydata = read.table("./TrainingSet/Correlation/bone.csv",head=T,sep=",") x = as.matrix(mydata[,4:ncol(mydata)]) y = as.matrix(mydata[,1]) set.seed(123) glm = cv.glmnet(x,y,nfolds=10,type.measure="mae",alpha=0.04,family="gaussian",standardize=FALSE) sink('./Model/EN/Correlation/bone/bone_020.txt',append=TRUE) print(glm$glmnet.fit) sink()
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/linear_SSLDP.R \name{do.ssldp} \alias{do.ssldp} \title{Semi-Supervised Locally Discriminant Projection} \usage{ do.ssldp(X, label, ndim = 2, type = c("proportion", 0.1), preprocess = c("center", "scale", "cscale", "whiten", "decorrelate"), beta = 0.5) } \arguments{ \item{X}{an \eqn{(n\times p)} matrix or data frame whose rows are observations and columns represent independent variables.} \item{label}{a length-\eqn{n} vector of data class labels.} \item{ndim}{an integer-valued target dimension.} \item{type}{a vector of neighborhood graph construction. Following types are supported; \code{c("knn",k)}, \code{c("enn",radius)}, and \code{c("proportion",ratio)}. Default is \code{c("proportion",0.1)}, connecting about 1/10 of nearest data points among all data points. See also \code{\link{aux.graphnbd}} for more details.} \item{preprocess}{an additional option for preprocessing the data. Default is "center". See also \code{\link{aux.preprocess}} for more details.} \item{beta}{balancing parameter for intra- and inter-class information in \eqn{[0,1]}.} } \value{ a named list containing \describe{ \item{Y}{an \eqn{(n\times ndim)} matrix whose rows are embedded observations.} \item{trfinfo}{a list containing information for out-of-sample prediction.} \item{projection}{a \eqn{(p\times ndim)} whose columns are basis for projection.} } } \description{ Semi-Supervised Locally Discriminant Projection (SSLDP) is a semi-supervised extension of LDP. It utilizes unlabeled data to overcome the small-sample-size problem under the situation where labeled data have the small number. Using two information, it both constructs the within- and between-class weight matrices incorporating the neighborhood information of the data set. } \examples{ ## generate data of 3 types with clear difference dt1 = aux.gensamples(n=33)-100 dt2 = aux.gensamples(n=33) dt3 = aux.gensamples(n=33)+100 ## merge the data and create a label correspondingly Z = rbind(dt1,dt2,dt3) label = c(rep(1,33), rep(2,33), rep(3,33)) ## copy a label and let 10\% of elements be missing nlabel = length(label) nmissing = round(nlabel*0.10) label_missing = label label_missing[sample(1:nlabel, nmissing)]=NA ## compute with 3 different neighborhood size out1 = do.ssldp(Z, label_missing, type=c("proportion",0.05)) out2 = do.ssldp(Z, label_missing, type=c("proportion",0.10)) out3 = do.ssldp(Z, label_missing, type=c("proportion",0.25)) ## visualize par(mfrow=c(1,3)) plot(out1$Y[,1], out1$Y[,2], main="5\% connectivity") plot(out2$Y[,1], out2$Y[,2], main="10\% connectivity") plot(out3$Y[,1], out3$Y[,2], main="25\% connectivity") } \references{ \insertRef{zhang_semi-supervised_2011}{Rdimtools} } \author{ Kisung You }
/man/linear_SSLDP.Rd
no_license
rcannood/Rdimtools
R
false
true
2,791
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/linear_SSLDP.R \name{do.ssldp} \alias{do.ssldp} \title{Semi-Supervised Locally Discriminant Projection} \usage{ do.ssldp(X, label, ndim = 2, type = c("proportion", 0.1), preprocess = c("center", "scale", "cscale", "whiten", "decorrelate"), beta = 0.5) } \arguments{ \item{X}{an \eqn{(n\times p)} matrix or data frame whose rows are observations and columns represent independent variables.} \item{label}{a length-\eqn{n} vector of data class labels.} \item{ndim}{an integer-valued target dimension.} \item{type}{a vector of neighborhood graph construction. Following types are supported; \code{c("knn",k)}, \code{c("enn",radius)}, and \code{c("proportion",ratio)}. Default is \code{c("proportion",0.1)}, connecting about 1/10 of nearest data points among all data points. See also \code{\link{aux.graphnbd}} for more details.} \item{preprocess}{an additional option for preprocessing the data. Default is "center". See also \code{\link{aux.preprocess}} for more details.} \item{beta}{balancing parameter for intra- and inter-class information in \eqn{[0,1]}.} } \value{ a named list containing \describe{ \item{Y}{an \eqn{(n\times ndim)} matrix whose rows are embedded observations.} \item{trfinfo}{a list containing information for out-of-sample prediction.} \item{projection}{a \eqn{(p\times ndim)} whose columns are basis for projection.} } } \description{ Semi-Supervised Locally Discriminant Projection (SSLDP) is a semi-supervised extension of LDP. It utilizes unlabeled data to overcome the small-sample-size problem under the situation where labeled data have the small number. Using two information, it both constructs the within- and between-class weight matrices incorporating the neighborhood information of the data set. } \examples{ ## generate data of 3 types with clear difference dt1 = aux.gensamples(n=33)-100 dt2 = aux.gensamples(n=33) dt3 = aux.gensamples(n=33)+100 ## merge the data and create a label correspondingly Z = rbind(dt1,dt2,dt3) label = c(rep(1,33), rep(2,33), rep(3,33)) ## copy a label and let 10\% of elements be missing nlabel = length(label) nmissing = round(nlabel*0.10) label_missing = label label_missing[sample(1:nlabel, nmissing)]=NA ## compute with 3 different neighborhood size out1 = do.ssldp(Z, label_missing, type=c("proportion",0.05)) out2 = do.ssldp(Z, label_missing, type=c("proportion",0.10)) out3 = do.ssldp(Z, label_missing, type=c("proportion",0.25)) ## visualize par(mfrow=c(1,3)) plot(out1$Y[,1], out1$Y[,2], main="5\% connectivity") plot(out2$Y[,1], out2$Y[,2], main="10\% connectivity") plot(out3$Y[,1], out3$Y[,2], main="25\% connectivity") } \references{ \insertRef{zhang_semi-supervised_2011}{Rdimtools} } \author{ Kisung You }
testlist <- list(id = NULL, id = NULL, booklet_id = c(8168473L, 2127314835L, 171177770L, -1942759639L, -1815221204L, 609641752L, -804651186L, 2094281728L, 860713787L, -971707632L, -1475044502L, 870040598L, -1182814578L, -1415711445L, 1901326755L, -1882837573L, 1340545259L, 1156041943L, 823641812L, -1106109928L, -1048157941L), person_id = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L)) result <- do.call(dexterMST:::is_person_booklet_sorted,testlist) str(result)
/dexterMST/inst/testfiles/is_person_booklet_sorted/AFL_is_person_booklet_sorted/is_person_booklet_sorted_valgrind_files/1615938416-test.R
no_license
akhikolla/updatedatatype-list1
R
false
false
826
r
testlist <- list(id = NULL, id = NULL, booklet_id = c(8168473L, 2127314835L, 171177770L, -1942759639L, -1815221204L, 609641752L, -804651186L, 2094281728L, 860713787L, -971707632L, -1475044502L, 870040598L, -1182814578L, -1415711445L, 1901326755L, -1882837573L, 1340545259L, 1156041943L, 823641812L, -1106109928L, -1048157941L), person_id = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L)) result <- do.call(dexterMST:::is_person_booklet_sorted,testlist) str(result)
########################### # Mut matrix ########################### # Mutations CCLE_mutations<- readr::read_csv("downloads/CCLE/CCLE_mutations.csv") # Only missense CCLE_maf<- CCLE_mutations[CCLE_mutations$Variant_Classification=="Missense_Mutation",] # Factorize samples CCLE_maf$DepMap_ID<- factor(CCLE_maf$DepMap_ID) # 1749 samples # Add mut_id aa_change<- gsub("p\\.","",CCLE_maf$Protein_Change) CCLE_maf$mut_id<- paste0(CCLE_maf$Hugo_Symbol,"_",aa_change) # Get driver muts from other study driver_muts<- colnames(readRDS("data/mut_matrix.rds")) # Select these mutation data: 1500 muts CCLE_maf_driver<- subset(CCLE_maf,CCLE_maf$mut_id%in%driver_muts) CCLE_maf_driver$mut_id<- factor(CCLE_maf_driver$mut_id,levels = driver_muts) # Create matrix mut_matrix<- table(CCLE_maf_driver$DepMap_ID,CCLE_maf_driver$mut_id) # dim(mut_matrix) # 1749 x 688 # Sort driver muts by frequency mut_matrix<- mut_matrix[,order(colSums(mut_matrix),decreasing = T)] colSums(mut_matrix)[1:10] # BRAF_V600E KRAS_G12D TP53_R273H KRAS_G12V TP53_R175H TP53_R273C NRAS_Q61K PIK3CA_H1047R # 112 71 48 46 44 39 38 33 # TP53_R248W KRAS_G12C # 31 28 ########################### # HLA matrix ########################### # Sample info sample_info<- as.data.frame(readr::read_csv("downloads/CCLE/sample_info.csv")) sample_info<- sample_info[!duplicated(sample_info$stripped_cell_line_name)&!is.na(sample_info$stripped_cell_line_name),] rownames(sample_info)<- sample_info$stripped_cell_line_name # HLA data From TRON project HLA<- as.data.frame(readr::read_csv("downloads/CCLE/TRON_seq2hla.csv")) rownames(HLA)<- toupper(gsub("\\.|\\,|\\-|\\_","",HLA$CELLLINE)) rownames(HLA)[rownames(HLA)=="D341MED"]<- "D341" # Get HLA alleles HLA_t<- data.frame( HLA_A1=paste0("HLA-",gsub("\\*|\\'","",HLA$`HLA-A-A1`)), HLA_A2=paste0("HLA-",gsub("\\*|\\'","",HLA$`HLA-A-A2`)), HLA_B1=paste0("HLA-",gsub("\\*|\\'","",HLA$`HLA-B-A1`)), HLA_B2=paste0("HLA-",gsub("\\*|\\'","",HLA$`HLA-B-A2`)), HLA_C1=paste0("HLA-",gsub("\\*|\\'","",HLA$`HLA-C-A1`)), HLA_C2=paste0("HLA-",gsub("\\*|\\'","",HLA$`HLA-C-A2`)),stringsAsFactors = F, row.names = sample_info[rownames(HLA),"DepMap_ID"] ) # Generate HLA matrix ######################## # Harmonic mean function source("scripts/functions/harmonic_mean.R") # Create empty HLA matrix driver_muts<- colnames(mut_matrix) HLA_matrix<- mut_matrix HLA_matrix[,]<- NA # HLA alleles not called bedore HLA_alleles_called<- c( setdiff(unlist(strsplit(readLines(paste0("temp/netMHCPan40/output/BRAF_V600E",1,'.xls'),n=1),"\t")),""), setdiff(unlist(strsplit(readLines(paste0("temp/netMHCPan40/output/BRAF_V600E",2,'.xls'),n=1),"\t")),""), setdiff(unlist(strsplit(readLines(paste0("temp/netMHCPan40/output/BRAF_V600E",3,'.xls'),n=1),"\t")),"") ) HLA_all<- unique(c( as.character(HLA_t$HLA_A1), as.character(HLA_t$HLA_A2), as.character(HLA_t$HLA_B1), as.character(HLA_t$HLA_B2), as.character(HLA_t$HLA_C1), as.character(HLA_t$HLA_C2) )) HLA_alleles_uncalled<- setdiff(HLA_all,HLA_alleles_called) # 75 HLA_alleles_uncalled<- setdiff(HLA_alleles_uncalled,"HLA-no") cat(HLA_alleles_uncalled,sep=",",file="temp/netMHCPan40/CCLE_other_HLA_alleles.txt") # Get PHBR scores for(mut_tmp in driver_muts){ cat(which(driver_muts==mut_tmp)," ") # Run NetMHCPan: for HLA alleles not called before if(!file.exists(paste0("temp/netMHCPan40/input/",mut_tmp,".fasta"))) next if(!file.exists(paste0("temp/netMHCPan40/output/",mut_tmp,"5.xls"))) system(paste0("/home/labgroups/ccgg/tools/netMHCpan-4.0/netMHCpan -a `head temp/netMHCPan40/Other_HLA_alleles.txt` -f temp/netMHCPan40/input/",mut_tmp,".fasta -inptype 0 -l 8,9,10,11 -BA -xls -xlsfile temp/netMHCPan40/output/",mut_tmp,"5.xls > /dev/null")) # Import results for(i in c(1:5)){ gene_mhc1_filename<- paste0("temp/netMHCPan40/output/",mut_tmp,i,'.xls') gene_mhc1<- read.table(gene_mhc1_filename,header = T, stringsAsFactors = F,sep ="\t",quote = "",skip=1) # Only select peptides with actual mutation present idx_core<- which(gene_mhc1$Pos%in%0:10) # Cannever start at position 11 (12) or higher idx_core<- intersect(idx_core,which(nchar(gene_mhc1$Peptide)+gene_mhc1$Pos>10)) # Remove pos 0 (1) for 8/9/10-mers, ... gene_mhc1<- gene_mhc1[idx_core,] # Get ranks gene_mhc1_rank<- gene_mhc1[,grep("Rank",colnames(gene_mhc1))] colnames(gene_mhc1_rank)<- setdiff(unlist(strsplit(readLines(gene_mhc1_filename,n=1),"\t")),"") # Calculate PBR if(i==1) PBR_tmp<- apply(gene_mhc1_rank,MARGIN = 2, "min") else PBR_tmp<- c(PBR_tmp,apply(gene_mhc1_rank,MARGIN = 2, "min")) } # PHBR for each sample PBR_all_alleles<- cbind( PBR_tmp[HLA_t$HLA_A1], PBR_tmp[HLA_t$HLA_A2], PBR_tmp[HLA_t$HLA_B1], PBR_tmp[HLA_t$HLA_B2], PBR_tmp[HLA_t$HLA_C1], PBR_tmp[HLA_t$HLA_C2] ) rownames(PBR_all_alleles)<- rownames(HLA_t) PHBR_tmp<- apply(PBR_all_alleles,1,"harmonic_mean") # Put to HLA matrix common_samples<- intersect(rownames(HLA_matrix),names(PHBR_tmp)) # 8760 HLA_matrix[common_samples,mut_tmp]<- PHBR_tmp[common_samples] } save(mut_matrix, HLA_matrix, CCLE_maf_driver, file="data/CCLE_data.RData")
/scripts/create_CCLE_data.R
no_license
CCGGlab/mhc_driver
R
false
false
5,286
r
########################### # Mut matrix ########################### # Mutations CCLE_mutations<- readr::read_csv("downloads/CCLE/CCLE_mutations.csv") # Only missense CCLE_maf<- CCLE_mutations[CCLE_mutations$Variant_Classification=="Missense_Mutation",] # Factorize samples CCLE_maf$DepMap_ID<- factor(CCLE_maf$DepMap_ID) # 1749 samples # Add mut_id aa_change<- gsub("p\\.","",CCLE_maf$Protein_Change) CCLE_maf$mut_id<- paste0(CCLE_maf$Hugo_Symbol,"_",aa_change) # Get driver muts from other study driver_muts<- colnames(readRDS("data/mut_matrix.rds")) # Select these mutation data: 1500 muts CCLE_maf_driver<- subset(CCLE_maf,CCLE_maf$mut_id%in%driver_muts) CCLE_maf_driver$mut_id<- factor(CCLE_maf_driver$mut_id,levels = driver_muts) # Create matrix mut_matrix<- table(CCLE_maf_driver$DepMap_ID,CCLE_maf_driver$mut_id) # dim(mut_matrix) # 1749 x 688 # Sort driver muts by frequency mut_matrix<- mut_matrix[,order(colSums(mut_matrix),decreasing = T)] colSums(mut_matrix)[1:10] # BRAF_V600E KRAS_G12D TP53_R273H KRAS_G12V TP53_R175H TP53_R273C NRAS_Q61K PIK3CA_H1047R # 112 71 48 46 44 39 38 33 # TP53_R248W KRAS_G12C # 31 28 ########################### # HLA matrix ########################### # Sample info sample_info<- as.data.frame(readr::read_csv("downloads/CCLE/sample_info.csv")) sample_info<- sample_info[!duplicated(sample_info$stripped_cell_line_name)&!is.na(sample_info$stripped_cell_line_name),] rownames(sample_info)<- sample_info$stripped_cell_line_name # HLA data From TRON project HLA<- as.data.frame(readr::read_csv("downloads/CCLE/TRON_seq2hla.csv")) rownames(HLA)<- toupper(gsub("\\.|\\,|\\-|\\_","",HLA$CELLLINE)) rownames(HLA)[rownames(HLA)=="D341MED"]<- "D341" # Get HLA alleles HLA_t<- data.frame( HLA_A1=paste0("HLA-",gsub("\\*|\\'","",HLA$`HLA-A-A1`)), HLA_A2=paste0("HLA-",gsub("\\*|\\'","",HLA$`HLA-A-A2`)), HLA_B1=paste0("HLA-",gsub("\\*|\\'","",HLA$`HLA-B-A1`)), HLA_B2=paste0("HLA-",gsub("\\*|\\'","",HLA$`HLA-B-A2`)), HLA_C1=paste0("HLA-",gsub("\\*|\\'","",HLA$`HLA-C-A1`)), HLA_C2=paste0("HLA-",gsub("\\*|\\'","",HLA$`HLA-C-A2`)),stringsAsFactors = F, row.names = sample_info[rownames(HLA),"DepMap_ID"] ) # Generate HLA matrix ######################## # Harmonic mean function source("scripts/functions/harmonic_mean.R") # Create empty HLA matrix driver_muts<- colnames(mut_matrix) HLA_matrix<- mut_matrix HLA_matrix[,]<- NA # HLA alleles not called bedore HLA_alleles_called<- c( setdiff(unlist(strsplit(readLines(paste0("temp/netMHCPan40/output/BRAF_V600E",1,'.xls'),n=1),"\t")),""), setdiff(unlist(strsplit(readLines(paste0("temp/netMHCPan40/output/BRAF_V600E",2,'.xls'),n=1),"\t")),""), setdiff(unlist(strsplit(readLines(paste0("temp/netMHCPan40/output/BRAF_V600E",3,'.xls'),n=1),"\t")),"") ) HLA_all<- unique(c( as.character(HLA_t$HLA_A1), as.character(HLA_t$HLA_A2), as.character(HLA_t$HLA_B1), as.character(HLA_t$HLA_B2), as.character(HLA_t$HLA_C1), as.character(HLA_t$HLA_C2) )) HLA_alleles_uncalled<- setdiff(HLA_all,HLA_alleles_called) # 75 HLA_alleles_uncalled<- setdiff(HLA_alleles_uncalled,"HLA-no") cat(HLA_alleles_uncalled,sep=",",file="temp/netMHCPan40/CCLE_other_HLA_alleles.txt") # Get PHBR scores for(mut_tmp in driver_muts){ cat(which(driver_muts==mut_tmp)," ") # Run NetMHCPan: for HLA alleles not called before if(!file.exists(paste0("temp/netMHCPan40/input/",mut_tmp,".fasta"))) next if(!file.exists(paste0("temp/netMHCPan40/output/",mut_tmp,"5.xls"))) system(paste0("/home/labgroups/ccgg/tools/netMHCpan-4.0/netMHCpan -a `head temp/netMHCPan40/Other_HLA_alleles.txt` -f temp/netMHCPan40/input/",mut_tmp,".fasta -inptype 0 -l 8,9,10,11 -BA -xls -xlsfile temp/netMHCPan40/output/",mut_tmp,"5.xls > /dev/null")) # Import results for(i in c(1:5)){ gene_mhc1_filename<- paste0("temp/netMHCPan40/output/",mut_tmp,i,'.xls') gene_mhc1<- read.table(gene_mhc1_filename,header = T, stringsAsFactors = F,sep ="\t",quote = "",skip=1) # Only select peptides with actual mutation present idx_core<- which(gene_mhc1$Pos%in%0:10) # Cannever start at position 11 (12) or higher idx_core<- intersect(idx_core,which(nchar(gene_mhc1$Peptide)+gene_mhc1$Pos>10)) # Remove pos 0 (1) for 8/9/10-mers, ... gene_mhc1<- gene_mhc1[idx_core,] # Get ranks gene_mhc1_rank<- gene_mhc1[,grep("Rank",colnames(gene_mhc1))] colnames(gene_mhc1_rank)<- setdiff(unlist(strsplit(readLines(gene_mhc1_filename,n=1),"\t")),"") # Calculate PBR if(i==1) PBR_tmp<- apply(gene_mhc1_rank,MARGIN = 2, "min") else PBR_tmp<- c(PBR_tmp,apply(gene_mhc1_rank,MARGIN = 2, "min")) } # PHBR for each sample PBR_all_alleles<- cbind( PBR_tmp[HLA_t$HLA_A1], PBR_tmp[HLA_t$HLA_A2], PBR_tmp[HLA_t$HLA_B1], PBR_tmp[HLA_t$HLA_B2], PBR_tmp[HLA_t$HLA_C1], PBR_tmp[HLA_t$HLA_C2] ) rownames(PBR_all_alleles)<- rownames(HLA_t) PHBR_tmp<- apply(PBR_all_alleles,1,"harmonic_mean") # Put to HLA matrix common_samples<- intersect(rownames(HLA_matrix),names(PHBR_tmp)) # 8760 HLA_matrix[common_samples,mut_tmp]<- PHBR_tmp[common_samples] } save(mut_matrix, HLA_matrix, CCLE_maf_driver, file="data/CCLE_data.RData")
#!/usr/bin/env Rscript options(error = function() { traceback(2); stop("Error encountered") } ) C_CHR <- "chr" C_START <- "start" C_STOP <- "stop" C_HCLUST_METHODS <- c("ward.D", "ward.D2", "single", "complete", "average", "mcquitty", "median", "centroid") C_OUTPUT_FORMAT <- c("pdf", "png") ## also including some globals: infercnv.env <- new.env() infercnv.env$GLOBAL_NUM_THREADS <- 1 # default is single-threaded. #' @importFrom grDevices col2rgb colorRampPalette dev.off pdf png rgb #' @importFrom graphics abline axis boxplot hist image layout lines mtext par plot points rect text title legend #' @importFrom stats as.dendrogram as.dist cutree density dist filter median order.dendrogram quantile reorder sd complete.cases cor t.test p.adjust predict rnorm runif smooth.spline var wilcox.test dnorm ecdf ks.test lm nls pnorm qgamma qnorm rbinom rchisq rgamma rlnorm rnbinom rpois shapiro.test update #' @importFrom utils flush.console read.table write.table tail read.csv #' @import futile.logger #' @importFrom methods setClass new is #' @importFrom gplots bluered #' @importFrom ape write.tree as.phylo #' @importFrom fastcluster hclust #' @import RColorBrewer #' @importFrom Matrix Matrix rowMeans colSums #' @importFrom dplyr %>% count #' @import fitdistrplus #' @import foreach #' @import doParallel #' @import future #' @import coda #' @import ggplot2 #' @import argparse #' @importFrom edgeR estimateDisp #' @importFrom caTools runmean #' @importFrom coin oneway_test pvalue #' @importFrom reshape melt #' @importFrom rjags jags.model coda.samples #' @importFrom BiocGenerics counts t #' @importFrom SummarizedExperiment start colData rowData assays assays<- rowData<- colData<- #' @importFrom SingleCellExperiment SingleCellExperiment #' @importFrom tidyr gather #' @importFrom parallel detectCores #' @importFrom gridExtra ttheme_default tableGrob gtable_combine marrangeGrob NULL
/R/inferCNV_constants.R
no_license
gegegui/infercnv
R
false
false
1,910
r
#!/usr/bin/env Rscript options(error = function() { traceback(2); stop("Error encountered") } ) C_CHR <- "chr" C_START <- "start" C_STOP <- "stop" C_HCLUST_METHODS <- c("ward.D", "ward.D2", "single", "complete", "average", "mcquitty", "median", "centroid") C_OUTPUT_FORMAT <- c("pdf", "png") ## also including some globals: infercnv.env <- new.env() infercnv.env$GLOBAL_NUM_THREADS <- 1 # default is single-threaded. #' @importFrom grDevices col2rgb colorRampPalette dev.off pdf png rgb #' @importFrom graphics abline axis boxplot hist image layout lines mtext par plot points rect text title legend #' @importFrom stats as.dendrogram as.dist cutree density dist filter median order.dendrogram quantile reorder sd complete.cases cor t.test p.adjust predict rnorm runif smooth.spline var wilcox.test dnorm ecdf ks.test lm nls pnorm qgamma qnorm rbinom rchisq rgamma rlnorm rnbinom rpois shapiro.test update #' @importFrom utils flush.console read.table write.table tail read.csv #' @import futile.logger #' @importFrom methods setClass new is #' @importFrom gplots bluered #' @importFrom ape write.tree as.phylo #' @importFrom fastcluster hclust #' @import RColorBrewer #' @importFrom Matrix Matrix rowMeans colSums #' @importFrom dplyr %>% count #' @import fitdistrplus #' @import foreach #' @import doParallel #' @import future #' @import coda #' @import ggplot2 #' @import argparse #' @importFrom edgeR estimateDisp #' @importFrom caTools runmean #' @importFrom coin oneway_test pvalue #' @importFrom reshape melt #' @importFrom rjags jags.model coda.samples #' @importFrom BiocGenerics counts t #' @importFrom SummarizedExperiment start colData rowData assays assays<- rowData<- colData<- #' @importFrom SingleCellExperiment SingleCellExperiment #' @importFrom tidyr gather #' @importFrom parallel detectCores #' @importFrom gridExtra ttheme_default tableGrob gtable_combine marrangeGrob NULL
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/Sql.R \name{renderTranslateQuerySql.ffdf} \alias{renderTranslateQuerySql.ffdf} \title{Render, translate, and query to ffdf} \usage{ renderTranslateQuerySql.ffdf( connection, sql, errorReportFile = file.path(getwd(), "errorReport.txt"), snakeCaseToCamelCase = FALSE, oracleTempSchema = NULL, ... ) } \arguments{ \item{connection}{The connection to the database server.} \item{sql}{The SQL to be send.} \item{errorReportFile}{The file where an error report will be written if an error occurs. Defaults to 'errorReport.txt' in the current working directory.} \item{snakeCaseToCamelCase}{If true, field names are assumed to use snake_case, and are converted to camelCase.} \item{oracleTempSchema}{A schema that can be used to create temp tables in when using Oracle or Impala.} \item{...}{Parameters that will be used to render the SQL.} } \value{ An ffdf object } \description{ This function renders, and translates SQL, sends it to the server, and returns the results as an ffdf object } \details{ This function calls the \code{render} and \code{translate} functions in the SqlRender package before calling \code{\link{querySql.ffdf}}. } \examples{ \dontrun{ connectionDetails <- createConnectionDetails(dbms = "postgresql", server = "localhost", user = "root", password = "blah", schema = "cdm_v4") conn <- connect(connectionDetails) persons <- renderTranslatequerySql.ffdf(conn, sql = "SELECT * FROM @schema.person", schema = "cdm_synpuf") disconnect(conn) } }
/man/renderTranslateQuerySql.ffdf.Rd
permissive
CristianPachacama/DatabaseConnector
R
false
true
1,818
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/Sql.R \name{renderTranslateQuerySql.ffdf} \alias{renderTranslateQuerySql.ffdf} \title{Render, translate, and query to ffdf} \usage{ renderTranslateQuerySql.ffdf( connection, sql, errorReportFile = file.path(getwd(), "errorReport.txt"), snakeCaseToCamelCase = FALSE, oracleTempSchema = NULL, ... ) } \arguments{ \item{connection}{The connection to the database server.} \item{sql}{The SQL to be send.} \item{errorReportFile}{The file where an error report will be written if an error occurs. Defaults to 'errorReport.txt' in the current working directory.} \item{snakeCaseToCamelCase}{If true, field names are assumed to use snake_case, and are converted to camelCase.} \item{oracleTempSchema}{A schema that can be used to create temp tables in when using Oracle or Impala.} \item{...}{Parameters that will be used to render the SQL.} } \value{ An ffdf object } \description{ This function renders, and translates SQL, sends it to the server, and returns the results as an ffdf object } \details{ This function calls the \code{render} and \code{translate} functions in the SqlRender package before calling \code{\link{querySql.ffdf}}. } \examples{ \dontrun{ connectionDetails <- createConnectionDetails(dbms = "postgresql", server = "localhost", user = "root", password = "blah", schema = "cdm_v4") conn <- connect(connectionDetails) persons <- renderTranslatequerySql.ffdf(conn, sql = "SELECT * FROM @schema.person", schema = "cdm_synpuf") disconnect(conn) } }
testlist <- list(m = NULL, repetitions = 0L, in_m = structure(c(2.31584307392687e+77, 4.09661819939949e+305, 1.22810536108214e+146, 4.12396251261199e-221, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), .Dim = c(5L, 7L))) result <- do.call(CNull:::communities_individual_based_sampling_beta,testlist) str(result)
/CNull/inst/testfiles/communities_individual_based_sampling_beta/AFL_communities_individual_based_sampling_beta/communities_individual_based_sampling_beta_valgrind_files/1615829005-test.R
no_license
akhikolla/updatedatatype-list2
R
false
false
361
r
testlist <- list(m = NULL, repetitions = 0L, in_m = structure(c(2.31584307392687e+77, 4.09661819939949e+305, 1.22810536108214e+146, 4.12396251261199e-221, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), .Dim = c(5L, 7L))) result <- do.call(CNull:::communities_individual_based_sampling_beta,testlist) str(result)
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/data.R \docType{data} \name{curatedMarkers_human} \alias{curatedMarkers_human} \title{Curated cell type markers for hand-selected cell types (Human)} \format{: A list of gene symbols for different tissues/cell-types} \source{ \url{http://compbio.mit.edu/ACTIONet/} } \usage{ curatedMarkers_human } \description{ Curated cell type markers for hand-selected cell types (Human) } \keyword{datasets}
/man/curatedMarkers_human.Rd
no_license
shmohammadi86/ACTIONet_legacy
R
false
true
476
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/data.R \docType{data} \name{curatedMarkers_human} \alias{curatedMarkers_human} \title{Curated cell type markers for hand-selected cell types (Human)} \format{: A list of gene symbols for different tissues/cell-types} \source{ \url{http://compbio.mit.edu/ACTIONet/} } \usage{ curatedMarkers_human } \description{ Curated cell type markers for hand-selected cell types (Human) } \keyword{datasets}
context("Comparing three vectors") test_that("Identifies if identical", { expect_true(compare_three(1:10, 1:10, 1:10)) expect_false(compare_three(c("a", "a"), c("a", "a"), c("a", "b"))) expect_length(compare_three(c("a", "a"), c("a", "a"), c("a", "b"), result = "itemized"), 2) }) test_that("Fails on different length", { expect_error(compare_three(1:10, 1:10, 1:100), regexp = ".*must\\shave\\slength.*") })
/tests/testthat/test-comparing-three.R
permissive
konradzdeb/KEmisc
R
false
false
444
r
context("Comparing three vectors") test_that("Identifies if identical", { expect_true(compare_three(1:10, 1:10, 1:10)) expect_false(compare_three(c("a", "a"), c("a", "a"), c("a", "b"))) expect_length(compare_three(c("a", "a"), c("a", "a"), c("a", "b"), result = "itemized"), 2) }) test_that("Fails on different length", { expect_error(compare_three(1:10, 1:10, 1:100), regexp = ".*must\\shave\\slength.*") })
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/recurrent.r \name{recurrent.marginal.mean} \alias{recurrent.marginal.mean} \title{Estimates marginal mean of recurrent events} \usage{ recurrent.marginal.mean(recurrent, death) } \arguments{ \item{recurrent}{aalen model for recurrent events} \item{death}{aalen model for recurrent events} } \description{ Fitting two aalen models for death and recurent events these are combined to prducte the estimator \deqn{ \int_0^t S(u) dR(u) } the mean number of recurrent events, here \deqn{ S(u) } is the probability of survival, and \deqn{ dR(u) } is the probability of an event among survivors. } \details{ IID versions used for Ghosh & Lin (2000) variance. See also mets package for quick version of this for large data mets:::recurrent.marginal, these two version should give the same when there are no ties. } \examples{ \donttest{ ### get some data using mets simulaitons library(mets) data(base1cumhaz) data(base4cumhaz) data(drcumhaz) dr <- drcumhaz base1 <- base1cumhaz base4 <- base4cumhaz rr <- simRecurrent(100,base1,death.cumhaz=dr) rr$x <- rnorm(nrow(rr)) rr$strata <- floor((rr$id-0.01)/50) drename(rr) <- start+stop~entry+time ar <- aalen(Surv(start,stop,status)~+1+cluster(id),data=rr,resample.iid=1 ,max.clust=NULL) ad <- aalen(Surv(start,stop,death)~+1+cluster(id),data=rr,resample.iid=1, ,max.clust=NULL) mm <- recurrent.marginal.mean(ar,ad) with(mm,plot(times,mu,type="s")) with(mm,lines(times,mu+1.96*se.mu,type="s",lty=2)) with(mm,lines(times,mu-1.96*se.mu,type="s",lty=2)) } } \references{ Ghosh and Lin (2002) Nonparametric Analysis of Recurrent events and death, Biometrics, 554--562. } \author{ Thomas Scheike } \keyword{survival}
/man/recurrent.marginal.mean.Rd
no_license
scheike/timereg
R
false
true
1,866
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/recurrent.r \name{recurrent.marginal.mean} \alias{recurrent.marginal.mean} \title{Estimates marginal mean of recurrent events} \usage{ recurrent.marginal.mean(recurrent, death) } \arguments{ \item{recurrent}{aalen model for recurrent events} \item{death}{aalen model for recurrent events} } \description{ Fitting two aalen models for death and recurent events these are combined to prducte the estimator \deqn{ \int_0^t S(u) dR(u) } the mean number of recurrent events, here \deqn{ S(u) } is the probability of survival, and \deqn{ dR(u) } is the probability of an event among survivors. } \details{ IID versions used for Ghosh & Lin (2000) variance. See also mets package for quick version of this for large data mets:::recurrent.marginal, these two version should give the same when there are no ties. } \examples{ \donttest{ ### get some data using mets simulaitons library(mets) data(base1cumhaz) data(base4cumhaz) data(drcumhaz) dr <- drcumhaz base1 <- base1cumhaz base4 <- base4cumhaz rr <- simRecurrent(100,base1,death.cumhaz=dr) rr$x <- rnorm(nrow(rr)) rr$strata <- floor((rr$id-0.01)/50) drename(rr) <- start+stop~entry+time ar <- aalen(Surv(start,stop,status)~+1+cluster(id),data=rr,resample.iid=1 ,max.clust=NULL) ad <- aalen(Surv(start,stop,death)~+1+cluster(id),data=rr,resample.iid=1, ,max.clust=NULL) mm <- recurrent.marginal.mean(ar,ad) with(mm,plot(times,mu,type="s")) with(mm,lines(times,mu+1.96*se.mu,type="s",lty=2)) with(mm,lines(times,mu-1.96*se.mu,type="s",lty=2)) } } \references{ Ghosh and Lin (2002) Nonparametric Analysis of Recurrent events and death, Biometrics, 554--562. } \author{ Thomas Scheike } \keyword{survival}
## Put comments here that give an overall description of what your ## functions do ## Adding comments ## 'makeCacheMatrix' initializes the makeCacheMatrix 'object' using the matrix ## given in the function argument makeCacheMatrix <- function(x = matrix()) { ## Initialize an empty variable for the inverse inv <- NULL ## 'set' creates a setter function which can be used to set 'x' ## (a matrix which has a value in the parent scope i.e. makeCachMatrix) ## to a new value. It also sets the 'inv' variable (also in parent scope) ## to NULL set <- function(y) { x <<- y inv <<- NULL } ## 'get' creates a getter function for the current value of 'x' get <- function() x ## 'setinverse' creates a setter function which takes an argument ## (i.e. 'inverse') and assigns it to the 'inv' variable (in the parent scope). ## this function will be used cacheSolve function to store ## the inverse calculated there setinverse <- function(inverse) inv <<-inverse ## 'getinverse', like 'get' retrieves the current value of 'inv' getinverse <- function() inv ## the returned list below allows other environments to access the values ## within makeCacheMatrix using names list(set = set, get = get, setinverse = setinverse, getinverse = getinverse) } ## 'cacheSolve' takes a 'makeCacheMatrix' object as an argument and checks if an inverse ## has been calculated. If it has (i.e. the 'inv' parameter is not set to NULL) then that ## value is returned. If not, it is calculated and then stored in the object cacheSolve <- function(x, ...) { ## Get 'inv' parameter from 'x' inv <- x$getinverse() ## Check if an inverse value exists in 'x' if(!is.null(inv)){ ## if yes, retrieve and return this value message('retrieving cached inverse') return(inv) } ## if an inverse value isn't found, get the matrix from 'x'... matrix <- x$get() ## ... then calculate its inverse... inv <- solve(matrix) ## ...and store it back in 'x's 'inv' parameter... x$setinverse(inv) ##... and finally display to user inv }
/cachematrix.R
no_license
mayanatid/ProgrammingAssignment2
R
false
false
2,533
r
## Put comments here that give an overall description of what your ## functions do ## Adding comments ## 'makeCacheMatrix' initializes the makeCacheMatrix 'object' using the matrix ## given in the function argument makeCacheMatrix <- function(x = matrix()) { ## Initialize an empty variable for the inverse inv <- NULL ## 'set' creates a setter function which can be used to set 'x' ## (a matrix which has a value in the parent scope i.e. makeCachMatrix) ## to a new value. It also sets the 'inv' variable (also in parent scope) ## to NULL set <- function(y) { x <<- y inv <<- NULL } ## 'get' creates a getter function for the current value of 'x' get <- function() x ## 'setinverse' creates a setter function which takes an argument ## (i.e. 'inverse') and assigns it to the 'inv' variable (in the parent scope). ## this function will be used cacheSolve function to store ## the inverse calculated there setinverse <- function(inverse) inv <<-inverse ## 'getinverse', like 'get' retrieves the current value of 'inv' getinverse <- function() inv ## the returned list below allows other environments to access the values ## within makeCacheMatrix using names list(set = set, get = get, setinverse = setinverse, getinverse = getinverse) } ## 'cacheSolve' takes a 'makeCacheMatrix' object as an argument and checks if an inverse ## has been calculated. If it has (i.e. the 'inv' parameter is not set to NULL) then that ## value is returned. If not, it is calculated and then stored in the object cacheSolve <- function(x, ...) { ## Get 'inv' parameter from 'x' inv <- x$getinverse() ## Check if an inverse value exists in 'x' if(!is.null(inv)){ ## if yes, retrieve and return this value message('retrieving cached inverse') return(inv) } ## if an inverse value isn't found, get the matrix from 'x'... matrix <- x$get() ## ... then calculate its inverse... inv <- solve(matrix) ## ...and store it back in 'x's 'inv' parameter... x$setinverse(inv) ##... and finally display to user inv }
<!DOCTYPE html> <!-- saved from url=(0025)https://www.facebook.com/ --> <html lang="en" id="facebook" class=" sidebarMode sidebarCapable"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><script>function envFlush(a){function b(c){for(var d in a)c[d]=a[d];}if(window.requireLazy){window.requireLazy(['Env'],b);}else{Env=window.Env||{};b(Env);}}envFlush({"ajaxpipe_token":"AXhG3tSqvRJmNqlT","lhsh":"dAQHGHzv1","khsh":"0`sj`e`rm`s-0fdu^gshdoer-0gc^eurf-3gc^eurf;1;enbtldou;fduDmdldourCxO`ld-2YLMIuuqSdptdru;qsnunuxqd;rdoe"});</script><script>CavalryLogger=false;</script><noscript>&lt;meta http-equiv="refresh" content="0; URL=/?_fb_noscript=1" /&gt;</noscript><meta name="referrer" content="default" id="meta_referrer"> <link type="text/css" rel="stylesheet" href="./ui_files/j4z2phr21KX.css"> <link type="text/css" rel="stylesheet" href="./ui_files/EwszTllbSDz.css"> <link type="text/css" rel="stylesheet" href="./ui_files/6NZWqI2y-fd.css"> <link type="text/css" rel="stylesheet" href="./ui_files/PuhbUonU7qS.css"> <script src="./ui_files/dWOQpEVLiz_.js" crossorigin="anonymous"></script> <script>requireLazy(["Bootloader"], function(Bootloader) {Bootloader.loadEarlyResources({"oA+g0":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yi\/r\/phJi1G6gWBK.js"},"A3tsq":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yq\/r\/YpyINpZk66m.js"},"ZQfFN":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yT\/r\/lODl09x38xv.js"},"AbNEf":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/p4NQmz_DOGR.js"}});});</script><script></script><title id="pageTitle">Facebook</title><noscript>&lt;meta http-equiv="X-Frame-Options" content="DENY" /&gt;</noscript><link rel="shortcut icon" href="https://fbstatic-a.akamaihd.net/rsrc.php/yl/r/H3nktOa7ZMg.ico"> <link type="text/css" rel="stylesheet" href="./ui_files/xIENlqq3bNu.css"> <link type="text/css" rel="stylesheet" href="./ui_files/yKsltlPeIkj.css"> <link type="text/css" rel="stylesheet" href="./ui_files/uY4EBT1IuMz.css"> <link type="text/css" rel="stylesheet" href="./ui_files/xLtQjDknzkm.css"> <link type="text/css" rel="stylesheet" href="./ui_files/SMkhrGn8jD7.css"> <link type="text/css" rel="stylesheet" href="./ui_files/K8vhk76tHM0.css"> <script>(require("ServerJSDefine")).handleDefines([["URLFragmentPreludeConfig",[],{"incorporateQuicklingFragment":true,"hashtagRedirect":true},137],["BootloaderConfig",[],{},329]]);new (require("ServerJS"))().handle({"require":[["markJSEnabled"],["lowerDomain"],["URLFragmentPrelude"],["Bootloader"],["SidebarPrelude","addSidebarMode",[],[1258]]]});</script><script src="./ui_files/phJi1G6gWBK.js" async="" crossorigin="anonymous"></script><script src="./ui_files/YpyINpZk66m.js" async="" crossorigin="anonymous"></script><script src="./ui_files/lODl09x38xv.js" async="" crossorigin="anonymous"></script><script src="./ui_files/p4NQmz_DOGR.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/tjT_-akH-OF.css"><link rel="stylesheet" type="text/css" href="./ui_files/48O9yQoVg6T.css"><script src="./ui_files/IhQlJd5DVKL.js" async="" crossorigin="anonymous"></script><script src="./ui_files/7oZ_bUjy-x_.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/Tp5H8FgXL-n.css"><script src="./ui_files/agHH9NOc5WO.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/y45aGYrpL0T.css"><script src="./ui_files/hyxClz7bEht.js" async="" crossorigin="anonymous"></script><script src="./ui_files/fL22r63mEGA.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/d1-A8jrS3GA.css"><script src="./ui_files/__0y6zedrME.js" async="" crossorigin="anonymous"></script><script src="./ui_files/9G_33yah2iv.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/NB1sWNC3NuB.css"><link rel="stylesheet" type="text/css" href="./ui_files/n51SEGr4yZd.css"><link rel="stylesheet" type="text/css" href="./ui_files/k3CHctFxJjC.css"><link rel="stylesheet" type="text/css" href="./ui_files/4uCLtsOJzJW.css"><link rel="stylesheet" type="text/css" href="./ui_files/v88mUs6FXBQ.css"><link rel="stylesheet" type="text/css" href="./ui_files/pB245Yjxhs6.css"><link rel="stylesheet" type="text/css" href="./ui_files/uClNkck-FMB.css"><script src="./ui_files/GjANcgORD6q.js" async="" crossorigin="anonymous"></script><script src="./ui_files/quUWtaym-Dj.js" async="" crossorigin="anonymous"></script><script src="./ui_files/w-fYgVxn0sX.js" async="" crossorigin="anonymous"></script><script src="./ui_files/0VlHnvyRMyv.js" async="" crossorigin="anonymous"></script><script src="./ui_files/JvK_C44obT2.js" async="" crossorigin="anonymous"></script><script src="./ui_files/rHIO34pJd07.js" async="" crossorigin="anonymous"></script><script src="./ui_files/rjYJ7AVAtwq.js" async="" crossorigin="anonymous"></script><script src="./ui_files/xcQiH23CjJ0.js" async="" crossorigin="anonymous"></script><script src="./ui_files/unAQYb6wkHo.js" async="" crossorigin="anonymous"></script><script src="./ui_files/YJdaunsP1m4.js" async="" crossorigin="anonymous"></script><script src="./ui_files/6BXe-OpMLeg.js" async="" crossorigin="anonymous"></script><script src="./ui_files/9FvcGPgxnlb.js" async="" crossorigin="anonymous"></script><script src="./ui_files/K31A6M5ilc7.js" async="" crossorigin="anonymous"></script><script src="./ui_files/gSCl6H9ahV4.js" async="" crossorigin="anonymous"></script><script src="./ui_files/PP5HyCpDWAU.js" async="" crossorigin="anonymous"></script><script src="./ui_files/lUxyD14TPRr.js" async="" crossorigin="anonymous"></script><script src="./ui_files/v3i-nWnq6XU.js" async="" crossorigin="anonymous"></script><script src="./ui_files/G5IxSCpjuIf.js" async="" crossorigin="anonymous"></script><script src="./ui_files/3hoWhkPBVTH.js" async="" crossorigin="anonymous"></script><script src="./ui_files/Z-oKK1u4937.js" async="" crossorigin="anonymous"></script><script src="./ui_files/mVj2ywD6j2s.js" async="" crossorigin="anonymous"></script><script src="./ui_files/twBVRY-naah.js" async="" crossorigin="anonymous"></script><script src="./ui_files/J13_7rPguZk.js" async="" crossorigin="anonymous"></script><script src="./ui_files/Y0YIpRscXqh.js" async="" crossorigin="anonymous"></script><script src="./ui_files/cqkWa_JNz4G.js" async="" crossorigin="anonymous"></script><script src="./ui_files/pAc87nDlP8L.js" async="" crossorigin="anonymous"></script><script src="./ui_files/QpNB45Jzokg.js" async="" crossorigin="anonymous"></script><script src="./ui_files/zpH8G9EHR_2.js" async="" crossorigin="anonymous"></script><script src="./ui_files/nNl0SVNvvpw.js" async="" crossorigin="anonymous"></script><script src="./ui_files/apZveIG5EOp.js" async="" crossorigin="anonymous"></script><script src="./ui_files/DMxPFaIKbZs.js" async="" crossorigin="anonymous"></script><script src="./ui_files/kF5sBvoCgxe.js" async="" crossorigin="anonymous"></script><script src="./ui_files/OfOQmxq5uom.js" async="" crossorigin="anonymous"></script><script src="./ui_files/IQc0ALCNDHy.js" async="" crossorigin="anonymous"></script><script src="./ui_files/fFDIu2q2EgI.js" async="" crossorigin="anonymous"></script><script src="./ui_files/JcxdV2lb-4r.js" async="" crossorigin="anonymous"></script><script src="./ui_files/LhDGcct_70g.js" async="" crossorigin="anonymous"></script><script src="./ui_files/aF6I85qovE-.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/5AJjD2C7XGl.css"><script src="./ui_files/znYE9KMXN4Z.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/4nOI4EAMKK0.css"><script src="./ui_files/IwUJikSnnG6.js" async="" crossorigin="anonymous"></script><script src="./ui_files/yD_aKStGKbW.js" async="" crossorigin="anonymous"></script><script src="./ui_files/xRqPd5jdRXP.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/bjrH8Hliq-J.css"><link rel="stylesheet" type="text/css" href="./ui_files/lbC_H6pD-7v.css"><link rel="stylesheet" type="text/css" href="./ui_files/Uv--uo4VUQi.css"><script src="./ui_files/ptyii9PEF3Q.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/jSMBLXphVvd.css"><link rel="stylesheet" type="text/css" href="./ui_files/xH3-OJhoqIV.css"><link rel="stylesheet" type="text/css" href="./ui_files/Fuz2ZlpDbFA.css"><script src="./ui_files/JE8HRGDUUam.js" async="" crossorigin="anonymous"></script><script src="./ui_files/WnkkdsHM0JV.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/xpKlAYEJGLV.css"><link rel="stylesheet" type="text/css" href="./ui_files/HcV9X_akPn_.css"><script src="./ui_files/z2faVw73_aa.js" async="" crossorigin="anonymous"></script><script src="./ui_files/6QvdZ6KuzBm.js" async="" crossorigin="anonymous"></script><script src="./ui_files/iqqxHqHkZcL.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/g7R8d27P_Qq.css"><script src="./ui_files/XZ2-FjjwKeI.js" async="" crossorigin="anonymous"></script><script src="./ui_files/YT3KHj2muA-.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/-TE3gJAI1Cz.css"><link rel="stylesheet" type="text/css" href="./ui_files/-Auh1UK5Odv.css"><script src="./ui_files/ikNxuHdjWq1.js" async="" crossorigin="anonymous"></script><script src="./ui_files/D6fbdLIHaUu.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/WbxhXuM-psp.css"></head><body class="hasLeftCol home composerExpanded _5vb_ fbx _5p3y webkit chrome mac Locale_en_US" dir="ltr"><div class="_li"><div id="pagelet_bluebar"><div id="blueBarDOMInspector" class="_21mm slim"><div id="blueBarNAXAnchor" class="_hdd _xxp fixed_elem"><div class="_5luh clearfix _5luh" role="banner"><div class="_59g8"><a class="accessible_elem" href="https://www.facebook.com/#newsFeedHeading" target="newsFeedHeading" id="u_0_1">Skip to News Feed</a><h1 class="_5lus" id="u_0_f"><a data-gt="{&quot;chrome_nav_item&quot;:&quot;logo_chrome&quot;}" href="https://www.facebook.com/?ref=logo"><i class="img sp_gPysIaDCTmE sx_5ddf0f"><u>Facebook</u></i></a></h1><div class="clearfix _e9t"><div class="rfloat _ohf"><ul class="_2exj clearfix" role="navigation"><li class="_4fn6 navItem firstItem litestandNavItem"><a class="_2dpe _1ayn" href="https://www.facebook.com/mayur.kumar.77" title="Timeline" data-gt="{&quot;chrome_nav_item&quot;:&quot;timeline_chrome&quot;}" accesskey="2"><img class="_s0 _2dpc _rw img" src="./ui_files/10492488_855847354444948_8753844995165142862_n.jpg" alt="" id="profile_pic_header_100000590753545"><span class="_2dpb">Mayur</span></a></li><li class="_2pdh _3zm- navItem middleItem _55bi litestandNavItem _55bh" id="u_0_g"><a class="_1ayn" data-gt="{&quot;chrome_nav_item&quot;:&quot;home_chrome&quot;}" href="https://www.facebook.com/?ref=tn_tnmn" accesskey="1">Home<div class="_5ah- _5ahy"><div class="_5ahz"></div></div></a></li><li class="navItem _56lq"></li><li class="_nji navItem"><div class="_3t_z notifCentered notifGentleAppReceipt"><div class="uiToggle _4962 _3nzl" id="fbRequestsJewel"><a class="jewelButton" aria-labelledby="requestsCountWrapper" href="https://www.facebook.com/#" rel="toggle" role="button" name="requests" data-gt="{&quot;ua_id&quot;:&quot;jewel:requests&quot;}" data-target="fbRequestsFlyout" aria-haspopup="true" aria-owns="fbRequestsFlyout"><i class="jewelButtonHcm img sp_gPysIaDCTmE sx_cebb6e"></i><span class="jewelCount"><span class="_5ugh _3z_5 hidden_elem" id="requestsCountValue">0</span><i class="accessible_elem"> Requests</i></span></a><div id="fbRequestsFlyout" class="__tw toggleTargetClosed _3nzk uiToggleFlyout"><div class="jewelBeeperHeader"><div class="beeperNubWrapper"><div class="beeperNub"></div></div></div><ul class="jewelItemList _3nzp" id="fbRequestsList" data-referrer="fbRequestsList"><div id="fbRequestsJewelLoading"><div id="fbRequestsJewelLoadingContent"><div class="uiHeader uiHeaderBottomBorder jewelHeader requestsUnitTitle"><div class="clearfix uiHeaderTop"><div class="requestsJewelLinks uiHeaderActions rfloat _ohf"><div class="fsm fwn fcg"><a href="https://www.facebook.com/?sk=ff" accesskey="3">Find Friends</a> · <a ajaxify="/ajax/settings/granular_privacy/can_friend.php" rel="dialog" href="https://www.facebook.com/#" role="button">Settings</a></div></div><div><h3 class="uiHeaderTitle">Friend Requests</h3></div></div></div><img class="jewelLoading img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"></div><div class="jewelFooter"><a class="seeMore" href="https://www.facebook.com/friends/requests/?fcref=jwl"><span>See All</span></a></div></div></ul></div></div><div class="uiToggle _4962 _1z4y" id="u_0_2"><a class="jewelButton" aria-labelledby="mercurymessagesCountWrapper" href="https://www.facebook.com/#" rel="toggle" role="button" name="mercurymessages" data-gt="{&quot;ua_id&quot;:&quot;jewel:mercurymessages&quot;}" data-target="fbMessagesFlyout" aria-haspopup="true" aria-owns="fbMessagesFlyout"><i class="jewelButtonHcm img sp_gPysIaDCTmE sx_21706f"></i><span class="jewelCount"><span class="_5ugh _3z_5 hidden_elem" id="mercurymessagesCountValue">0</span><i class="accessible_elem"> Messages</i></span></a><div id="fbMessagesFlyout" class="__tw _1y2l uiToggleFlyout toggleTargetClosed"><div class="jewelBeeperHeader"><div class="beeperNubWrapper"><div class="beeperNub"></div></div></div><div class="uiHeader uiHeaderBottomBorder jewelHeader"><div class="clearfix uiHeaderTop"><a class="uiHeaderActions rfloat _ohf" href="https://www.facebook.com/ajax/messaging/composer.php" accesskey="m" rel="dialog" role="button" id="u_0_3" tabindex="0">Send a New Message</a><div><h3 class="uiHeaderTitle"><div><a class="mrm _1sdi _1sdd _1sde" href="https://www.facebook.com/#" role="button">Inbox<span class="_1sdj _1sdg">(38)</span></a><a class="_1sdi _1v8t _1sdf" href="https://www.facebook.com/#" role="button">Other<span class="_1sdj _1sdh">(7)</span></a></div></h3></div></div></div><div class="uiScrollableArea fade uiScrollableAreaWithShadow contentAfter" style="width:430px;height:325px;" id="MercuryJewelThreadList"><div class="uiScrollableAreaWrap scrollable" aria-label="Scrollable region" role="group" tabindex="0"><div class="uiScrollableAreaBody" style="width:430px;"><div class="uiScrollableAreaContent"><ul class="uiList jewelItemList jewelHighlight _4kg _6-h _6-j _4kt"><li><div class="jewelContent"><div><li><a class="messagesContent" href="https://www.facebook.com/messages/1139985295" role="button"><div class="clearfix"><div class="MercuryThreadImage _8o _8s lfloat _ohe"><div size="50" class="_55lt" style="width:50px;height:50px;" data-reactid=".95"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n.jpg" width="50" height="50" alt="" class="img" data-reactid=".95.0"></div></div><div class="clearfix _42ef"><div class="snippetThumbnail rfloat _ohf"><span class="_56hv hidden_elem"><i style="background-image: url(/images/blank.gif);"></i></span><span class="hidden_elem"><span class="_56hy"></span><span class="_56hv"><i style="background-image: url(/images/blank.gif);"></i></span></span></div><div class="content fsm fwn fcg"><div class="author"><strong>Satya Prakash</strong><span class="presenceIndicator presenceListener_1139985295"></span></div><div class="snippet preview fsm fwn fcg"><span><span class="MercuryRepliedIndicator seenByListener"></span><span class="MercuryAttachmentIndicator"></span>ui</span></div><div class="time"><abbr title="Today" data-utime="1406494743.002" class="timestamp">2:29am</abbr></div></div></div></div><div class="x_div"><div class="_5c9q" data-hover="tooltip" aria-label="Mark as Unread"></div></div></a></li><li class="jewelItemNew"><a class="messagesContent" href="https://www.facebook.com/messages/750680493" role="button"><div class="clearfix"><div class="MercuryThreadImage _8o _8s lfloat _ohe"><div size="50" class="_55lt" style="width:50px;height:50px;" data-reactid=".96"><img src="./ui_files/1959374_10153805104400494_1295435059_n.jpg" width="50" height="50" alt="" class="img" data-reactid=".96.0"></div></div><div class="clearfix _42ef"><div class="snippetThumbnail rfloat _ohf"><span class="_56hv hidden_elem"><i style="background-image: url(/images/blank.gif);"></i></span><span class="hidden_elem"><span class="_56hy"></span><span class="_56hv"><i style="background-image: url(/images/blank.gif);"></i></span></span></div><div class="content fsm fwn fcg"><div class="author"><strong><span>Debashish Sinha (3)</span></strong><span class="presenceIndicator presenceListener_750680493"></span></div><div class="snippet preview fsm fwn fcg"><span><span class="MercuryRepliedIndicator seenByListener"></span>be</span></div><div class="time"><abbr title="Saturday" data-utime="1406359629.461" class="timestamp">12:57pm</abbr></div></div></div></div><div class="x_div"><div class="_5c9q" data-hover="tooltip" aria-label="Mark as Read"></div></div></a></li><li class="jewelItemNew"><a class="messagesContent" href="https://www.facebook.com/messages/1836900805" role="button"><div class="clearfix"><div class="MercuryThreadImage _8o _8s lfloat _ohe"><div size="50" class="_55lt" style="width:50px;height:50px;" data-reactid=".97"><img src="./ui_files/1425715_10200166512685669_876894750_n.jpg" width="50" height="50" alt="" class="img" data-reactid=".97.0"></div></div><div class="clearfix _42ef"><div class="snippetThumbnail rfloat _ohf"><span class="_56hv hidden_elem"><i style="background-image: url(/images/blank.gif);"></i></span><span class="hidden_elem"><span class="_56hy"></span><span class="_56hv"><i style="background-image: url(/images/blank.gif);"></i></span></span></div><div class="content fsm fwn fcg"><div class="author"><strong><span>Ramanagoud Parakanalli (2)</span></strong><span class="presenceIndicator presenceListener_1836900805"></span></div><div class="snippet preview fsm fwn fcg"><span><span class="MercuryRepliedIndicator seenByListener"></span><span class="_1az _1a- _2gn"></span></span></div><div class="time"><abbr title="Thursday" data-utime="1406222572.291" class="timestamp">Thu</abbr></div></div></div></div><div class="x_div"><div class="_5c9q" data-hover="tooltip" aria-label="Mark as Read"></div></div></a></li><li><a class="messagesContent" href="https://www.facebook.com/messages/607733450" role="button"><div class="clearfix"><div class="MercuryThreadImage _8o _8s lfloat _ohe"><div size="50" class="_55lt" style="width:50px;height:50px;" data-reactid=".98"><img src="./ui_files/10489982_10152342663828451_1700033478094368756_n.jpg" width="50" height="50" alt="" class="img" data-reactid=".98.0"></div></div><div class="clearfix _42ef"><div class="snippetThumbnail rfloat _ohf"><span class="_56hv hidden_elem"><i style="background-image: url(/images/blank.gif);"></i></span><span class="hidden_elem"><span class="_56hy"></span><span class="_56hv"><i style="background-image: url(/images/blank.gif);"></i></span></span></div><div class="content fsm fwn fcg"><div class="author"><strong>Saumya Verma</strong><span class="presenceIndicator presenceListener_607733450"></span></div><div class="snippet preview fsm fwn fcg"><span><span class="MercuryRepliedIndicator seenByListener"></span>Mai bhi theek hu <span class="emoticon_text" aria-hidden="true">:)</span><span title=":)" class="emoticon emoticon_smile"></span></span></div><div class="time"><abbr title="Thursday" data-utime="1406220131.646" class="timestamp">Thu</abbr></div></div></div></div><div class="x_div"><div class="_5c9q" data-hover="tooltip" aria-label="Mark as Unread"></div></div></a></li><li><a class="messagesContent" href="https://www.facebook.com/messages/504153371" role="button"><div class="clearfix"><div class="MercuryThreadImage _8o _8s lfloat _ohe"><div size="50" class="_55lt" style="width:50px;height:50px;" data-reactid=".99"><img src="./ui_files/994470_10152207885323372_6403415396523104172_n.jpg" width="50" height="50" alt="" class="img" data-reactid=".99.0"></div></div><div class="clearfix _42ef"><div class="snippetThumbnail rfloat _ohf"><span class="_56hv hidden_elem"><i style="background-image: url(/images/blank.gif);"></i></span><span class="hidden_elem"><span class="_56hy"></span><span class="_56hv"><i style="background-image: url(/images/blank.gif);"></i></span></span></div><div class="content fsm fwn fcg"><div class="author"><strong>Sneha Choudhary</strong><span class="presenceIndicator presenceListener_504153371"></span></div><div class="snippet preview fsm fwn fcg"><span><span class="MercuryRepliedIndicator seenByListener repliedLast"></span>Hi Sneha..</span></div><div class="time"><abbr title="Wednesday" data-utime="1406128422.486" class="timestamp">Wed</abbr></div></div></div></div><div class="x_div"><div class="_5c9q" data-hover="tooltip" aria-label="Mark as Unread"></div></div></a></li><li><a class="messagesContent" href="https://www.facebook.com/messages/537165995" role="button"><div class="clearfix"><div class="MercuryThreadImage _8o _8s lfloat _ohe"><div size="50" class="_55lt" style="width:50px;height:50px;" data-reactid=".9a"><img src="./ui_files/10505425_10152557839315996_7475969937511343698_n.jpg" width="50" height="50" alt="" class="img" data-reactid=".9a.0"></div></div><div class="clearfix _42ef"><div class="snippetThumbnail rfloat _ohf"><span class="_56hv hidden_elem"><i style="background-image: url(/images/blank.gif);"></i></span><span class="hidden_elem"><span class="_56hy"></span><span class="_56hv"><i style="background-image: url(/images/blank.gif);"></i></span></span></div><div class="content fsm fwn fcg"><div class="author"><strong>Himangshu Jyoti Hazarika</strong><span class="presenceIndicator presenceListener_537165995"></span></div><div class="snippet preview fsm fwn fcg"><span><span class="MercuryRepliedIndicator seenByListener repliedLast"></span>Sure</span></div><div class="time"><abbr title="Monday" data-utime="1405939497.645" class="timestamp">Mon</abbr></div></div></div></div><div class="x_div"><div class="_5c9q" data-hover="tooltip" aria-label="Mark as Unread"></div></div></a></li></div></div><img class="jewelLoading img hidden_elem" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"></li></ul><div class="clearfix uiMorePager stat_elem _8y5 uiMorePagerLight _52jv"><div><a class="pam uiBoxWhite topborder _8y6 uiMorePagerPrimary" rel="async" href="https://www.facebook.com/#" role="button">Show Older<i class="mts mls arrow img sp_6H68Ux8tLRN sx_5fa4eb"></i></a><span class="uiMorePagerLoader pam uiBoxWhite topborder _8y6"><img class="img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"></span></div></div></div></div></div><div class="uiScrollableAreaTrack" style="opacity: 0;"><div class="uiScrollableAreaGripper" style="height: 270.2720207253886px; top: 0px;"></div></div></div><div id="MercuryJewelFooter"><div class="jewelFooter"><a class="seeMore" href="https://www.facebook.com/messages/" accesskey="4"><span>See All</span></a></div></div></div></div><div class="uiToggle _4962 _4xi2 west" id="fbNotificationsJewel"><a class="jewelButton" aria-labelledby="notificationsCountWrapper" href="https://www.facebook.com/#" rel="toggle" role="button" name="notifications" data-gt="{&quot;ua_id&quot;:&quot;jewel:notifications&quot;}" data-target="fbNotificationsFlyout" aria-haspopup="true" aria-owns="fbNotificationsFlyout"><i class="jewelButtonHcm img sp_zx-0ABL3iAw sx_9bd663"></i><span class="jewelCount"><span class="_5ugh _3z_5 hidden_elem" id="notificationsCountValue">0</span><i class="accessible_elem"> Notifications</i></span></a><div id="fbNotificationsFlyout" class="__tw toggleTargetClosed _4xi1 uiToggleFlyout"><div class="jewelBeeperHeader"><div class="beeperNubWrapper"><div class="beeperNub"></div></div></div><div class="uiHeader uiHeaderBottomBorder jewelHeader"><div class="clearfix uiHeaderTop"><div class="rfloat _ohf"><h3 class="accessible_elem">Notifications</h3><div class="uiHeaderActions fsm fwn fcg"><a href="https://www.facebook.com/#" role="button" id="u_0_4">Mark as Read</a> · <a href="https://www.facebook.com/settings?tab=notifications&section=on_facebook" target="_blank">Settings</a></div></div><div><h3 class="uiHeaderTitle" aria-hidden="true">Notifications</h3></div></div></div><div class="_33p"><div id="u_0_5"><div class="_50-t" data-reactid=".y"><div width="430" class="uiScrollableArea fade uiScrollableAreaWithShadow" data-reactid=".y.0" height="464" style="height: 420px;"><div class="uiScrollableAreaWrap scrollable" data-reactid=".y.0.0"><div class="uiScrollableAreaBody" data-reactid=".y.0.0.0" style="width: 430px;"><div class="uiScrollableAreaContent" data-reactid=".y.0.0.0.0"><ul data-gt="{&quot;ref&quot;:&quot;notif_jewel&quot;,&quot;jewel&quot;:&quot;notifications&quot;}" data-reactid=".y.0.0.0.0.0"><li class="_33c" data-gt="{&quot;alert_id&quot;:143478183,&quot;app_id&quot;:2305272732,&quot;unread&quot;:0,&quot;context_id&quot;:10203279858731239,&quot;from_uids&quot;:{&quot;1388417017&quot;:&quot;1388417017&quot;,&quot;682736689&quot;:&quot;682736689&quot;,&quot;662549740&quot;:&quot;662549740&quot;,&quot;100000597944227&quot;:&quot;100000597944227&quot;,&quot;602211466&quot;:&quot;602211466&quot;},&quot;notif_type&quot;:&quot;photo_reply&quot;}" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0"><div class="anchorContainer" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0"><a id="notif_flyout_100000590753545:143478183" href="https://www.facebook.com/photo.php?fbid=10203279858731239&set=a.4040748571082.163432.1052839092&type=1&comment_id=10203280848235976&offset=0&total_comments=31&ref=notif&notif_t=photo_reply" ajaxify="https://www.facebook.com/photo.php?fbid=10203279858731239&amp;set=a.4040748571082.163432.1052839092&amp;type=1&amp;comment_id=10203280848235976&amp;offset=0&amp;total_comments=31&amp;ref=notif&amp;notif_t=photo_reply" class="_33e" rel="theater" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$left"><span class="img _8o _8r _33h" style="background-image:url(https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xfp1/t1.0-1/p50x50/10401488_10204367576094679_8816058433061417573_n.jpg);" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$left.0"><img src="./ui_files/notif_flyout_indicator.png" class="flyoutNoIndicator" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$left.0.0"></span></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0"><div class="_ohf rfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$right"><img src="./ui_files/10356011_10203279858731239_1889946027844198260_n.jpg" class="_42td" aria-hidden="true" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$right.0"></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left"><div class="_42ef" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0"><div class="_4l_v" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0"><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0.$range0:0">Emadul Hasan</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0.$text1:0:$0:0">, </span><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0.$range1:0">Mayank Goel</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0.$text2:0:$0:0"> and 3 others also commented on </span><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0.$range2:0">Udit Negi</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0.$end:0:$0:0">'s photo.</span></span><div class="_33f clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2.$left"><img class="img _8o _8r _10cu" src="./ui_files/nW-U1RPGDdA.png" alt="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2.$left.0"></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2.$right.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0"><abbr class="_33g livetimestamp" title="Monday, July 28, 2014 at 12:13am" data-utime="1406486621" data-shorten="true" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0.0">2 hrs</abbr></span></div></div></div></div></div></div></div></div></div></div></a><a href="https://www.facebook.com/#" class="_55m9 _5c9_" role="button" aria-label="Read" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.1"></a></div></li><li class="_33c" data-gt="{&quot;alert_id&quot;:143381490,&quot;app_id&quot;:19675640871,&quot;unread&quot;:0,&quot;context_id&quot;:10152277826583479,&quot;from_uids&quot;:{&quot;532810186&quot;:&quot;532810186&quot;,&quot;707625796&quot;:&quot;707625796&quot;,&quot;581860218&quot;:&quot;581860218&quot;,&quot;631845375&quot;:&quot;631845375&quot;,&quot;100002098234331&quot;:&quot;100002098234331&quot;},&quot;notif_type&quot;:&quot;mentions_comment&quot;}" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0"><div class="anchorContainer" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0"><a id="notif_flyout_100000590753545:143381490" href="https://www.facebook.com/permalink.php?story_fbid=10152277826583479&id=579808478&comment_id=10152281005363479&offset=0&total_comments=6&ref=notif&notif_t=mentions_comment" class="_33e" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$left"><span class="img _8o _8r _33h" style="background-image:url(https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xpf1/t1.0-1/p50x50/10356274_10154333565780187_1804881492984713889_n.jpg);" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$left.0"><img src="./ui_files/notif_flyout_indicator.png" class="flyoutNoIndicator" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$left.0.0"></span></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0"><div class="_ohf rfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$right"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$right.0"></span></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left"><div class="_42ef" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0"><div class="_4l_v" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.0"><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.0.$range0:0">Neha Singh</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.0.$text1:0:$0:0">, </span><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.0.$range1:0">Supratik Mishra</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.0.$end:0:$0:0"> and 3 others commented on a status that you're tagged in.</span></span><div class="_33f clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2.$left"><img class="img _8o _8r _10cu" src="./ui_files/nW-U1RPGDdA.png" alt="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2.$left.0"></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2.$right.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0"><abbr class="_33g livetimestamp" title="Sunday, July 27, 2014 at 10:11pm" data-utime="1406479271" data-shorten="true" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0.0">4 hrs</abbr></span></div></div></div></div></div></div></div></div></div></div></a><a href="https://www.facebook.com/#" class="_55m9 _5c9_" role="button" aria-label="Read" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.1"></a><a class="_4ah _55m9 uiCloseButton" data-gt="{&quot;alert_id&quot;:143381490,&quot;app_id&quot;:19675640871,&quot;unread&quot;:0,&quot;context_id&quot;:10152277826583480,&quot;from_uids&quot;:{&quot;532810186&quot;:&quot;532810186&quot;,&quot;581860218&quot;:&quot;581860218&quot;,&quot;631845375&quot;:&quot;631845375&quot;,&quot;707625796&quot;:&quot;707625796&quot;,&quot;100002098234331&quot;:&quot;100002098234331&quot;},&quot;notif_type&quot;:&quot;mentions_comment&quot;,&quot;negative_feedback&quot;:&quot;negative_click&quot;}" href="https://www.facebook.com/#" role="button" aria-label="Turn Off" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.2"><img class="uiCloseButtonHighContrast img" src="./ui_files/close.png" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.2.0"></a></div></li><li class="_33c" data-gt="{&quot;alert_id&quot;:143475159,&quot;app_id&quot;:2409997254,&quot;unread&quot;:0,&quot;context_id&quot;:10152277861618479,&quot;from_uids&quot;:{&quot;532810186&quot;:&quot;532810186&quot;},&quot;subtype&quot;:&quot;comment-comment&quot;,&quot;notif_type&quot;:&quot;like&quot;}" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0"><div class="anchorContainer" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0"><a id="notif_flyout_100000590753545:143475159" href="https://www.facebook.com/permalink.php?story_fbid=10152277826583479&id=579808478&comment_id=10152277861618479&ref=notif&notif_t=like" class="_33e" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$left"><span class="img _8o _8r _33h" style="background-image:url(https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xpf1/t1.0-1/p50x50/10356274_10154333565780187_1804881492984713889_n.jpg);" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$left.0"><img src="./ui_files/notif_flyout_indicator.png" class="flyoutNoIndicator" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$left.0.0"></span></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0"><div class="_ohf rfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$right"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$right.0"></span></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left"><div class="_42ef" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0"><div class="_4l_v" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.0"><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.0.$range0:0">Neha Singh</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.0.$end:0:$0:0"> likes your comment: "Arre yaar sahi mahaul hai...."</span></span><div class="_33f clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2.$left"><img class="img _8o _8r _10cu" src="./ui_files/QSjhWQt47wv.png" alt="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2.$left.0"></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2.$right.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0"><abbr class="_33g livetimestamp" title="Sunday, July 27, 2014 at 10:10pm" data-utime="1406479257" data-shorten="true" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0.0">4 hrs</abbr></span></div></div></div></div></div></div></div></div></div></div></a><a href="https://www.facebook.com/#" class="_55m9 _5c9_" role="button" aria-label="Read" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.1"></a></div></li><li class="_33c _4af" data-gt="{&quot;alert_id&quot;:143461067,&quot;app_id&quot;:210831918949520,&quot;unread&quot;:2,&quot;context_id&quot;:210831918949520,&quot;from_uids&quot;:{&quot;666916153&quot;:&quot;666916153&quot;,&quot;558221377&quot;:&quot;558221377&quot;},&quot;notif_type&quot;:&quot;app_invite&quot;,&quot;fbsource&quot;:1001,&quot;type&quot;:&quot;click2canvas&quot;,&quot;ref&quot;:&quot;notif_jewel&quot;,&quot;request_fbids&quot;:[767270659962680,1448786102054294]}" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0"><div class="anchorContainer" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0"><a id="notif_flyout_100000590753545:143461067" href="https://apps.facebook.com/candycrush/?fb_source=notification&request_ids=767270659962680%2C1448786102054294&ref=notif&app_request_type=user_to_user&notif_t=app_invite" class="_33e" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$left"><span class="img _8o _8r _33h" style="background-image:url(https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xaf1/v/t1.0-1/c66.66.828.828/s50x50/5283_10151838597331154_872785682_n.jpg?oh=f6d1c64179d5c15afb16d4b00999d7cd&amp;oe=5434377A&amp;__gda__=1414535345_de6e12ea1fad98768b0e139e6d9fd725);" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$left.0"><img src="./ui_files/notif_flyout_indicator.png" class="flyoutNoIndicator" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$left.0.0"></span></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0"><div class="_ohf rfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$right"><img src="./ui_files/10173495_757386157627424_390424487_n.png" class="_42td" aria-hidden="true" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$right.0"></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left"><div class="_42ef" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0"><div class="_4l_v" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0"><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0.$range0:0">Aditya Saurabh</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0.$text1:0:$0:0"> and </span><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0.$range1:0">Nalin Jha</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0.$text2:0:$0:0"> invited you to play </span><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0.$range2:0">Candy Crush Saga</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0.$end:0:$0:0">.</span></span><div class="_33f clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2.$left"><img class="img _8o _8r _10cu" src="./ui_files/10173495_757386157627424_390424487_n(1).png" alt="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2.$left.0"></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2.$right.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0"><abbr class="_33g livetimestamp" title="Sunday, July 27, 2014 at 8:22pm" data-utime="1406472721" data-shorten="true" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0.0">6 hrs</abbr></span></div></div></div></div></div></div></div></div></div></div></a><a href="https://www.facebook.com/#" class="_55m9 _5c9q" role="button" aria-label="Mark as Read" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.1"></a><a class="_4ah _55m9 uiCloseButton" data-gt="{&quot;alert_id&quot;:143461067,&quot;app_id&quot;:210831918949520,&quot;unread&quot;:2,&quot;context_id&quot;:210831918949520,&quot;from_uids&quot;:{&quot;558221377&quot;:&quot;558221377&quot;,&quot;666916153&quot;:&quot;666916153&quot;},&quot;notif_type&quot;:&quot;app_invite&quot;,&quot;fbsource&quot;:1001,&quot;type&quot;:&quot;click2canvas&quot;,&quot;ref&quot;:&quot;notif_jewel&quot;,&quot;request_fbids&quot;:[767270659962680,1448786102054294],&quot;negative_feedback&quot;:&quot;negative_click&quot;}" href="https://www.facebook.com/#" role="button" aria-label="Turn Off" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.2"><img class="uiCloseButtonHighContrast img" src="./ui_files/close.png" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.2.0"></a></div></li></ul><img src="./ui_files/indicator_blue_small.gif" class="_33i" data-reactid=".y.0.0.0.0.1"></div></div></div><div class="uiScrollableAreaTrack invisible_elem"><div class="uiScrollableAreaGripper hidden_elem"></div></div></div></div></div></div><div class="jewelFooter" id="u_0_6"><a class="seeMore" href="https://www.facebook.com/notifications" accesskey="5"><span>See All</span></a></div></div></div></div></li><li class="navItem middleItem _5cop _55bh" id="navPrivacy"><div class="uiToggle _8-a _4962" id="u_0_8"><a data-onclick="[[&quot;PrivacyLiteFlyout&quot;,&quot;loadBody&quot;]]" class="_59fc _1ayn" aria-labelledby="privacyFlyoutLabel" href="https://www.facebook.com/#" rel="toggle" role="button" aria-haspopup="true" aria-owns="u_0_7"><div class="_59fb" id="privacyFlyoutLabel"><i class="accessible_elem">Privacy Shortcuts</i></div></a><div class="_8-b __tw toggleTargetClosed uiToggleFlyout" id="u_0_7"><div class="jewelBeeperHeader"><div class="beeperNubWrapper"><div class="beeperNub"></div></div></div><div class="uiHeader uiHeaderBottomBorder _26y1"><div class="clearfix uiHeaderTop"><div class="rfloat _ohf"><h3 class="accessible_elem">Privacy Shortcuts</h3><a class="_d1r uiHeaderActions" href="https://www.facebook.com/#" role="button"><i class="img sp_xFwBv1W8Ynk sx_681f1a"><u>Search</u></i></a></div><div><h3 class="uiHeaderTitle" aria-hidden="true">Privacy Shortcuts</h3></div></div></div><div id="fbPrivacyLiteFlyoutLoading"><img class="_26y2 img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"></div><div class="_bxv"><div class="_awf"><a class="_awi" href="https://www.facebook.com/#" role="button" id="u_0_9"><i class="default img sp_gPysIaDCTmE sx_ab490d"></i></a><span class="uiSearchInput _awh" id="u_0_a"><span><input type="text" class="inputtext DOMControl_placeholder" maxlength="100" aria-label="Search" name="query" placeholder="Search for help" autocomplete="off" value="Search for help"><button type="submit" title="Search for help"><span class="accessible_elem">Search for help</span></button></span></span><a class="_awj hidden_elem" href="https://www.facebook.com/#" role="button" id="u_0_b"></a></div><div class="_awg"><div class="_awk hidden_elem" id="u_0_h"></div><div class="_awl hidden_elem" id="u_0_i"><img class="img" src="./ui_files/jKEcVPZFk-2.gif" alt="" width="32" height="32"></div></div></div><div class="_4_8m"></div><div class="_26y3"><a class="_5cw0" href="https://www.facebook.com/settings/?tab=privacy&privacy_source=privacy_lite">See More Settings</a><a class="_5cw1" href="https://www.facebook.com/help/?ref=privacy_lite" target="_blank">Visit Help Center</a></div></div></div></li><li class="_3tmp" id="u_0_j"><a class="_1xn5 _1ayn" id="pageLoginAnchor" href="https://www.facebook.com/editaccount.php?ref=mb&drop" rel="toggle" role="button" aria-haspopup="true" aria-controls="userNavigation" aria-labelledby="userNavigationLabel"><div class="_50__" id="userNavigationLabel">Account Settings</div></a><div class="navigation" id="userNavigation" role="menu navigation" aria-label="Account Menu"><div class="jewelBeeperHeader"><div class="beeperNubWrapper"><div class="beeperNub"></div></div></div><ul><li role="menuitem"><a class="navSubmenu" href="https://www.facebook.com/pages/create/?ref_type=logout_gear">Create Page</a></li><li class="menuDivider"></li><li role="menuitem"><a class="navSubmenu" href="https://www.facebook.com/campaign/landing.php?placement=tcr&campaign_id=276899725739312&extra_1=auto">Create Ads</a></li><li role="menuitem"><a class="navSubmenu" href="https://www.facebook.com/campaign/landing.php?placement=tad&campaign_id=264263327005748&extra_1=auto">Advertising on Facebook</a></li><li class="menuDivider"></li><li role="menuitem"><a class="navSubmenu" accesskey="7" href="https://www.facebook.com/mayur.kumar.77/allactivity?privacy_source=activity_log_top_menu"><div class="clearfix"><div class="lfloat _ohe">Activity Log</div><span class="count _5wk0 mls rfloat _ohf uiSideNavCount uiSideNavCountInline"><span class="countValue fss">60</span></span></div></a></li><li role="menuitem"><a class="navSubmenu" href="https://www.facebook.com/settings" accesskey="6">Settings</a></li><li id="user_chooser_settings_menu_replaceme" class="hidden_elem"></li><li role="menuitem"><form id="logout_form" method="post" action="https://www.facebook.com/logout.php" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="fb_dtsg" value="AQFcXAeFeVL6" autocomplete="off"><input type="hidden" autocomplete="off" name="ref" value="mb"><input type="hidden" autocomplete="off" name="h" value="AfdveCfCYR9jrhoC"><label class="uiLinkButton navSubmenu"><input class="uiLinkButtonInput" type="submit" value="Log Out"></label></form></li><li class="menuDivider"></li><li role="menuitem"><a class="navSubmenu" href="https://www.facebook.com/help/?ref=drop" id="navHelpCenter" target="_blank" ajaxify="/help/ajax/contextual/?page_type=364455653583099" rel="async"><div class="clearfix"><div class="lfloat _ohe">Help</div><img class="rfloat _ohf uiLoadingIndicatorAsync img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"></div></a></li><li role="menuitem"><a class="navSubmenu" ajaxify="/help/ajax/report_a_problem" rel="dialog" href="https://www.facebook.com/#" role="button">Report a Problem</a></li></ul></div></li></ul></div><div class="_585-" role="search"><i class="_585_"></i><div class="uiTypeahead _5860" data-ft="{&quot;tn&quot;:&quot;+Q&quot;}" id="u_0_d"><div class="wrap"><input type="hidden" autocomplete="off" class="hiddenInput"><div class="innerWrap"><div class="_5861 textInput _586g _586p focus_target" id="u_0_e" style="font-size: 14px;"><div class="_586j">Search for people, places and things</div><div class="_586k hidden_elem"></div><input type="text" class="inputtext _586f DOMControl_placeholder hidden_elem" name="q" value="Search for people, places and things" autocomplete="off" onfocus="Bootloader.loadModules([&quot;FacebarTypeaheadNavigation&quot;,&quot;FacebarTypeaheadDecorateEntities&quot;,&quot;FacebarTypeaheadDisambiguateResults&quot;,&quot;FacebarTypeaheadSeeMoreSerp&quot;,&quot;FacebarTypeaheadSizeAdjuster&quot;,&quot;FacebarTypeaheadShortcut&quot;,&quot;FacebarTypeaheadQuickSelect&quot;,&quot;FacebarTypeaheadAutoWidth&quot;,&quot;FacebarTypeaheadMagGo&quot;,&quot;FacebarTypeaheadSelectAll&quot;,&quot;FacebarTypeaheadPrefixLengthOrderedCache&quot;,&quot;FacebarTypeaheadRecorderBasic&quot;,&quot;FacebarTypeaheadHashtagResult&quot;,&quot;FacebarTypeaheadSearchMap&quot;,&quot;FacebarTypeaheadCore&quot;,&quot;FacebarTypeaheadView&quot;,&quot;FacebarDataSource&quot;,&quot;FacebarTypeahead&quot;], emptyFunction);" placeholder="Search for people, places and things" aria-label="Search for people, places and things" tabindex="-1"><div class="_586i" onfocus="Bootloader.loadModules([&quot;FacebarTypeaheadNavigation&quot;,&quot;FacebarTypeaheadDecorateEntities&quot;,&quot;FacebarTypeaheadDisambiguateResults&quot;,&quot;FacebarTypeaheadSeeMoreSerp&quot;,&quot;FacebarTypeaheadSizeAdjuster&quot;,&quot;FacebarTypeaheadShortcut&quot;,&quot;FacebarTypeaheadQuickSelect&quot;,&quot;FacebarTypeaheadAutoWidth&quot;,&quot;FacebarTypeaheadMagGo&quot;,&quot;FacebarTypeaheadSelectAll&quot;,&quot;FacebarTypeaheadPrefixLengthOrderedCache&quot;,&quot;FacebarTypeaheadRecorderBasic&quot;,&quot;FacebarTypeaheadHashtagResult&quot;,&quot;FacebarTypeaheadSearchMap&quot;,&quot;FacebarTypeaheadCore&quot;,&quot;FacebarTypeaheadView&quot;,&quot;FacebarDataSource&quot;,&quot;FacebarTypeahead&quot;], emptyFunction);" role="textbox" aria-autocomplete="list" aria-expanded="false" aria-owns="js_0" aria-haspopup="true" contenteditable="true" spellcheck="false" tabindex="1"></div><input type="text" tabindex="-1" style="position: absolute; top: 0px; left: -100px; width: 1px; height: 1px;"></div></div></div></div></div></div></div></div><div class="_7fw"><div class="_7fz" id="u_0_k"></div><div class="_7fx"></div></div><div class="pagesVoiceBar"><div id="pagesVoiceBarContent"></div><div id="pagesVoiceBarShadow"></div></div></div></div></div><div id="globalContainer" class="uiContextualLayerParent"><div id="content" class="fb_content clearfix"><div><div id="toolbarContainer" class="hidden_elem"><div id="toolbarContainer" class="hidden_elem"></div></div><div id="mainContainer"><div id="leftCol"><div id="pagelet_welcome_box" data-referrer="pagelet_welcome_box"><div class="clearfix fbxWelcomeBox litestandClassicWelcomeBox" data-gt="{&quot;ref&quot;:&quot;bookmarks&quot;}"><a class="fbxWelcomeBoxBlock _8o _8s lfloat _ohe" aria-hidden="true" data-gt="{&quot;bmid&quot;:100000590753545,&quot;count&quot;:0,&quot;bookmark_type&quot;:&quot;type_self_timeline&quot;}" href="https://www.facebook.com/mayur.kumar.77" tabindex="-1"><img class="_s0 fbxWelcomeBoxImg _rw img" src="./ui_files/10492488_855847354444948_8753844995165142862_n.jpg" alt="" id="profile_pic_welcome_100000590753545"></a><div class="_42ef"><div class="_6a prs"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><a class="fbxWelcomeBoxName" data-gt="{&quot;bmid&quot;:100000590753545,&quot;count&quot;:0,&quot;bookmark_type&quot;:&quot;type_self_timeline&quot;}" href="https://www.facebook.com/mayur.kumar.77">Mayur Kumar</a><a href="https://www.facebook.com/mayur.kumar.77?sk=info&edit=eduwork&ref=home_edit_profile">Edit Profile</a></div></div></div></div></div><div id="pagelet_navigation" data-referrer="pagelet_navigation"><div class="_5plv"><div aria-label="Apps" role="navigation" class="uiFutureSideNav" data-gt="{&quot;ref&quot;:&quot;bookmarks&quot;}" id="sideNav" data-ft="{&quot;tn&quot;:&quot;+H&quot;}"><div id="pagelet_pinned_nav" data-referrer="pagelet_pinned_nav"><div class="homeSideNav" id="pinnedNav"><h4 class="navHeader accessible_elem">FAVORITES</h4><div class="mts mbm droppableNav"><ul class="uiSideNav" data-gt="{&quot;nav_items_count&quot;:&quot;3&quot;,&quot;nav_section&quot;:&quot;pinnedNav&quot;,&quot;bm_sec&quot;:&quot;pinnedNav&quot;}"><li class="sideNavItem stat_elem selectedItem open" data-bookmarkid="4748854339" id="navItem_app_4748854339"><div class="_6a uiPopover uiSideNavAux" id="u_0_3n"><a class="_2jq5 _p" aria-label="Sort options" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_3o"></a></div><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_3q"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit News Feed" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_3r"></a></div></div><a class="item clearfix" href="https://www.facebook.com/?sk=nf" title="News Feed" data-gt="{&quot;bmid&quot;:&quot;4748854339&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_newsfeed&quot;,&quot;rank&quot;:&quot;1&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_2b1c6e"></i></span><div class="linkWrap noCount">News Feed</div></div></a></li><li class="sideNavItem stat_elem" data-bookmarkid="217974574879787" id="navItem_app_217974574879787"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_3k"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Messages" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_3l"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/messages/" title="Messages" data-gt="{&quot;bmid&quot;:&quot;217974574879787&quot;,&quot;count&quot;:&quot;39&quot;,&quot;bookmark_type&quot;:&quot;type_facebook_app&quot;,&quot;rank&quot;:&quot;2&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">38</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_e0e00d"></i></span><div class="linkWrap hasCount">Messages</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="2344061033" id="navItem_app_2344061033"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_3t"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Events" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_3u"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/events/list?ref=46" title="Events" data-gt="{&quot;bmid&quot;:&quot;2344061033&quot;,&quot;count&quot;:&quot;1&quot;,&quot;bookmark_type&quot;:&quot;type_facebook_app&quot;,&quot;rank&quot;:&quot;3&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">1</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_QJMnTnphIUg sx_f54935"></i></span><div class="linkWrap hasCount">Events</div></div></a><span class="mover hidden_elem"></span></li></ul><div class="actionLinks stat_elem"><a class="navEditDone" href="https://www.facebook.com/#" data-endpoint="/ajax/bookmark/edit/" role="button"><span class="navEdit">Edit</span><span class="navDone">Done</span></a><span class="img _55ym _55yn _55yo loadingIndicator" aria-label="Loading..." aria-busy="1"></span></div></div></div></div><div id="pagelet_bookmark_nav" data-referrer="pagelet_bookmark_nav"><div><div class="homeSideNav" id="groupsNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}"><h4 class="navHeader"><a href="https://www.facebook.com/browsegroups/?category=membership&ref=bookmark_header"><div class="clearfix"><div class="lfloat _ohe">GROUPS</div><span class="mrm rfloat _ohf"><div class="bookmarksNavSeeAll">More</div><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span></span></div></a></h4><ul class="uiSideNav mts mbm nonDroppableNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}" data-gt="{&quot;nav_items_count&quot;:&quot;14&quot;,&quot;nav_section&quot;:&quot;groupsNav&quot;,&quot;bm_sec&quot;:&quot;groupsNav&quot;}"><li class="sideNavItem stat_elem" data-bookmarkid="697850363602950" id="navItem_group_697850363602950"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_52"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit lets do it guys ;)" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_53"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/697850363602950/" title="lets do it guys ;)" data-gt="{&quot;bmid&quot;:&quot;697850363602950&quot;,&quot;count&quot;:&quot;7&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;1&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">7</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/_9rFHMj4DIY.png" alt="" width="16" height="16"></span><div class="linkWrap hasCount">lets do it guys ;)</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="1486334851608134" id="navItem_group_1486334851608134"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4b"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit राष्ट्रकवि रामधारी सिंह &quot;दिनकर&quot;" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4c"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/1486334851608134/" title="राष्ट्रकवि रामधारी सिंह &quot;दिनकर&quot;" data-gt="{&quot;bmid&quot;:&quot;1486334851608134&quot;,&quot;count&quot;:&quot;7&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;2&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">7</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_7ce2bb"></i></span><div class="linkWrap hasCount">राष्ट्रकवि रामधारी सिंह "दिनकर"</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="458089457642810" id="navItem_group_458089457642810"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4e"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit MDI Job Referrals" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4f"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/mdigurgaon/" title="MDI Job Referrals" data-gt="{&quot;bmid&quot;:&quot;458089457642810&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;3&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/3OYk4ErGiUt.png" alt="" width="16" height="16"></span><div class="linkWrap noCount">MDI Job Referrals</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="398637273528511" id="navItem_group_398637273528511"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4h"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit MIT Manipal Alumni Open group" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4i"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/mitmanipalalumni/" title="MIT Manipal Alumni Open group" data-gt="{&quot;bmid&quot;:&quot;398637273528511&quot;,&quot;count&quot;:&quot;25&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;4&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_jQ50cqjcfGy sx_98b83e"></i></span><div class="linkWrap hasCount">MIT Manipal Alumni Open group</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="284314518394092" id="navItem_group_284314518394092"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_55"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Travel Buddy" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_56"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/284314518394092/" title="Travel Buddy" data-gt="{&quot;bmid&quot;:&quot;284314518394092&quot;,&quot;count&quot;:&quot;25&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;5&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_db668e"></i></span><div class="linkWrap hasCount">Travel Buddy</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="288841594499715" id="navItem_group_288841594499715"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4k"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit I&amp;CT MIT Manipal" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4l"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/288841594499715/" title="I&amp;CT MIT Manipal" data-gt="{&quot;bmid&quot;:&quot;288841594499715&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;6&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_e7c025"></i></span><div class="linkWrap noCount">I&amp;CT MIT Manipal</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="150893991629890" id="navItem_group_150893991629890"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4n"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Beehad Hard Gane 90 ke dashak ke" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4o"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/150893991629890/" title="Beehad Hard Gane 90 ke dashak ke" data-gt="{&quot;bmid&quot;:&quot;150893991629890&quot;,&quot;count&quot;:&quot;25&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;7&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_e7c025"></i></span><div class="linkWrap hasCount">Beehad Hard Gane 90 ke dashak ke</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="137568023111395" id="navItem_group_137568023111395"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4q"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit MDI PGP 2012 - 14" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4r"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/137568023111395/" title="MDI PGP 2012 - 14" data-gt="{&quot;bmid&quot;:&quot;137568023111395&quot;,&quot;count&quot;:&quot;17&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;8&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">17</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_jQ50cqjcfGy sx_98b83e"></i></span><div class="linkWrap hasCount">MDI PGP 2012 - 14</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="248292315251935" id="navItem_group_248292315251935"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4t"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit In loving memory of a friend" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4u"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/248292315251935/" title="In loving memory of a friend" data-gt="{&quot;bmid&quot;:&quot;248292315251935&quot;,&quot;count&quot;:&quot;17&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;9&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">17</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_e7c025"></i></span><div class="linkWrap hasCount">In loving memory of a friend</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="137645986366973" id="navItem_group_137645986366973"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4w"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit MDI PGP 2012-14" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4x"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/mdi.pgp.2014/" title="MDI PGP 2012-14" data-gt="{&quot;bmid&quot;:&quot;137645986366973&quot;,&quot;count&quot;:&quot;25&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;10&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/_9rFHMj4DIY.png" alt="" width="16" height="16"></span><div class="linkWrap hasCount">MDI PGP 2012-14</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="345181272212991" id="navItem_group_345181272212991"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4z"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit MADSAM TINZIN" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_50"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/345181272212991/" title="MADSAM TINZIN" data-gt="{&quot;bmid&quot;:&quot;345181272212991&quot;,&quot;count&quot;:&quot;25&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;11&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_e7c025"></i></span><div class="linkWrap hasCount">MADSAM TINZIN</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="1453691111529322" id="navItem_app_1453691111529322"><div class="buttonWrap"></div><a class="item clearfix" href="https://www.facebook.com/browsegroups/?category=membership&ref=bookmarks&dismissnux=1" title="Manage Your Groups" data-gt="{&quot;bmid&quot;:&quot;1453691111529322&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_group_tool&quot;,&quot;rank&quot;:&quot;12&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/p8wxhmZcSa_.png" alt="" width="16" height="16"></span><div class="linkWrap noCount">Manage Your Groups</div></div></a></li><li class="sideNavItem stat_elem" data-bookmarkid="637803516301738" id="navItem_app_637803516301738"><div class="buttonWrap"></div><a class="item clearfix" href="https://www.facebook.com/browsegroups?ref=bookmarks&dismissnux=true" title="Find New Groups" data-gt="{&quot;bmid&quot;:&quot;637803516301738&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_group_tool&quot;,&quot;rank&quot;:&quot;13&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/TbPApve0wPE.png" alt="" width="16" height="16"></span><div class="linkWrap noCount">Find New Groups</div></div></a></li><li class="sideNavItem stat_elem" data-bookmarkid="230259100322928" id="navItem_app_230259100322928"><div class="buttonWrap"></div><a class="item clearfix" rel="dialog" href="https://www.facebook.com/ajax/groups/create_get.php?ref=bookmarks" title="Create Group" data-gt="{&quot;bmid&quot;:&quot;230259100322928&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_group_tool&quot;,&quot;rank&quot;:&quot;14&quot;}" role="button"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_0d2f32"></i></span><div class="linkWrap noCount">Create Group</div></div></a></li></ul></div><div class="homeSideNav" id="appsNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}"><h4 class="navHeader"><a href="https://www.facebook.com/bookmarks/apps"><div class="clearfix"><div class="lfloat _ohe">APPS</div><span class="mrm rfloat _ohf"><div class="bookmarksNavSeeAll">More</div><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span></span></div></a></h4><ul class="uiSideNav mts mbm nonDroppableNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}" data-gt="{&quot;nav_items_count&quot;:&quot;8&quot;,&quot;nav_section&quot;:&quot;appsNav&quot;,&quot;bm_sec&quot;:&quot;appsNav&quot;}"><li class="sideNavItem stat_elem" data-bookmarkid="140332009231" id="navItem_app_140332009231"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_58"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Apps and Games" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_59"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/games/?from_bookmark=1" title="Games" data-gt="{&quot;bmid&quot;:&quot;140332009231&quot;,&quot;count&quot;:&quot;33&quot;,&quot;bookmark_type&quot;:&quot;type_game_tool&quot;,&quot;rank&quot;:&quot;1&quot;,&quot;type&quot;:&quot;click2appcenter&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/3JtZHx9TaF3.png" alt="" width="16" height="16"></span><div class="linkWrap hasCount">Games</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="2389801228" id="navItem_app_2389801228"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_5b"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Texas HoldEm Poker" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_5c"></a></div></div><a class="item clearfix sortableItem" rel="nofollow" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Ftexas_holdem%2F%3Ffb_source%3Dbookmark%26ref%3Dbookmarks%26count%3D1%26fb_bmpos%3D2_1&h=lAQFnv-YS&s=1" title="Texas HoldEm Poker" data-gt="{&quot;bmid&quot;:&quot;2389801228&quot;,&quot;count&quot;:&quot;1&quot;,&quot;bookmark_type&quot;:&quot;type_canvas_app_game&quot;,&quot;rank&quot;:&quot;2&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;appid&quot;:&quot;2389801228&quot;,&quot;fbsource&quot;:&quot;301&quot;}" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/apps.facebook.com\/texas_holdem\/?fb_source=bookmark&amp;ref=bookmarks&amp;count=1&amp;fb_bmpos=2_1&quot;);" onclick="LinkshimAsyncLink.swap(this, &quot;\/l.php?u=https\u00253A\u00252F\u00252Fapps.facebook.com\u00252Ftexas_holdem\u00252F\u00253Ffb_source\u00253Dbookmark\u002526ref\u00253Dbookmarks\u002526count\u00253D1\u002526fb_bmpos\u00253D2_1&amp;h=lAQFnv-YS&amp;s=1&quot;);"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">1</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" height="16" src="./ui_files/851561_10151520509171229_2012052015_n.png" width="16" alt=""></span><div class="linkWrap hasCount">Texas HoldEm Poker</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="183217215062060" id="navItem_app_183217215062060"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_42"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Pokes" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_43"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/pokes?ref_type=bookmark" title="Pokes" data-gt="{&quot;bmid&quot;:&quot;183217215062060&quot;,&quot;count&quot;:&quot;1&quot;,&quot;bookmark_type&quot;:&quot;type_facebook_app&quot;,&quot;rank&quot;:&quot;3&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">1</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_220762"></i></span><div class="linkWrap hasCount">Pokes</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="133451120007663" id="navItem_app_133451120007663"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_5e"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Truth Game" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_5f"></a></div></div><a class="item clearfix sortableItem" rel="nofollow" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fsocialtrueorfalse%2F%3Ffb_source%3Dbookmark%26ref%3Dbookmarks%26count%3D3%26fb_bmpos%3D4_3&h=MAQGTW2rm&s=1" title="Truth Game" data-gt="{&quot;bmid&quot;:&quot;133451120007663&quot;,&quot;count&quot;:&quot;3&quot;,&quot;bookmark_type&quot;:&quot;type_canvas_app_non_game&quot;,&quot;rank&quot;:&quot;4&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;appid&quot;:&quot;133451120007663&quot;,&quot;fbsource&quot;:&quot;301&quot;}" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/apps.facebook.com\/socialtrueorfalse\/?fb_source=bookmark&amp;ref=bookmarks&amp;count=3&amp;fb_bmpos=4_3&quot;);" onclick="LinkshimAsyncLink.swap(this, &quot;\/l.php?u=https\u00253A\u00252F\u00252Fapps.facebook.com\u00252Fsocialtrueorfalse\u00252F\u00253Ffb_source\u00253Dbookmark\u002526ref\u00253Dbookmarks\u002526count\u00253D3\u002526fb_bmpos\u00253D4_3&amp;h=MAQGTW2rm&amp;s=1&quot;);"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">3</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" height="16" src="./ui_files/851560_597214673631303_41456674_n.gif" width="16" alt=""></span><div class="linkWrap hasCount">Truth Game</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="291549705119" id="navItem_app_291549705119"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_5h"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit CityVille" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_5i"></a></div></div><a class="item clearfix sortableItem" rel="nofollow" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fcityville%2F%3Ffb_source%3Dbookmark%26ref%3Dbookmarks%26count%3D0%26fb_bmpos%3D5_0&h=JAQHiD1x7&s=1" title="CityVille" data-gt="{&quot;bmid&quot;:&quot;291549705119&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_canvas_app_game&quot;,&quot;rank&quot;:&quot;5&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;appid&quot;:&quot;291549705119&quot;,&quot;fbsource&quot;:&quot;301&quot;}" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/apps.facebook.com\/cityville\/?fb_source=bookmark&amp;ref=bookmarks&amp;count=0&amp;fb_bmpos=5_0&quot;);" onclick="LinkshimAsyncLink.swap(this, &quot;\/l.php?u=https\u00253A\u00252F\u00252Fapps.facebook.com\u00252Fcityville\u00252F\u00253Ffb_source\u00253Dbookmark\u002526ref\u00253Dbookmarks\u002526count\u00253D0\u002526fb_bmpos\u00253D5_0&amp;h=JAQHiD1x7&amp;s=1&quot;);"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" height="16" src="./ui_files/851578_10151677700040120_627798878_n.png" width="16" alt=""></span><div class="linkWrap noCount">CityVille</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="2305272732" id="navItem_app_2305272732"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_3w"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Photos" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_3x"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/mayur.kumar.77/photos?ref_type=bookmark" title="Photos" data-gt="{&quot;bmid&quot;:&quot;2305272732&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_facebook_app&quot;,&quot;rank&quot;:&quot;6&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_4ab491"></i></span><div class="linkWrap noCount">Photos</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="124318160942877" id="navItem_app_124318160942877"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_5k"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Get Revealed" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_5l"></a></div></div><a class="item clearfix sortableItem" rel="nofollow" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fgetrevealed%2F%3Ffb_source%3Dbookmark%26ref%3Dbookmarks%26count%3D3%26fb_bmpos%3D7_3&h=TAQEhAmGV&s=1" title="Get Revealed" data-gt="{&quot;bmid&quot;:&quot;124318160942877&quot;,&quot;count&quot;:&quot;3&quot;,&quot;bookmark_type&quot;:&quot;type_canvas_app_non_game&quot;,&quot;rank&quot;:&quot;7&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;appid&quot;:&quot;124318160942877&quot;,&quot;fbsource&quot;:&quot;301&quot;}" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/apps.facebook.com\/getrevealed\/?fb_source=bookmark&amp;ref=bookmarks&amp;count=3&amp;fb_bmpos=7_3&quot;);" onclick="LinkshimAsyncLink.swap(this, &quot;\/l.php?u=https\u00253A\u00252F\u00252Fapps.facebook.com\u00252Fgetrevealed\u00252F\u00253Ffb_source\u00253Dbookmark\u002526ref\u00253Dbookmarks\u002526count\u00253D3\u002526fb_bmpos\u00253D7_3&amp;h=TAQEhAmGV&amp;s=1&quot;);"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">3</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" height="16" src="./ui_files/851582_536987513009271_727903419_n.gif" width="16" alt=""></span><div class="linkWrap hasCount">Get Revealed</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="261369767293002" id="navItem_app_261369767293002"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_45"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Games Feed" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_46"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/apps/feed" title="Games Feed" data-gt="{&quot;bmid&quot;:&quot;261369767293002&quot;,&quot;count&quot;:&quot;230&quot;,&quot;bookmark_type&quot;:&quot;type_game_tool&quot;,&quot;rank&quot;:&quot;8&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/jr7r-LBNMdR.png" alt="" width="16" height="16"></span><div class="linkWrap hasCount">Games Feed</div></div></a><span class="mover hidden_elem"></span></li></ul></div><div class="homeSideNav" id="listsNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}"><h4 class="navHeader"><a href="https://www.facebook.com/bookmarks/lists"><div class="clearfix"><div class="lfloat _ohe">FRIENDS</div><span class="mrm rfloat _ohf"><div class="bookmarksNavSeeAll">More</div><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span></span></div></a></h4><ul class="uiSideNav mts mbm nonDroppableNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}" data-gt="{&quot;nav_items_count&quot;:&quot;1&quot;,&quot;nav_section&quot;:&quot;listsNav&quot;,&quot;bm_sec&quot;:&quot;listsNav&quot;}"><li class="sideNavItem stat_elem" data-bookmarkid="485218421507845" id="navItem_fl_485218421507845"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_5n"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Management Development Institute" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_5o"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/lists/485218421507845" title="Management Development Institute" data-gt="{&quot;bmid&quot;:&quot;485218421507845&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_friend_list&quot;,&quot;rank&quot;:&quot;1&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/nyGEC6hOf9m.png" alt="" width="16" height="16"></span><div class="linkWrap noCount">Management Development Institute</div></div></a><span class="mover hidden_elem"></span></li></ul></div><div class="homeSideNav" id="interestsNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}"><h4 class="navHeader"><a href="https://www.facebook.com/bookmarks/interests"><div class="clearfix"><div class="lfloat _ohe">INTERESTS</div><span class="mrm rfloat _ohf"><div class="bookmarksNavSeeAll">More</div><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span></span></div></a></h4><ul class="uiSideNav mts mbm nonDroppableNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}" data-gt="{&quot;nav_items_count&quot;:&quot;1&quot;,&quot;nav_section&quot;:&quot;interestsNav&quot;,&quot;bm_sec&quot;:&quot;interestsNav&quot;}"><li class="sideNavItem stat_elem" data-bookmarkid="298069413556081" id="navItem_fl_298069413556081"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_5q"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Pages and Public Figures" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_5r"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/lists/298069413556081" title="Pages and Public Figures" data-gt="{&quot;bmid&quot;:&quot;298069413556081&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_interest_list&quot;,&quot;rank&quot;:&quot;1&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/C0eConWN8vs.png" alt="" width="16" height="16"></span><div class="linkWrap noCount">Pages and Public Figures</div></div></a><span class="mover hidden_elem"></span></li></ul></div><div class="homeSideNav" id="pagesNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}"><h4 class="navHeader">PAGES</h4><ul class="uiSideNav mts mbm nonDroppableNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}" data-gt="{&quot;nav_items_count&quot;:&quot;3&quot;,&quot;nav_section&quot;:&quot;pagesNav&quot;,&quot;bm_sec&quot;:&quot;pagesNav&quot;}"><li class="sideNavItem stat_elem" data-bookmarkid="140472815972081" id="navItem_app_140472815972081"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_48"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Pages Feed" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_49"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/pages/feed?ref=bookmarks" title="Pages Feed" data-gt="{&quot;bmid&quot;:&quot;140472815972081&quot;,&quot;count&quot;:&quot;65&quot;,&quot;bookmark_type&quot;:&quot;type_pinnable_page_tool&quot;,&quot;rank&quot;:&quot;1&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_f60a2f"></i></span><div class="linkWrap hasCount">Pages Feed</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="357937250942127" id="navItem_app_357937250942127"><div class="buttonWrap"></div><a class="item clearfix" href="https://www.facebook.com/pages" title="Like Pages" data-gt="{&quot;bmid&quot;:&quot;357937250942127&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_pinnable_page_tool&quot;,&quot;rank&quot;:&quot;2&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_ae654a"></i></span><div class="linkWrap noCount">Like Pages</div></div></a></li><li class="sideNavItem stat_elem" data-bookmarkid="188619144602540" id="navItem_app_188619144602540"><div class="buttonWrap"></div><a class="item clearfix" href="https://www.facebook.com/pages/create/?ref_type=bookmark" title="Create Page" data-gt="{&quot;bmid&quot;:&quot;188619144602540&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_page_tool&quot;,&quot;rank&quot;:&quot;3&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/6E9hzsKtqGP.png" alt="" width="16" height="16"></span><div class="linkWrap noCount">Create Page</div></div></a></li></ul></div><div class="homeSideNav" id="developerNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}"><h4 class="navHeader"><a href="https://developers.facebook.com/apps"><div class="clearfix"><div class="lfloat _ohe">DEVELOPER</div><span class="mrm rfloat _ohf"><div class="bookmarksNavSeeAll">More</div><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span></span></div></a></h4><ul class="uiSideNav mts mbm nonDroppableNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}" data-gt="{&quot;nav_items_count&quot;:&quot;1&quot;,&quot;nav_section&quot;:&quot;developerNav&quot;,&quot;bm_sec&quot;:&quot;developerNav&quot;}"><li class="sideNavItem stat_elem" data-bookmarkid="188833664616804" id="navItem_app_188833664616804"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_3z"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Developer Insights" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_40"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/insights/?ref=bm" title="Insights" data-gt="{&quot;bmid&quot;:&quot;188833664616804&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_developer_tool&quot;,&quot;rank&quot;:&quot;1&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/qXp0obBTSK_.png" alt="" width="15" height="16"></span><div class="linkWrap noCount">Insights</div></div></a><span class="mover hidden_elem"></span></li></ul></div></div></div></div><div id="pagelet_pinned_nav" data-referrer="pagelet_pinned_nav"></div><div id="pagelet_bookmark_nav" data-referrer="pagelet_bookmark_nav"></div></div></div></div><div id="contentCol" class="homeWiderContent homeFixedLayout hasExpandedComposer newsFeedComposer _5r-_ homeFixedLayout hasRightCol" data-referrer="contentCol" style="min-height: 100px;"><div><div id="headerArea" class="hidden_elem"></div><div id="rightCol" role="complementary"><div class="_5rzs _5v6d"><div class="home_right_column tickerOnTop"><div class="rightColumnWrapper fixed_elem" style="top: -498px;"><div class="_4-u2 _5v6e" id="u_jsonp_4_0"><div class="hidden_rhc_ticker pagelet hidden_elem" id="pagelet_rhc_ticker"></div><div class="pagelet" id="pagelet_reminders" data-referrer="pagelet_reminders"><div class=" pagelet _5qrt _y92 _1snm egoOrganicColumn"><div><div><div class="tickerToggleWrapper displayedTickerToggleWrapper fbRemindersThickline toggleWrapperWithoutMargin"><a data-hover="tooltip" aria-label="Show Ticker" data-tooltip-alignh="center" class="tickerLineToggle stat_elem" ajaxify="/ajax/feed/ticker/hide/?hide=0" rel="async-post" href="https://www.facebook.com/#" role="button"><div class="tickerLineToggleNormal"><img class="img" src="./ui_files/g9fa9rLidUb.png" alt="" width="12" height="10"></div><div class="tickerLineToggleAsync"><img class="uiLoadingIndicatorAsync img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"></div></a></div></div><div class="fbReminders"><div class="clearfix fbRemindersStory" id="u_jsonp_4_z"><a href="https://www.facebook.com/#" id="birthday_reminders_link" role="button"><div class="clearfix"><i class="fbRemindersIcon _8o _8r lfloat _ohe img sp_843e1e sx_fc4977"></i><div class="_8u _42ef"><span class="_50f8"><span class="fbRemindersTitle"><strong>Naveen Bolla</strong></span>'s birthday is today</span></div></div></a></div><div class="clearfix fbRemindersStory" id="u_jsonp_4_y"><a href="https://www.facebook.com/#" id="pages_reminders_link" role="button"><div class="clearfix"><i class="fbRemindersIcon _8o _8r lfloat _ohe img sp_Fl-Bi-rXZkL sx_5bc1ce"></i><div class="_8u _42ef"><span class="_50f8"><span class="fbRemindersTitle"><strong>Abhishek Kumar</strong></span> and <span class="fbRemindersTitle">41 others</span> invited you to like Pages</span></div></div></a></div></div></div></div><span class="muffin_tracking_pixel_start"></span><iframe src="./ui_files/ai(1).html" class="fbEmuTracking" width="0" height="0" scrolling="no" frameborder="0"></iframe><span class="muffin_tracking_pixel_end"></span></div><div class="pagelet" id="pagelet_trending_tags_and_topics" data-referrer="pagelet_trending_tags_and_topics"><div class="_5mym"><div class="uiHeader uiHeaderTopBorder pbs _2w2d"><div class="clearfix uiHeaderTop"><div><h6 class="uiHeaderTitle"><a class="_2w2e" href="https://www.facebook.com/help/1401671260054622" target="_blank">Trending</a></h6></div></div></div><div class="_5my7"><div id="u_2c_1s"><ul class="_5myl"><li class="_5my2" data-position="1" id="u_2c_17"><div class="clearfix _4_nm"><button value="1" class="_42ft _5upp _19_3 rfloat _ohf" title="Hide" type="submit" id="u_2c_18"><span></span></button><div class="clearfix _uhk _19_2 _42ef"><img class="_5r-z _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div class="_5r--"><span><span><a class="_5cl5 _7ge _5v0t _5v0s" href="https://www.facebook.com/topic/Avengers-Age-of-Ultron/568422066549498?source=whfrt&position=1&trqid=6040847686396380970"><span class="_452y"></span><span class="_5my8">Avengers: Age of Ultron</span></a>: </span><span class="_5v9v">Marvel Brought The Goods From ‘Avengers: Age Of Ultron’ To Comic-Con</span></span></div></div></div></div><div class="clearfix _4_nl hidden_elem" id="u_2c_19"><img class="_19_0 _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div><div class="clearfix"><span class="lfloat _ohe fwb">Topic Hidden</span><a class="_4_nn rfloat _ohf" href="https://www.facebook.com/#" role="button">Undo</a></div><div class="mbm">We'll try not to show you this topic again.</div><form class="mbs" action="https://www.facebook.com/#" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_2c_1t"><div class="mbs">Why did you hide it?</div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1b"><input type="radio" name="trending_hide_reason" value="1" id="u_2c_1a"><span></span></label><label for="u_2c_1a" class="uiInputLabelLabel">I don't care about this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1d"><input type="radio" name="trending_hide_reason" value="2" id="u_2c_1c"><span></span></label><label for="u_2c_1c" class="uiInputLabelLabel">I keep seeing this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1f"><input type="radio" name="trending_hide_reason" value="3" id="u_2c_1e"><span></span></label><label for="u_2c_1e" class="uiInputLabelLabel">It's offensive or inappropriate</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1h"><input type="radio" name="trending_hide_reason" value="4" id="u_2c_1g"><span></span></label><label for="u_2c_1g" class="uiInputLabelLabel">Other</label></div></form></div></div></div></li><li class="_5my2" data-position="2" id="u_2c_m"><div class="clearfix _4_nm"><button value="1" class="_42ft _5upp _19_3 rfloat _ohf" title="Hide" type="submit" id="u_2c_n"><span></span></button><div class="clearfix _uhk _19_2 _42ef"><img class="_5r-z _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div class="_5r--"><span><span><a class="_5cl5 _7ge _5v0t _5v0s" href="https://www.facebook.com/topic/Pankaj-Singh/105654446135224?source=whfrt&position=2&trqid=6040847686396380970"><span class="_452y"></span><span class="_5my8">Pankaj Singh</span></a>: </span><span class="_5v9v">Pankaj Singh 282nd Indian to play Test cricket | gocricket.com</span></span></div></div></div></div><div class="clearfix _4_nl hidden_elem" id="u_2c_o"><img class="_19_0 _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div><div class="clearfix"><span class="lfloat _ohe fwb">Topic Hidden</span><a class="_4_nn rfloat _ohf" href="https://www.facebook.com/#" role="button">Undo</a></div><div class="mbm">We'll try not to show you this topic again.</div><form class="mbs" action="https://www.facebook.com/#" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_2c_1u"><div class="mbs">Why did you hide it?</div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_q"><input type="radio" name="trending_hide_reason" value="1" id="u_2c_p"><span></span></label><label for="u_2c_p" class="uiInputLabelLabel">I don't care about this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_s"><input type="radio" name="trending_hide_reason" value="2" id="u_2c_r"><span></span></label><label for="u_2c_r" class="uiInputLabelLabel">I keep seeing this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_u"><input type="radio" name="trending_hide_reason" value="3" id="u_2c_t"><span></span></label><label for="u_2c_t" class="uiInputLabelLabel">It's offensive or inappropriate</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_w"><input type="radio" name="trending_hide_reason" value="4" id="u_2c_v"><span></span></label><label for="u_2c_v" class="uiInputLabelLabel">Other</label></div></form></div></div></div></li><li class="_5my2" data-position="3" id="u_2c_1"><div class="clearfix _4_nm"><button value="1" class="_42ft _5upp _19_3 rfloat _ohf" title="Hide" type="submit" id="u_2c_2"><span></span></button><div class="clearfix _uhk _19_2 _42ef"><img class="_5r-z _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div class="_5r--"><span><span><a class="_5cl5 _7ge _5v0t _5v0s" href="https://www.facebook.com/topic/Gaza/107601032603195?source=whfrt&position=3&trqid=6040847686396380970"><span class="_452y"></span><span class="_5my8">Gaza</span></a>: </span><span class="_5v9v">Gaza War Rages Despite Hamas, Israel Truce Pledges</span></span></div></div></div></div><div class="clearfix _4_nl hidden_elem" id="u_2c_3"><img class="_19_0 _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div><div class="clearfix"><span class="lfloat _ohe fwb">Topic Hidden</span><a class="_4_nn rfloat _ohf" href="https://www.facebook.com/#" role="button">Undo</a></div><div class="mbm">We'll try not to show you this topic again.</div><form class="mbs" action="https://www.facebook.com/#" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_2c_1v"><div class="mbs">Why did you hide it?</div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_5"><input type="radio" name="trending_hide_reason" value="1" id="u_2c_4"><span></span></label><label for="u_2c_4" class="uiInputLabelLabel">I don't care about this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_7"><input type="radio" name="trending_hide_reason" value="2" id="u_2c_6"><span></span></label><label for="u_2c_6" class="uiInputLabelLabel">I keep seeing this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_9"><input type="radio" name="trending_hide_reason" value="3" id="u_2c_8"><span></span></label><label for="u_2c_8" class="uiInputLabelLabel">It's offensive or inappropriate</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_b"><input type="radio" name="trending_hide_reason" value="4" id="u_2c_a"><span></span></label><label for="u_2c_a" class="uiInputLabelLabel">Other</label></div></form></div></div></div></li><li class="_5my2 _5my1 hidden_elem" data-position="5"><div class="clearfix _4_nm"><button value="1" class="_42ft _5upp _19_3 rfloat _ohf" title="Hide" type="submit" id="u_2c_c"><span></span></button><div class="clearfix _uhk _19_2 _42ef"><img class="_5r-z _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div class="_5r--"><span><span><a class="_5cl5 _7ge _5v0t _5v0s" href="https://www.facebook.com/hashtag/hungariangp?source=whrt&position=5&trqid=6040847686396380970"><span class="_452y"></span><span class="_5my8">#HungarianGP</span></a>: </span><span class="_5v9v">Red Bull's Ricciardo Wins Hungarian Grand Prix</span></span></div></div></div></div><div class="clearfix _4_nl hidden_elem" id="u_2c_d"><img class="_19_0 _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div><div class="clearfix"><span class="lfloat _ohe fwb">Topic Hidden</span><a class="_4_nn rfloat _ohf" href="https://www.facebook.com/#" role="button">Undo</a></div><div class="mbm">We'll try not to show you this topic again.</div><form class="mbs" action="https://www.facebook.com/#" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_2c_1w"><div class="mbs">Why did you hide it?</div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_f"><input type="radio" name="trending_hide_reason" value="1" id="u_2c_e"><span></span></label><label for="u_2c_e" class="uiInputLabelLabel">I don't care about this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_h"><input type="radio" name="trending_hide_reason" value="2" id="u_2c_g"><span></span></label><label for="u_2c_g" class="uiInputLabelLabel">I keep seeing this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_j"><input type="radio" name="trending_hide_reason" value="3" id="u_2c_i"><span></span></label><label for="u_2c_i" class="uiInputLabelLabel">It's offensive or inappropriate</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_l"><input type="radio" name="trending_hide_reason" value="4" id="u_2c_k"><span></span></label><label for="u_2c_k" class="uiInputLabelLabel">Other</label></div></form></div></div></div></li><li class="_5my2 _5my1 hidden_elem" data-position="6"><div class="clearfix _4_nm"><button value="1" class="_42ft _5upp _19_3 rfloat _ohf" title="Hide" type="submit" id="u_2c_x"><span></span></button><div class="clearfix _uhk _19_2 _42ef"><img class="_5r-z _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div class="_5r--"><span><span><a class="_5cl5 _7ge _5v0t _5v0s" href="https://www.facebook.com/topic/Alastair-Cook/109560909063174?source=whrt&position=6&trqid=6040847686396380970"><span class="_452y"></span><span class="_5my8">Alastair Cook</span></a>: </span><span class="_5v9v">England’s Alastair Cook unmoved by Kevin Pietersen’s calls to resign</span></span></div></div></div></div><div class="clearfix _4_nl hidden_elem" id="u_2c_y"><img class="_19_0 _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div><div class="clearfix"><span class="lfloat _ohe fwb">Topic Hidden</span><a class="_4_nn rfloat _ohf" href="https://www.facebook.com/#" role="button">Undo</a></div><div class="mbm">We'll try not to show you this topic again.</div><form class="mbs" action="https://www.facebook.com/#" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_2c_1x"><div class="mbs">Why did you hide it?</div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_10"><input type="radio" name="trending_hide_reason" value="1" id="u_2c_z"><span></span></label><label for="u_2c_z" class="uiInputLabelLabel">I don't care about this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_12"><input type="radio" name="trending_hide_reason" value="2" id="u_2c_11"><span></span></label><label for="u_2c_11" class="uiInputLabelLabel">I keep seeing this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_14"><input type="radio" name="trending_hide_reason" value="3" id="u_2c_13"><span></span></label><label for="u_2c_13" class="uiInputLabelLabel">It's offensive or inappropriate</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_16"><input type="radio" name="trending_hide_reason" value="4" id="u_2c_15"><span></span></label><label for="u_2c_15" class="uiInputLabelLabel">Other</label></div></form></div></div></div></li><li class="_5my2 _5my1 hidden_elem" data-position="7"><div class="clearfix _4_nm"><button value="1" class="_42ft _5upp _19_3 rfloat _ohf" title="Hide" type="submit" id="u_2c_1i"><span></span></button><div class="clearfix _uhk _19_2 _42ef"><img class="_5r-z _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div class="_5r--"><span><span><a class="_5cl5 _7ge _5v0t _5v0s" href="https://www.facebook.com/topic/David-Ospina/106266956070382?source=whrt&position=7&trqid=6040847686396380970"><span class="_452y"></span><span class="_5my8">David Ospina</span></a>: </span><span class="_5v9v">Arsenal Confirm Signing Colombian Goalkeeper David Ospina</span></span></div></div></div></div><div class="clearfix _4_nl hidden_elem" id="u_2c_1j"><img class="_19_0 _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div><div class="clearfix"><span class="lfloat _ohe fwb">Topic Hidden</span><a class="_4_nn rfloat _ohf" href="https://www.facebook.com/#" role="button">Undo</a></div><div class="mbm">We'll try not to show you this topic again.</div><form class="mbs" action="https://www.facebook.com/#" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_2c_1y"><div class="mbs">Why did you hide it?</div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1l"><input type="radio" name="trending_hide_reason" value="1" id="u_2c_1k"><span></span></label><label for="u_2c_1k" class="uiInputLabelLabel">I don't care about this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1n"><input type="radio" name="trending_hide_reason" value="2" id="u_2c_1m"><span></span></label><label for="u_2c_1m" class="uiInputLabelLabel">I keep seeing this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1p"><input type="radio" name="trending_hide_reason" value="3" id="u_2c_1o"><span></span></label><label for="u_2c_1o" class="uiInputLabelLabel">It's offensive or inappropriate</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1r"><input type="radio" name="trending_hide_reason" value="4" id="u_2c_1q"><span></span></label><label for="u_2c_1q" class="uiInputLabelLabel">Other</label></div></form></div></div></div></li></ul><a class="_5my2 _5my9" data-position="seemore" href="https://www.facebook.com/#" role="button" id="u_2c_0"><i class="_5myd"></i>See More</a></div></div></div></div><div id="pagelet_ego_pane" data-referrer="pagelet_ego_pane"><div class="ego_column pagelet _5qrt _y92 _1snm"><div class="ego_section" id="u_2g_0" data-adblock-hash="13"><div class="uiHeader uiHeaderTopBorder mbs uiSideHeader"><div class="clearfix uiHeaderTop"><div class="rfloat _ohf"><h6 class="accessible_elem"><a class="adsCategoryTitleLink" href="https://www.facebook.com/campaign/landing.php?placement=egot&campaign_id=366925476690229&extra_1=auto">Sponsored</a></h6><a class="uiHeaderActions" href="https://www.facebook.com/campaign/landing.php?placement=emuca&campaign_id=282141474901&extra_1=auto">Create Ad</a></div><div><h6 class="uiHeaderTitle" aria-hidden="true"><a class="adsCategoryTitleLink" href="https://www.facebook.com/campaign/landing.php?placement=egot&campaign_id=366925476690229&extra_1=auto">Sponsored</a><a href="https://www.facebook.com/campaign/landing.php?placement=egot&campaign_id=366925476690229&extra_1=auto"><i class="mls adsCategoryIcon img sp_dzv753ayfE0 sx_f1a2d2"></i></a></h6></div></div></div><div class="ego_unit_container"><div class="ego_unit" data-xt="3.AQL-VKF8X50zzq2VqgABF53Frfc58ZN414fuNPynzdhJVd5OOLkyRRihlaTefWQhudH6BmB4TndGzf1ahi2hO2_jSCLzL2d1V9KO7n62fo1PiJbphoR4jIc5c84z-pMV6Xog7yupqKVhVvqkSppuPhIxUph6Ug7umL1xzZHff680wuZE1lUfWTY5HUthjgNYY9Ydtc-JgpNdjUOcyByE6qW6CxpHt0CzP9aKORlLS_37U8Ei3qN3sSoUuvNR4UhY5OCNBo0pxQih0orExyfFfRuclvHCDQD0K0fArgl2SVirAuttlN1ZLvU3a7s0Y5h_u0QY2VOEhq7O5Fyy0kpoHE9R2ReoD7ziv5mViMLRLiso7QzKbwrjoQAn3I8-gqTouChTSYroj-rtyvrYNY9-PxzjOR5WQQ3sZY-ljpwXygx_gSig_rU1-xz8T66jFB_JzrfzC58JPHLil0dWJt91c63UZVp2CGhkn3eD2EcP4lHf58BIxwIlGH3cNoyvW_LjNde_SQuo2uB0IS-EsKBf9m_GalCpZKXeYI9Mrt3EqAbRhkkfE8inGvbh3SdhTINvLBO_u81jMOK0bXu5Sqlfox_etdMm7E6iyiM86quhrobs9cC1-pu9goB2OJeYtsWT7AJhH1pN5UZ5kI3CqR6Upojh09qsq2yba3STTPRtS_WtOls3m4ifpxS1vBK3Q2Qfn6H3Zku88xcqk0YKjUQp-NNS_ciRtWuXZ6KJbdTqU-dokhmt3eIFOFv4yTtN_D7BCXTgIc90O2jqd-jOmMslvm8ywOxnUbChiwk2vzbPTKg3gWu3c1qO64CMWiFNLJZKDbTTwh04dpSSSbXFHcr7muRePPo0sKJ_tKon8M9kHpXROZQsqkmf46o1-KdutjoqMlhHPXGay0vaD5qkIoMO_8XVFnnFdQe-dwhJvtqQ3BllEtcekTCNGnSmctJYBosP8m5W9qmgIZ1YAjW9xaA0YmFbLoUxcjRWl-AO8K1VSJbjkYpM85ocOIudiLkO5G7dyatCMQBRHr_u73dQRC6WmuBcJzqVAGhrLJKSuNEc_pupXfANwA6H5S4gI37kN5T21GTBPd78b19WwEpnqqXB-SmPaifC4UK2SJ47q1s83mHCeOw9EDgus-yuU2Qx_h2Ybt_yynJN8fqOamB6Y3_-JUKRWmAM_ihfcmC6sLbvySb4u-zTlYDd_WkGaiKsS9xymKaZXUua-qBKMknHoPbSPPlTEO3FlHpb7wtC6YCGQf1x1CyWNEtbHMb_egAvXhSJDAMV1EQa-EBeiE_wS0ZSVHcxunhEejY4u7ZCApQVop5r71Py-RtPiOccT2TkPq3zZwpqdhknOZA7ZeUrCrOU0faSPoX_jSU9UFQu3YvJ8edRTo2pW08OaSl4iHqMDoi4HaZZfgJ5bgEB2urO0CkCpXnRzd5BL9aOJh0DRVVQlGHbU_o7lZBQk6UKkJ_2B43BPGOlxIOBo2ejBc-2CKYKDwtk3Fda0LPZ3Dza9WyUSS57m86qCFzJlSThPBKPSkuR8BeCVddd1FzUQQxKef_cn2o743E-380kk7IJiJ6POSNQRPwezVKvnf6xl9VBAsNMCTP9V71wG0Hr9FyDfK8sVlLvAlBfssBP2LuI8x6FWg-HSdJqPOtVtpUJerPIkmyYiielf1XNU06MsAEU7N8jhj3aMQ0lvvdLR524bYv0wRoF9xZCaPVUT-MD9YtgxCfg3x2TbHWuCwrdTh7hl5G5IPyINvb5c3CbRlY1wccfb9KuEdACPdoi363kWdD9l-ieCDIoaRC1XN2C8r7b05-T5Q-FB1iaVoSKMR8rIGKCLtkYAZH0eqtE7NMRmXqC47U12F-4SE3HokAoWebF5TxXD3MzK3DcUm4jyptLVvXZeKHF5Mm-aFSnxGLPkylEkoo-i9n1KDeAzkWSZ5kPIKcoNVpoI8ouF4AXRc5lD8gsGMQoFs2v6e4xhknpH4G5ae1Y_j2bZtfj_ZxjgrCJvK1LUQXUH8CDzqR5djmIbwWq2xfVJKtl1aIjg5xn5e67w02YMDaATFKVkBQDIHzEfed0tH70CqqwMYEuSLo2V-W4_fJUsVqY2G6U9A5-vNpsc0H8S4xiLB3PyxeIk_RvKMokr2Qi69AihQe2hS_PZfhIhp__WH-nerJJ6IiFK9r0pBDKaksfHV-ORVnHFiHaDzC5Zp3g" data-xt-vimp="{&quot;pixel_in_percentage&quot;:1,&quot;duration_in_ms&quot;:1,&quot;subsequent_gap_in_ms&quot;:60000,&quot;log_initial_nonviewable&quot;:true}" data-ego-fbid="6017513256782" id="xt_uniq_15"><div class="_4u8" data-ad="{&quot;adid&quot;:6017513256782,&quot;segment&quot;:&quot;market&quot;}" id="6017513256782-id_53d568435b37e7e18606900"><div class="_5vw9"><div class="uiSelector inlineBlock emu_x uiSelectorRight"><div class="uiToggle wrap"><a class="uiSelectorButton uiCloseButton uiCloseButtonSmall" href="https://www.facebook.com/#" role="button" title="About Facebook Ads" aria-label="About Facebook Ads" ajaxify="/ajax/a.php?__tn__=%2AC&amp;sig=65536&amp;hide_event=fad_hide&amp;ui=6017513256782-id_53d568435b37e7e18606900&amp;eid=AQL-VKF8X50zzq2VqgABF53Frfc58ZN414fuNPynzdhJVd5OOLkyRRihlaTefWQhudH6BmB4TndGzf1ahi2hO2_jSCLzL2d1V9KO7n62fo1PiJbphoR4jIc5c84z-pMV6Xog7yupqKVhVvqkSppuPhIxUph6Ug7umL1xzZHff680wuZE1lUfWTY5HUthjgNYY9Ydtc-JgpNdjUOcyByE6qW6CxpHt0CzP9aKORlLS_37U8Ei3qN3sSoUuvNR4UhY5OCNBo0pxQih0orExyfFfRuclvHCDQD0K0fArgl2SVirAuttlN1ZLvU3a7s0Y5h_u0QY2VOEhq7O5Fyy0kpoHE9R2ReoD7ziv5mViMLRLiso7QzKbwrjoQAn3I8-gqTouChTSYroj-rtyvrYNY9-PxzjOR5WQQ3sZY-ljpwXygx_gSig_rU1-xz8T66jFB_JzrfzC58JPHLil0dWJt91c63UZVp2CGhkn3eD2EcP4lHf58BIxwIlGH3cNoyvW_LjNde_SQuo2uB0IS-EsKBf9m_GalCpZKXeYI9Mrt3EqAbRhkkfE8inGvbh3SdhTINvLBO_u81jMOK0bXu5Sqlfox_etdMm7E6iyiM86quhrobs9cC1-pu9goB2OJeYtsWT7AJhH1pN5UZ5kI3CqR6Upojh09qsq2yba3STTPRtS_WtOls3m4ifpxS1vBK3Q2Qfn6H3Zku88xcqk0YKjUQp-NNS_ciRtWuXZ6KJbdTqU-dokhmt3eIFOFv4yTtN_D7BCXTgIc90O2jqd-jOmMslvm8ywOxnUbChiwk2vzbPTKg3gWu3c1qO64CMWiFNLJZKDbTTwh04dpSSSbXFHcr7muRePPo0sKJ_tKon8M9kHpXROZQsqkmf46o1-KdutjoqMlhHPXGay0vaD5qkIoMO_8XVFnnFdQe-dwhJvtqQ3BllEtcekTCNGnSmctJYBosP8m5W9qmgIZ1YAjW9xaA0YmFbLoUxcjRWl-AO8K1VSJbjkYpM85ocOIudiLkO5G7dyatCMQBRHr_u73dQRC6WmuBcJzqVAGhrLJKSuNEc_pupXfANwA6H5S4gI37kN5T21GTBPd78b19WwEpnqqXB-SmPaifC4UK2SJ47q1s83mHCeOw9EDgus-yuU2Qx_h2Ybt_yynJN8fqOamB6Y3_-JUKRWmAM_ihfcmC6sLbvySb4u-zTlYDd_WkGaiKsS9xymKaZXUua-qBKMknHoPbSPPlTEO3FlHpb7wtC6YCGQf1x1CyWNEtbHMb_egAvXhSJDAMV1EQa-EBeiE_wS0ZSVHcxunhEejY4u7ZCApQVop5r71Py-RtPiOccT2TkPq3zZwpqdhknOZA7ZeUrCrOU0faSPoX_jSU9UFQu3YvJ8edRTo2pW08OaSl4iHqMDoi4HaZZfgJ5bgEB2urO0CkCpXnRzd5BL9aOJh0DRVVQlGHbU_o7lZBQk6UKkJ_2B43BPGOlxIOBo2ejBc-2CKYKDwtk3Fda0LPZ3Dza9WyUSS57m86qCFzJlSThPBKPSkuR8BeCVddd1FzUQQxKef_cn2o743E-380kk7IJiJ6POSNQRPwezVKvnf6xl9VBAsNMCTP9V71wG0Hr9FyDfK8sVlLvAlBfssBP2LuI8x6FWg-HSdJqPOtVtpUJerPIkmyYiielf1XNU06MsAEU7N8jhj3aMQ0lvvdLR524bYv0wRoF9xZCaPVUT-MD9YtgxCfg3x2TbHWuCwrdTh7hl5G5IPyINvb5c3CbRlY1wccfb9KuEdACPdoi363kWdD9l-ieCDIoaRC1XN2C8r7b05-T5Q-FB1iaVoSKMR8rIGKCLtkYAZH0eqtE7NMRmXqC47U12F-4SE3HokAoWebF5TxXD3MzK3DcUm4jyptLVvXZeKHF5Mm-aFSnxGLPkylEkoo-i9n1KDeAzkWSZ5kPIKcoNVpoI8ouF4AXRc5lD8gsGMQoFs2v6e4xhknpH4G5ae1Y_j2bZtfj_ZxjgrCJvK1LUQXUH8CDzqR5djmIbwWq2xfVJKtl1aIjg5xn5e67w02YMDaATFKVkBQDIHzEfed0tH70CqqwMYEuSLo2V-W4_fJUsVqY2G6U9A5-vNpsc0H8S4xiLB3PyxeIk_RvKMokr2Qi69AihQe2hS_PZfhIhp__WH-nerJJ6IiFK9r0pBDKaksfHV-ORVnHFiHaDzC5Zp3g" data-gt="{&quot;type&quot;:&quot;ads_xout&quot;,&quot;data_to_log&quot;:{&quot;ad_id&quot;:6017513256782,&quot;ads_page_type&quot;:7,&quot;creative_type&quot;:1,&quot;event&quot;:&quot;click_hide_link_dropdown&quot;}}" aria-haspopup="1" rel="toggle"></a></div></div><a href="https://www.facebook.com/a.php?u=http%3A%2F%2Fpixel.everesttech.net%2F2992%2Fc%3Fev_sid%3D45%26ev_ct%3Do%26ev_cl%3D6d0b441190be140340439e46a0068506%26url%3Dhttp%253A%252F%252Fwww.jabong.com%252Fmen%252Fshoes%252Fmen-sneakers%252F%253Futm_source%253Dfacebook%2526utm_medium%253Dsocial_paid%2526utm_campaign%253Dm.1865.Foo_10818.140513.1714.FooM011.STA.CU064.TC023.INT000.BRD000.PC002.PS004.BR000.SC04.LPC%2526utm_term%253Dm.1865.PAN.PR0019.ALL.C000.RS00.TL0331.TX0331.FooM011%2BAd%2B15&__tn__=%2AB&xt=3.AQL-VKF8X50zzq2VqgABF53Frfc58ZN414fuNPynzdhJVd5OOLkyRRihlaTefWQhudH6BmB4TndGzf1ahi2hO2_jSCLzL2d1V9KO7n62fo1PiJbphoR4jIc5c84z-pMV6Xog7yupqKVhVvqkSppuPhIxUph6Ug7umL1xzZHff680wuZE1lUfWTY5HUthjgNYY9Ydtc-JgpNdjUOcyByE6qW6CxpHt0CzP9aKORlLS_37U8Ei3qN3sSoUuvNR4UhY5OCNBo0pxQih0orExyfFfRuclvHCDQD0K0fArgl2SVirAuttlN1ZLvU3a7s0Y5h_u0QY2VOEhq7O5Fyy0kpoHE9R2ReoD7ziv5mViMLRLiso7QzKbwrjoQAn3I8-gqTouChTSYroj-rtyvrYNY9-PxzjOR5WQQ3sZY-ljpwXygx_gSig_rU1-xz8T66jFB_JzrfzC58JPHLil0dWJt91c63UZVp2CGhkn3eD2EcP4lHf58BIxwIlGH3cNoyvW_LjNde_SQuo2uB0IS-EsKBf9m_GalCpZKXeYI9Mrt3EqAbRhkkfE8inGvbh3SdhTINvLBO_u81jMOK0bXu5Sqlfox_etdMm7E6iyiM86quhrobs9cC1-pu9goB2OJeYtsWT7AJhH1pN5UZ5kI3CqR6Upojh09qsq2yba3STTPRtS_WtOls3m4ifpxS1vBK3Q2Qfn6H3Zku88xcqk0YKjUQp-NNS_ciRtWuXZ6KJbdTqU-dokhmt3eIFOFv4yTtN_D7BCXTgIc90O2jqd-jOmMslvm8ywOxnUbChiwk2vzbPTKg3gWu3c1qO64CMWiFNLJZKDbTTwh04dpSSSbXFHcr7muRePPo0sKJ_tKon8M9kHpXROZQsqkmf46o1-KdutjoqMlhHPXGay0vaD5qkIoMO_8XVFnnFdQe-dwhJvtqQ3BllEtcekTCNGnSmctJYBosP8m5W9qmgIZ1YAjW9xaA0YmFbLoUxcjRWl-AO8K1VSJbjkYpM85ocOIudiLkO5G7dyatCMQBRHr_u73dQRC6WmuBcJzqVAGhrLJKSuNEc_pupXfANwA6H5S4gI37kN5T21GTBPd78b19WwEpnqqXB-SmPaifC4UK2SJ47q1s83mHCeOw9EDgus-yuU2Qx_h2Ybt_yynJN8fqOamB6Y3_-JUKRWmAM_ihfcmC6sLbvySb4u-zTlYDd_WkGaiKsS9xymKaZXUua-qBKMknHoPbSPPlTEO3FlHpb7wtC6YCGQf1x1CyWNEtbHMb_egAvXhSJDAMV1EQa-EBeiE_wS0ZSVHcxunhEejY4u7ZCApQVop5r71Py-RtPiOccT2TkPq3zZwpqdhknOZA7ZeUrCrOU0faSPoX_jSU9UFQu3YvJ8edRTo2pW08OaSl4iHqMDoi4HaZZfgJ5bgEB2urO0CkCpXnRzd5BL9aOJh0DRVVQlGHbU_o7lZBQk6UKkJ_2B43BPGOlxIOBo2ejBc-2CKYKDwtk3Fda0LPZ3Dza9WyUSS57m86qCFzJlSThPBKPSkuR8BeCVddd1FzUQQxKef_cn2o743E-380kk7IJiJ6POSNQRPwezVKvnf6xl9VBAsNMCTP9V71wG0Hr9FyDfK8sVlLvAlBfssBP2LuI8x6FWg-HSdJqPOtVtpUJerPIkmyYiielf1XNU06MsAEU7N8jhj3aMQ0lvvdLR524bYv0wRoF9xZCaPVUT-MD9YtgxCfg3x2TbHWuCwrdTh7hl5G5IPyINvb5c3CbRlY1wccfb9KuEdACPdoi363kWdD9l-ieCDIoaRC1XN2C8r7b05-T5Q-FB1iaVoSKMR8rIGKCLtkYAZH0eqtE7NMRmXqC47U12F-4SE3HokAoWebF5TxXD3MzK3DcUm4jyptLVvXZeKHF5Mm-aFSnxGLPkylEkoo-i9n1KDeAzkWSZ5kPIKcoNVpoI8ouF4AXRc5lD8gsGMQoFs2v6e4xhknpH4G5ae1Y_j2bZtfj_ZxjgrCJvK1LUQXUH8CDzqR5djmIbwWq2xfVJKtl1aIjg5xn5e67w02YMDaATFKVkBQDIHzEfed0tH70CqqwMYEuSLo2V-W4_fJUsVqY2G6U9A5-vNpsc0H8S4xiLB3PyxeIk_RvKMokr2Qi69AihQe2hS_PZfhIhp__WH-nerJJ6IiFK9r0pBDKaksfHV-ORVnHFiHaDzC5Zp3g&mac=AQIG186pTn93WeAZ" target="_blank" onmousedown="this.href = this.href.replace(/([\?|&amp;]sig=[^&amp;]*)/, &quot;&quot;) + &quot;&amp;sig=&quot; + Math.floor(Math.random()*65535+65536);"><div class="_jh6"><div class="_jh8"><div class="fbEmuImage _5pd0"><div class="_5vw4"><div class="_57f6"><div class="uiScaledImageContainer" style="width:254px;height:133px;"><img class="scaledImageFitWidth img" src="./ui_files/10550577_6017388509982_700682776_n.png" alt="" width="254" height="133"></div></div></div></div></div><div class="_5vwg" title="Sneakers - Upto 50% OFF"><div class="_5vwh"><strong>Sneakers - Upto 50% OFF</strong></div><div class="_4xvg">jabong.com</div></div><div></div><div class="_5vwj"><div><span class="_5vwk">All new Stylish Sneakers from Top Brands. Easy on your pockets. Pay COD. Order Now!</span></div></div><div class="_5pd3"></div></div></a></div></div><iframe src="./ui_files/xti.html" width="0" height="0" frameborder="0" scrolling="no" class="fbEmuTracking" aria-hidden="true"></iframe></div><div class="ego_unit" data-xt="3.AQJpefMD89tLWRg8nFD2YfLfinc93MNUJlcGQwcSDp4MixFxkciy2aAqJNtZ0SGVfUi2P-f46bJy6lzSQ_Fn-YIH4h0mOgIGpqn4YT3UoeMYWjgLSguySHWcU_sWMDn9dQPPw7KamqaztsiiOf4BmOk-AJB74M6ASXnn5TAjK15rHuRpalSc3OP_KbMSXRMYcrhYsWJP0IUl5tL7WnNuXuPa3WAI8Mk5lrVXQs4DnajviKwDMGydaU67f_yvGMTstPpdrKrSUAbBDd0l_nTmAqciahXK8yOkBZgDN6US0H65oALwGqKhiTbg0f9jgRkhusAV_F0aqbThroCJwcNqinZHemjoYbeayq_DubFlq4yVnE2ErhWkH-MmYJHye1dSbIWEY4yISYTvs-7yULdnRF2vnwSjkR8ZFPdJVFSsgOCpdSWfXTt3-VHX0vgroxCC-1iAeCz9lUr_QzmmCTaLGdUBp1KWNy0JdqfrjxybxPiHd7HzN7gMhkeVHLdH48T1uAMXy5NFiysfyP4LtMpXolCmmIzGq7sMYSi9y3KHWekdbP-cSCZXIKDQoobfl1FYT9_aKV_nSW4j1pGhtMTJKIcbn4euP9bDujgCwGU5XYIQ349srADt4aPO76Jl_HwYCdmI8BaJ0tn1Sl1nAO_6pEYJUZThWT3gAt_4DdKJ-OR5qbWP8A1kiS7VHPnn6jGNA7GnHbRP6kWvDoTLGy8QcUeYCyQBIO1GothA9Seqw3w88xKl0TPyYlHWFAD6Dqxa-Rguk0jHg-kNFRBFqzqfe6jCMZF6nIyrfGBD4Zt72T6Dx-g1jqCPPYTceBxe6EuY3gyU4KiVvRZxqV5augumt1DEt9PiBGSV65ZiRDUkbYllGTtk_H35BxirPD-yvJzeptxI8lNUTCn2NQSJsL8gjjYopcAWg7KXCscst9JXNi8odtWoyIgQVMMRvAoiv7KH1Xf-2K6krGBXw3Fe9Mqj04CQyTjjax8hy7rU3xHAbH8O8p3Ez8cN4o3j5PiyinJlnc0AHpknvjEUXh-AbM5x9rUlZMKqB0pA2uzPdkkDMylOyogYgpR-A1k_MuwHONzPth8gza1Jvx5b3-0AohMveApy8H0qVN14K-37El4aiK7kc7l6mSzQrLu0e0Cp_OyHAzeuwhnXcBVltziauEeaZd0Q3tCGhK_Vd98ZTKi9XQpFFl369NCYbjWEx5HJr_-2xmiuLudjz6MJOk8JZowoiupc0d36vmBa7OELH4YnbZoRY7hD8TNO0nADGHeK0qdLfkSkoBwYbCEFTWqt37joiYliHi91guSalPBQ2u4aFd1YB94GM71KxGv9qYsBaxRLoA9XpjJnpEzazWSpxkG4G8pu-cJnqbweqcYu4D3HNXyK3Osx-WLSzyz8im2-YgTL7ejKRjoqNBz7Fs6zkUETRRog2SmEi6yZOrBKUmCb7L7gJwdDeIBT3Sl7Z1ptyiN7s-1kMdu0nt73Q1APDFevbm8kXUdpUm9bviGp7YWOW1X2xKGErr4ZfyDuOgdY2VZTXlV--tQYgiU7vHqYE1fWbA9Paj5BEj-GuOxQLNYK3d-6Js7LX_CqTzcRGFJG3DRNUoaGNlAJRlts2jsCkDWeFf_5SVqxNmqE6-kZEg6knOH-BCg4cSIpAMLihfQFhDtn_7_ICWZOoM7rzGv05fiejqBzPdsqw9CY4Ngose6COPFhbiDpEMaGIOes0CUeCPXis0J2CWjD1TnF6S63zbthHWXkPQ3yCz7jsF0v18r8JsqmIamSg8pTIdVx6VEjIrtB9yOGCpyHs2CVj1svcKY8osRVhrVcU0-MqvtjDCJIRpdlF-7AIL_I_SJL_tiOCBhF2gWWIfihkVHSmnY65M0ibUgoBhyeBLjYkOy8CWVx41qjZodPVPKi7H0c88EUmMhFnVo" data-xt-vimp="{&quot;pixel_in_percentage&quot;:1,&quot;duration_in_ms&quot;:1,&quot;subsequent_gap_in_ms&quot;:60000,&quot;log_initial_nonviewable&quot;:true}" data-ego-fbid="6018931542189" id="xt_uniq_16"><div class="_4u8" data-ad="{&quot;adid&quot;:6018931542189,&quot;segment&quot;:&quot;market&quot;}" id="6018931542189-id_53d568435b69e5f71918993"><div class="_5vw9"><div class="uiSelector inlineBlock emu_x uiSelectorRight"><div class="uiToggle wrap"><a class="uiSelectorButton uiCloseButton uiCloseButtonSmall" href="https://www.facebook.com/#" role="button" title="About Facebook Ads" aria-label="About Facebook Ads" ajaxify="/ajax/a.php?__tn__=%2AC&amp;sig=65536&amp;hide_event=fad_hide&amp;ui=6018931542189-id_53d568435b69e5f71918993&amp;eid=AQJpefMD89tLWRg8nFD2YfLfinc93MNUJlcGQwcSDp4MixFxkciy2aAqJNtZ0SGVfUi2P-f46bJy6lzSQ_Fn-YIH4h0mOgIGpqn4YT3UoeMYWjgLSguySHWcU_sWMDn9dQPPw7KamqaztsiiOf4BmOk-AJB74M6ASXnn5TAjK15rHuRpalSc3OP_KbMSXRMYcrhYsWJP0IUl5tL7WnNuXuPa3WAI8Mk5lrVXQs4DnajviKwDMGydaU67f_yvGMTstPpdrKrSUAbBDd0l_nTmAqciahXK8yOkBZgDN6US0H65oALwGqKhiTbg0f9jgRkhusAV_F0aqbThroCJwcNqinZHemjoYbeayq_DubFlq4yVnE2ErhWkH-MmYJHye1dSbIWEY4yISYTvs-7yULdnRF2vnwSjkR8ZFPdJVFSsgOCpdSWfXTt3-VHX0vgroxCC-1iAeCz9lUr_QzmmCTaLGdUBp1KWNy0JdqfrjxybxPiHd7HzN7gMhkeVHLdH48T1uAMXy5NFiysfyP4LtMpXolCmmIzGq7sMYSi9y3KHWekdbP-cSCZXIKDQoobfl1FYT9_aKV_nSW4j1pGhtMTJKIcbn4euP9bDujgCwGU5XYIQ349srADt4aPO76Jl_HwYCdmI8BaJ0tn1Sl1nAO_6pEYJUZThWT3gAt_4DdKJ-OR5qbWP8A1kiS7VHPnn6jGNA7GnHbRP6kWvDoTLGy8QcUeYCyQBIO1GothA9Seqw3w88xKl0TPyYlHWFAD6Dqxa-Rguk0jHg-kNFRBFqzqfe6jCMZF6nIyrfGBD4Zt72T6Dx-g1jqCPPYTceBxe6EuY3gyU4KiVvRZxqV5augumt1DEt9PiBGSV65ZiRDUkbYllGTtk_H35BxirPD-yvJzeptxI8lNUTCn2NQSJsL8gjjYopcAWg7KXCscst9JXNi8odtWoyIgQVMMRvAoiv7KH1Xf-2K6krGBXw3Fe9Mqj04CQyTjjax8hy7rU3xHAbH8O8p3Ez8cN4o3j5PiyinJlnc0AHpknvjEUXh-AbM5x9rUlZMKqB0pA2uzPdkkDMylOyogYgpR-A1k_MuwHONzPth8gza1Jvx5b3-0AohMveApy8H0qVN14K-37El4aiK7kc7l6mSzQrLu0e0Cp_OyHAzeuwhnXcBVltziauEeaZd0Q3tCGhK_Vd98ZTKi9XQpFFl369NCYbjWEx5HJr_-2xmiuLudjz6MJOk8JZowoiupc0d36vmBa7OELH4YnbZoRY7hD8TNO0nADGHeK0qdLfkSkoBwYbCEFTWqt37joiYliHi91guSalPBQ2u4aFd1YB94GM71KxGv9qYsBaxRLoA9XpjJnpEzazWSpxkG4G8pu-cJnqbweqcYu4D3HNXyK3Osx-WLSzyz8im2-YgTL7ejKRjoqNBz7Fs6zkUETRRog2SmEi6yZOrBKUmCb7L7gJwdDeIBT3Sl7Z1ptyiN7s-1kMdu0nt73Q1APDFevbm8kXUdpUm9bviGp7YWOW1X2xKGErr4ZfyDuOgdY2VZTXlV--tQYgiU7vHqYE1fWbA9Paj5BEj-GuOxQLNYK3d-6Js7LX_CqTzcRGFJG3DRNUoaGNlAJRlts2jsCkDWeFf_5SVqxNmqE6-kZEg6knOH-BCg4cSIpAMLihfQFhDtn_7_ICWZOoM7rzGv05fiejqBzPdsqw9CY4Ngose6COPFhbiDpEMaGIOes0CUeCPXis0J2CWjD1TnF6S63zbthHWXkPQ3yCz7jsF0v18r8JsqmIamSg8pTIdVx6VEjIrtB9yOGCpyHs2CVj1svcKY8osRVhrVcU0-MqvtjDCJIRpdlF-7AIL_I_SJL_tiOCBhF2gWWIfihkVHSmnY65M0ibUgoBhyeBLjYkOy8CWVx41qjZodPVPKi7H0c88EUmMhFnVo" data-gt="{&quot;type&quot;:&quot;ads_xout&quot;,&quot;data_to_log&quot;:{&quot;ad_id&quot;:6018931542189,&quot;ads_page_type&quot;:7,&quot;creative_type&quot;:1,&quot;event&quot;:&quot;click_hide_link_dropdown&quot;}}" aria-haspopup="1" rel="toggle"></a></div></div><a href="https://www.facebook.com/a.php?u=http%3A%2F%2Fzovi.com%2Fmens-casual-shoes%3Fccode%3DtktkSH_22_25_29_1%26utm_source%3Ding%26utm_medium%3Dbanner%26utm_campaign%3DShoes_22-25thJul-25_29%26utm_content%3DShoes_22-25thJul-25_29-ad1&__tn__=%2AB&xt=3.AQJpefMD89tLWRg8nFD2YfLfinc93MNUJlcGQwcSDp4MixFxkciy2aAqJNtZ0SGVfUi2P-f46bJy6lzSQ_Fn-YIH4h0mOgIGpqn4YT3UoeMYWjgLSguySHWcU_sWMDn9dQPPw7KamqaztsiiOf4BmOk-AJB74M6ASXnn5TAjK15rHuRpalSc3OP_KbMSXRMYcrhYsWJP0IUl5tL7WnNuXuPa3WAI8Mk5lrVXQs4DnajviKwDMGydaU67f_yvGMTstPpdrKrSUAbBDd0l_nTmAqciahXK8yOkBZgDN6US0H65oALwGqKhiTbg0f9jgRkhusAV_F0aqbThroCJwcNqinZHemjoYbeayq_DubFlq4yVnE2ErhWkH-MmYJHye1dSbIWEY4yISYTvs-7yULdnRF2vnwSjkR8ZFPdJVFSsgOCpdSWfXTt3-VHX0vgroxCC-1iAeCz9lUr_QzmmCTaLGdUBp1KWNy0JdqfrjxybxPiHd7HzN7gMhkeVHLdH48T1uAMXy5NFiysfyP4LtMpXolCmmIzGq7sMYSi9y3KHWekdbP-cSCZXIKDQoobfl1FYT9_aKV_nSW4j1pGhtMTJKIcbn4euP9bDujgCwGU5XYIQ349srADt4aPO76Jl_HwYCdmI8BaJ0tn1Sl1nAO_6pEYJUZThWT3gAt_4DdKJ-OR5qbWP8A1kiS7VHPnn6jGNA7GnHbRP6kWvDoTLGy8QcUeYCyQBIO1GothA9Seqw3w88xKl0TPyYlHWFAD6Dqxa-Rguk0jHg-kNFRBFqzqfe6jCMZF6nIyrfGBD4Zt72T6Dx-g1jqCPPYTceBxe6EuY3gyU4KiVvRZxqV5augumt1DEt9PiBGSV65ZiRDUkbYllGTtk_H35BxirPD-yvJzeptxI8lNUTCn2NQSJsL8gjjYopcAWg7KXCscst9JXNi8odtWoyIgQVMMRvAoiv7KH1Xf-2K6krGBXw3Fe9Mqj04CQyTjjax8hy7rU3xHAbH8O8p3Ez8cN4o3j5PiyinJlnc0AHpknvjEUXh-AbM5x9rUlZMKqB0pA2uzPdkkDMylOyogYgpR-A1k_MuwHONzPth8gza1Jvx5b3-0AohMveApy8H0qVN14K-37El4aiK7kc7l6mSzQrLu0e0Cp_OyHAzeuwhnXcBVltziauEeaZd0Q3tCGhK_Vd98ZTKi9XQpFFl369NCYbjWEx5HJr_-2xmiuLudjz6MJOk8JZowoiupc0d36vmBa7OELH4YnbZoRY7hD8TNO0nADGHeK0qdLfkSkoBwYbCEFTWqt37joiYliHi91guSalPBQ2u4aFd1YB94GM71KxGv9qYsBaxRLoA9XpjJnpEzazWSpxkG4G8pu-cJnqbweqcYu4D3HNXyK3Osx-WLSzyz8im2-YgTL7ejKRjoqNBz7Fs6zkUETRRog2SmEi6yZOrBKUmCb7L7gJwdDeIBT3Sl7Z1ptyiN7s-1kMdu0nt73Q1APDFevbm8kXUdpUm9bviGp7YWOW1X2xKGErr4ZfyDuOgdY2VZTXlV--tQYgiU7vHqYE1fWbA9Paj5BEj-GuOxQLNYK3d-6Js7LX_CqTzcRGFJG3DRNUoaGNlAJRlts2jsCkDWeFf_5SVqxNmqE6-kZEg6knOH-BCg4cSIpAMLihfQFhDtn_7_ICWZOoM7rzGv05fiejqBzPdsqw9CY4Ngose6COPFhbiDpEMaGIOes0CUeCPXis0J2CWjD1TnF6S63zbthHWXkPQ3yCz7jsF0v18r8JsqmIamSg8pTIdVx6VEjIrtB9yOGCpyHs2CVj1svcKY8osRVhrVcU0-MqvtjDCJIRpdlF-7AIL_I_SJL_tiOCBhF2gWWIfihkVHSmnY65M0ibUgoBhyeBLjYkOy8CWVx41qjZodPVPKi7H0c88EUmMhFnVo&mac=AQJ4feKcXrOnogOh" target="_blank" onmousedown="this.href = this.href.replace(/([\?|&amp;]sig=[^&amp;]*)/, &quot;&quot;) + &quot;&amp;sig=&quot; + Math.floor(Math.random()*65535+65536);"><div class="_jh6"><div class="_jh8"><div class="fbEmuImage _5pd0"><div class="_5vw4"><div class="_57f6"><div class="uiScaledImageContainer" style="width:254px;height:133px;"><img class="scaledImageFitWidth img" src="./ui_files/10550686_6018898332789_1892345374_n.png" alt="" width="254" height="133"></div></div></div></div></div><div class="_5vwg" title="Casual Shoes - Sneakers!"><div class="_5vwh"><strong>Casual Shoes - Sneakers!</strong></div><div class="_4xvg">zovi.com</div></div><div></div><div class="_5vwj"><div><span class="_5vwk">Best Collection for just 499/ - With 10-20% Discount. Hurry!</span></div></div><div class="_5pd3"></div></div></a></div></div><iframe src="about:blank" width="0" height="0" frameborder="0" scrolling="no" class="fbEmuTracking" aria-hidden="true"></iframe></div></div></div></div><span class="muffin_tracking_pixel_start"></span><iframe src="./ui_files/ai.html" class="fbEmuTracking" width="0" height="0" scrolling="no" frameborder="0"></iframe><span class="muffin_tracking_pixel_end"></span></div></div><div class="pagelet" id="pagelet_rhc_footer" data-referrer="pagelet_rhc_footer"><div class="mtm"><div class="rhcFooterBorder"></div><div class="rhcFooterWrap" role="contentinfo"><div class="fsm fwn fcg"><a rel="dialog" ajaxify="/settings/language/language/?uri=https%3A%2F%2Fwww.facebook.com%2Fajax%2Fhome%2Fgeneric.php%3Fsidecol%3Dtrue%26path%3D%252F%26sk%3Dnf%26key%3Dnf%26ref%3Dtn_tnmn%26endpoint%3D%252Fajax%252Fhome%252Fgeneric.php&amp;source=TOP_LOCALES_DIALOG" title="Use Facebook in another language." href="https://www.facebook.com/#" role="button">English (US)</a> · <a href="https://www.facebook.com/privacy/explanation" title="Learn about your privacy and Facebook.">Privacy</a> · <a href="https://www.facebook.com/policies?ref=pf" title="Review our terms and policies.">Terms</a> · <a href="https://www.facebook.com/help/cookies?ref_type=sitefooter" title="Cookies">Cookies</a> · <div class="_6a uiPopover" id="rhc_footer_selector"><a class="rhcFooterSelectorButton _p" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_an" role="button">More<i class="img sp_xFwBv1W8Ynk sx_9be865"></i></a></div></div><div class="rhcFooterCopyright fsm fwn fcg"><span> Facebook © 2014</span></div></div></div></div></div></div></div> &nbsp; </div><div id="contentArea" role="main"><div id="stream_pagelet" data-referrer="stream_pagelet"><div id="pagelet_megaphone" data-referrer="pagelet_megaphone"></div><div id="pagelet_composer" data-referrer="pagelet_composer"><div class="_4-u2 mbm"><div class="_119 stat_elem focus_target mtm mbl _5bsm _5t_y" id="u_jsonp_4_2" data-location="maincolumn" onclick="run_with(this, [&quot;legacy:ComposerXControllerBootload&quot;], function() {});"><form rel="async" class="_2_4" action="https://www.facebook.com/#" method="post" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_jsonp_4_l"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><div class="clearfix _5142"><img class="_mi rfloat _ohf uiLoadingIndicatorAsync img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"><div><ul class="uiList _1dsl _509- _4ki _6-h _6-j _6-i"><li class="_4j _519b" data-ft="{&quot;tn&quot;:&quot;*t&quot;}"><a data-onclick="[[&quot;ComposerXAttachmentBootstrap&quot;,&quot;bootstrap&quot;]]" class="_9lb" aria-pressed="true" href="https://www.facebook.com/#" role="button" data-endpoint="/ajax/composerx/attachment/status/"><span class="uiIconText _51z7"><i class="img sp_xFwBv1W8Ynk sx_157255"></i>Update Status<i class="_2wr"></i></span></a></li><li class="_92" data-ft="{&quot;tn&quot;:&quot;*u&quot;}"><a data-onclick="[[&quot;ComposerXAttachmentBootstrap&quot;,&quot;bootstrap&quot;]]" class="_9lb" aria-pressed="false" href="https://www.facebook.com/#" role="button" data-endpoint="/ajax/composerx/attachment/media/chooser/"><span class="uiIconText _51z7"><i class="img sp_xFwBv1W8Ynk sx_3e0c66"></i>Add Photos/Video<i class="_2wr"></i></span></a></li></ul></div></div><input type="hidden" autocomplete="off" name="composerid" value="u_jsonp_4_2"><input type="hidden" autocomplete="off" name="targetid" value="100000590753545"><input type="hidden" autocomplete="off" name="ishome" value="1"><input type="hidden" autocomplete="off" name="loaded_components[]" value="maininput"><input type="hidden" autocomplete="off" name="loaded_components[]" value="prompt"><input type="hidden" autocomplete="off" name="loaded_components[]" value="withtaggericon"><input type="hidden" autocomplete="off" name="loaded_components[]" value="placetaggericon"><input type="hidden" autocomplete="off" name="loaded_components[]" value="ogtaggericon"><input type="hidden" autocomplete="off" name="loaded_components[]" value="mainprivacywidget"><input type="hidden" autocomplete="off" name="composerid" value="u_jsonp_4_2"><input type="hidden" name="loaded_components[]" value="maininput"><input type="hidden" name="loaded_components[]" value="prompt"><input type="hidden" name="loaded_components[]" value="withtaggericon"><input type="hidden" name="loaded_components[]" value="placetaggericon"><input type="hidden" name="loaded_components[]" value="ogtaggericon"><input type="hidden" name="loaded_components[]" value="mainprivacywidget"></form><div class="_55d0"><form rel="async" action="https://www.facebook.com/ajax/updatestatus.php?__av=100000590753545" method="post" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_jsonp_4_3"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><div class="_2yg"><div class="_1zja"><div class="_1zjb"><span class="_1zjd">Drag Link/Photos Here</span><span class="_4_9w">Drop Link</span><span class="_4_9x">Drop Photo</span><span class="_4_9y">Drop Photos</span></div></div><input type="hidden" autocomplete="off" name="xhpc_context" value="home"><input type="hidden" autocomplete="off" name="xhpc_ismeta" value="1"><input type="hidden" autocomplete="off" name="xhpc_timeline" value=""><input type="hidden" autocomplete="off" name="xhpc_composerid" value="u_jsonp_4_2"><input type="hidden" autocomplete="off" name="xhpc_targetid" value="100000590753545"><input type="hidden" autocomplete="off" name="xhpc_publish_type" value="1"><div data-onfocus="[[&quot;ComposerXStatusAttachmentBootloader&quot;,&quot;emptyFunction&quot;]]"><div id="u_jsonp_4_4"><div class="uiMentionsInput _11a" id="u_jsonp_4_5"><div class="highlighter"><div><span class="highlighterContent"></span></div></div><div class="uiTypeahead composerTypeahead mentionsTypeahead" data-ft="{&quot;tn&quot;:&quot;+Q&quot;}" id="u_jsonp_4_6"><input type="hidden" name="clp" value="{&quot;cl_impid&quot;:&quot;d5c77c8b&quot;,&quot;clearcounter&quot;:0,&quot;elementid&quot;:&quot;u_jsonp_4_7&quot;,&quot;version&quot;:&quot;x&quot;,&quot;parent_fbid&quot;:100000590753545}"><div class="wrap"><input type="hidden" autocomplete="off" class="hiddenInput"><div class="innerWrap"><textarea class="DOMControl_placeholder uiTextareaAutogrow input autofocus mentionsTextarea textInput" title="What&#39;s on your mind?" name="xhpc_message" placeholder="What&#39;s on your mind?" role="textbox" aria-autocomplete="list" autocomplete="off" aria-expanded="false" aria-owns="typeahead_list_u_jsonp_4_6" aria-haspopup="true" onkeydown="run_with(this, [&quot;legacy:control-textarea&quot;], function() {TextAreaControl.getInstance(this)});" id="u_jsonp_4_7" aria-label="What&#39;s on your mind?">What's on your mind?</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden"></div></div></div><div id="u_jsonp_4_8"></div><div class="_3-6"></div><div class="_35ee _2pi2 _2pi9 hidden_elem"><button value="1" class="_42ft _5upp _50zy _5usm _3-91 _50zz _50z-" title="Remove" type="submit">Remove</button></div><div class="_1dsp _4-"><div class="clearfix"><div class="_52lb _3-7 lfloat _ohe"><div class="lfloat" id="u_jsonp_4_9"><a class="_1dsq _1dsv" href="https://www.facebook.com/#" data-gt="{&quot;composer&quot;:{&quot;comp&quot;:&quot;people&quot;,&quot;ua_id&quot;:&quot;composer:post&quot;}}" role="button" aria-label="Tag people in your post" title="Tag people in your post" id="u_jsonp_4_a"><span class="_1dsr"><span class="_4-px ellipsis">Tag People</span></span></a></div><div class="lfloat" id="u_jsonp_4_b"><a class="_1dsq _1dss" href="https://www.facebook.com/#" data-gt="{&quot;composer&quot;:{&quot;comp&quot;:&quot;location&quot;,&quot;ua_id&quot;:&quot;composer:post&quot;}}" aria-label="Add a location to post" role="button" id="u_jsonp_4_c"><span class="_1dsr"><span class="_4-px ellipsis">Add a location to post</span></span></a></div><div class="lfloat _1dsq _1dsw"><div class="_1dsr"></div></div><div class="lfloat" id="u_jsonp_4_d"><a class="_1dsq _4-jj" href="https://www.facebook.com/#" data-gt="{&quot;composer&quot;:{&quot;comp&quot;:&quot;action&quot;,&quot;ua_id&quot;:&quot;composer:post&quot;}}" role="button" aria-label="Say what you are doing" title="Say what you are doing" id="composerActionTagger"><span class="_1dsr"><span class="hidden_elem _5xlw"></span><span class="_4-px ellipsis">Tag action</span></span></a></div></div><ul class="uiList _1dso rfloat _ohf _509- _4ki _6-h _6-j _6-i"><li><div><div class="_1lo2" id="u_jsonp_4_e"><div class="composerAudienceWrapper stat_elem fbComposerAudienceTourContext" id="u_jsonp_4_f"><div class="_6a _3h0d"><div class="_6a uiPopover" id="u_jsonp_4_j"><a data-hover="tooltip" aria-label="Your friends" data-tooltip-alignh="right" class="_42ft _4jy0 _55pi _5vto _55_p _2agf _p _4jy3 _517h" role="button" href="https://www.facebook.com/#" style="max-width:200px;" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_k"><span class="_55pe" style="max-width:186px;"><i class="mrs img sp_nN2ib0v85u2 sx_cfd330 customimg"></i>Friends</span><i class="_3-99 img sp_xFwBv1W8Ynk sx_3f3601"></i></a></div><input type="hidden" autocomplete="off" name="privacyx" value="291667064279714" id="u_jsonp_4_g"></div></div></div></div></li><li><button value="1" class="_42ft _4jy0 _11b _4jy3 _4jy1 selected" type="submit">Post</button></li></ul></div></div></div></form></div></div></div></div><h2 class="accessible_elem" id="newsFeedHeading">News Feed</h2><div id="topnews_main_stream_408239535924329" data-referrer="topnews_main_stream_408239535924329" data-gt="{&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_5pcb" id="feed_stream_53d558e41ceaf9070031392" data-referrer="feed_stream_53d558e41ceaf9070031392" style="min-height: 100px;"><div class="_4ikz" id="substream_0" data-referrer="substream_0" style="height: 518px; margin-bottom: 9px;"><div class="hidden_elem"><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;3107772207255417077&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:0}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjE6MzEwNzc3MjIwNzI1NTQxNzA3NzoxNDA2NDkwNTY5OjA=" data-dedupekey="3107772207255417077" data-timestamp="1406490569" id="u_jsonp_4_m" aria-labelledby="js_58 js_59 js_60" data-insertion-position="0"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_n" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_r"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/mallika.srivastavajain?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=763558879"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1459133_10151905706133880_311667154_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_58"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/mallika.srivastavajain" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=763558879">Mallika Srivastava</a></span> shared <a class="profileLink" href="https://www.facebook.com/theManKindProject" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=95845568627">The ManKind Project</a>'s <a class="profileLink" href="https://www.facebook.com/theManKindProject/photos/a.10151885997893628.1073741826.95845568627/10152392519808628/?type=1" data-ft="{&quot;tn&quot;:&quot;E&quot;}">photo</a>.</span></div></h5><div class="_5pcp" id="js_59"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/mallika.srivastavajain/posts/10152452206563880"><abbr title="Monday, July 28, 2014 at 1:19am" data-utime="1406490569" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_v" aria-label="Shared with: Mallika&#39;s friends and Surbhi&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_60"><p><a class="profileLink" href="https://www.facebook.com/surbhi.shriwastava.37" data-hovercard="/ajax/hovercard/user.php?id=100004927363232">Surbhi Shriwastava</a></p></div><div><div><div class="_5r69"><div class="mtm"><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo _2t9n" href="https://www.facebook.com/theManKindProject/photos/a.10151885997893628.1073741826.95845568627/10152392519808628/?type=1" rel="theater" ajaxify="https://www.facebook.com/theManKindProject/photos/a.10151885997893628.1073741826.95845568627/10152392519808628/?type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xpa1%2Ft1.0-9%2F1511020_10152392519808628_271192491_n.jpg&amp;size=720%2C525&amp;fbid=10152392519808628&amp;player_origin=home" style="width:470px;"><div class="_46-h _4-ep" style="width:470px;height:342px;" id="u_jsonp_4_p"><img class="_46-i img" src="./ui_files/1511020_10152392519808628_271192491_n.jpg" style="left:-5px; top:0px;" alt="The ManKind Project&#39;s photo." width="480" height="350"></div></a></div></div></div></div></div></div><div><form rel="async" class="live_10152452206563880_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_4_s" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;763558879&quot;,&quot;target_fbid&quot;:&quot;10152452206563880&quot;,&quot;target_profile_id&quot;:&quot;763558879&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406490568&quot;,&quot;check_hash&quot;:&quot;AQCGNGpwVbOcUF7v&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".44"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".44.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".44.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=95845568627&p[1]=1073742962&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".45">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_u"><ul class="UFIList" data-reactid=".46"><li class="UFIRow UFIUnseenItem UFILikeSentence UFIFirstComponent" data-reactid=".46.1:0"><div class="clearfix" data-reactid=".46.1:0.0"><div class="_ohe lfloat" data-reactid=".46.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".46.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".46.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".46.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".46.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".46.1:0.0.$right.0.0"><span data-reactid=".46.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/surbhi.shriwastava.37" data-hovercard="/ajax/hovercard/hovercard.php?id=100004927363232&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".46.1:0.0.$right.0.0.0.$range0:0">Surbhi Shriwastava</a><span data-reactid=".46.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIFirstComment UFILastComment UFIFirstCommentComponent UFILastCommentComponent UFIComment display UFIComponent UFIUnseenItem" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0"><div class="clearfix" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0"><div class="_ohe lfloat" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/surbhi.shriwastava.37" data-hovercard="/ajax/hovercard/hovercard.php?id=100004927363232&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$left.0"><img src="./ui_files/10306173_290476247793285_8212114706155513833_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$left.0.0"></a></div><div class="" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$right.0"><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0"><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100004927363232&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/surbhi.shriwastava.37" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.$author.0">Surbhi Shriwastava</a></span><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Very true darling......n we r lucky dat we are sharing such kind of relationship.....miss u lot...</span></span></span><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.3"><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/mallika.srivastavajain/posts/10152452206563880?comment_id=10152452221403880&offset=0&total_comments=1" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Monday, July 28, 2014 at 1:29am" data-utime="1406491144" data-shorten="true" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">1 hr</abbr></a></span><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".46.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".46.1:4.0"><div class="_ohe lfloat" data-reactid=".46.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".46.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".46.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".46.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".46.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".46.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".46.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".46.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".46.1:4.0.$right.0.0.0.0.0"><div data-reactid=".46.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".46.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".46.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".46.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".46.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".46.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".46.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".46.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".46.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".46.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".46.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div class="_4ikz" id="substream_1" data-referrer="substream_1" style="height: 1569px; margin-bottom: 9px;"><div class="hidden_elem"><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;8014060869018592875&quot;,&quot;ei&quot;:&quot;AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:1}" data-xt="7.qid.6040832212780584222:mf_story_key.8014060869018592875:ei.AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w" data-xt-vimp="{&quot;pixel_in_percentage&quot;:1,&quot;duration_in_ms&quot;:1,&quot;subsequent_gap_in_ms&quot;:60000,&quot;log_initial_nonviewable&quot;:false}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjI6MzQzOTI0NzY1NDUxNjM4OTg1MDoxNDA2MzIyMTkxOjA=" data-dedupekey="3439247654516389850" id="u_jsonp_4_8o" aria-labelledby="js_61 js_62 js_63" data-insertion-position="1"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_5g-l"><span>Suggested Post</span></div><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_8p" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_9h"></a></div></div><span id="u_jsonp_4_8w" class="uiLikePageButton _47we _42b7"><button value="1" class="_42ft _4jy0 PageLikeButton _4jy3 _517h" data-profileid="5585759167" data-ft="{&quot;type&quot;:28,&quot;tn&quot;:&quot;c&quot;}" data-ownerid="u_jsonp_4_8w" id="u_jsonp_4_8x" type="submit"><img class="_3-8_ img" src="./ui_files/2KL1UzJC9rt.png" alt="" width="12" height="13">Like Page</button></span><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/Newegg?ft[tn]=%3C&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;\u003C&quot;}" data-hovercard="/ajax/hovercard/page.php?id=5585759167" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/424067_10150656781914168_1855592899_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_61"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;k&quot;}"><a href="https://www.facebook.com/Newegg?fref=nf&ft[tn]=kC&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-hovercard="/ajax/hovercard/page.php?id=5585759167&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Newegg</a></span></div></h5><div class="_5pcp" id="js_62"><span class="uiStreamAdditionalLogging _5paw" data-ft="{&quot;tn&quot;:&quot;j&quot;}"><a class="uiStreamSponsoredLink" href="https://www.facebook.com/about/ads?ft[tn]=j&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Sponsored</a></span> · <a data-hover="tooltip" aria-label="Public" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_63"><p>Are We Losing Interest in Tablets?</p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6m2 _1zpr clearfix _dcs _4_w4 _59ap mtm" data-ft="{&quot;tn&quot;:&quot;H&quot;}" id="u_jsonp_4_ad"><div class="_6ks"><a href="http://bit.ly/1ooAktT" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bit.ly\/1ooAktT&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bit.ly\/1ooAktT&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbit.ly\u00252F1ooAktT&amp;h=fAQEgptlf&amp;render_verification=0&amp;enc=AZOeDgR9eZAbyf2xr-JWFjQ7UNXVXb-JiWijbNK0MLBrd4hdb9SVKwronXwgfHfEAtT0gafp8YCZWdu3TypIAKIj_bsZO6LZsUrFO18qBWPw_rr3oYECi2opBAOi87scA9uZquM2uYJVeMJOELJgYP5T&amp;d&quot;);"><div class="_6l- __c_"><img class="_6m5 fbStoryAttachmentImage img" src="./ui_files/safe_image.php" style="width:470px;height:246px;" alt=""></div></a></div><div><div class="_6m3"><div class="mbs _6m6"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fbit.ly%2F1ooAktT&h=XAQFUykgH&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bit.ly\/1ooAktT&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bit.ly\/1ooAktT&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbit.ly\u00252F1ooAktT&amp;h=XAQFUykgH&amp;render_verification=0&amp;enc&amp;d&quot;);">Are We Losing Interest in Tablets?</a></div><div class="_6ma"><div class="_6m7">The telautograph quickly became the standard method of obtaining signatures over distances and was installed in banks, hospitals, and anywhere else that needed to send information quickly and accurately. The telautograph was so popular, that it...</div><div class="_59tj"><div class="_6lz _6mb ellipsis">blog.newegg.com</div></div></div></div><a class="_52c6" href="http://bit.ly/1ooAktT" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bit.ly\/1ooAktT&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bit.ly\/1ooAktT&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbit.ly\u00252F1ooAktT&amp;h=uAQF6E1bDAQHNnOHr3_f8dnXzeJ4BMhJA-L4HK9SZ4pDnzw&amp;render_verification=0&amp;enc=AZPZriWAqQVrYnD7VUEbNOMP4aeXvsOcYRUuklyOQnUUOQOpkiJndn8ukJFjs3059YepbKmnicVsKhIWKi9-B5LqBZv06B2H-oYlay7pptFqQCEEYD16KpWP8AXI66Cngr4ribIKltKVxl2VUB6BQyGf&amp;d&quot;);"></a></div></div></div></div><div><form rel="async" class="commentable_item hidden_add_comment collapsed_comments" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" id="u_jsonp_4_a8" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;5585759167&quot;,&quot;target_fbid&quot;:&quot;10152592287329168&quot;,&quot;target_profile_id&quot;:&quot;5585759167&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406322189&quot;,&quot;check_hash&quot;:&quot;AQCy5iF_4AomAS00&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4p"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4p.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4p.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=99&appid=2309869772&p[0]=5585759167&p[1]=10152592287329168&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4q">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/Newegg/posts/10152592287329168?ft[tn]=O]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="9346 likes 135 comments 18 shares" data-reactid=".4o" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><span data-reactid=".4o.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".4o.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".4o.$like.1">9,346</span></span><span data-reactid=".4o.$comment"><i class="mls UFIBlingBoxCommentIcon UFIBlingBoxSprite" data-reactid=".4o.$comment.0"></i><span class="UFIBlingBoxText" data-reactid=".4o.$comment.1">135</span></span><span data-reactid=".4o.$reshare"><i class="mls UFIBlingBoxReshareIcon UFIBlingBoxSprite" data-reactid=".4o.$reshare.0"></i><span class="UFIBlingBoxText" data-reactid=".4o.$reshare.1">18</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_ac"><ul class="UFIList" data-reactid=".4r"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".4r.1:0"><div class="clearfix" data-reactid=".4r.1:0.0"><div class="_ohe lfloat" data-reactid=".4r.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".4r.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".4r.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".4r.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".4r.1:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".4r.1:0.0.$right.0.$right"><div class="UFIOrderingModeSelector" data-reactid=".4r.1:0.0.$right.0.$right.0"><div class="_6a" data-reactid=".4r.1:0.0.$right.0.$right.0.1"><div class="UFIOrderingModeSelectorPopover uiPopover _6a _6b" data-reactid=".4r.1:0.0.$right.0.$right.0.1.0"><a class="_p" href="https://www.facebook.com/#" data-reactid=".4r.1:0.0.$right.0.$right.0.1.0.0" role="button"><span data-reactid=".4r.1:0.0.$right.0.$right.0.1.0.0.0">Top Comments</span><i class="UFIOrderingModeSelectorDownCaret img sp_6H68Ux8tLRN sx_48d920" data-reactid=".4r.1:0.0.$right.0.$right.0.1.0.0.1"></i></a></div></div></div></div><div class="" data-reactid=".4r.1:0.0.$right.0.$left"><div class="UFILikeSentenceText" data-reactid=".4r.1:0.0.$right.0.$left.0"><span data-reactid=".4r.1:0.0.$right.0.$left.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152592287329168&amp;actorid=5585759167" href="https://www.facebook.com/browse/likes?id=10152592287329168&actorid=5585759167" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152592287329168&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".4r.1:0.0.$right.0.$left.0.0.$range0:0">9,346 people</a><span data-reactid=".4r.1:0.0.$right.0.$left.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></div></li><li class="UFIRow UFIShareRow" data-reactid=".4r.1:1"><div class="clearfix" data-reactid=".4r.1:1.0"><div class="_ohe lfloat" data-reactid=".4r.1:1.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIShareIcon" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=10152592287329168" href="https://www.facebook.com/shares/view?id=10152592287329168" tabindex="-1" aria-hidden="true" data-reactid=".4r.1:1.0.$left.0"></a></div><div class="" data-reactid=".4r.1:1.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4r.1:1.0.$right.0"><a class="UFIShareLink" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=10152592287329168" href="https://www.facebook.com/shares/view?id=10152592287329168" data-reactid=".4r.1:1.0.$right.0.0">18 shares</a></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4r.1:2"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4r.1:2.0"><div class="_ohe lfloat" data-reactid=".4r.1:2.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4r.1:2.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4r.1:2.0.$left.0.0"></div></div><div class="" data-reactid=".4r.1:2.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4r.1:2.0.$right.0"><div class="UFICommentContainer" data-reactid=".4r.1:2.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4r.1:2.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4r.1:2.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4r.1:2.0.$right.0.0.0.0.0"><div data-reactid=".4r.1:2.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4r.1:2.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4r.1:2.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4r.1:2.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4r.1:2.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4r.1:2.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4r.1:2.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4r.1:2.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4r.1:2.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4r.1:2.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4r.1:2.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0"><div class="clearfix" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0"><div class="_ohe lfloat" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/kak133?fref=ufi&ft[tn]=TR0]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-hovercard="/ajax/hovercard/hovercard.php?id=17003715&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$left.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img src="./ui_files/559869_10100975025637771_979677743_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$left.0.0"></a></div><div class="" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$right.0"><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0"><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=17003715&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/kak133?fref=ufi&ft[tn]=%3BR0]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.$author.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Kyle Kelly</a></span><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Never had interest in the first place. Why carry a tablet around when my laptop isn't much bigger or heavier?</span></span></span><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10152592522654168" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152592522654168&amp;comment_from=17003715&amp;comment_likecount=33&amp;comment_id=10152592287329168_10152592522654168&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10152592522654168" rel="dialog" role="button" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">33</span></a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/Newegg/posts/10152592287329168?comment_id=10152592522654168&offset=0&total_comments=135&ft[tn]=NR0]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 4:38am" data-utime="1406329689" data-shorten="true" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">July 26 at 4:38am</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><ul class=" UFIReplyList" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0"><li class="UFIRow UFIReplySocialSentenceRow UFIFirstComponent UFILastComponent" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0"><a class="UFICommentLink" href="https://www.facebook.com/#" role="button" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0"><div class="clearfix" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0"><div class="_ohe lfloat" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$left"><div class="img _8o _8r UFIImageBlockImage" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$left.0"><i class="UFIPagerIcon" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$left.0.0"></i></div></div><div class="" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$right.0"><span class="" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$right.0.0"><span class="UFIReplySocialSentenceLinkText" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$right.0.0.0">7 Replies</span></span></div></div></div></a></li></ul><li class="UFIRow UFILastComment UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0"><div class="clearfix" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0"><div class="_ohe lfloat" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/toxic.intruder?fref=ufi&ft[tn]=TR]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-hovercard="/ajax/hovercard/hovercard.php?id=1668382236&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$left.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img src="./ui_files/1689787_10202543842951822_1424110217_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$left.0.0"></a></div><div class="" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$right.0"><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0"><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=1668382236&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/toxic.intruder?fref=ufi&ft[tn]=%3BR]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.$author.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Ivan Kutyrev</a></span><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Can't lose an interest if you didn't have it in the first place..</span></span></span><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10152592514859168" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152592514859168&amp;comment_from=1668382236&amp;comment_likecount=22&amp;comment_id=10152592287329168_10152592514859168&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10152592514859168" rel="dialog" role="button" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">22</span></a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/Newegg/posts/10152592287329168?comment_id=10152592514859168&offset=0&total_comments=135&ft[tn]=NR]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 4:33am" data-utime="1406329401" data-shorten="true" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">July 26 at 4:33am</abbr></a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$metadata:0:$action:0.3:0"> · </span><a ajaxify="/ajax/edits/browser/comment?comment_token=10152592287329168_10152592514859168" aria-label="Show edit history" class="uiLinkSubtle" data-hover="tooltip" href="https://www.facebook.com/#" rel="dialog" role="button" title="Show edit history" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$metadata:0:$action:0.3:$edit-link">Edited</a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIPagerRow UFIComponent UFILastCommentComponent UFILastComponent" data-reactid=".4r.1:3:$bottomPager"><div class="clearfix" data-reactid=".4r.1:3:$bottomPager.0"><div class="_ohe lfloat" data-reactid=".4r.1:3:$bottomPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".4r.1:3:$bottomPager.0.$left.0"></a></div><div class="" data-reactid=".4r.1:3:$bottomPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".4r.1:3:$bottomPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".4r.1:3:$bottomPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".4r.1:3:$bottomPager.0.$right.0.$right.0">2 of 135</span></div><div class="" data-reactid=".4r.1:3:$bottomPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".4r.1:3:$bottomPager.0.$right.0.$left.0"><span data-reactid=".4r.1:3:$bottomPager.0.$right.0.$left.0.0">View more comments</span></a></div></div></div></div></li></ul></div></form></div></div><iframe class="fbEmuTracking" src="./ui_files/xti(1).html" width="0" height="0" scrolling="no" frameborder="0"></iframe></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;-9068285865369297108&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:2}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjM6LTkwNjgyODU4NjUzNjkyOTcxMDg6MTQwNjQ5MDQyNzow" data-dedupekey="-9068285865369297108" data-timestamp="1406490427" id="u_jsonp_4_8q" aria-labelledby="js_64 js_65 js_66" data-insertion-position="2"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_8r" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_8z"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/ssouvik8?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1630893146"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/943270_10200697592755472_49980918_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_64"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/ssouvik8?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1630893146&amp;extragetparams=%7B%22fref%22%3A%22nf%22%2C%22directed_target_id%22%3A284314518394092%7D">Souvik Saha</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/groups/284314518394092/?fref=nf" data-hovercard="/ajax/hovercard/group.php?id=284314518394092&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Travel Buddy</a></span></div></h5><div class="_5pcp" id="js_65"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/groups/284314518394092/permalink/321212378037639/"><abbr title="Monday, July 28, 2014 at 1:17am" data-utime="1406490427" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a> · <a class="_5pcq" href="https://www.facebook.com/pages/Gurgaon-Haryana/106487939387579" data-hovercard="/ajax/hovercard/page.php?id=106487939387579">Gurgaon</a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_ae" aria-label="Shared with: Members of Travel Buddy"><i class="lock img sp_843e1e sx_447ccd"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_66"><p>Which would be a better place to go at this time? Kasol or Mcleodganj? Or maybe Lansdowne? PLease share your experiences.</p></div><div></div><div><form rel="async" class="live_321212378037639_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:321213008037576}" id="u_jsonp_4_a7" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;1630893146&quot;,&quot;target_fbid&quot;:&quot;321212378037639&quot;,&quot;target_profile_id&quot;:&quot;&quot;,&quot;type_id&quot;:&quot;308&quot;,&quot;assoc_obj_id&quot;:&quot;284314518394092&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406490426&quot;,&quot;check_hash&quot;:&quot;AQBX8LCXT0_Xwy90&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4m"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4m.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4m.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_aa"><ul class="UFIList" data-reactid=".4n"><li class="UFIRow UFIUnseenItem UFILikeSentence UFIFirstComponent" data-reactid=".4n.1:0"><div class="clearfix" data-reactid=".4n.1:0.0"><div class="_ohe lfloat" data-reactid=".4n.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".4n.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".4n.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".4n.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4n.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".4n.1:0.0.$right.0.0"><span data-reactid=".4n.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/ashirmadaan" data-hovercard="/ajax/hovercard/hovercard.php?id=1386605186&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".4n.1:0.0.$right.0.0.0.$range0:0">Ashir Madaan</a><span data-reactid=".4n.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0"><div class="clearfix" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0"><div class="_ohe lfloat" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/rahul.stylejunction?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=693685012&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$left.0"><img src="./ui_files/1926671_10153892982570013_1802540997_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$left.0.0"></a></div><div class="" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$right.0"><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0"><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=693685012&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/rahul.stylejunction?fref=ufi" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.$author.0">Rahul Sood</a></span><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Kasol anyday....</span></span></span><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.3"><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/groups/284314518394092/permalink/321212378037639/?comment_id=321212654704278&offset=0&total_comments=2" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Monday, July 28, 2014 at 1:18am" data-utime="1406490519" data-shorten="true" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">1 hr</abbr></a></span><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFILastCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0"><div class="clearfix" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0"><div class="_ohe lfloat" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/nishantgupta100?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=1029319140&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$left.0"><img src="./ui_files/10366025_10202769750418066_2642527353600848356_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$left.0.0"></a></div><div class="" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$right.0"><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0"><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=1029319140&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/nishantgupta100?fref=ufi" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.$author.0">Nishant Gupta</a></span><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Go to Kheerganga, 32 kms from Kasol</span></span></span><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.3"><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/groups/284314518394092/permalink/321212378037639/?comment_id=321213008037576&offset=0&total_comments=2" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Monday, July 28, 2014 at 1:20am" data-utime="1406490637" data-shorten="true" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">1 hr</abbr></a></span><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4n.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4n.1:4.0"><div class="_ohe lfloat" data-reactid=".4n.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4n.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4n.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4n.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4n.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4n.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4n.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4n.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4n.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4n.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4n.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4n.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4n.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4n.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4n.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4n.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4n.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4n.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4n.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4n.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;-5284350930492807642&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:3}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjQ6LTUyODQzNTA5MzA0OTI4MDc2NDI6MTQwNjQ4ODE0MDow" data-dedupekey="-5284350930492807642" data-timestamp="1406486776" id="u_jsonp_4_8s" aria-labelledby="js_67 js_68 js_69 js_70 js_71 js_72 js_73" data-insertion-position="3"><div class="_5pcr clearfix" id="u_jsonp_4_8v"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_94" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_96"></a></div><h5 class="mbs _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_67"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/chandrachudasarma" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000189921464">Chandrachuda Sharma</a></span> and <a data-hover="tooltip" aria-label="Naman Sharma Aditya Chadha Bharath Velishala and 12 more..." data-tooltip-position="below" href="https://www.facebook.com/#" ajaxify="/ajax/browser/dialog/participants/?q=AeKFhkW72h3sZAYldazWUjJAzcwFgQHu2O58tiTwJ67pwk6e7ak1MT0kZzELMubGUA8m1NUgWaGq3qh0EZqIcr4M3hnC8xDrcHyQQJlWqFTBWIWalzeQgiLiZ_wzneuL5xbzI8-2F5sTv1ALjhjVDDL0N9cPJySNKc0y3VKpahDOP3zi5bM3d4Arp6xWnVi89N8UnWPCdKJdiOef2MxqNTSB9oVJu3uqUbNTnu-HVvrc03liiUMj_2ptQOOl-GFMfU_vnbJS-4cKS8tOR_vLsvFJUGkDjH_NYY6oXKhrg0TjDETXebRunaNBy4nCGsRrExjz9uLPbmtjjK7p-V1Gfddjz2Nsliinhhof9vRqqXK7u618aWAKoro7dyjoTElgG0TkgSdVFyXM7vJy5OD80g2yZvU1k7xJ_ZJvYU6YS8COfiMB-hVOZWKFLd0U0zJV3rOk6zFf_7ZXpVJqoqVGc8AkePNz1Orp5O_-WtrS4aVPJDnrZVTrhxjo8xtu9iMQzxnZXyH1VRpu55dRQZ47fMzk-diMqAmR64z6EsblTiavcx_XOMZG6IAZea7yiKBsQH0gSWoXDgLIT8Vk310ZFnF4zo2eJ9xJgWrLZpaz67Q-csi8ZVr9_Oolgz-3oNw4yW-2Ua2d-Q-oLNZGXhPE_TkukKMwBRIPxZXWrGO-VTbDRe1rKmtm4QVpawDc1PH3CJSTQb2MkF1I5NZdRMe_DmbqqT_aY5Q5oRYqBkvlAZx5HwvioPrw1NUGbonue5o33L6_rK7k-J7J2fOWZLndhNXo3tE1Eb7utF4hdplJogaxLmVZjYsxB0obOXsJ53zjQMdci5XcPhg8iW2yLOozuQNBNyn30628d22GL7FoFt3uzS8toUwsndGjnjydAefVaFP1Ge9kwfwU0xr4vGVFqpsjVgszjMoNYlr19dN09Jhsxg" rel="dialog" data-ft="{&quot;tn&quot;:&quot;l&quot;}" role="button">15 others</a> wrote on <a class="profileLink" href="https://www.facebook.com/sainaveen721" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1663627786">Naveen Bolla</a>'s timeline.</span></div></h5><div class="clearfix mvm"><a class="_8o _8t lfloat _ohe" href="https://www.facebook.com/sainaveen721" tabindex="-1" aria-hidden="true" data-hovercard="/ajax/hovercard/user.php?id=1663627786"><div class="uiScaledImageContainer" style="width: 90px; height: 90px"><img class="scaledImageFitWidth img" src="./ui_files/1538682_10202283464882375_844078298_n.jpg" alt="" width="90" height="90"></div></a><div class="_42ef"><div class="mbs fwb"><a href="https://www.facebook.com/sainaveen721" data-hovercard="/ajax/hovercard/user.php?id=1663627786">Naveen Bolla</a></div><div class="mbs fcg">Birthday: Today</div><ul class="uiList _4kg _6-h _704 _6-i"><li><form rel="async" class="uiStreamInlineAction" action="https://www.facebook.com/ajax/stream/inline.php" method="post" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_jsonp_4_97"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><div class="formWrapper"><input type="hidden" autocomplete="off" name="walltarget" value="1663627786"><input type="hidden" autocomplete="off" name="render_notif_only" value="1"><input type="hidden" autocomplete="off" name="birthday" value="1"><div class="uiMentionsInput" id="u_jsonp_4_98"><div class="highlighter"><div><span class="highlighterContent"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-ft="{&quot;tn&quot;:&quot;+Q&quot;}" id="u_jsonp_4_99"><div class="wrap"><input type="hidden" autocomplete="off" class="hiddenInput"><div class="innerWrap"><textarea class="enter_submit DOMControl_placeholder uiTextareaNoResize uiTextareaAutogrow uiStreamInlineTextarea inlineReplyTextArea mentionsTextarea textInput" title="Write a birthday wish on his timeline..." placeholder="Write a birthday wish on his timeline..." name="message" cols="48" role="textbox" aria-autocomplete="list" autocomplete="off" aria-expanded="false" aria-owns="typeahead_list_u_jsonp_4_99" aria-haspopup="true" onkeydown="run_with(this, [&quot;legacy:control-textarea&quot;], function() {TextAreaControl.getInstance(this)});" id="u_jsonp_4_9a">Write a birthday wish on his timeline...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden"></div><label class="hidden_elem"><input name="post" value="Post" type="submit" class="enter_submit_target"></label></div><input type="hidden" autocomplete="off" name="source" value="avatar_attachment"></form></li></ul></div></div><div class="stat_elem"><ul class="uiList uiCollapsedList uiCollapsedListHidden _5pbz _5va0 _4kg" id="u_jsonp_4_9b"><li><div class="userContentWrapper _5pcr mbs _5v9_ _5va1 _3ccb" data-dedup="S:_I100000189921464:945535718796083" id="u_jsonp_4_90" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_9c" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_9m"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/chandrachudasarma?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000189921464"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/67132_556186177731041_585147869_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_68"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/chandrachudasarma?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=100000189921464&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Chandrachuda Sharma</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/sainaveen721?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1663627786&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Naveen Bolla</a></span></div></h6><div class="_5pcp" id="js_72"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/sainaveen721/posts/10203560581729498"><abbr title="Monday, July 28, 2014 at 12:16am" data-utime="1406486776" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_af" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_73"><p>Orey Happy birthday ra..</p></div><div></div><div><form rel="async" class="live_10203560581729498_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_4_9v" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;100000189921464&quot;,&quot;target_fbid&quot;:&quot;10203560581729498&quot;,&quot;target_profile_id&quot;:&quot;1663627786&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406486776&quot;,&quot;check_hash&quot;:&quot;AQBhXwnKFuIyG51f&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4a"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4a.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4a.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=100000189921464&p[1]=10203560581729498&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4b">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_a0"><ul class="UFIList" data-reactid=".4c"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4c.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4c.1:4.0"><div class="_ohe lfloat" data-reactid=".4c.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4c.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4c.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4c.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4c.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4c.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4c.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4c.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4c.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4c.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4c.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4c.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4c.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4c.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4c.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4c.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4c.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4c.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4c.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4c.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I1806904242:10201476718358992" id="u_jsonp_4_91" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_9d" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_9o"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/naman.sharma.1800?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1806904242"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1796457_10200668324829659_419841048_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_69"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/naman.sharma.1800?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1806904242&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Naman Sharma</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/sainaveen721?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1663627786&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Naveen Bolla</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/sainaveen721/posts/10203560562249011"><abbr title="Monday, July 28, 2014 at 12:11am" data-utime="1406486498" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_ag" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Happy B'day</p></div><div></div><div><form rel="async" class="live_10203560562249011_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_4_9w" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;1806904242&quot;,&quot;target_fbid&quot;:&quot;10203560562249011&quot;,&quot;target_profile_id&quot;:&quot;1663627786&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406486498&quot;,&quot;check_hash&quot;:&quot;AQAGFFMsD-QBoGzU&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4d"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4d.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4d.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=1806904242&p[1]=10203560562249011&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4e">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_a2"><ul class="UFIList" data-reactid=".4f"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4f.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4f.1:4.0"><div class="_ohe lfloat" data-reactid=".4f.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4f.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4f.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4f.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4f.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4f.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4f.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4f.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4f.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4f.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4f.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4f.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4f.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4f.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4f.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4f.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4f.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4f.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4f.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4f.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="hiddenItem"><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I754438500:10152600416218501" id="u_jsonp_4_92" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_9e" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_9q"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/adityarchadha?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=754438500"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10434312_10152498669578501_7595833544498234698_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_70"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/adityarchadha?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=754438500&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Aditya Chadha</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/sainaveen721?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1663627786&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Naveen Bolla</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/sainaveen721/posts/10203560535808350"><abbr title="Monday, July 28, 2014 at 12:06am" data-utime="1406486189" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_ah" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>happy bday <i class="_4-k1 img sp_F6Afu2XGiZY sx_a8bc3e"></i></p></div><div></div><div><form rel="async" class="live_10203560535808350_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_4_9x" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;754438500&quot;,&quot;target_fbid&quot;:&quot;10203560535808350&quot;,&quot;target_profile_id&quot;:&quot;1663627786&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406486189&quot;,&quot;check_hash&quot;:&quot;AQDTOfk4f_ct9xq7&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4g"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4g.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4g.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=754438500&p[1]=10203560535808350&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4h">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_a4"><ul class="UFIList" data-reactid=".4i"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4i.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4i.1:4.0"><div class="_ohe lfloat" data-reactid=".4i.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4i.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4i.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4i.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4i.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4i.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4i.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4i.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4i.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4i.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4i.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4i.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4i.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4i.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4i.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4i.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4i.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4i.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4i.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4i.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="hiddenItem"><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I633702264:10152641388177265" id="u_jsonp_4_93" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_9f" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_9s"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/bharath.velishala?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=633702264"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1960041_10152363808472265_1989571149_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_71"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/bharath.velishala?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=633702264&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Bharath Velishala</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/sainaveen721?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1663627786&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Naveen Bolla</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/sainaveen721/posts/10203560704692572"><abbr title="Monday, July 28, 2014 at 12:39am" data-utime="1406488140" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_ai" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>happy b'day naveen <i class="_4-k1 img sp_F6Afu2XGiZY sx_a8bc3e"></i></p></div><div></div><div><form rel="async" class="live_10203560704692572_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_4_9y" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;633702264&quot;,&quot;target_fbid&quot;:&quot;10203560704692572&quot;,&quot;target_profile_id&quot;:&quot;1663627786&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406488140&quot;,&quot;check_hash&quot;:&quot;AQDbGqNVLBNqsWu5&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4j"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4j.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4j.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=633702264&p[1]=10203560704692572&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4k">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_a6"><ul class="UFIList" data-reactid=".4l"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4l.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4l.1:4.0"><div class="_ohe lfloat" data-reactid=".4l.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4l.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4l.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4l.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4l.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4l.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4l.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4l.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4l.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4l.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4l.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4l.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4l.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4l.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4l.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4l.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4l.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4l.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4l.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4l.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="showAll _5q5v" onclick="CSS.removeClass($(&quot;u_jsonp_4_9b&quot;), &quot;uiCollapsedListHidden&quot;); CSS.addClass($(&quot;u_jsonp_4_9b&quot;), &quot;uiCollapsedListVisible&quot;); return false;"><a class="_44b2" href="https://www.facebook.com/ajax/feed/substories/?context=%7B%22fbfeed_context%22%3Atrue%2C%22location_type%22%3A1%2C%22outer_object_element_id%22%3A%22u_jsonp_4_8s%22%2C%22object_element_id%22%3A%22u_jsonp_4_93%22%2C%22is_ad_preview%22%3Afalse%2C%22is_inner_story%22%3Afalse%2C%22substory%22%3Atrue%2C%22card_depth%22%3A1%2C%22is_vintage_story%22%3Afalse%7D&count=12&id=S%3A_I100000590753545%3A1468593853354452%3A4%3AYTowOnt9%3A5%3AeJx9VUmO20AM%2FItfwH2JX5BzXqDcccchPg42D%2BnhIsyYan1X0wIBXF6iKL9LIuvC5f%2F9aF7vhhElIP8uKUtq7792NZPmO2w9UtbGFbxOOxLurrccvuzLuvf3x8R69Lmrp5cc2UGlt%2FuvHzl33hCxJuYRb1E0mZicclPKiPMFnMrYM8Klvl5jwIQAXcchrwpZtpOdFJxyfdiW2p2CWIjEMYr%2FiaLccmixVMGbKGaJPJWzxfbiR1sxlroUEr4NVtAlwqZXvWQKbSRpOSqh68IlKMjUKvSZAiZ9DDMqJk8h7zZjAoojXp4gnsys0jVCojtGZ%2BI84VnNhXaFZVq6lcc6XxHrYgKFErE1WGbeCQ1XwodjrzqlC8XYqzu4e1W9w1tSXHLi1e6ybh%2FpTLQGuMbIqwf2dI%2BSVaVtqXTG5lBWLSOvJsPGkeUjtgPbvccrBnfADZ8WEzQLXime5PiccDbjf4X0eTccWAHm6kaMgqJzaa%2BUQOzkTY33RaCjyp5YjubwubWeOs%2Bq6QWtNlQGweOCL2V8s0nJ7gnU1FpnJzOH0yEiWW73N2S0BFdfjn3rwgUhJkbO8vD8DzZNwjEEKWN5j4rUQb8oYwcccc2B7VR2bDluAtZ0mbIR1D2tfTj0bY8akqS632xmxLfssqRRqY9K63f8DQusCig%3D%3D" rel="async">See 14 more posts</a></li></ul><div class="_52jv"><span class="img _55ym _55yn _55yo _5tqs mts" aria-label="Loading..." aria-busy="1"></span></div></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;-4654620944896426152&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:4}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjU6LTQ2NTQ2MjA5NDQ4OTY0MjYxNTI6MTQwNjQ3NjA3Njow" data-dedupekey="-4654620944896426152" data-timestamp="1406476076" id="u_jsonp_4_8t" aria-labelledby="js_74 js_75 js_76" data-insertion-position="4"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_8u" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_9j"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/suyashkant?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=856885384"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10372006_10154252722540385_2367321161725996696_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_74"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/suyashkant?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=856885384&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Suyash Kant</a></span></div></h5><div class="_5pcp" id="js_75"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/suyashkant/posts/10154433971925385"><abbr title="Sunday, July 27, 2014 at 9:17pm" data-utime="1406476076" data-shorten="1" class="_5ptz timestamp livetimestamp">5 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_aj" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_76"><p>Riots - Request all friends to spread and maintain peace.Any rage whatsoever,should be expressed as a message for peace and not against each others.People spreading communal hatred now should be diligently taught to reconsider their opinions and understand that root cause of all this is nothing but political cynicism.All anger could instead be intelligently channelised to demonstrate and campaign against the communal forces.India is and always will remain Secular. <a class="_58cn" href="https://www.facebook.com/hashtag/unity?source=feed_text&story_id=10154433971925385" data-ft="{&quot;tn&quot;:&quot;*N&quot;,&quot;type&quot;:104}"><span class="_58cl">‪#‎</span><span class="_58cm">Unity‬</span></a> <a class="_58cn" href="https://www.facebook.com/hashtag/riot?source=feed_text&story_id=10154433971925385" data-ft="{&quot;tn&quot;:&quot;*N&quot;,&quot;type&quot;:104}"><span class="_58cl">‪#‎</span><span class="_58cm">Riot‬</span></a></p></div><div></div><div><form rel="async" class="live_10154433971925385_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_4_9k" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;856885384&quot;,&quot;target_fbid&quot;:&quot;10154433971925385&quot;,&quot;target_profile_id&quot;:&quot;856885384&quot;,&quot;type_id&quot;:&quot;22&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406476076&quot;,&quot;check_hash&quot;:&quot;AQAh6BFkypbnEZ2B&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".47"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".47.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".47.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=22&appid=25554907596&p[0]=856885384&p[1]=10154433971925385&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".48">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_9u"><ul class="UFIList" data-reactid=".49"><li class="UFIRow UFIUnseenItem UFILikeSentence UFIFirstComponent" data-reactid=".49.1:0"><div class="clearfix" data-reactid=".49.1:0.0"><div class="_ohe lfloat" data-reactid=".49.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".49.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".49.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".49.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".49.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".49.1:0.0.$right.0.0"><span data-reactid=".49.1:0.0.$right.0.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10154433971925385&amp;actorid=856885384" href="https://www.facebook.com/browse/likes?id=10154433971925385&actorid=856885384" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10154433971925385&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".49.1:0.0.$right.0.0.0.$range0:0">10 people</a><span data-reactid=".49.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".49.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".49.1:4.0"><div class="_ohe lfloat" data-reactid=".49.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".49.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".49.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".49.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".49.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".49.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".49.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".49.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".49.1:4.0.$right.0.0.0.0.0"><div data-reactid=".49.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".49.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".49.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".49.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".49.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".49.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".49.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".49.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".49.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".49.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".49.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div id="more_pager_pagelet_53d558e41cf449e01176465" data-referrer="more_pager_pagelet_53d558e41cf449e01176465"></div><div class="_4ikz" id="substream_0_53d558f2f2c870c63022740" data-referrer="substream_0_53d558f2f2c870c63022740" style="height: 841px; margin-bottom: 9px;"><div class="hidden_elem"><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;351094231698321464&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:5}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjY6MzUxMDk0MjMxNjk4MzIxNDY0OjE0MDYzMzA2NDQ6MA==" data-dedupekey="351094231698321464" data-timestamp="1406330644" id="u_jsonp_5_1" aria-labelledby="js_77 js_78 js_79" data-insertion-position="5"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_2" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_a"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/sanibh?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=500682704"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10446021_10152232972012705_8107501677041962875_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_77"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/sanibh?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=500682704&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Sanibh Aryan</a></span></div></h5><div class="_5pcp" id="js_78"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/sanibh/posts/10152275319617705"><abbr title="Saturday, July 26, 2014 at 4:54am" data-utime="1406330644" data-shorten="1" class="_5ptz">July 26 at 4:54am</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_o" aria-label="Shared with: Sanibh&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_79"><p><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dx0DDFJh_bxc%26list%3DUUDPM_n1atn2ijUwHd0NNRQw&h=EAQEava1M&enc=AZNLWf1y94yZG7td2dG7laWn-OXdfwnRyPl4AsNDQDDZ1zUsfx5fiU85u_YaZf_L6AX2JACz5Pm3XPnoBhdpIk4GHxodPBtl2fs2ZfVvTjt3L2RIMX2KkzSkduAjQAFCYjkudLnKxoOBZb9nmBDpuvt6&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253Dx0DDFJh_bxc\u002526list\u00253DUUDPM_n1atn2ijUwHd0NNRQw&amp;h=EAQEava1M&amp;render_verification=0&amp;enc=AZNLWf1y94yZG7td2dG7laWn-OXdfwnRyPl4AsNDQDDZ1zUsfx5fiU85u_YaZf_L6AX2JACz5Pm3XPnoBhdpIk4GHxodPBtl2fs2ZfVvTjt3L2RIMX2KkzSkduAjQAFCYjkudLnKxoOBZb9nmBDpuvt6&amp;d&quot;);">http://www.youtube.com/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw</a></p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6m2 _1zpr clearfix _dcs _4_w4 _5cwb mtm" id="u_jsonp_5_7" data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="clearfix"><div class="lfloat _ohe"><div class="_6ks" data-ft="{&quot;tn&quot;:&quot;F&quot;}"><div id="u_jsonp_5_8"><a class="_6kt _6l- __c_" aria-label="Coldplay - O (from Ghost Stories)" ajaxify="/ajax/flash/expand_inline.php?max_width=470&amp;selector=%5E._6m2&amp;target_div=u_jsonp_5_8&amp;share_id=523241587775880&amp;user_share_id=10152275319617705" href="http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dx0DDFJh_bxc%26list%3DUUDPM_n1atn2ijUwHd0NNRQw&h=6AQHY7NxK&enc=AZO1sod9Ekfbbt93x5xnbujHD4tsJCAODKKoTYfq1tsyrGTs589AMLGjmz4lvlpvDTWaQQaL_vL74EhJLVMW9CvcHQWuapRM1t6pcNyK99zWGZBeAv4Q-6Uv0H3B6PnPQu663Bzq7aOoK4_ui7AnI54I&s=1" rel="nofollow async" target="_blank" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253Dx0DDFJh_bxc\u002526list\u00253DUUDPM_n1atn2ijUwHd0NNRQw&amp;h=6AQHY7NxK&amp;render_verification=0&amp;enc=AZO1sod9Ekfbbt93x5xnbujHD4tsJCAODKKoTYfq1tsyrGTs589AMLGjmz4lvlpvDTWaQQaL_vL74EhJLVMW9CvcHQWuapRM1t6pcNyK99zWGZBeAv4Q-6Uv0H3B6PnPQu663Bzq7aOoK4_ui7AnI54I&amp;d&quot;);"><img class="_6m5 fbStoryAttachmentImage img" src="./ui_files/safe_image(1).php" alt=""><i class="_6ku"></i><span class="img _55ym _55yq _55yp _5tqs _5epl" aria-label="Loading..." aria-busy="1"></span></a></div></div></div><div class="_42ef"><div><div class="_6m3"><div class="mbs _6m6"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dx0DDFJh_bxc%26list%3DUUDPM_n1atn2ijUwHd0NNRQw&h=9AQHuQ4Ni&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253Dx0DDFJh_bxc\u002526list\u00253DUUDPM_n1atn2ijUwHd0NNRQw&amp;h=9AQHuQ4Ni&amp;render_verification=0&amp;enc&amp;d&quot;);">Coldplay - O (from Ghost Stories)</a></div><div class="_6ma"><div class="_6m7">Coldplay's new album Ghost Stories, is out now! Download it at <a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fsmarturl.it%2Fghoststories&h=2AQEM0fH9&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/smarturl.it\/ghoststories&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/smarturl.it\/ghoststories&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fsmarturl.it\u00252Fghoststories&amp;h=2AQEM0fH9&amp;render_verification=0&amp;enc&amp;d&quot;);">http://smarturl.it/ghoststories</a> or get the CD at <a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fsmarturl.it%2Fghoststoriescd&h=_AQGKiLXB&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/smarturl.it\/ghoststoriescd&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/smarturl.it\/ghoststoriescd&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fsmarturl.it\u00252Fghoststoriescd&amp;h=_AQGKiLXB&amp;render_verification=0&amp;enc&amp;d&quot;);">http://smarturl.it/ghoststoriescd</a> ~ Follow Co...</div><div class="_59tj"><div class="_6lz _6mb ellipsis">youtube.com</div></div></div></div><a class="_52c6" href="http://www.youtube.com/watch?v=x0DDFJh_bxc&list=UUDPM_n1atn2ijUwHd0NNRQw" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253Dx0DDFJh_bxc\u002526list\u00253DUUDPM_n1atn2ijUwHd0NNRQw&amp;h=NAQFjus9mAQGH4c9XkzbDT8zStUgdIKtdltZTnKo4wIFHjw&amp;render_verification=0&amp;enc=AZMjBpW5BzAmchX8rLMh4g5st_LxCt6WaqALjFOec-TaLqtEwkSiTyfo-3KX4E9llwawpxL_t8iy-rZ7D5MuGFO-PVyTx9iEpNGKW09idpsU2-xJ6QdBeoD-VsgQmn1C7Hw&amp;d&quot;);"></a></div></div></div></div></div></div><div><form rel="async" class="live_10152275319617705_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_5_f" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;500682704&quot;,&quot;target_fbid&quot;:&quot;10152275319617705&quot;,&quot;target_profile_id&quot;:&quot;500682704&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406330643&quot;,&quot;check_hash&quot;:&quot;AQAfqnrnU809IwBf&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4s"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4s.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4s.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=99&appid=2309869772&p[0]=500682704&p[1]=10152275319617705&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4t">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_j"><ul class="UFIList" data-reactid=".4u"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".4u.1:0"><div class="clearfix" data-reactid=".4u.1:0.0"><div class="_ohe lfloat" data-reactid=".4u.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".4u.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".4u.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".4u.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4u.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".4u.1:0.0.$right.0.0"><span data-reactid=".4u.1:0.0.$right.0.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152275319617705&amp;actorid=500682704" href="https://www.facebook.com/browse/likes?id=10152275319617705&actorid=500682704" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152275319617705&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".4u.1:0.0.$right.0.0.0.$range0:0">2 people</a><span data-reactid=".4u.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4u.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4u.1:4.0"><div class="_ohe lfloat" data-reactid=".4u.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4u.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4u.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4u.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4u.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4u.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4u.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4u.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4u.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4u.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4u.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4u.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4u.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4u.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4u.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4u.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4u.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4u.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4u.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4u.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;6935483056987928540&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:6}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjc6NjkzNTQ4MzA1Njk4NzkyODU0MDoxNDA2NDc3OTcwOjA=" data-dedupekey="6935483056987928540" data-timestamp="1406477970" id="u_jsonp_5_3" data-insertion-position="6"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_4" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_c"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/dheerajvijay1?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=709921046"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1208961_10151860002021047_1988756176_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/dheerajvijay1" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=709921046">Dheeraj Vijay</a></span> was at <a class="profileLink" href="https://www.facebook.com/cocosbarandgrill" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=321112731348400">Coco's Bar &amp; Grill</a>.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/dheerajvijay1/posts/10152543423516047"><abbr title="Sunday, July 27, 2014 at 9:49pm" data-utime="1406477970" data-shorten="1" class="_5ptz timestamp livetimestamp">4 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_p" aria-label="Shared with: Dheeraj&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="userContent"></div><div></div><div><form rel="async" class="live_10152543423516047_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:&quot;10152543423516047_10152543705651047&quot;}" id="u_jsonp_5_h" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;709921046&quot;,&quot;target_fbid&quot;:&quot;10152543423516047&quot;,&quot;target_profile_id&quot;:&quot;709921046&quot;,&quot;type_id&quot;:&quot;22&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406477969&quot;,&quot;check_hash&quot;:&quot;AQBDa9agxdxW3rp6&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4y"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4y.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4y.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=22&appid=25554907596&p[0]=709921046&p[1]=10152543423516047&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4z">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_n"><ul class="UFIList" data-reactid=".50"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".50.1:0"><div class="clearfix" data-reactid=".50.1:0.0"><div class="_ohe lfloat" data-reactid=".50.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".50.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".50.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".50.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".50.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".50.1:0.0.$right.0.0"><span data-reactid=".50.1:0.0.$right.0.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152543423516047&amp;actorid=709921046" href="https://www.facebook.com/browse/likes?id=10152543423516047&actorid=709921046" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152543423516047&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".50.1:0.0.$right.0.0.0.$range0:0">2 people</a><span data-reactid=".50.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0"><div class="clearfix" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0"><div class="_ohe lfloat" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/TtheDevil?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100003465782550&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$left.0"><img src="./ui_files/10565028_539147232877465_3928546222330880730_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$left.0.0"></a></div><div class="" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$right.0"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100003465782550&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/TtheDevil?fref=ufi" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.$author.0">Tan Divaa</a></span><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Bht Sahi DJ <span class="emoticon_text" aria-hidden="true">3:)</span><span title="3:)" class="emoticon emoticon_devil"></span></span></span></span><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.3"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/dheerajvijay1/posts/10152543423516047?comment_id=10152543520586047&offset=0&total_comments=2" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 10:38pm" data-utime="1406480914" data-shorten="true" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">3 hrs</abbr></a></span><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFILastCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0"><div class="clearfix" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0"><div class="_ohe lfloat" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/vivek.jurangal?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=514664240&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$left.0"><img src="./ui_files/1545985_10152111534744241_1566716435_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$left.0.0"></a></div><div class="" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$right.0"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=514664240&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/vivek.jurangal?fref=ufi" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.$author.0">Vivek Jurangal</a></span><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Bhai.. Come on Friday...</span></span></span><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.3"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/dheerajvijay1/posts/10152543423516047?comment_id=10152543705651047&offset=0&total_comments=2" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Monday, July 28, 2014 at 12:20am" data-utime="1406487029" data-shorten="true" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">2 hrs</abbr></a></span><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".50.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".50.1:4.0"><div class="_ohe lfloat" data-reactid=".50.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".50.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".50.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".50.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".50.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".50.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".50.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".50.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".50.1:4.0.$right.0.0.0.0.0"><div data-reactid=".50.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".50.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".50.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".50.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".50.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".50.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".50.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".50.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".50.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".50.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".50.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;-6740240207950610028&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:7}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjg6LTY3NDAyNDAyMDc5NTA2MTAwMjg6MTQwNjQ3MjMzMDow" data-dedupekey="-6740240207950610028" data-timestamp="1406472330" id="u_jsonp_5_5" data-insertion-position="7"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_6" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_e"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/prakash.prateek?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=638261292"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10413339_10152411293916293_8624502103146728888_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/prakash.prateek" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=638261292">Prateek Prakash</a></span> was with <a class="profileLink" href="https://www.facebook.com/meghna.gaurav" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100002021533178">Meghna Gaurav</a> at <a class="profileLink" href="https://www.facebook.com/GoldenTempleJi" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=444384225578958">Golden Temple Harimandir Sahib</a>.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/prakash.prateek/posts/10152515307466293"><abbr title="Sunday, July 27, 2014 at 8:15pm" data-utime="1406472330" data-shorten="1" class="_5ptz timestamp livetimestamp">6 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_q" aria-label="Shared with: Prateek&#39;s friends and Meghna&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="userContent"></div><div></div><div><form rel="async" class="live_10152515307466293_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_5_g" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;638261292&quot;,&quot;target_fbid&quot;:&quot;10152515307466293&quot;,&quot;target_profile_id&quot;:&quot;638261292&quot;,&quot;type_id&quot;:&quot;22&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406472329&quot;,&quot;check_hash&quot;:&quot;AQBeEr8bkXPJQCJR&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4v"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4v.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4v.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=22&appid=25554907596&p[0]=638261292&p[1]=10152515307466293&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4w">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_l"><ul class="UFIList" data-reactid=".4x"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".4x.1:0"><div class="clearfix" data-reactid=".4x.1:0.0"><div class="_ohe lfloat" data-reactid=".4x.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".4x.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".4x.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".4x.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4x.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".4x.1:0.0.$right.0.0"><span data-reactid=".4x.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/varun.rahul2" data-hovercard="/ajax/hovercard/hovercard.php?id=708781018&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".4x.1:0.0.$right.0.0.0.$range0:0">Varun Rahul</a><span data-reactid=".4x.1:0.0.$right.0.0.0.$text1:0:$0:0"> and </span><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152515307466293&amp;actorid=638261292" href="https://www.facebook.com/browse/likes?id=10152515307466293&actorid=638261292" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152515307466293&amp;comment_from=100000590753545&amp;seen_user_fbids[0]=708781018&amp;__av=100000590753545" role="button" data-reactid=".4x.1:0.0.$right.0.0.0.$range1:0">7 others</a><span data-reactid=".4x.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4x.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4x.1:4.0"><div class="_ohe lfloat" data-reactid=".4x.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4x.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4x.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4x.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4x.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4x.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4x.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4x.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4x.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4x.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4x.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4x.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4x.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4x.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4x.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4x.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4x.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4x.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4x.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4x.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div class="_4ikz" id="substream_1_53d558f2f2d154114962039" data-referrer="substream_1_53d558f2f2d154114962039" style="height: 2875px; margin-bottom: 9px;"><div class="hidden_elem"><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;4220279481215032944&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:8}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjk6NDIyMDI3OTQ4MTIxNTAzMjk0NDoxNDA2NDg0OTY4OjA=" data-dedupekey="4220279481215032944" data-timestamp="1406484968" id="u_jsonp_5_r" data-insertion-position="8"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_s" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_1h"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/profile.php?id=100000153349477&fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000153349477"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1533955_804159206265850_382736482_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/profile.php?id=100000153349477" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000153349477">Manish Kumar</a></span> shared <a class="profileLink" href="https://www.facebook.com/sarika.dheer" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100001781942071">Sarika Dheer</a>'s <a href="https://www.facebook.com/photo.php?v=701458749923517" data-ft="{&quot;tn&quot;:&quot;F&quot;}">video</a>.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/permalink.php?story_fbid=919645351383901&id=100000153349477"><abbr title="Sunday, July 27, 2014 at 11:46pm" data-utime="1406484968" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_1x" aria-label="Shared with: Manish&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div><div class="_5r69"><div class="mtm"><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6n_ mtm" style="width:400px;" data-ft="{&quot;tn&quot;:&quot;F&quot;}"><a href="https://www.facebook.com/photo.php?v=701458749923517" rel="theater" ajaxify="https://www.facebook.com/photo.php?v=701458749923517&amp;player_origin=newsfeed"><div class="uiScaledImageContainer _57tt" style="width:400px;height:224px;"><img class="scaledImageFitWidth img" src="./ui_files/10549450_701460496590009_701458749923517_17782_997_b.jpg" alt="" width="400" height="224"></div><i class="_6o1"></i><div class="_5b_0 _5bgz"><div class="_578n fsm fwb">01:07</div></div></a></div></div><div class="mtm plm _5pcm"><div class="mbs fwn fcg" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="_5pcn fwb" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/photo.php?v=701458749923517&fref=nf">Sarika Dheer</a></div></div><div class="mtm _5pco" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Kindly share this video as much as u can.....</p></div></div></div></div></div></div><div><form rel="async" class="live_919645351383901_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_5_1i" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;100000153349477&quot;,&quot;target_fbid&quot;:&quot;919645351383901&quot;,&quot;target_profile_id&quot;:&quot;100000153349477&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406484968&quot;,&quot;check_hash&quot;:&quot;AQDCIAJis3u6C-xk&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".51"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".51.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".51.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=11&appid=2392950137&p[0]=701458749923517&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".52">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_1l"><ul class="UFIList" data-reactid=".53"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".53.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".53.1:4.0"><div class="_ohe lfloat" data-reactid=".53.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".53.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".53.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".53.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".53.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".53.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".53.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".53.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".53.1:4.0.$right.0.0.0.0.0"><div data-reactid=".53.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".53.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".53.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".53.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".53.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".53.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".53.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".53.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".53.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".53.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".53.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;5605668689402528569&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:9}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjEwOjU2MDU2Njg2ODk0MDI1Mjg1Njk6MTQwNjQ4MTA0Nzow" data-dedupekey="5605668689402528569" data-timestamp="1406481046" id="u_jsonp_5_t" aria-labelledby="js_80 js_81 js_82" data-insertion-position="9"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_u" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_19"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/headpai?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=876075360"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10305505_10154087974245361_6122121650125895954_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_80"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/headpai" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=876075360">Krishnanand S Pai</a></span> added 3 new photos.</span></div></h5><div class="_5pcp" id="js_81"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/headpai/posts/10154361495720361"><abbr title="Sunday, July 27, 2014 at 10:40pm" data-utime="1406481046" data-shorten="1" class="_5ptz timestamp livetimestamp">3 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_1y" aria-label="Shared with: Krishnanand&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_82"><p>Sunday !</p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_2a2q mtm" style="width:470px; height:470px;"><a class="_5dec _2a2r" href="https://www.facebook.com/photo.php?fbid=10154361495400361&set=pcb.10154361495720361&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10154361495400361&amp;set=pcb.10154361495720361&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-e-a.akamaihd.net%2Fhphotos-ak-xaf1%2Ft1.0-9%2F10563200_10154361495400361_5742762859778318699_n.jpg&amp;size=720%2C960&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_5_v" style="top:0px; left:0px;"><div class="_46-h" style="width:236px;height:470px;"><img class="_46-i img" src="./ui_files/10563200_10154361495400361_5742762859778318699_n.jpg" style="left:-62px; top:0px;" alt="Krishnanand S Pai&#39;s photo." width="360" height="480"></div></a><a class="_5dec _2a2r" href="https://www.facebook.com/photo.php?fbid=10154361495540361&set=pcb.10154361495720361&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10154361495540361&amp;set=pcb.10154361495720361&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-h-a.akamaihd.net%2Fhphotos-ak-xfp1%2Fv%2Ft1.0-9%2F1920433_10154361495540361_6499535865492072079_n.jpg%3Foh%3Da2e28acf093997559c4febe095b7dee9%26oe%3D5436BBDD%26__gda__%3D1414928013_d04da32dd00dfa737188ea66650a2ad7&amp;size=960%2C720&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_5_w" style="top:0px; left:238px;"><div class="_46-h" style="width:232px;height:236px;"><img class="_46-i img" src="./ui_files/1920433_10154361495540361_6499535865492072079_n.jpg" style="left:-44px; top:0px;" alt="Krishnanand S Pai&#39;s photo." width="320" height="240"></div></a><a class="_5dec _2a2r" href="https://www.facebook.com/photo.php?fbid=10154361495680361&set=pcb.10154361495720361&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10154361495680361&amp;set=pcb.10154361495720361&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-b-a.akamaihd.net%2Fhphotos-ak-xpa1%2Ft1.0-9%2F10517493_10154361495680361_5437725975946160438_n.jpg&amp;size=720%2C960&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_5_x" style="top:238px; left:238px;"><div class="_46-h" style="width:232px;height:232px;"><img class="_46-i img" src="./ui_files/10517493_10154361495680361_5437725975946160438_n.jpg" style="left:-1px; top:0px;" alt="Krishnanand S Pai&#39;s photo." width="235" height="313"></div></a></div></div></div><div><form rel="async" class="live_10154361495720361_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:&quot;10154361495720361_10154361558500361&quot;}" id="u_jsonp_5_1j" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;876075360&quot;,&quot;target_fbid&quot;:&quot;10154361495720361&quot;,&quot;target_profile_id&quot;:&quot;876075360&quot;,&quot;type_id&quot;:&quot;22&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406481046&quot;,&quot;check_hash&quot;:&quot;AQBBXxb8gh-smilG&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".54"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".54.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".54.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=22&appid=25554907596&p[0]=876075360&p[1]=10154361495720361&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".55">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_1p"><ul class="UFIList" data-reactid=".56"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".56.1:0"><div class="clearfix" data-reactid=".56.1:0.0"><div class="_ohe lfloat" data-reactid=".56.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".56.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".56.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".56.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".56.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".56.1:0.0.$right.0.0"><span data-reactid=".56.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/swati.chopra.7" data-hovercard="/ajax/hovercard/hovercard.php?id=1595706868&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".56.1:0.0.$right.0.0.0.$range0:0">Swati Chopra</a><span data-reactid=".56.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R1&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0"><div class="clearfix" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0"><div class="_ohe lfloat" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/dhruv.jauhar?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=568670712&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$left.0"><img src="./ui_files/10511311_10154373857965713_6774687152183368218_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$left.0.0"></a></div><div class="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$right.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=568670712&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/dhruv.jauhar?fref=ufi" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.$author.0">Dhruv Jauhar</a></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Making the most of a dry state <span class="emoticon_text" aria-hidden="true">:p</span><span title=":p" class="emoticon emoticon_tongue"></span></span></span></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.3"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/headpai/posts/10154361495720361?comment_id=10154361548420361&offset=0&total_comments=3" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 10:57pm" data-utime="1406482044" data-shorten="true" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">3 hrs</abbr></a></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0"><div class="clearfix" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0"><div class="_ohe lfloat" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/headpai?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=876075360&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$left.0"><img src="./ui_files/10305505_10154087974245361_6122121650125895954_n(1).jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$left.0.0"></a></div><div class="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$right.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=876075360&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/headpai?fref=ufi" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.$author.0">Krishnanand S Pai</a></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Yeah man...totally new things to do</span></span></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.3"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/headpai/posts/10154361495720361?comment_id=10154361554670361&offset=0&total_comments=3" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 10:59pm" data-utime="1406482161" data-shorten="true" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">3 hrs</abbr></a></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFILastCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0"><div class="clearfix" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0"><div class="_ohe lfloat" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/dhruv.jauhar?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=568670712&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$left.0"><img src="./ui_files/10511311_10154373857965713_6774687152183368218_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$left.0.0"></a></div><div class="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$right.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=568670712&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/dhruv.jauhar?fref=ufi" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.$author.0">Dhruv Jauhar</a></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Hahaha I guess you would be a changed man by the time you get back to gurgaon :l</span></span></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.3"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/headpai/posts/10154361495720361?comment_id=10154361558500361&offset=0&total_comments=3" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 11:00pm" data-utime="1406482213" data-shorten="true" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">3 hrs</abbr></a></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".56.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".56.1:4.0"><div class="_ohe lfloat" data-reactid=".56.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".56.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".56.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".56.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".56.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".56.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".56.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".56.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".56.1:4.0.$right.0.0.0.0.0"><div data-reactid=".56.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".56.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".56.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".56.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".56.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".56.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".56.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".56.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".56.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".56.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".56.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;-7463363901000223798&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:10}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjExOi03NDYzMzYzOTAxMDAwMjIzNzk4OjE0MDYzNDgxMDM6MA==" data-dedupekey="-7463363901000223798" data-timestamp="1406348103" id="u_jsonp_5_z" data-insertion-position="10"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_10" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_1b"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/Kaul046?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=709875210"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1465380_10152042892260211_430644926_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/Kaul046" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=709875210">Mukut Kaul</a></span> updated his cover photo.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/photo.php?fbid=10152544089270211&set=a.10150529748560211.426869.709875210&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10152544089270211&amp;set=a.10150529748560211.426869.709875210&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xaf1%2Fv%2Ft1.0-9%2F10541465_10152544089270211_6844926006544688101_n.jpg%3Foh%3D204bbff5b3b93e55f5c5985eebd7c4b6%26oe%3D54392C26%26__gda__%3D1412819090_c1c3e7bd5c24cd26fa1f1129313bc326&amp;size=765%2C604&amp;source=12&amp;player_origin=newsfeed"><abbr title="Saturday, July 26, 2014 at 9:45am" data-utime="1406348103" data-shorten="1" class="_5ptz">July 26 at 9:45am</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_1z" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="mtm"><a class="_6k_ _4-eo _5dec" href="https://www.facebook.com/photo.php?fbid=10152544089270211&set=a.10150529748560211.426869.709875210&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10152544089270211&amp;set=a.10150529748560211.426869.709875210&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xaf1%2Fv%2Ft1.0-9%2F10541465_10152544089270211_6844926006544688101_n.jpg%3Foh%3D204bbff5b3b93e55f5c5985eebd7c4b6%26oe%3D54392C26%26__gda__%3D1412819090_c1c3e7bd5c24cd26fa1f1129313bc326&amp;size=765%2C604&amp;player_origin=newsfeed" style="width:470px;"><div class="_46-h" style="width:470px;height:174px;"><img class="_46-i img" src="./ui_files/10541465_10152544089270211_6844926006544688101_n.jpg" style="left:-5px; top:-107px;" alt="Mukut Kaul&#39;s photo." width="480" height="378"></div></a></div></div></div><div><form rel="async" class="live_10152544089270211_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:&quot;10152544089270211_10152544349035211&quot;}" id="u_jsonp_5_1n" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;709875210&quot;,&quot;target_fbid&quot;:&quot;10152544089270211&quot;,&quot;target_profile_id&quot;:&quot;709875210&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406348102&quot;,&quot;check_hash&quot;:&quot;AQC_u0yRYUd0GWrB&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".5a"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".5a.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".5a.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=709875210&p[1]=1073741893&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".5b">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_1u"><ul class="UFIList" data-reactid=".5c"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".5c.1:0"><div class="clearfix" data-reactid=".5c.1:0.0"><div class="_ohe lfloat" data-reactid=".5c.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".5c.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".5c.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".5c.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".5c.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".5c.1:0.0.$right.0.0"><span data-reactid=".5c.1:0.0.$right.0.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152544089270211&amp;actorid=709875210" href="https://www.facebook.com/browse/likes?id=10152544089270211&actorid=709875210" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152544089270211&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".5c.1:0.0.$right.0.0.0.$range0:0">8 people</a><span data-reactid=".5c.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0"><div class="clearfix" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0"><div class="_ohe lfloat" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/goelmaya?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=682736689&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$left.0"><img src="./ui_files/165348_10150107805621690_7004606_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$left.0.0"></a></div><div class="" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$right.0"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=682736689&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/goelmaya?fref=ufi" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.$author.0">Mayank Goel</a></span><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Mood mai kyun hai?</span></span></span><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10152544089270211&set=a.10150529748560211.426869.709875210&type=1&comment_id=10152544318465211&offset=0&total_comments=2" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 1:52pm" data-utime="1406362968" data-shorten="true" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">July 26 at 1:52pm</abbr></a></span><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10152544318465211" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152544318465211&amp;comment_from=682736689&amp;comment_likecount=1&amp;comment_id=10152544089270211_10152544318465211&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10152544318465211" rel="dialog" role="button" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">1</span></a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFILastCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0"><div class="clearfix" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0"><div class="_ohe lfloat" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/Kaul046?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=709875210&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$left.0"><img src="./ui_files/1465380_10152042892260211_430644926_n(1).jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$left.0.0"></a></div><div class="" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$right.0"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=709875210&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/Kaul046?fref=ufi" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.$author.0">Mukut Kaul</a></span><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Haha.</span></span></span><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.3"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10152544089270211&set=a.10150529748560211.426869.709875210&type=1&comment_id=10152544349035211&offset=0&total_comments=2" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 2:35pm" data-utime="1406365541" data-shorten="true" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">July 26 at 2:35pm</abbr></a></span><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".5c.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".5c.1:4.0"><div class="_ohe lfloat" data-reactid=".5c.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".5c.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".5c.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".5c.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".5c.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".5c.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".5c.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".5c.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".5c.1:4.0.$right.0.0.0.0.0"><div data-reactid=".5c.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".5c.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".5c.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".5c.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".5c.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".5c.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".5c.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".5c.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".5c.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".5c.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".5c.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;4023663073104592574&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:11}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjEyOjQwMjM2NjMwNzMxMDQ1OTI1NzQ6MTQwNjQ4NDc4NDow" data-dedupekey="4023663073104592574" data-timestamp="1406484779" id="u_jsonp_5_11" aria-labelledby="js_83 js_84 js_85" data-insertion-position="11"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_12" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_1d"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/IndianCricketTeam" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;\u003C&quot;}" data-hovercard="/ajax/hovercard/page.php?id=190313434323691"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/524659_541118035909894_2022767661_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_83"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/IndianCricketTeam?ref=stream" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=190313434323691">Indian Cricket Team</a></span> added 3 new photos.</span></div></h5><div class="_5pcp" id="js_84"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/IndianCricketTeam/posts/780486001973095"><abbr title="Sunday, July 27, 2014 at 11:42pm" data-utime="1406484779" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" aria-label="Public" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_85"><p><a class="profileLink" href="https://www.facebook.com/englandcricket" data-hovercard="/ajax/hovercard/page.php?id=19390830193">England Cricket</a> 247/2 (90.0 ov) v <a class="profileLink" href="https://www.facebook.com/IndianCricketTeam?ref=stream" data-hovercard="/ajax/hovercard/page.php?id=190313434323691">Indian Cricket Team</a> - Day 1. <a class="profileLink" href="https://www.facebook.com/AlastairCookOfficial" data-hovercard="/ajax/hovercard/page.php?id=1423610664558925">Alastair Cook</a> (95), <a class="profileLink" href="https://www.facebook.com/GaryBallanceOfficial" data-hovercard="/ajax/hovercard/page.php?id=688685741141757">Gary Ballance</a> (104*), <a class="profileLink" href="https://www.facebook.com/IanBellOfficial" data-hovercard="/ajax/hovercard/page.php?id=265127620174615">Ian Bell</a> (16*) <a class="_58cn" href="https://www.facebook.com/hashtag/engvind?source=feed_text&story_id=780486001973095" data-ft="{&quot;tn&quot;:&quot;*N&quot;,&quot;type&quot;:104}"><span class="_58cl">‪#‎</span><span class="_58cm">EngvInd‬</span></a></p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_2a2q mtm" style="width:470px; height:470px;"><a class="_5dec _2a2r" href="https://www.facebook.com/IndianCricketTeam/photos/pcb.780486001973095/780485925306436/?type=1" rel="theater" ajaxify="https://www.facebook.com/IndianCricketTeam/photos/pcb.780486001973095/780485925306436/?type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-f-a.akamaihd.net%2Fhphotos-ak-xap1%2Fv%2Ft1.0-9%2F10513466_780485925306436_5657629826430071473_n.jpg%3Foh%3Da5da90ee2612f24e0723b65dd67075d5%26oe%3D544333F9%26__gda__%3D1412922405_940a4814bb417bb7a1b4876b9adb2e1d&amp;size=900%2C600&amp;fbid=780485925306436&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_5_13" style="top:0px; left:0px;"><div class="_46-h" style="width:470px;height:236px;"><img class="_46-i img" src="./ui_files/10513466_780485925306436_5657629826430071473_n.jpg" style="left:-1px; top:-39px;" alt="Indian Cricket Team&#39;s photo." width="472" height="315"></div></a><a class="_5dec _2a2r" href="https://www.facebook.com/IndianCricketTeam/photos/pcb.780486001973095/780485921973103/?type=1" rel="theater" ajaxify="https://www.facebook.com/IndianCricketTeam/photos/pcb.780486001973095/780485921973103/?type=1&amp;src=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpa1%2Ft1.0-9%2F47639_780485921973103_3677064959132560159_n.jpg&amp;size=433%2C650&amp;fbid=780485921973103&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_5_14" style="top:238px; left:0px;"><div class="_46-h" style="width:236px;height:232px;"><img class="_46-i img" src="./ui_files/47639_780485921973103_3677064959132560159_n.jpg" style="left:-2px; top:-64px;" alt="Indian Cricket Team&#39;s photo." width="240" height="360"></div></a><a class="_5dec _2a2r" href="https://www.facebook.com/IndianCricketTeam/photos/pcb.780486001973095/780485928639769/?type=1" rel="theater" ajaxify="https://www.facebook.com/IndianCricketTeam/photos/pcb.780486001973095/780485928639769/?type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-d-a.akamaihd.net%2Fhphotos-ak-xpf1%2Ft1.0-9%2F10418140_780485928639769_7374157663186895644_n.jpg&amp;size=900%2C600&amp;fbid=780485928639769&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_5_15" style="top:238px; left:238px;"><div class="_46-h" style="width:232px;height:232px;"><img class="_46-i img" src="./ui_files/10418140_780485928639769_7374157663186895644_n.jpg" style="left:-59px; top:0px;" alt="Indian Cricket Team&#39;s photo." width="350" height="233"></div></a></div></div></div><div><form rel="async" class="commentable_item hidden_add_comment collapsed_comments" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" id="u_jsonp_5_1q" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;190313434323691&quot;,&quot;target_fbid&quot;:&quot;780486001973095&quot;,&quot;target_profile_id&quot;:&quot;190313434323691&quot;,&quot;type_id&quot;:&quot;22&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406484778&quot;,&quot;check_hash&quot;:&quot;AQC2RjSJtuFdT4HK&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".5e"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".5e.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".5e.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=22&appid=25554907596&p[0]=190313434323691&p[1]=780486001973095&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".5f">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/IndianCricketTeam/posts/780486001973095" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="7656 likes 281 comments 137 shares" data-reactid=".5d"><span data-reactid=".5d.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".5d.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".5d.$like.1">7,656</span></span><span data-reactid=".5d.$comment"><i class="mls UFIBlingBoxCommentIcon UFIBlingBoxSprite" data-reactid=".5d.$comment.0"></i><span class="UFIBlingBoxText" data-reactid=".5d.$comment.1">281</span></span><span data-reactid=".5d.$reshare"><i class="mls UFIBlingBoxReshareIcon UFIBlingBoxSprite" data-reactid=".5d.$reshare.0"></i><span class="UFIBlingBoxText" data-reactid=".5d.$reshare.1">137</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_1w"><ul class="UFIList" data-reactid=".5g"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".5g.1:0"><div class="clearfix" data-reactid=".5g.1:0.0"><div class="_ohe lfloat" data-reactid=".5g.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".5g.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".5g.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".5g.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".5g.1:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".5g.1:0.0.$right.0.$right"><div class="UFIOrderingModeSelector" data-reactid=".5g.1:0.0.$right.0.$right.0"><div class="_6a" data-reactid=".5g.1:0.0.$right.0.$right.0.1"><div class="UFIOrderingModeSelectorPopover uiPopover _6a _6b" data-reactid=".5g.1:0.0.$right.0.$right.0.1.0"><a class="_p" href="https://www.facebook.com/#" data-reactid=".5g.1:0.0.$right.0.$right.0.1.0.0" role="button"><span data-reactid=".5g.1:0.0.$right.0.$right.0.1.0.0.0">Top Comments</span><i class="UFIOrderingModeSelectorDownCaret img sp_6H68Ux8tLRN sx_48d920" data-reactid=".5g.1:0.0.$right.0.$right.0.1.0.0.1"></i></a></div></div></div></div><div class="" data-reactid=".5g.1:0.0.$right.0.$left"><div class="UFILikeSentenceText" data-reactid=".5g.1:0.0.$right.0.$left.0"><span data-reactid=".5g.1:0.0.$right.0.$left.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=780486001973095&amp;actorid=190313434323691" href="https://www.facebook.com/browse/likes?id=780486001973095&actorid=190313434323691" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=780486001973095&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".5g.1:0.0.$right.0.$left.0.0.$range0:0">7,656 people</a><span data-reactid=".5g.1:0.0.$right.0.$left.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></div></li><li class="UFIRow UFIShareRow" data-reactid=".5g.1:1"><div class="clearfix" data-reactid=".5g.1:1.0"><div class="_ohe lfloat" data-reactid=".5g.1:1.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIShareIcon" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=780486001973095" href="https://www.facebook.com/shares/view?id=780486001973095" tabindex="-1" aria-hidden="true" data-reactid=".5g.1:1.0.$left.0"></a></div><div class="" data-reactid=".5g.1:1.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".5g.1:1.0.$right.0"><a class="UFIShareLink" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=780486001973095" href="https://www.facebook.com/shares/view?id=780486001973095" data-reactid=".5g.1:1.0.$right.0.0">137 shares</a></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".5g.1:2"><div class="UFIMentionsInputWrap clearfix" data-reactid=".5g.1:2.0"><div class="_ohe lfloat" data-reactid=".5g.1:2.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".5g.1:2.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".5g.1:2.0.$left.0.0"></div></div><div class="" data-reactid=".5g.1:2.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".5g.1:2.0.$right.0"><div class="UFICommentContainer" data-reactid=".5g.1:2.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".5g.1:2.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".5g.1:2.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".5g.1:2.0.$right.0.0.0.0.0"><div data-reactid=".5g.1:2.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".5g.1:2.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".5g.1:2.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".5g.1:2.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".5g.1:2.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".5g.1:2.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".5g.1:2.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".5g.1:2.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".5g.1:2.0.$right.0.0.0.1"></div></div></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0"><div class="clearfix" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0"><div class="_ohe lfloat" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/profile.php?id=100006259118073&fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100006259118073&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$left.0"><img src="./ui_files/10527858_1512213662330590_2542851173672314704_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$left.0.0"></a></div><div class="" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$right.0"><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0"><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100006259118073&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/profile.php?id=100006259118073&fref=ufi" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.$author.0">Dinesh Bhardwaj</a></span><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0"> Santa samundar me dahi dal raha tha Banta-kya kar rahe ho? Santa-lassi bana raha hu! Banta-teri isi harkato se log humpe haste hai, ab itni lassi kon piyega be?</span></span></span><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=780488445306184" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=780488445306184&amp;comment_from=100006259118073&amp;comment_likecount=23&amp;comment_id=780486001973095_780488445306184&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=780488445306184" rel="dialog" role="button" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">23</span></a><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/IndianCricketTeam/posts/780486001973095?comment_id=780488445306184&offset=0&total_comments=281" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 11:47pm" data-utime="1406485071" data-shorten="true" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">2 hrs</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><ul class=" UFIReplyList" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0"><li class="UFIRow UFIReplySocialSentenceRow UFIFirstComponent UFILastComponent" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0"><a class="UFICommentLink" href="https://www.facebook.com/#" role="button" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0"><div class="clearfix" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0"><div class="_ohe lfloat" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$left"><div class="img _8o _8r UFIImageBlockImage" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$left.0"><i class="UFIPagerIcon" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$left.0.0"></i></div></div><div class="" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right.0"><span class="" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right.0.0"><span class="UFIReplySocialSentenceLinkText" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right.0.0.0">3 Replies</span><span class="fcg" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right.0.0.1"><span data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right.0.0.1.0"> · </span><abbr class="livetimestamp" title="Monday, July 28, 2014 at 12:36am" data-utime="1406487991" data-shorten="true" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right.0.0.1.1">1 hr</abbr></span></span></div></div></div></a></li></ul><li class="UFIRow UFILastComment UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0"><div class="clearfix" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0"><div class="_ohe lfloat" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/rubaiz.mp?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=1459968520&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$left.0"><img src="./ui_files/65538_10200512250756340_697144401_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$left.0.0"></a></div><div class="" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$right.0"><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0"><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=1459968520&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/rubaiz.mp?fref=ufi" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.$author.0">Rubaiz Muhamed Mp</a></span><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">we miss you dear sachin tendulkar very badly</span></span></span><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=780486195306409" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=780486195306409&amp;comment_from=1459968520&amp;comment_likecount=22&amp;comment_id=780486001973095_780486195306409&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=780486195306409" rel="dialog" role="button" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">22</span></a><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/IndianCricketTeam/posts/780486001973095?comment_id=780486195306409&offset=0&total_comments=281" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 11:43pm" data-utime="1406484809" data-shorten="true" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">2 hrs</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><ul class=" UFIReplyList" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0"><li class="UFIRow UFIReplySocialSentenceRow UFIFirstComponent UFILastComponent" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0"><a class="UFICommentLink" href="https://www.facebook.com/#" role="button" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0"><div class="clearfix" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0"><div class="_ohe lfloat" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$left"><div class="img _8o _8r UFIImageBlockImage" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$left.0"><i class="UFIPagerIcon" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$left.0.0"></i></div></div><div class="" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right.0"><span class="" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right.0.0"><span class="UFIReplySocialSentenceLinkText" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right.0.0.0">9 Replies</span><span class="fcg" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right.0.0.1"><span data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right.0.0.1.0"> · </span><abbr class="livetimestamp" title="Monday, July 28, 2014 at 12:32am" data-utime="1406487731" data-shorten="true" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right.0.0.1.1">1 hr</abbr></span></span></div></div></div></a></li></ul><li class="UFIRow UFIPagerRow UFIComponent UFILastCommentComponent UFILastComponent" data-reactid=".5g.1:3:$bottomPager"><div class="clearfix" data-reactid=".5g.1:3:$bottomPager.0"><div class="_ohe lfloat" data-reactid=".5g.1:3:$bottomPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".5g.1:3:$bottomPager.0.$left.0"></a></div><div class="" data-reactid=".5g.1:3:$bottomPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".5g.1:3:$bottomPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".5g.1:3:$bottomPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".5g.1:3:$bottomPager.0.$right.0.$right.0">2 of 281</span></div><div class="" data-reactid=".5g.1:3:$bottomPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".5g.1:3:$bottomPager.0.$right.0.$left.0"><span data-reactid=".5g.1:3:$bottomPager.0.$right.0.$left.0.0">View more comments</span></a></div></div></div></div></li></ul></div></form></div></div></div><div data-ownerid="u_jsonp_5_11"><div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;8541690747483329817&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:12}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjEzOjg1NDE2OTA3NDc0ODMzMjk4MTc6MTQwNjMyNzM0Njow" data-dedupekey="8541690747483329817" data-timestamp="1406327346" id="u_jsonp_5_16"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_17" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_1f"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/anand3mit?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=638822118"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10362855_10152904231782119_1867537781102654745_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/anand3mit" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=638822118">Anand Verma</a></span> updated his cover photo.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/photo.php?fbid=10153014476352119&set=a.10150534509987119.443689.638822118&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10153014476352119&amp;set=a.10150534509987119.443689.638822118&amp;type=1&amp;src=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpf1%2Ft31.0-8%2F10457715_10153014476352119_4783630969163450167_o.jpg&amp;smallsrc=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpf1%2Ft1.0-9%2F10354666_10153014476352119_4783630969163450167_n.jpg&amp;size=1280%2C960&amp;source=12&amp;player_origin=newsfeed"><abbr title="Saturday, July 26, 2014 at 3:59am" data-utime="1406327346" data-shorten="1" class="_5ptz">July 26 at 3:59am</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_20" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="mtm"><a class="_6k_ _4-eo _5dec" href="https://www.facebook.com/photo.php?fbid=10153014476352119&set=a.10150534509987119.443689.638822118&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10153014476352119&amp;set=a.10150534509987119.443689.638822118&amp;type=1&amp;src=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpf1%2Ft31.0-8%2F10457715_10153014476352119_4783630969163450167_o.jpg&amp;smallsrc=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpf1%2Ft1.0-9%2F10354666_10153014476352119_4783630969163450167_n.jpg&amp;size=1280%2C960&amp;player_origin=newsfeed" style="width:470px;"><div class="_46-h" style="width:470px;height:174px;"><img class="_46-i img" src="./ui_files/10354666_10153014476352119_4783630969163450167_n.jpg" style="left:-5px; top:-93px;" alt="Anand Verma&#39;s photo." width="480" height="360"></div></a></div></div></div><div><form rel="async" class="live_10153014476352119_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:&quot;10153014476352119_10153015933217119&quot;}" id="u_jsonp_5_1m" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;638822118&quot;,&quot;target_fbid&quot;:&quot;10153014476352119&quot;,&quot;target_profile_id&quot;:&quot;638822118&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406327343&quot;,&quot;check_hash&quot;:&quot;AQBDC7ZAFzNs1M1h&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".57"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".57.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".57.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=638822118&p[1]=1073742076&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".58">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_1s"><ul class="UFIList" data-reactid=".59"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".59.1:0"><div class="clearfix" data-reactid=".59.1:0.0"><div class="_ohe lfloat" data-reactid=".59.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".59.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".59.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".59.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".59.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".59.1:0.0.$right.0.0"><span data-reactid=".59.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/prabhat.ranjan.33886305" data-hovercard="/ajax/hovercard/hovercard.php?id=100000380812773&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".59.1:0.0.$right.0.0.0.$range0:0">Prabhat Ranjan</a><span data-reactid=".59.1:0.0.$right.0.0.0.$text1:0:$0:0">, </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/gauravcivil06" data-hovercard="/ajax/hovercard/hovercard.php?id=638843342&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".59.1:0.0.$right.0.0.0.$range1:0">Gaurav Kumar Singh</a><span data-reactid=".59.1:0.0.$right.0.0.0.$text2:0:$0:0">, </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/ashishjain87" data-hovercard="/ajax/hovercard/hovercard.php?id=634120614&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".59.1:0.0.$right.0.0.0.$range2:0">Ashish Jain</a><span data-reactid=".59.1:0.0.$right.0.0.0.$text3:0:$0:0"> and </span><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10153014476352119&amp;actorid=638822118" href="https://www.facebook.com/browse/likes?id=10153014476352119&actorid=638822118" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10153014476352119&amp;comment_from=100000590753545&amp;seen_user_fbids[0]=100000380812773&amp;seen_user_fbids[1]=638843342&amp;seen_user_fbids[2]=634120614&amp;__av=100000590753545" role="button" data-reactid=".59.1:0.0.$right.0.0.0.$range3:0">38 others</a><span data-reactid=".59.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIPagerRow UFIComponent UFIFirstCommentComponent" data-ft="{&quot;tn&quot;:&quot;Q&quot;}" data-reactid=".59.1:3:$allPager"><div class="clearfix" data-reactid=".59.1:3:$allPager.0"><div class="_ohe lfloat" data-reactid=".59.1:3:$allPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".59.1:3:$allPager.0.$left.0"></a></div><div class="" data-reactid=".59.1:3:$allPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".59.1:3:$allPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".59.1:3:$allPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".59.1:3:$allPager.0.$right.0.$right.0"></span></div><div class="" data-reactid=".59.1:3:$allPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".59.1:3:$allPager.0.$right.0.$left.0"><span data-reactid=".59.1:3:$allPager.0.$right.0.$left.0.0">View 2 more comments</span></a></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R2&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0"><div class="clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0"><div class="_ohe lfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/bernd.berndhausen?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100001897683748&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$left.0"><img src="./ui_files/542246_535224746550777_1619784974_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$left.0.0"></a></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$right.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100001897683748&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/bernd.berndhausen?fref=ufi" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.$author.0">Bernd Berndhausen</a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">be a man</span></span></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10153014476352119&set=a.10150534509987119.443689.638822118&type=1&comment_id=10153015247977119&offset=0&total_comments=6" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 1:01pm" data-utime="1406359901" data-shorten="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">July 26 at 1:01pm</abbr></a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10153015247977119" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10153015247977119&amp;comment_from=100001897683748&amp;comment_likecount=2&amp;comment_id=10153014476352119_10153015247977119&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10153015247977119" rel="dialog" role="button" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">2</span></a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R1&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0"><div class="clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0"><div class="_ohe lfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/pallavi.singh.7311?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100000353750908&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$left.0"><img src="./ui_files/10526094_760863093935475_8091231504042161460_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$left.0.0"></a></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$right.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100000353750908&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/pallavi.singh.7311?fref=ufi" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.$author.0">Pallavi Singh</a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">khatron ke khiladi..</span></span></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10153014476352119&set=a.10150534509987119.443689.638822118&type=1&comment_id=10153015400402119&offset=0&total_comments=6" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 3:24pm" data-utime="1406368491" data-shorten="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">July 26 at 3:24pm</abbr></a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10153015400402119" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10153015400402119&amp;comment_from=100000353750908&amp;comment_likecount=1&amp;comment_id=10153014476352119_10153015400402119&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10153015400402119" rel="dialog" role="button" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">1</span></a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0"><div class="clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0"><div class="_ohe lfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/jacobks1781?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=1098147127&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$left.0"><img src="./ui_files/1488205_10201692358646239_1330026880_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$left.0.0"></a></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$right.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=1098147127&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/jacobks1781?fref=ufi" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.$author.0">Javed Akhtar</a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Akhir karna kya chahte ho tum bhai!! <span class="_1az _1a- _2g6"></span><span class="_1az _1a- _2g6"></span></span></span></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10153014476352119&set=a.10150534509987119.443689.638822118&type=1&comment_id=10153015401227119&offset=0&total_comments=6" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 3:25pm" data-utime="1406368555" data-shorten="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">July 26 at 3:25pm</abbr></a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10153015401227119" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10153015401227119&amp;comment_from=1098147127&amp;comment_likecount=1&amp;comment_id=10153014476352119_10153015401227119&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10153015401227119" rel="dialog" role="button" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">1</span></a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFILastCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0"><div class="clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0"><div class="_ohe lfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/kumar.gaurav.71066700?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=579777357&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$left.0"><img src="./ui_files/10463020_10152238915917358_5746253569512842609_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$left.0.0"></a></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$right.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=579777357&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/kumar.gaurav.71066700?fref=ufi" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.$author.0">Kumar Gaurav</a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">ruk kyun gaya...thoda aage ja taarzan</span></span></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.3"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10153014476352119&set=a.10150534509987119.443689.638822118&type=1&comment_id=10153015933217119&offset=0&total_comments=6" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 8:17pm" data-utime="1406386063" data-shorten="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">July 26 at 8:17pm</abbr></a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".59.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".59.1:4.0"><div class="_ohe lfloat" data-reactid=".59.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".59.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".59.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".59.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".59.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".59.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".59.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".59.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".59.1:4.0.$right.0.0.0.0.0"><div data-reactid=".59.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".59.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".59.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".59.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".59.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".59.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".59.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".59.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".59.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".59.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".59.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div id="more_pager_pagelet_53d558f2f2d301e80909713" data-referrer="more_pager_pagelet_53d558f2f2d301e80909713"></div><div class="_4ikz" id="substream_0_53d55a4fea8477391624450" data-referrer="substream_0_53d55a4fea8477391624450" style="height: 1434px; margin-bottom: 9px;"><div class="hidden_elem"><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;6070591003090781560&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:13}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjE0OjYwNzA1OTEwMDMwOTA3ODE1NjA6MTQwNjM3MDkwMzow" data-dedupekey="6070591003090781560" data-timestamp="1406370903" id="u_jsonp_6_1"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_2" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_d"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/profile.php?id=580061482&fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=580061482"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1536538_10152075640646483_3158895479096722019_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/profile.php?id=580061482" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=580061482&amp;extragetparams=%7B%22directed_target_id%22%3A1486334851608134%7D">Manoj Kumar</a></span> changed the name of the group "रामधारी सिंह "दिनकर"" to "राष्ट्रकवि रामधारी सिंह "दिनकर"".</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/groups/1486334851608134/permalink/1486340071607612/"><abbr title="Saturday, July 26, 2014 at 4:05pm" data-utime="1406370903" data-shorten="1" class="_5ptz">July 26 at 4:05pm</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_6_r" aria-label="Shared with: Members of राष्ट्रकवि रामधारी सिंह &quot;दिनकर&quot;"><i class="lock img sp_843e1e sx_447ccd"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_4sdm _6lh _dcs _1hl6 mtm"><div class="_5hv6"><div class="_6lp"><div class="_6ln fsxxl fwb"><a href="https://www.facebook.com/groups/1486334851608134/">राष्ट्रकवि रामधारी सिंह "दिनकर"</a></div><div class="_6lo ellipsis fsm fwn fcg">18 Members</div></div></div><div class="_46-h _6li _6l-" style="width:470px;"><img class="_46-i img" src="./ui_files/10537169_10152287639196483_7257343956654068628_n.jpg" style="left:-5px; top:-60px;" alt="Manoj Kumar&#39;s photo." width="480" height="360"></div><a class="_8xh" href="https://www.facebook.com/groups/1486334851608134/" style="width:470px;"></a><div class="_5kun"><div class="clearfix _6lk"><div class="_8y9 rfloat _ohf"><a class="_42ft _4jy0 _59x2 _59x2 _4jy3 _517h" role="button" href="https://www.facebook.com/groups/1486334851608134/">Joined</a></div><div class="_42ef"><div class="_43qm _8ya _43q9"><ul class="uiList _4cg3 _509- _4ki" data-ft="{&quot;tn&quot;:&quot;l&quot;}"><li class="_43q7 _8yc"><a data-hover="tooltip" aria-label="Tina Madsam Tinzin" class="link" href="https://www.facebook.com/tina.bhardwaj.39" data-jsid="anchor"><img class="_s0 _ry img" src="./ui_files/1545234_10203032994129653_1979303625_n.jpg" alt="Tina Madsam Tinzin" data-jsid="img"></a></li><li class="_43q7 _8yc"><a data-hover="tooltip" aria-label="Abhinav Bhaskar" class="link" href="https://www.facebook.com/abhinav.bhaskar" data-jsid="anchor"><img class="_s0 _ry img" src="./ui_files/1896767_10152157479905219_443007042_n.jpg" alt="Abhinav Bhaskar" data-jsid="img"></a></li><li class="_43q7 _8yc"><a data-hover="tooltip" aria-label="Siddharth Dixit" class="link" href="https://www.facebook.com/siddharth.dixit.104" data-jsid="anchor"><img class="_s0 _ry img" src="./ui_files/10433838_10203667792952698_6520676624572670771_n.jpg" alt="Siddharth Dixit" data-jsid="img"></a></li><li class="_43q7 _8yc"><a data-hover="tooltip" aria-label="Manoj Kumar" class="link" href="https://www.facebook.com/profile.php?id=580061482" data-jsid="anchor"><img class="_s0 _ry img" src="./ui_files/1536538_10152075640646483_3158895479096722019_n.jpg" alt="Manoj Kumar" data-jsid="img"></a></li></ul></div></div></div></div></div></div></div><div><form rel="async" class="live_1486340071607612_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_6_l" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;580061482&quot;,&quot;target_fbid&quot;:&quot;1486340071607612&quot;,&quot;target_profile_id&quot;:&quot;&quot;,&quot;type_id&quot;:&quot;308&quot;,&quot;assoc_obj_id&quot;:&quot;1486334851608134&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406370902&quot;,&quot;check_hash&quot;:&quot;AQA54vhKsHN53Kv0&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".67"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".67.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".67.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_n"><ul class="UFIList" data-reactid=".68"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".68.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".68.1:4.0"><div class="_ohe lfloat" data-reactid=".68.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".68.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".68.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".68.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".68.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".68.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".68.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".68.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".68.1:4.0.$right.0.0.0.0.0"><div data-reactid=".68.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".68.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".68.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".68.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".68.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".68.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".68.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".68.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".68.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".68.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".68.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;-9197047082979487606&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:14}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjE1Oi05MTk3MDQ3MDgyOTc5NDg3NjA2OjE0MDY0NzQxMzE6MA==" data-dedupekey="-9197047082979487606" data-timestamp="1406474131" id="u_jsonp_6_3" aria-labelledby="js_89 js_90 js_91 js_92"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div><h5 class="_1qbu _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_89"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/swati.mehrotra.39" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100001006883430">Swati Mehrotra</a></span> was tagged in <a class="profileLink" href="https://www.facebook.com/TheTickleTroll?ref=stream" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=147670868677714">LOLComics - The Tickle Troll</a>'s <a class="profileLink" href="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1" data-ft="{&quot;tn&quot;:&quot;E&quot;}">photo</a>.</span></div></h5></div><div class="userContent"></div><div><div><div class="userContentWrapper _5pcr _5pbu _5mxv _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_8" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_h"></a></div></div><span id="u_jsonp_6_e" class="uiLikePageButton _47we _42b7"><button value="1" class="_42ft _4jy0 PageLikeButton _4jy3 _517h" data-profileid="147670868677714" data-ft="{&quot;type&quot;:28,&quot;tn&quot;:&quot;c&quot;}" data-ownerid="u_jsonp_6_e" id="u_jsonp_6_f" type="submit"><img class="_3-8_ img" src="./ui_files/2KL1UzJC9rt.png" alt="" width="12" height="13">Like Page</button></span><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/TheTickleTroll?ref=stream" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;\u003C&quot;}" data-hovercard="/ajax/hovercard/page.php?id=147670868677714"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/65174_307396126038520_400530251_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_90"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/TheTickleTroll?ref=stream" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=147670868677714">LOLComics - The Tickle Troll</a></span> with <a class="profileLink" href="https://www.facebook.com/swati.mehrotra.39" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100001006883430">Swati Mehrotra</a> and <a data-hover="tooltip" aria-label="Kitza Rodriguez Shubham Anchal Sos Naulak Milan Limbu Taara Renaa Kirankumar Yengkhom Shraddha Sengupta Diwakar Dachepalli Atul Frank II Deepak Kumar Destiny Galati Jainish Mistry Dipen Prajapati TeeRth Patel Yash Salunke Pratap Yadav Akshay Singh Yash Soni Austin Gregory Ankit Chauhan" data-tooltip-position="below" href="https://www.facebook.com/#" ajaxify="/ajax/browser/dialog/participants/?q=AeJ4k9xRGxWi-5qf6h_CCcfzkbRLId5FsRsn2iG7FIGSRCzYPZ1onB0UNYkKF0FRFFG0ony1VJCziWUNTQi9yL_rr_w5ypgox0LBox2sp4jHBsYNvzb8flBQ02YnfSi7SeDFXs4K65URzLo033uXTlBzUgq0JY9ozJWMYLo8ZqnN9zKJJ2UKt9nbqmcC6ZJiwxurDOzxvz3KorS0G6bI9Z-LGJMOveUJsskO-BxHtHrJnV4Rf7z36j0nmX6jOLmMI64YfZV-LTnia0S6DK72-aOu3NMok3HrPMkvq4WbO4gqXXguevSL1DBRZA00_FRI4lxjPpFK_LWY_fG0Hwk-45zyPFqksi3Ep1qmA93PYUpvlXlEa-ZJF_QCiGYSaie7InaghwgBqlZGF_p6vVqmslcBCcUjdi3RlAxMiuVh1mDZrFYmCPyy_sRpV8nOmJeFTlAOD9jpfJSDNilU5kVtPCQBqQo6QoO1BS1E3LDB-Mpl4Q" rel="dialog" data-ft="{&quot;tn&quot;:&quot;l&quot;}" role="button">20 others</a></span></div></h6><div class="_5pcp" id="js_91"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1" rel="theater" ajaxify="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-e-a.akamaihd.net%2Fhphotos-ak-xfp1%2Ft1.0-9%2F10468364_602333113211485_1467230280389684532_n.jpg&amp;size=640%2C480&amp;fbid=602333113211485&amp;source=12&amp;player_origin=newsfeed"><abbr title="Sunday, July 27, 2014 at 8:31pm" data-utime="1406473260" data-shorten="1" class="_5ptz timestamp livetimestamp">5 hrs</abbr></a></span></span> · <a data-hover="tooltip" aria-label="Custom" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button"><i class="lock img sp_KDSzhRZRVse sx_0652dd"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_92"><p>Tag your Friends</p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo _2t9n" href="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1" rel="theater" ajaxify="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-e-a.akamaihd.net%2Fhphotos-ak-xfp1%2Ft1.0-9%2F10468364_602333113211485_1467230280389684532_n.jpg&amp;size=640%2C480&amp;fbid=602333113211485&amp;player_origin=newsfeed" style="width:470px;"><div class="_46-h _4-ep" style="width:470px;height:352px;" id="u_jsonp_6_9"><img class="_46-i img" src="./ui_files/10468364_602333113211485_1467230280389684532_n.jpg" style="left:-5px; top:0px;" alt="Tag your Friends" width="480" height="360"></div></a></div></div></div><div><form rel="async" class="commentable_item hidden_add_comment collapsed_comments" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" id="u_jsonp_6_o" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;147670868677714&quot;,&quot;target_fbid&quot;:&quot;602333113211485&quot;,&quot;target_profile_id&quot;:&quot;147670868677714&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406473260&quot;,&quot;check_hash&quot;:&quot;AQAFe0b_WbE6R3fm&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".6a"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".6a.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".6a.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=147670868677714&p[1]=1073752963&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".6b">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="3470 likes 172 comments 209 shares" data-reactid=".69"><span data-reactid=".69.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".69.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".69.$like.1">3,470</span></span><span data-reactid=".69.$comment"><i class="mls UFIBlingBoxCommentIcon UFIBlingBoxSprite" data-reactid=".69.$comment.0"></i><span class="UFIBlingBoxText" data-reactid=".69.$comment.1">172</span></span><span data-reactid=".69.$reshare"><i class="mls UFIBlingBoxReshareIcon UFIBlingBoxSprite" data-reactid=".69.$reshare.0"></i><span class="UFIBlingBoxText" data-reactid=".69.$reshare.1">209</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_q"><ul class="UFIList" data-reactid=".6c"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".6c.1:0"><div class="clearfix" data-reactid=".6c.1:0.0"><div class="_ohe lfloat" data-reactid=".6c.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".6c.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".6c.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".6c.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".6c.1:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".6c.1:0.0.$right.0.$right"><div class="UFIOrderingModeSelector" data-reactid=".6c.1:0.0.$right.0.$right.0"><div class="_6a" data-reactid=".6c.1:0.0.$right.0.$right.0.1"><div class="UFIOrderingModeSelectorPopover uiPopover _6a _6b" data-reactid=".6c.1:0.0.$right.0.$right.0.1.0"><a class="_p" href="https://www.facebook.com/#" data-reactid=".6c.1:0.0.$right.0.$right.0.1.0.0" role="button"><span data-reactid=".6c.1:0.0.$right.0.$right.0.1.0.0.0">Top Comments</span><i class="UFIOrderingModeSelectorDownCaret img sp_6H68Ux8tLRN sx_48d920" data-reactid=".6c.1:0.0.$right.0.$right.0.1.0.0.1"></i></a></div></div></div></div><div class="" data-reactid=".6c.1:0.0.$right.0.$left"><div class="UFILikeSentenceText" data-reactid=".6c.1:0.0.$right.0.$left.0"><span data-reactid=".6c.1:0.0.$right.0.$left.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=602333113211485&amp;actorid=147670868677714" href="https://www.facebook.com/browse/likes?id=602333113211485&actorid=147670868677714" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=602333113211485&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".6c.1:0.0.$right.0.$left.0.0.$range0:0">3,470 people</a><span data-reactid=".6c.1:0.0.$right.0.$left.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></div></li><li class="UFIRow UFIShareRow" data-reactid=".6c.1:1"><div class="clearfix" data-reactid=".6c.1:1.0"><div class="_ohe lfloat" data-reactid=".6c.1:1.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIShareIcon" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=602333113211485" href="https://www.facebook.com/shares/view?id=602333113211485" tabindex="-1" aria-hidden="true" data-reactid=".6c.1:1.0.$left.0"></a></div><div class="" data-reactid=".6c.1:1.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6c.1:1.0.$right.0"><a class="UFIShareLink" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=602333113211485" href="https://www.facebook.com/shares/view?id=602333113211485" data-reactid=".6c.1:1.0.$right.0.0">209 shares</a></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".6c.1:2"><div class="UFIMentionsInputWrap clearfix" data-reactid=".6c.1:2.0"><div class="_ohe lfloat" data-reactid=".6c.1:2.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".6c.1:2.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".6c.1:2.0.$left.0.0"></div></div><div class="" data-reactid=".6c.1:2.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6c.1:2.0.$right.0"><div class="UFICommentContainer" data-reactid=".6c.1:2.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".6c.1:2.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".6c.1:2.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".6c.1:2.0.$right.0.0.0.0.0"><div data-reactid=".6c.1:2.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".6c.1:2.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".6c.1:2.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".6c.1:2.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".6c.1:2.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".6c.1:2.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".6c.1:2.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".6c.1:2.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".6c.1:2.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".6c.1:2.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".6c.1:2.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0"><div class="clearfix" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0"><div class="_ohe lfloat" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/martha.m.hewison?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100003225977271&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$left.0"><img src="./ui_files/1613914_560358227415038_4732113951143655941_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$left.0.0"></a></div><div class="" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$right.0"><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0"><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100003225977271&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/martha.m.hewison?fref=ufi" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.$author.0">Martha May Hewison</a></span><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/ellie.m.jones" target="_blank" data-hovercard="/ajax/hovercard/hovercard.php?id=1253735603&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0.$range0:0">Ellie Megan Jones</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0.$text1:0:$0:0"> </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/profile.php?id=100000121661985" target="_blank" data-hovercard="/ajax/hovercard/hovercard.php?id=100000121661985&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0.$range1:0">Carly Oxley</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0.$text2:0:$0:0"> </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/kayanna5967" target="_blank" data-hovercard="/ajax/hovercard/hovercard.php?id=100000020105361&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0.$range2:0">Kayleigh Chapman</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0"> this is me x</span></span></span><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=602660973178699" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=602660973178699&amp;comment_from=100003225977271&amp;comment_likecount=2&amp;comment_id=602333113211485_602660973178699&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=602660973178699" rel="dialog" role="button" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">2</span></a><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1&comment_id=602660973178699&offset=0&total_comments=172" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 9:02pm" data-utime="1406475179" data-shorten="true" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">5 hrs</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0"><div class="clearfix" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0"><div class="_ohe lfloat" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/angel.anjali.3386?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100003212050165&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$left.0"><img src="./ui_files/10483120_597663017017428_3906256447106954182_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$left.0.0"></a></div><div class="" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$right.0"><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0"><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100003212050165&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/angel.anjali.3386?fref=ufi" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.$author.0">Anjali Bhadra</a></span><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.1:$comment-body.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/anu.mishra.58367" target="_blank" data-hovercard="/ajax/hovercard/hovercard.php?id=100006005322065&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.1:$comment-body.0.$range0:0">Anu</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0"> : hai ? Wo aisa karti h ?</span></span></span><a href="https://www.facebook.com/#" role="button" title="Translate this comment" class="UFITranslateLink" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.2">See Translation</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=602648406513289" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=602648406513289&amp;comment_from=100003212050165&amp;comment_likecount=2&amp;comment_id=602333113211485_602648406513289&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=602648406513289" rel="dialog" role="button" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">2</span></a><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1&comment_id=602648406513289&offset=0&total_comments=172" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 8:37pm" data-utime="1406473658" data-shorten="true" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">5 hrs</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><ul class=" UFIReplyList" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0"><li class="UFIRow UFIReplySocialSentenceRow UFIFirstComponent UFILastComponent" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0"><a class="UFICommentLink" href="https://www.facebook.com/#" role="button" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0"><div class="clearfix" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0"><div class="_ohe lfloat" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$left"><div class="img _8o _8r UFIImageBlockImage" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$left.0"><i class="UFIPagerIcon" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$left.0.0"></i></div></div><div class="" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right.0"><span class="" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right.0.0"><span class="UFIReplySocialSentenceLinkText" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right.0.0.0">2 Replies</span><span class="fcg" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right.0.0.1"><span data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right.0.0.1.0"> · </span><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 11:21pm" data-utime="1406483479" data-shorten="true" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right.0.0.1.1">3 hrs</abbr></span></span></div></div></div></a></li></ul><li class="UFIRow UFIPagerRow UFIComponent UFILastCommentComponent UFILastComponent" data-reactid=".6c.1:3:$bottomPager"><div class="clearfix" data-reactid=".6c.1:3:$bottomPager.0"><div class="_ohe lfloat" data-reactid=".6c.1:3:$bottomPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".6c.1:3:$bottomPager.0.$left.0"></a></div><div class="" data-reactid=".6c.1:3:$bottomPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".6c.1:3:$bottomPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".6c.1:3:$bottomPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".6c.1:3:$bottomPager.0.$right.0.$right.0">2 of 172</span></div><div class="" data-reactid=".6c.1:3:$bottomPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".6c.1:3:$bottomPager.0.$right.0.$left.0"><span data-reactid=".6c.1:3:$bottomPager.0.$right.0.$left.0.0">View more comments</span></a></div></div></div></div></li></ul></div></form></div></div></div></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;2016707879739417463&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:15}" data-cursor="MTQwNjQ5MDExMzoxNDA2NDkwMTEzOjE6MjAxNjcwNzg3OTczOTQxNzQ2MzoxNDA2NDg5OTg2OjA=" data-dedupekey="2016707879739417463" data-timestamp="1406489986" id="u_jsonp_6_4" data-insertion-position="15"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_5" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_b"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/arpitsachdeva8?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=634847246"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10385414_10152558563797247_487558822477919704_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/arpitsachdeva8" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=634847246">Arpit Sachdeva</a></span> changed his profile picture.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/photo.php?fbid=10152558563797247&set=a.486865402246.278475.634847246&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10152558563797247&amp;set=a.486865402246.278475.634847246&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xap1%2Ft31.0-8%2F10498641_10152558563797247_487558822477919704_o.jpg&amp;smallsrc=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xap1%2Ft31.0-8%2Fs960x960%2F10498641_10152558563797247_487558822477919704_o.jpg&amp;size=1365%2C2048&amp;source=12&amp;player_origin=newsfeed"><abbr title="Monday, July 28, 2014 at 1:09am" data-utime="1406489986" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_6_s" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo" href="https://www.facebook.com/photo.php?fbid=10152558563797247&set=a.486865402246.278475.634847246&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10152558563797247&amp;set=a.486865402246.278475.634847246&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xap1%2Ft31.0-8%2F10498641_10152558563797247_487558822477919704_o.jpg&amp;smallsrc=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xap1%2Ft31.0-8%2Fs960x960%2F10498641_10152558563797247_487558822477919704_o.jpg&amp;size=1365%2C2048&amp;player_origin=newsfeed" style="width:262px;"><div class="_46-h _4-ep" style="width:262px;height:394px;" id="u_jsonp_6_7"><img class="_46-i img" src="./ui_files/10385414_10152558563797247_487558822477919704_n(1).jpg" style="left:0px; top:0px;" alt="Arpit Sachdeva&#39;s photo." width="263" height="395"></div></a></div></div></div><div><form rel="async" class="live_10152558563797247_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_6_i" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;634847246&quot;,&quot;target_fbid&quot;:&quot;10152558563797247&quot;,&quot;target_profile_id&quot;:&quot;634847246&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406489985&quot;,&quot;check_hash&quot;:&quot;AQD42GAm26baO-ws&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".65"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".65.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".65.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_k"><ul class="UFIList" data-reactid=".66"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".66.1:0"><div class="clearfix" data-reactid=".66.1:0.0"><div class="_ohe lfloat" data-reactid=".66.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".66.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".66.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".66.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".66.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".66.1:0.0.$right.0.0"><span data-reactid=".66.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/profile.php?id=100001255413937" data-hovercard="/ajax/hovercard/hovercard.php?id=100001255413937&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".66.1:0.0.$right.0.0.0.$range0:0">Rao Kapil</a><span data-reactid=".66.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".66.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".66.1:4.0"><div class="_ohe lfloat" data-reactid=".66.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".66.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".66.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".66.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".66.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".66.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".66.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".66.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".66.1:4.0.$right.0.0.0.0.0"><div data-reactid=".66.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".66.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".66.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".66.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".66.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".66.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".66.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".66.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".66.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".66.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".66.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div class="_4ikz" id="substream_1_53d55a4fea8e10e50864815" data-referrer="substream_1_53d55a4fea8e10e50864815"><div class=""><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;-8518595256766284477&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:16}" data-cursor="MTQwNjQ5MDExMzoxNDA2NDkwMTEzOjI6LTg1MTg1OTUyNTY3NjYyODQ0Nzc6MTQwNjQ4OTc5Njow" data-dedupekey="-8518595256766284477" data-timestamp="1406489796" id="u_jsonp_6_w" aria-labelledby="js_93 js_94 js_95 js_96" data-insertion-position="16"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div><h5 class="_1qbu _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_93"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/puja.sharma.1044" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000043307961">Pooja Khan</a></span> was tagged in a <a class="profileLink" href="https://www.facebook.com/photo.php?fbid=941627289198439&set=a.185711081456734.48679.100000535302055&type=1" data-ft="{&quot;tn&quot;:&quot;E&quot;}">post</a>.</span></div></h5></div><div class="userContent"></div><div><div><div class="userContentWrapper _5pcr _5pbu _5mxv _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_x" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_1b"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/osama.khan.315865?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000535302055"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10547515_935089553185546_5305019595542157735_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_94"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/osama.khan.315865" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000535302055">Osama Khan</a></span> with <a class="profileLink" href="https://www.facebook.com/puja.sharma.1044" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000043307961">Pooja Khan</a></span></div></h6><div class="_5pcp" id="js_95"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/photo.php?fbid=941627289198439&set=a.185711081456734.48679.100000535302055&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=941627289198439&amp;set=a.185711081456734.48679.100000535302055&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-g-a.akamaihd.net%2Fhphotos-ak-xaf1%2Ft1.0-9%2F10494608_941627289198439_8921514735702639328_n.jpg&amp;size=234%2C215&amp;source=12&amp;player_origin=newsfeed"><abbr title="Monday, July 28, 2014 at 1:04am" data-utime="1406489655" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a> · <a class="_5pcq" href="https://www.facebook.com/pages/Doha/111612325521963" data-hovercard="/ajax/hovercard/page.php?id=111612325521963">Doha, Qatar</a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_6_23" aria-label="Shared with: Osama&#39;s friends and Pooja&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_96"><p>EID Mubarak to all my family &amp; friends!</p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo" href="https://www.facebook.com/photo.php?fbid=941627289198439&set=a.185711081456734.48679.100000535302055&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=941627289198439&amp;set=a.185711081456734.48679.100000535302055&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-g-a.akamaihd.net%2Fhphotos-ak-xaf1%2Ft1.0-9%2F10494608_941627289198439_8921514735702639328_n.jpg&amp;size=234%2C215&amp;player_origin=newsfeed" style="width:234px;"><div class="uiScaledImageContainer _4-ep" style="width:234px;height:215px;" id="u_jsonp_6_17"><img class="scaledImageFitWidth img" src="./ui_files/10494608_941627289198439_8921514735702639328_n.jpg" alt="EID Mubarak to all my family &amp; friends!" width="234" height="215"></div></a></div></div></div><div><form rel="async" class="live_941627289198439_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_6_1p" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;100000535302055&quot;,&quot;target_fbid&quot;:&quot;941627289198439&quot;,&quot;target_profile_id&quot;:&quot;100000535302055&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406489795&quot;,&quot;check_hash&quot;:&quot;AQBzjE85UP2E0w-l&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".6m"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".6m.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".6m.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=100000535302055&p[1]=1073741853&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".6n">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_1z"><ul class="UFIList" data-reactid=".6o"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".6o.1:0"><div class="clearfix" data-reactid=".6o.1:0.0"><div class="_ohe lfloat" data-reactid=".6o.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".6o.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".6o.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".6o.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6o.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".6o.1:0.0.$right.0.0"><span data-reactid=".6o.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/puja.sharma.1044" data-hovercard="/ajax/hovercard/hovercard.php?id=100000043307961&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".6o.1:0.0.$right.0.0.0.$range0:0">Pooja Khan</a><span data-reactid=".6o.1:0.0.$right.0.0.0.$text1:0:$0:0"> and </span><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=941627289198439&amp;actorid=100000535302055" href="https://www.facebook.com/browse/likes?id=941627289198439&actorid=100000535302055" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=941627289198439&amp;comment_from=100000590753545&amp;seen_user_fbids[0]=100000043307961&amp;__av=100000590753545" role="button" data-reactid=".6o.1:0.0.$right.0.0.0.$range1:0">2 others</a><span data-reactid=".6o.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".6o.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".6o.1:4.0"><div class="_ohe lfloat" data-reactid=".6o.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".6o.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".6o.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".6o.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6o.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".6o.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".6o.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".6o.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".6o.1:4.0.$right.0.0.0.0.0"><div data-reactid=".6o.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".6o.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".6o.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".6o.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".6o.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".6o.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".6o.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".6o.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".6o.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".6o.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".6o.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _x72" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;-8085334195100944490&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:17}" data-cursor="MTQwNjQ4OTQyOToxNDA2NDg5NDI5OjE6LTgwODUzMzQxOTUxMDA5NDQ0OTA6MTQwNjQ4OTEyNzow" data-dedupekey="-8085334195100944490" data-timestamp="1406489127" id="u_jsonp_6_y" aria-labelledby="js_97 js_98 js_99" data-insertion-position="17"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_z" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_1j"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/n.saigoutham?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1417670739"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/404260_2377516963492_1335824258_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_97"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/n.saigoutham" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1417670739">Sai Goutham Nagarapu</a></span> shared <a class="profileLink" href="https://www.facebook.com/iimacultcomm" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=286239768110912">IIMA Cultural Committee</a>'s <a class="profileLink" href="https://www.facebook.com/iimacultcomm/photos/a.658720997529452.1073741853.286239768110912/658721010862784/?type=1" data-ft="{&quot;tn&quot;:&quot;E&quot;}">photo</a>.</span></div></h5><div class="_5pcp" id="js_98"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/n.saigoutham/posts/10202339513075346"><abbr title="Monday, July 28, 2014 at 12:55am" data-utime="1406489127" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_6_24" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_99"><p>Friends. Please open this pic and like it.</p></div><div><div><div class="_5r69"><div class="mtm"><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo" href="https://www.facebook.com/iimacultcomm/photos/a.658720997529452.1073741853.286239768110912/658721010862784/?type=1" rel="theater" ajaxify="https://www.facebook.com/iimacultcomm/photos/a.658720997529452.1073741853.286239768110912/658721010862784/?type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xaf1%2Ft1.0-9%2F1888532_658721010862784_7461861882730800784_n.jpg&amp;size=679%2C960&amp;fbid=658721010862784&amp;player_origin=newsfeed" style="width:278px;"><div class="_46-h _4-ep" style="width:278px;height:394px;" id="u_jsonp_6_19"><img class="_46-i img" src="./ui_files/1888532_658721010862784_7461861882730800784_n.jpg" style="left:0px; top:0px;" alt="Section E" width="279" height="395"></div></a></div></div><div class="mtm plm _5pcm"><div class="mbs fwn fcg" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/iimacultcomm" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=286239768110912">IIMA Cultural Committee</a></span> with <a class="profileLink" href="https://www.facebook.com/yashsheelsrivastava" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=571910321">Yash Sheel Srivastava</a> and <a data-hover="tooltip" aria-label="Shaik Shabeena Abhiram Thejus Sujit Madhukar Swati Tiwary Suruchi Mundhra Veeravilli Swathi Ribhu Ranjan Saha Utkarsh Garg Rilu Debashis Anurag Agrawal Anurag Gupta Haaris Mateen Payal Rungta Nitisha Tomar Ankita Sharma Nitesh Tigga Danny Sagar Tarun Varma Landa Smit Chandra Ishan Jain Deepesh Agrawal" data-tooltip-position="below" href="https://www.facebook.com/#" ajaxify="/ajax/browser/dialog/participants/?q=AeLJ_MEn9Gh-SGhxArpAZKoMFbKPbp8ETNNM2u9bEudgQL-4qwBl4pW33fXqf_1YgRV2fYjq3-2S7iFPd26QlJiGmCTbOmfOg3XnDwc_1tb0NfvrSCAFLSVZrz6YIdFfK_kmbz9AUy3IJRW-DAZ-xBeRUmKspOb92sVjZLj5ZXWdOOo0Czl7FVBln4gJOj3bu3bT0VkqIRTWPd9uMAP8uB7M6uPDP7LC8pOEu5iuaRnamEHypNV2nWbBGOp0mEBfz6am4176lBkWVTDur_l94V1tti2EXDWMEX-qguRWxoyUAIf4b1YAs_9ka2aT0vq6OGZbToFOQVVGngQ8f2qKEVxxgfGTKXwedJ3coPcZA3vwysbzLfgpY5OvzufaOUfP2MDUaeIKZh7rDWhD2mAR8b5X8OGlC7FOeI9VhO9qVcGUJw" rel="dialog" data-ft="{&quot;tn&quot;:&quot;l&quot;}" role="button">21 others</a></span></div><div class="mtm _5pco" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Section E</p></div></div></div></div></div></div><div><form rel="async" class="live_10202339513075346_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_6_1q" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;1417670739&quot;,&quot;target_fbid&quot;:&quot;10202339513075346&quot;,&quot;target_profile_id&quot;:&quot;1417670739&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406489127&quot;,&quot;check_hash&quot;:&quot;AQB2xyu5Fr8YqgeQ&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".6g"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".6g.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".6g.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=286239768110912&p[1]=1073742465&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".6h">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_1v"><ul class="UFIList" data-reactid=".6i"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".6i.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".6i.1:4.0"><div class="_ohe lfloat" data-reactid=".6i.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".6i.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".6i.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".6i.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6i.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".6i.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".6i.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".6i.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".6i.1:4.0.$right.0.0.0.0.0"><div data-reactid=".6i.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".6i.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".6i.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".6i.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".6i.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".6i.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".6i.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".6i.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".6i.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".6i.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".6i.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;-2557935983462657771&quot;,&quot;ei&quot;:&quot;AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:18}" data-xt="7.qid.6040833772564963057:mf_story_key.-2557935983462657771:ei.AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj" data-xt-vimp="{&quot;pixel_in_percentage&quot;:1,&quot;duration_in_ms&quot;:1,&quot;subsequent_gap_in_ms&quot;:60000,&quot;log_initial_nonviewable&quot;:false}" data-cursor="MTQwNjQ4OTQyOToxNDA2NDg5NDI5OjI6NDc4MjY2NzA0MTk2MTA2MjA4NjoxNDAxNDQ2Nzg3OjA=" data-dedupekey="4782667041961062086" id="u_jsonp_6_10"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div><h5 class="_1qbu _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/kumargautam.jha?ft[tn]=lC&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100001689681705" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Gautam Jha</a></span> and <a data-hover="tooltip" aria-label="Gautam Kumar Ashish Khare" data-tooltip-position="below" href="https://www.facebook.com/#" ajaxify="/ajax/browser/dialog/participants/?q=AeKOOIMu2giU8OnNlKKJGCdkuC387InAG9X6bwLcvkCIzRlSDP1wO6YwrLk3ub6lHwREkkLNOxqxoJ-uosw30hHNyfxsOVqA3RRfRIIYz-Vw5g" rel="dialog" data-ft="{&quot;tn&quot;:&quot;l&quot;}" role="button">2 other friends</a> like <a class="profileLink" href="https://www.facebook.com/myjabong?ref=stream&ft[tn]=kC&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=245106162209654" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Jabong</a>.</span></div></h5></div><div class="userContent"></div><div><div><div class="userContentWrapper _5pcr _5pbu _5mxv _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_18" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_1n"></a></div></div><span id="u_jsonp_6_1e" class="uiLikePageButton _47we _42b7"><button value="1" class="_42ft _4jy0 PageLikeButton _4jy3 _517h" data-profileid="245106162209654" data-ft="{&quot;type&quot;:28,&quot;tn&quot;:&quot;c&quot;}" data-ownerid="u_jsonp_6_1e" id="u_jsonp_6_1f" type="submit"><img class="_3-8_ img" src="./ui_files/2KL1UzJC9rt.png" alt="" width="12" height="13">Like Page</button></span><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/myjabong?ft[tn]=%3C&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;\u003C&quot;}" data-hovercard="/ajax/hovercard/page.php?id=245106162209654" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1384088_567355969984670_1934619165_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/myjabong?ref=stream&ft[tn]=kC&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=245106162209654" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Jabong</a></span> shared <a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fapi.nanigans.com%2Ftarget.php%3Fapp_id%3D42019%26nan_pid%3D1804250196%26target%3D%252F%252Fwww.jabong.com%252Fmen%252Fshoes%252F%253Fprice%253D499-499%2526utm_source%253Dfacebook%2526utm_medium%253Dsocial_organic%2526utm_campaign%253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF%2526nan_pid%253D1804250196&h=aAQEPXs3i&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fapi.nanigans.com\u00252Ftarget.php\u00253Fapp_id\u00253D42019\u002526nan_pid\u00253D1804250196\u002526target\u00253D\u0025252F\u0025252Fwww.jabong.com\u0025252Fmen\u0025252Fshoes\u0025252F\u0025253Fprice\u0025253D499-499\u00252526utm_source\u0025253Dfacebook\u00252526utm_medium\u0025253Dsocial_organic\u00252526utm_campaign\u0025253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u00252526nan_pid\u0025253D1804250196&amp;h=aAQEPXs3i&amp;render_verification=0&amp;enc&amp;d&quot;);">a link</a>.</span></div></h6><div class="_5pcp"><span class="uiStreamAdditionalLogging _5paw" data-ft="{&quot;tn&quot;:&quot;j&quot;}"><a class="uiStreamSponsoredLink" href="https://www.facebook.com/about/ads?ft[tn]=j&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Sponsored</a></span> · <a data-hover="tooltip" aria-label="Public" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6m2 _1zpr clearfix _dcs _4_w4 _59ap mtm" id="u_jsonp_6_1h" data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6ks"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fapi.nanigans.com%2Ftarget.php%3Fapp_id%3D42019%26nan_pid%3D1804250196%26target%3D%252F%252Fwww.jabong.com%252Fmen%252Fshoes%252F%253Fprice%253D499-499%2526utm_source%253Dfacebook%2526utm_medium%253Dsocial_organic%2526utm_campaign%253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF%2526nan_pid%253D1804250196&h=cAQFE69Nv&enc=AZNtSsTc-C4adQWzO1sMV7yObnLlVYwhV5-dPrb8yVTRxLTjpX_qFSwBeiG38Brl5_Eeg32ljcmu8YeG28jbjg0OlqFMpP-4LzQdx4K5pnYMWGBNjesyI8gVERNl2VLWQIg5CpnJE5y8LDsYth1DJ3Pm&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fapi.nanigans.com\u00252Ftarget.php\u00253Fapp_id\u00253D42019\u002526nan_pid\u00253D1804250196\u002526target\u00253D\u0025252F\u0025252Fwww.jabong.com\u0025252Fmen\u0025252Fshoes\u0025252F\u0025253Fprice\u0025253D499-499\u00252526utm_source\u0025253Dfacebook\u00252526utm_medium\u0025253Dsocial_organic\u00252526utm_campaign\u0025253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u00252526nan_pid\u0025253D1804250196&amp;h=cAQFE69Nv&amp;render_verification=0&amp;enc=AZNtSsTc-C4adQWzO1sMV7yObnLlVYwhV5-dPrb8yVTRxLTjpX_qFSwBeiG38Brl5_Eeg32ljcmu8YeG28jbjg0OlqFMpP-4LzQdx4K5pnYMWGBNjesyI8gVERNl2VLWQIg5CpnJE5y8LDsYth1DJ3Pm&amp;d&quot;);"><div class="_6l- __c_"><img class="_6m5 fbStoryAttachmentImage img" src="./ui_files/safe_image(2).php" style="width:470px;height:246px;" alt=""></div></a></div><div><div class="_6m3"><div class="mbs _6m6"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fapi.nanigans.com%2Ftarget.php%3Fapp_id%3D42019%26nan_pid%3D1804250196%26target%3D%252F%252Fwww.jabong.com%252Fmen%252Fshoes%252F%253Fprice%253D499-499%2526utm_source%253Dfacebook%2526utm_medium%253Dsocial_organic%2526utm_campaign%253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF%2526nan_pid%253D1804250196&h=8AQEaEgmh&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fapi.nanigans.com\u00252Ftarget.php\u00253Fapp_id\u00253D42019\u002526nan_pid\u00253D1804250196\u002526target\u00253D\u0025252F\u0025252Fwww.jabong.com\u0025252Fmen\u0025252Fshoes\u0025252F\u0025253Fprice\u0025253D499-499\u00252526utm_source\u0025253Dfacebook\u00252526utm_medium\u0025253Dsocial_organic\u00252526utm_campaign\u0025253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u00252526nan_pid\u0025253D1804250196&amp;h=8AQEaEgmh&amp;render_verification=0&amp;enc&amp;d&quot;);">Buy Men Shoes @ Flat 499</a></div><div class="_6ma"><div class="_6m7">Enjoy great offers at Jabong.com. ✓1000+ Brands ✓90,000+ Products. Online shopping in India for men, women &amp; kids for shoes, clothing, watches, sunglasses at Jabong.com.</div><div class="_59tj"><div class="_6lz _6mb ellipsis">✓ Free Shipping ✓ Cash on Delivery ✓ 30 Days Retur</div></div></div></div><a class="_52c6" href="http://l.facebook.com/l.php?u=http%3A%2F%2Fapi.nanigans.com%2Ftarget.php%3Fapp_id%3D42019%26nan_pid%3D1804250196%26target%3D%252F%252Fwww.jabong.com%252Fmen%252Fshoes%252F%253Fprice%253D499-499%2526utm_source%253Dfacebook%2526utm_medium%253Dsocial_organic%2526utm_campaign%253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF%2526nan_pid%253D1804250196&h=xAQHffM6cAQFQfYfVWs5AG8bgooRS2Ga8VLnxf79lmxhkhg&enc=AZP6cZGwYQzNWUmAl0sUcUTjmfHoRVpct3xk4YuYbqgBiFwsix4pa8zq9mqWPNbnEBH4-pAFYZE2LcE6UzvMwLanUl3R_Q66i2DONAGtnY6TaftKHdEVzTXxFCnehdIx48do6y6-w6GJIDfkw9_yUBnv&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fapi.nanigans.com\u00252Ftarget.php\u00253Fapp_id\u00253D42019\u002526nan_pid\u00253D1804250196\u002526target\u00253D\u0025252F\u0025252Fwww.jabong.com\u0025252Fmen\u0025252Fshoes\u0025252F\u0025253Fprice\u0025253D499-499\u00252526utm_source\u0025253Dfacebook\u00252526utm_medium\u0025253Dsocial_organic\u00252526utm_campaign\u0025253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u00252526nan_pid\u0025253D1804250196&amp;h=xAQHffM6cAQFQfYfVWs5AG8bgooRS2Ga8VLnxf79lmxhkhg&amp;render_verification=0&amp;enc=AZP6cZGwYQzNWUmAl0sUcUTjmfHoRVpct3xk4YuYbqgBiFwsix4pa8zq9mqWPNbnEBH4-pAFYZE2LcE6UzvMwLanUl3R_Q66i2DONAGtnY6TaftKHdEVzTXxFCnehdIx48do6y6-w6GJIDfkw9_yUBnv&amp;d&quot;);"></a></div></div></div></div><div><form rel="async" class="commentable_item hidden_add_comment collapsed_comments" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" id="u_jsonp_6_20" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;245106162209654&quot;,&quot;target_fbid&quot;:&quot;674348209285445&quot;,&quot;target_profile_id&quot;:&quot;245106162209654&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1401446785&quot;,&quot;check_hash&quot;:&quot;AQBOF0BoYU6Htf6U&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".6q"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".6q.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".6q.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=99&appid=2309869772&p[0]=245106162209654&p[1]=674348209285445&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".6r">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/myjabong/posts/674348209285445" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="592 likes 25 comments 18 shares" rel="ignore" data-reactid=".6p"><span data-reactid=".6p.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".6p.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".6p.$like.1">592</span></span><span data-reactid=".6p.$comment"><i class="mls UFIBlingBoxCommentIcon UFIBlingBoxSprite" data-reactid=".6p.$comment.0"></i><span class="UFIBlingBoxText" data-reactid=".6p.$comment.1">25</span></span><span data-reactid=".6p.$reshare"><i class="mls UFIBlingBoxReshareIcon UFIBlingBoxSprite" data-reactid=".6p.$reshare.0"></i><span class="UFIBlingBoxText" data-reactid=".6p.$reshare.1">18</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_22"><ul class="UFIList" data-reactid=".6s"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".6s.1:0"><div class="clearfix" data-reactid=".6s.1:0.0"><div class="_ohe lfloat" data-reactid=".6s.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".6s.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".6s.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".6s.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".6s.1:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".6s.1:0.0.$right.0.$right"><div class="UFIOrderingModeSelector" data-reactid=".6s.1:0.0.$right.0.$right.0"><div class="_6a" data-reactid=".6s.1:0.0.$right.0.$right.0.1"><div class="UFIOrderingModeSelectorPopover uiPopover _6a _6b" data-reactid=".6s.1:0.0.$right.0.$right.0.1.0"><a class="_p" href="https://www.facebook.com/#" data-reactid=".6s.1:0.0.$right.0.$right.0.1.0.0" role="button"><span data-reactid=".6s.1:0.0.$right.0.$right.0.1.0.0.0">Top Comments</span><i class="UFIOrderingModeSelectorDownCaret img sp_6H68Ux8tLRN sx_48d920" data-reactid=".6s.1:0.0.$right.0.$right.0.1.0.0.1"></i></a></div></div></div></div><div class="" data-reactid=".6s.1:0.0.$right.0.$left"><div class="UFILikeSentenceText" data-reactid=".6s.1:0.0.$right.0.$left.0"><span data-reactid=".6s.1:0.0.$right.0.$left.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=674348209285445&amp;actorid=245106162209654" href="https://www.facebook.com/browse/likes?id=674348209285445&actorid=245106162209654" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=674348209285445&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".6s.1:0.0.$right.0.$left.0.0.$range0:0">592 people</a><span data-reactid=".6s.1:0.0.$right.0.$left.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></div></li><li class="UFIRow UFIShareRow" data-reactid=".6s.1:1"><div class="clearfix" data-reactid=".6s.1:1.0"><div class="_ohe lfloat" data-reactid=".6s.1:1.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIShareIcon" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=674348209285445" href="https://www.facebook.com/shares/view?id=674348209285445" tabindex="-1" aria-hidden="true" data-reactid=".6s.1:1.0.$left.0"></a></div><div class="" data-reactid=".6s.1:1.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6s.1:1.0.$right.0"><a class="UFIShareLink" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=674348209285445" href="https://www.facebook.com/shares/view?id=674348209285445" data-reactid=".6s.1:1.0.$right.0.0">18 shares</a></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".6s.1:2"><div class="UFIMentionsInputWrap clearfix" data-reactid=".6s.1:2.0"><div class="_ohe lfloat" data-reactid=".6s.1:2.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".6s.1:2.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".6s.1:2.0.$left.0.0"></div></div><div class="" data-reactid=".6s.1:2.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6s.1:2.0.$right.0"><div class="UFICommentContainer" data-reactid=".6s.1:2.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".6s.1:2.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".6s.1:2.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".6s.1:2.0.$right.0.0.0.0.0"><div data-reactid=".6s.1:2.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".6s.1:2.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".6s.1:2.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".6s.1:2.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".6s.1:2.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".6s.1:2.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".6s.1:2.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".6s.1:2.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".6s.1:2.0.$right.0.0.0.1"></div></div></div></div></div></div></li><li class="UFIRow UFIFirstComment UFILastComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0"><div class="clearfix" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0"><div class="_ohe lfloat" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/emotionalsaurabh?fref=ufi&ft[tn]=TR]&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" data-hovercard="/ajax/hovercard/hovercard.php?id=761366456&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$left.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img src="./ui_files/10325392_10152451227336457_4290128654513511025_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$left.0.0"></a></div><div class="" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$right.0"><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0"><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=761366456&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/emotionalsaurabh?fref=ufi&ft[tn]=%3BR]&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.$author.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Saurabh Kathuria</a></span><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Fraud... I placed an order and they sent it to someone else...and no one is listening to this... Fraud Fraud... DONT BUY ANYTHING FROM THIS WEBSITE...</span></span></span><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/myjabong/posts/674348209285445?comment_id=696991600354439&offset=0&total_comments=25&ft[tn]=NR]&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><abbr class="livetimestamp" title="Wednesday, July 16, 2014 at 5:17pm" data-utime="1405511279" data-shorten="true" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">July 16 at 5:17pm</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><ul class=" UFIReplyList" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0"><li class="UFIRow UFIReplySocialSentenceRow UFIFirstComponent UFILastComponent" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0"><a class="UFICommentLink" href="https://www.facebook.com/#" role="button" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0"><div class="clearfix" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0"><div class="_ohe lfloat" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper UFIFeedCardedReplyActor" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$left.0"><i class="UFIPagerIcon UFIFeedCardedIconWithActor" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$left.0.0"></i><img alt="" src="./ui_files/1384088_567355969984670_1934619165_n(1).jpg" class="img UFIActorImage _54ru" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$left.0.1"></div></div><div class="" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right.0"><span class="" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right.0.0"><span class="UFIReplySocialSentenceLinkText" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right.0.0.0"><span data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right.0.0.0.0">Jabong replied</span><span data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right.0.0.0.1"> · </span><span data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right.0.0.0.2">6 Replies</span></span></span></div></div></div></a></li></ul><li class="UFIRow UFIPagerRow UFIComponent UFILastCommentComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;Q&quot;}" data-reactid=".6s.1:3:$allPager"><div class="clearfix" data-reactid=".6s.1:3:$allPager.0"><div class="_ohe lfloat" data-reactid=".6s.1:3:$allPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".6s.1:3:$allPager.0.$left.0"></a></div><div class="" data-reactid=".6s.1:3:$allPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".6s.1:3:$allPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".6s.1:3:$allPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".6s.1:3:$allPager.0.$right.0.$right.0"></span></div><div class="" data-reactid=".6s.1:3:$allPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".6s.1:3:$allPager.0.$right.0.$left.0"><span data-reactid=".6s.1:3:$allPager.0.$right.0.$left.0.0">View 24 more comments</span></a></div></div></div></div></li></ul></div></form></div></div></div></div></div><iframe class="fbEmuTracking" src="./ui_files/xti(2).html" width="0" height="0" scrolling="no" frameborder="0"></iframe><iframe src="./ui_files/xti(3).html" width="0" height="0" frameborder="0" scrolling="no" class="fbEmuTracking" aria-hidden="true"></iframe></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;-2146368231991708817&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:19}" data-cursor="MTQwNjQ4OTQyOToxNDA2NDg5NDI5OjM6LTIxNDYzNjgyMzE5OTE3MDg4MTc6MTQwNjQ4NTI2OTow" data-dedupekey="-2146368231991708817" data-timestamp="1406485268" id="u_jsonp_6_11" aria-labelledby="js_100 js_101 js_102"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_12" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_1d"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/sanibh?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=500682704"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10446021_10152232972012705_8107501677041962875_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_100"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/sanibh" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=500682704">Sanibh Aryan</a></span> added 2 new photos.</span></div></h5><div class="_5pcp" id="js_101"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/sanibh/posts/10152278366177705"><abbr title="Sunday, July 27, 2014 at 11:51pm" data-utime="1406485268" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_6_25" aria-label="Shared with: Sanibh&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_102"><p>Campus shots</p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_2a2q mtm" style="width:470px; height:470px;"><a class="_5dec _2a2r" href="https://www.facebook.com/photo.php?fbid=10152278366112705&set=pcb.10152278366177705&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10152278366112705&amp;set=pcb.10152278366177705&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-d-a.akamaihd.net%2Fhphotos-ak-xpf1%2Fv%2Ft1.0-9%2F10342011_10152278366112705_3982916189027610758_n.jpg%3Foh%3D4523ca15373ac903f6ae248d8fbefee6%26oe%3D543956E2%26__gda__%3D1414435485_c527baddc39400eaa224eee3f6d9f274&amp;size=540%2C960&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_6_13" style="top:0px; left:0px;"><div class="_46-h" style="width:236px;height:470px;"><img class="_46-i img" src="./ui_files/10342011_10152278366112705_3982916189027610758_n.jpg" style="left:-17px; top:0px;" alt="Sanibh Aryan&#39;s photo." width="270" height="480"></div></a><a class="_5dec _2a2r" href="https://www.facebook.com/photo.php?fbid=10152278366162705&set=pcb.10152278366177705&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10152278366162705&amp;set=pcb.10152278366177705&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-f-a.akamaihd.net%2Fhphotos-ak-xfp1%2Ft1.0-9%2F997010_10152278366162705_5059502094947214028_n.jpg&amp;size=540%2C960&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_6_14" style="top:0px; left:238px;"><div class="_46-h" style="width:232px;height:470px;"><img class="_46-i img" src="./ui_files/997010_10152278366162705_5059502094947214028_n.jpg" style="left:-19px; top:0px;" alt="Sanibh Aryan&#39;s photo." width="270" height="480"></div></a></div></div></div><div><form rel="async" class="live_10152278366177705_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_6_1o" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;500682704&quot;,&quot;target_fbid&quot;:&quot;10152278366177705&quot;,&quot;target_profile_id&quot;:&quot;500682704&quot;,&quot;type_id&quot;:&quot;22&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406485268&quot;,&quot;check_hash&quot;:&quot;AQBrSHa6Ti3oVwTp&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".6d"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".6d.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".6d.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=22&appid=25554907596&p[0]=500682704&p[1]=10152278366177705&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".6e">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_1t"><ul class="UFIList" data-reactid=".6f"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".6f.1:0"><div class="clearfix" data-reactid=".6f.1:0.0"><div class="_ohe lfloat" data-reactid=".6f.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".6f.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".6f.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".6f.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6f.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".6f.1:0.0.$right.0.0"><span data-reactid=".6f.1:0.0.$right.0.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152278366177705&amp;actorid=500682704" href="https://www.facebook.com/browse/likes?id=10152278366177705&actorid=500682704" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152278366177705&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".6f.1:0.0.$right.0.0.0.$range0:0">4 people</a><span data-reactid=".6f.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".6f.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".6f.1:4.0"><div class="_ohe lfloat" data-reactid=".6f.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".6f.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".6f.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".6f.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6f.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".6f.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".6f.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".6f.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".6f.1:4.0.$right.0.0.0.0.0"><div data-reactid=".6f.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".6f.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".6f.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".6f.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".6f.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".6f.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".6f.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".6f.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".6f.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".6f.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".6f.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;2981994982861627117&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:20}" data-cursor="MTQwNjQ4OTQyOToxNDA2NDg5NDI5OjE1OjI5ODE5OTQ5ODI4NjE2MjcxMTc6MTQwNjM4ODk4ODow" data-dedupekey="2981994982861627117" data-timestamp="1406388988" id="u_jsonp_6_15"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_16" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_1l"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/maheshkumarmitmanipal?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000586404948"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/385280_300637476632463_831624070_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/maheshkumarmitmanipal" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000586404948">Mahesh Kumar</a></span> shared <a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fbitecharge.com%2Fplay%2Ftwowords%2Fh4&h=0AQHJWsB7&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbitecharge.com\u00252Fplay\u00252Ftwowords\u00252Fh4&amp;h=0AQHJWsB7&amp;render_verification=0&amp;enc&amp;d&quot;);">a link</a>.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/maheshkumarmitmanipal/posts/880975785265293"><abbr title="Saturday, July 26, 2014 at 9:06pm" data-utime="1406388988" data-shorten="1" class="_5ptz">July 26 at 9:06pm</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_6_26" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6m2 _1zpr clearfix _dcs _4_w4 _59ap mtm" id="u_jsonp_6_1g" data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6ks"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fbitecharge.com%2Fplay%2Ftwowords%2Fh4&h=bAQFqu9wT&enc=AZMwr3s56lydX6J6VrLSVBBwM_-xVKeAakbA08P_BmfUCWZvjWL-LBoZYvFnK139Phsy4eWs7W1UhXtkCxr82QtHljyJ6DDwgAyguLlo1LvzRVDGVcgr9w918XXLzBrGMkYHi1nFr9sq1YZjJ-uKQHaY&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbitecharge.com\u00252Fplay\u00252Ftwowords\u00252Fh4&amp;h=bAQFqu9wT&amp;render_verification=0&amp;enc=AZMwr3s56lydX6J6VrLSVBBwM_-xVKeAakbA08P_BmfUCWZvjWL-LBoZYvFnK139Phsy4eWs7W1UhXtkCxr82QtHljyJ6DDwgAyguLlo1LvzRVDGVcgr9w918XXLzBrGMkYHi1nFr9sq1YZjJ-uKQHaY&amp;d&quot;);"><div class="_6l- __c_"><img class="_6m5 fbStoryAttachmentImage img" src="./ui_files/safe_image(3).php" style="width:470px;height:246px;" alt=""></div></a></div><div><div class="_6m3"><div class="mbs _6m6"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fbitecharge.com%2Fplay%2Ftwowords%2Fh4&h=WAQGsgzW7&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbitecharge.com\u00252Fplay\u00252Ftwowords\u00252Fh4&amp;h=WAQGsgzW7&amp;render_verification=0&amp;enc&amp;d&quot;);">I got Exceptionally Big-Hearted. What two words describe you?</a></div><div class="_6ma"><div class="_6m7">You have a big heart. When someone close to you is down, you never leave their...</div><div class="_59tj"><div class="_6lz _6mb ellipsis">bitecharge.com</div></div></div></div><a class="_52c6" href="http://l.facebook.com/l.php?u=http%3A%2F%2Fbitecharge.com%2Fplay%2Ftwowords%2Fh4&h=yAQFTQbjOAQG_E7aFLkwC2QiNpYiotRWtRepNf5LQRZk2wA&enc=AZM5zTlk8wqUbrK8hAFWq9KE4KyT5NgcUnDMYwZOvY76cGHdePc38S_BpDn8mBl2SSfMwLDRMskbCOElxh6pYVj0J8fHCuv_2sNuicfXnbhU8oWydRHM8AZUZ2Pyj8-wao6XE0L2vVcyiFVK8IyYGxrX&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbitecharge.com\u00252Fplay\u00252Ftwowords\u00252Fh4&amp;h=yAQFTQbjOAQG_E7aFLkwC2QiNpYiotRWtRepNf5LQRZk2wA&amp;render_verification=0&amp;enc=AZM5zTlk8wqUbrK8hAFWq9KE4KyT5NgcUnDMYwZOvY76cGHdePc38S_BpDn8mBl2SSfMwLDRMskbCOElxh6pYVj0J8fHCuv_2sNuicfXnbhU8oWydRHM8AZUZ2Pyj8-wao6XE0L2vVcyiFVK8IyYGxrX&amp;d&quot;);"></a></div></div></div></div><div><form rel="async" class="live_880975785265293_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_6_1r" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;100000586404948&quot;,&quot;target_fbid&quot;:&quot;880975785265293&quot;,&quot;target_profile_id&quot;:&quot;100000586404948&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406388988&quot;,&quot;check_hash&quot;:&quot;AQDsIOPJqHYP-9OA&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".6j"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".6j.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".6j.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=99&appid=2309869772&p[0]=100000586404948&p[1]=880975785265293&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".6k">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_1x"><ul class="UFIList" data-reactid=".6l"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".6l.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".6l.1:4.0"><div class="_ohe lfloat" data-reactid=".6l.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".6l.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".6l.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".6l.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6l.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".6l.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".6l.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".6l.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".6l.1:4.0.$right.0.0.0.0.0"><div data-reactid=".6l.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".6l.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".6l.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".6l.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".6l.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".6l.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".6l.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".6l.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".6l.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".6l.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".6l.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div id="more_pager_pagelet_53d55a4fea8fd3544880214" data-referrer="more_pager_pagelet_53d55a4fea8fd3544880214"></div><div class="_4ikz" id="substream_0_53d56842551fb5a01468515" data-referrer="substream_0_53d56842551fb5a01468515"><div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;-8466919807860534117&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:21}" data-cursor="MTQwNjQ4OTQyNzoxNDA2NDg5NDI3OjE6LTg0NjY5MTk4MDc4NjA1MzQxMTc6MTQwNjQ4OTI4NDow" data-dedupekey="-8466919807860534117" data-timestamp="1406489284" id="u_jsonp_8_1"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_2" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_p"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/abhimanyusangwan?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=719801852"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10385285_10152122707606853_8739604470939127907_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/abhimanyusangwan" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=719801852">Abhimanyu Sangwan</a></span> shared <a class="profileLink" href="https://www.facebook.com/paramjyot1" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000501487284">Paramjyot Singh</a>'s <a href="https://www.facebook.com/photo.php?v=944982042195170" data-ft="{&quot;tn&quot;:&quot;F&quot;}">video</a>.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/abhimanyusangwan/posts/10152140848596853"><abbr title="Monday, July 28, 2014 at 12:58am" data-utime="1406489284" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_1g" aria-label="Shared with: Abhimanyu&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div><div class="_5r69"><div class="mtm"><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6n_ mtm" style="width:240px;" data-ft="{&quot;tn&quot;:&quot;F&quot;}"><a href="https://www.facebook.com/photo.php?v=944982042195170&fref=nf" rel="theater" ajaxify="https://www.facebook.com/photo.php?v=944982042195170&amp;fref=nf&amp;player_origin=newsfeed"><div class="uiScaledImageContainer _57tt" style="width:240px;height:320px;"><img class="scaledImageFitWidth img" src="./ui_files/10502834_944982168861824_944982042195170_12642_1610_b.jpg" alt="" width="240" height="320"></div><i class="_6o1"></i><div class="_5b_0 _5bgz"><div class="_578n fsm fwb">00:59</div></div></a></div></div><div class="mtm plm _5pcm"><div class="mbs fwn fcg" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="_5pcn fwb" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/photo.php?v=944982042195170&fref=nf">Paramjyot Singh</a></div></div><div class="mtm _5pco" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>It happen only in India.......</p></div></div></div></div></div></div><div><form rel="async" class="live_10152140848596853_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_q" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;719801852&quot;,&quot;target_fbid&quot;:&quot;10152140848596853&quot;,&quot;target_profile_id&quot;:&quot;719801852&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406489284&quot;,&quot;check_hash&quot;:&quot;AQDAGoim4IwKUHX8&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".7w"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".7w.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".7w.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=11&appid=2392950137&p[0]=944982042195170&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".7x">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_10"><ul class="UFIList" data-reactid=".7y"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".7y.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".7y.1:4.0"><div class="_ohe lfloat" data-reactid=".7y.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".7y.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".7y.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".7y.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".7y.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".7y.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".7y.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".7y.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".7y.1:4.0.$right.0.0.0.0.0"><div data-reactid=".7y.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".7y.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".7y.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".7y.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".7y.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".7y.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".7y.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".7y.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".7y.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".7y.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".7y.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;8167955098850991327&quot;,&quot;ei&quot;:&quot;AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:22}" data-xt="7.qid.6040849108867385367:mf_story_key.8167955098850991327:ei.AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc" data-xt-vimp="{&quot;pixel_in_percentage&quot;:1,&quot;duration_in_ms&quot;:1,&quot;subsequent_gap_in_ms&quot;:60000,&quot;log_initial_nonviewable&quot;:false}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjI6MTY0MDM4NDY5NDU4Mzg2OTQ5MzoxNDAyMzUwNTI5OjA=" data-dedupekey="1640384694583869493" id="u_jsonp_8_3" aria-labelledby="js_108 js_109 js_110"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_5g-l"><span>Suggested Post</span></div><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_4" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_n"></a></div></div><span id="u_jsonp_8_g" class="uiLikePageButton _47we _42b7"><button value="1" class="_42ft _4jy0 PageLikeButton _4jy3 _517h" data-profileid="30569909558" data-ft="{&quot;type&quot;:28,&quot;tn&quot;:&quot;c&quot;}" data-ownerid="u_jsonp_8_g" id="u_jsonp_8_h" type="submit"><img class="_3-8_ img" src="./ui_files/2KL1UzJC9rt.png" alt="" width="12" height="13">Like Page</button></span><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/losangelesfilmschool?ft[tn]=%3C&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;\u003C&quot;}" data-hovercard="/ajax/hovercard/page.php?id=30569909558" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1377069_10151950738104559_1345609235_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_108"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;k&quot;}"><a href="https://www.facebook.com/losangelesfilmschool?fref=nf&ft[tn]=kC&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-hovercard="/ajax/hovercard/page.php?id=30569909558&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">The Los Angeles Film School</a></span></div></h5><div class="_5pcp" id="js_109"><span class="uiStreamAdditionalLogging _5paw" data-ft="{&quot;tn&quot;:&quot;j&quot;}"><a class="uiStreamSponsoredLink" href="https://www.facebook.com/about/ads?ft[tn]=j&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Sponsored</a></span> · <a data-hover="tooltip" aria-label="Public" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_110"><p>Learn Filmmaking from ANYWHERE in the WORLD with a Bachelor's degree from LA Film School!</p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6m2 _1zpr clearfix _dcs _4_w4 _41u- _59ap mtm" data-ft="{&quot;tn&quot;:&quot;H&quot;}" id="u_jsonp_8_1h"><div class="_6ks"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fgo.lafilm.edu%2Fdigital-filmmaking%3Futm_source%3DFacebook%26utm_medium%3DSocialMedia%26utm_campaign%3DDigitalFilmmaking%26src%3DFACEBOOKDF%26format%3DLandingPages&h=7AQHl-cOa&enc=AZNMTThICvHrZXwA-db8-n8AlvamSlz-ys9V1n22Q1Tsqv3h7JzOjOoF7ELLISJy8Zsn2GvbiGMr3W00619iVAp9fYSIPFKObr6jGDQPN862bN-JLOtyPcQHDC3WCmBoJ5Us_mbCrAkE-yTEy8majIVk&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fgo.lafilm.edu\u00252Fdigital-filmmaking\u00253Futm_source\u00253DFacebook\u002526utm_medium\u00253DSocialMedia\u002526utm_campaign\u00253DDigitalFilmmaking\u002526src\u00253DFACEBOOKDF\u002526format\u00253DLandingPages&amp;h=7AQHl-cOa&amp;render_verification=0&amp;enc=AZNMTThICvHrZXwA-db8-n8AlvamSlz-ys9V1n22Q1Tsqv3h7JzOjOoF7ELLISJy8Zsn2GvbiGMr3W00619iVAp9fYSIPFKObr6jGDQPN862bN-JLOtyPcQHDC3WCmBoJ5Us_mbCrAkE-yTEy8majIVk&amp;d&quot;);"><div class="_6l- __c_"><img class="_6m5 fbStoryAttachmentImage img" src="./ui_files/safe_image(4).php" style="width:470px;height:246px;" alt=""></div></a></div><div><div class="_6m3"><div class="mbs _6m6"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fgo.lafilm.edu%2Fdigital-filmmaking%3Futm_source%3DFacebook%26utm_medium%3DSocialMedia%26utm_campaign%3DDigitalFilmmaking%26src%3DFACEBOOKDF%26format%3DLandingPages&h=9AQHuQ4Ni&enc=AZOt6R5tismYqD3mnwOQLhtKnZmsJqtXegRKjyzrM55dFmCj8RIXUF4wVrVgrqkTNe3uo5bHbOuIIbWGZ-NoGSY1fXrq9G4PGa_jn6LUMHOTKiooD9WMfOlMabCTe5RWL7E&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fgo.lafilm.edu\u00252Fdigital-filmmaking\u00253Futm_source\u00253DFacebook\u002526utm_medium\u00253DSocialMedia\u002526utm_campaign\u00253DDigitalFilmmaking\u002526src\u00253DFACEBOOKDF\u002526format\u00253DLandingPages&amp;h=9AQHuQ4Ni&amp;render_verification=0&amp;enc=AZOt6R5tismYqD3mnwOQLhtKnZmsJqtXegRKjyzrM55dFmCj8RIXUF4wVrVgrqkTNe3uo5bHbOuIIbWGZ-NoGSY1fXrq9G4PGa_jn6LUMHOTKiooD9WMfOlMabCTe5RWL7E&amp;d&quot;);">Digital Filmmaking Online</a></div><div class="_6ma"><div class="_6m7">Our Digital FIlmmaking program has you covered with a camera and lighting kit of your own, so you can learn and make films on your time, from anywhere!</div><div class="_59tj"><div class="clearfix"><div class="_522u rfloat _ohf"><div class="_6a" data-ft="{&quot;tn&quot;:&quot;*J&quot;}"><a class="_42ft _4jy0 _4jy3 _517h" role="button" href="http://l.facebook.com/l.php?u=http%3A%2F%2Fgo.lafilm.edu%2Fdigital-filmmaking%3Futm_source%3DFacebook%26utm_medium%3DSocialMedia%26utm_campaign%3DDigitalFilmmaking%26src%3DFACEBOOKDF%26format%3DLandingPages&h=3AQF2BGOf&enc=AZNSbFMrY1MbF5gDByjHV5SXSk1bNJiqAySUkwHX7M1kW8Zussrd7JBrCim2DrF6Wk1ABlzywRXgrCgw6wE5xm-NQD1lrvBFaKpMD3OgGalEVHmqK6EBV5pMtW4JvaqGzD9EarTzg4Tzh3IlV2Fm0y2z&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fgo.lafilm.edu\u00252Fdigital-filmmaking\u00253Futm_source\u00253DFacebook\u002526utm_medium\u00253DSocialMedia\u002526utm_campaign\u00253DDigitalFilmmaking\u002526src\u00253DFACEBOOKDF\u002526format\u00253DLandingPages&amp;h=3AQF2BGOf&amp;render_verification=0&amp;enc=AZNSbFMrY1MbF5gDByjHV5SXSk1bNJiqAySUkwHX7M1kW8Zussrd7JBrCim2DrF6Wk1ABlzywRXgrCgw6wE5xm-NQD1lrvBFaKpMD3OgGalEVHmqK6EBV5pMtW4JvaqGzD9EarTzg4Tzh3IlV2Fm0y2z&amp;d&quot;);">Learn More</a></div></div><div class="_6lz _6mb ellipsis _42ef">go.lafilm.edu</div></div></div></div></div><a class="_52c6" href="http://l.facebook.com/l.php?u=http%3A%2F%2Fgo.lafilm.edu%2Fdigital-filmmaking%3Futm_source%3DFacebook%26utm_medium%3DSocialMedia%26utm_campaign%3DDigitalFilmmaking%26src%3DFACEBOOKDF%26format%3DLandingPages&h=gAQFWy9fQAQHWW6a-Su8e91JnyaZINpi-rvdkaBvsh6AqCA&enc=AZMC7swF-3F0YivnowmayPVJZKp1H7Tvko6tMSE7JxQ0hjKBtiiaF5DQSaxvt3wP8ZDxgxM7Jpyj78eURe8NiXXGezYaAE9ji12EYHMTWe8-0m5EzB15UE8k17Xv57FIUmYCWMKq0poc9ADth0pElWnP&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fgo.lafilm.edu\u00252Fdigital-filmmaking\u00253Futm_source\u00253DFacebook\u002526utm_medium\u00253DSocialMedia\u002526utm_campaign\u00253DDigitalFilmmaking\u002526src\u00253DFACEBOOKDF\u002526format\u00253DLandingPages&amp;h=gAQFWy9fQAQHWW6a-Su8e91JnyaZINpi-rvdkaBvsh6AqCA&amp;render_verification=0&amp;enc=AZMC7swF-3F0YivnowmayPVJZKp1H7Tvko6tMSE7JxQ0hjKBtiiaF5DQSaxvt3wP8ZDxgxM7Jpyj78eURe8NiXXGezYaAE9ji12EYHMTWe8-0m5EzB15UE8k17Xv57FIUmYCWMKq0poc9ADth0pElWnP&amp;d&quot;);"></a></div></div></div></div><div><form rel="async" class="commentable_item hidden_add_comment collapsed_comments" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" id="u_jsonp_8_1d" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;30569909558&quot;,&quot;target_fbid&quot;:&quot;10152508080509559&quot;,&quot;target_profile_id&quot;:&quot;30569909558&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1402350527&quot;,&quot;check_hash&quot;:&quot;AQAfPBQHbEvSMETF&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8c"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8c.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8c.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=99&appid=2309869772&p[0]=30569909558&p[1]=10152508080509559&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8d">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/losangelesfilmschool/posts/10152508080509559?ft[tn]=O]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="1508 likes 74 comments 161 shares" data-reactid=".8b" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><span data-reactid=".8b.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".8b.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".8b.$like.1">1,508</span></span><span data-reactid=".8b.$comment"><i class="mls UFIBlingBoxCommentIcon UFIBlingBoxSprite" data-reactid=".8b.$comment.0"></i><span class="UFIBlingBoxText" data-reactid=".8b.$comment.1">74</span></span><span data-reactid=".8b.$reshare"><i class="mls UFIBlingBoxReshareIcon UFIBlingBoxSprite" data-reactid=".8b.$reshare.0"></i><span class="UFIBlingBoxText" data-reactid=".8b.$reshare.1">161</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_1f"><ul class="UFIList" data-reactid=".8e"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".8e.1:0"><div class="clearfix" data-reactid=".8e.1:0.0"><div class="_ohe lfloat" data-reactid=".8e.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".8e.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".8e.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".8e.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".8e.1:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".8e.1:0.0.$right.0.$right"><div class="UFIOrderingModeSelector" data-reactid=".8e.1:0.0.$right.0.$right.0"><div class="_6a" data-reactid=".8e.1:0.0.$right.0.$right.0.1"><div class="UFIOrderingModeSelectorPopover uiPopover _6a _6b" data-reactid=".8e.1:0.0.$right.0.$right.0.1.0"><a class="_p" href="https://www.facebook.com/#" data-reactid=".8e.1:0.0.$right.0.$right.0.1.0.0" role="button"><span data-reactid=".8e.1:0.0.$right.0.$right.0.1.0.0.0">Top Comments</span><i class="UFIOrderingModeSelectorDownCaret img sp_6H68Ux8tLRN sx_48d920" data-reactid=".8e.1:0.0.$right.0.$right.0.1.0.0.1"></i></a></div></div></div></div><div class="" data-reactid=".8e.1:0.0.$right.0.$left"><div class="UFILikeSentenceText" data-reactid=".8e.1:0.0.$right.0.$left.0"><span data-reactid=".8e.1:0.0.$right.0.$left.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152508080509559&amp;actorid=30569909558" href="https://www.facebook.com/browse/likes?id=10152508080509559&actorid=30569909558" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152508080509559&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".8e.1:0.0.$right.0.$left.0.0.$range0:0">1,508 people</a><span data-reactid=".8e.1:0.0.$right.0.$left.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></div></li><li class="UFIRow UFIShareRow" data-reactid=".8e.1:1"><div class="clearfix" data-reactid=".8e.1:1.0"><div class="_ohe lfloat" data-reactid=".8e.1:1.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIShareIcon" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=10152508080509559" href="https://www.facebook.com/shares/view?id=10152508080509559" tabindex="-1" aria-hidden="true" data-reactid=".8e.1:1.0.$left.0"></a></div><div class="" data-reactid=".8e.1:1.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8e.1:1.0.$right.0"><a class="UFIShareLink" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=10152508080509559" href="https://www.facebook.com/shares/view?id=10152508080509559" data-reactid=".8e.1:1.0.$right.0.0">161 shares</a></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8e.1:2"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8e.1:2.0"><div class="_ohe lfloat" data-reactid=".8e.1:2.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8e.1:2.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8e.1:2.0.$left.0.0"></div></div><div class="" data-reactid=".8e.1:2.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8e.1:2.0.$right.0"><div class="UFICommentContainer" data-reactid=".8e.1:2.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8e.1:2.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8e.1:2.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8e.1:2.0.$right.0.0.0.0.0"><div data-reactid=".8e.1:2.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8e.1:2.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8e.1:2.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8e.1:2.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8e.1:2.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8e.1:2.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8e.1:2.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8e.1:2.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8e.1:2.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8e.1:2.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8e.1:2.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0"><div class="clearfix" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0"><div class="_ohe lfloat" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/susan.p.lundy?fref=ufi&ft[tn]=TR0]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-hovercard="/ajax/hovercard/hovercard.php?id=100000321015843&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$left.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img src="./ui_files/1618699_697688460251848_698905785_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$left.0.0"></a></div><div class="" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$right.0"><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0"><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100000321015843&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/susan.p.lundy?fref=ufi&ft[tn]=%3BR0]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.$author.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Susan Power Lundy</a></span><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">My son really wants to do this. Can it be done in Ireland</span></span></span><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10152590983929559" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152590983929559&amp;comment_from=100000321015843&amp;comment_likecount=2&amp;comment_id=10152508080509559_10152590983929559&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10152590983929559" rel="dialog" role="button" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">2</span></a><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/losangelesfilmschool/posts/10152508080509559?comment_id=10152590983929559&offset=0&total_comments=74&ft[tn]=NR0]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><abbr class="livetimestamp" title="Monday, July 14, 2014 at 6:12am" data-utime="1405298532" data-shorten="true" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">July 14 at 6:12am</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><ul class=" UFIReplyList" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0"><li class="UFIRow UFIReplySocialSentenceRow UFIFirstComponent UFILastComponent" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0"><a class="UFICommentLink" href="https://www.facebook.com/#" role="button" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0"><div class="clearfix" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0"><div class="_ohe lfloat" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper UFIFeedCardedReplyActor" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$left.0"><i class="UFIPagerIcon UFIFeedCardedIconWithActor" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$left.0.0"></i><img alt="" src="./ui_files/1377069_10151950738104559_1345609235_n(1).jpg" class="img UFIActorImage _54ru" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$left.0.1"></div></div><div class="" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right.0"><span class="" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right.0.0"><span class="UFIReplySocialSentenceLinkText" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right.0.0.0"><span data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right.0.0.0.0">The Los Angeles Film School replied</span><span data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right.0.0.0.1"> · </span><span data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right.0.0.0.2">2 Replies</span></span></span></div></div></div></a></li></ul><li class="UFIRow UFILastComment UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0"><div class="clearfix" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0"><div class="_ohe lfloat" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/sammi.scotto?fref=ufi&ft[tn]=TR]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-hovercard="/ajax/hovercard/hovercard.php?id=1683264447&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$left.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img src="./ui_files/10463984_10201622478918793_164478866950406111_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$left.0.0"></a></div><div class="" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$right.0"><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0"><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=1683264447&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/sammi.scotto?fref=ufi&ft[tn]=%3BR]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.$author.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Sammi Scotto</a></span><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Thanks for making the cover person a woman, it really does help for (hopefully) future women in the industry like me! <span class="emoticon_text" aria-hidden="true">:)</span><span title=":)" class="emoticon emoticon_smile"></span></span></span></span><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10152588558019559" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152588558019559&amp;comment_from=1683264447&amp;comment_likecount=8&amp;comment_id=10152508080509559_10152588558019559&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10152588558019559" rel="dialog" role="button" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">8</span></a><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/losangelesfilmschool/posts/10152508080509559?comment_id=10152588558019559&offset=0&total_comments=74&ft[tn]=NR]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><abbr class="livetimestamp" title="Sunday, July 13, 2014 at 7:33am" data-utime="1405217000" data-shorten="true" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">July 13 at 7:33am</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIPagerRow UFIComponent UFILastCommentComponent UFILastComponent" data-reactid=".8e.1:3:$bottomPager"><div class="clearfix" data-reactid=".8e.1:3:$bottomPager.0"><div class="_ohe lfloat" data-reactid=".8e.1:3:$bottomPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".8e.1:3:$bottomPager.0.$left.0"></a></div><div class="" data-reactid=".8e.1:3:$bottomPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".8e.1:3:$bottomPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".8e.1:3:$bottomPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".8e.1:3:$bottomPager.0.$right.0.$right.0">2 of 74</span></div><div class="" data-reactid=".8e.1:3:$bottomPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".8e.1:3:$bottomPager.0.$right.0.$left.0"><span data-reactid=".8e.1:3:$bottomPager.0.$right.0.$left.0.0">View more comments</span></a></div></div></div></div></li></ul></div></form></div></div><iframe class="fbEmuTracking" src="./ui_files/xti(4).html" width="0" height="0" scrolling="no" frameborder="0"></iframe></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;-7663570746909935192&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:23}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjU6LTc2NjM1NzA3NDY5MDk5MzUxOTI6MTQwNjQ4ODkyODow" data-dedupekey="-7663570746909935192" data-timestamp="1406477961" id="u_jsonp_8_5" aria-labelledby="js_111 js_112 js_113 js_114 js_115 js_116 js_117"><div class="_5pcr clearfix" id="u_jsonp_8_6"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_b" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_e"></a></div><h5 class="mbs _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_111"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/mayur.kumar.77" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000590753545">Mayur Kumar</a></span> and <a data-hover="tooltip" aria-label="Himangshu Jyoti Hazarika Abhishek Raman Umang Sethi and 50 more..." data-tooltip-position="below" href="https://www.facebook.com/#" ajaxify="/ajax/browser/dialog/participants/?q=AeJ7Y7p8UrKF2ga5mljfJF599df5-WPyHHXoZW0381n6x6p6RsN7t_j94an0DS5pSsD2DlJ7wjRl-9l4BYtIs6yc8_IjBneLSe8w6WkwAoZhoDq3Sg1ioTmKe9Vsmaj5Um5djF6tfP15Gi2FBBu16PsmXzF2vdCZwA5DHIOl2B9xgjSffBBFYePxnWbUvlJNMZhnjaQv9P1HLd1_umBV4TEn5z9Srz5FH2jgu67Yxmej-5P1FkF0sXkc4wy2X3A29-ohkaBJQQA4bBLGf2VEWovtJc_j5OdFlNiBwa1fLeNJhdt-Cd8nyYzPPKvDUc6W7aOK2_Yd1koYZhCT61F_ZXli6cftFDEUTOlbWamYmUKUX4Nw6Ls5x6eqSBt0feDmY_FF62s3FCorx5L7b1kIR8fcAqxN5r7IDeJrPNyMJpNTW9Il8f1j43l5kKOX43syVe_fhxvV5BbRApvN0vjbRry2WrMMKclqOQ3NvMPXqETg96WfF-CvvnE3LyA9JUPkS0U8W6C5UVAypEzyz9isSof4CdSutyn6Qib80dHjCnGW0R70LkbzFN9iHYSrZ1Qf3NUCpYUWXohJrRswLq0pNRgdUB8Jtd8P6TXCu5FZEY7gDv8uaw7xK8GcQTtN7DlnFdHxTNHrCxLvl10p3LnI_oYd5NOTvbAt8Pe1YgCirqicicHQ0Fy5rWTZ5a-gAVGjHwTy5OCgPCkTSAcysgU-c7M5M024uPnFl5bVn3RrL3pWEa4oHhu4Pv0cforMX6vLr3g4DEc-WnEmyNRfAMsuYTsU8ApMMFhzL3IlMZffdQGMacOKibh6301VmoHAypPFyfHEPBk4HIOvZLoKEmZnftsk-lvEb93VZxRHbwbgemSzKVr04i4cTm4WGKPAIksO_UPxWNoTj_XE-UTAI_VEBCM8cJGz5ORNENunLkcYpXCTGjZHBOJTccHxY_6T_CVeYYFiaCb8X6JZeGQb97Ktl7rwb_Vv_j9fJp1pcqoslf0rBERw9v7xq_EXR5jIA8rJmTn7LxmgWxj0uNlvgeYsCy4UtCrsYlYYAxHfojGu8sADRGjP3gquTjAkGSIA9LIlwwhftVB-wHCB3R0H3eHR7xfkyyBCH1igIuusqRvQrR1rxFq6D5INBOMlA8fQr1g17-1x_isfaYTErVSI2N_ftZH3ckUF6-1DlLDhsig310AyrAey_QrUhjlAf6oaeNTYktXhsY98Xyvq9CFo_zUj1z-q-44yvQlC-JD4v3O9oE_lBlI_LrAsrPlwmExRBJr_XUcDdRXD-9GvE4_n2PGr9zJ7fJDPO1ikjYnhtPHHdHE8iM9zP8JiRk0EFx6HezC7yvZE2Wat4RibF360hOshe2Sma14HEdfmms3cK_IQkN48KrQTHXov7zoMOlFYEBWuqqECTmOxfgP6b10SBpPcCxDhw369up9webvCqaHbNM4nBf36DB4mCc7UYVoK_EAbPO2-ETlc_hNRdNVf5tqPeXKUb5YRQQynoRm7qcPmmS_N8kJ30zPr3bwDTiTvWVlazrtQMqMdTdbi8bf4hJVLlfblu6gIcCp-NNPgZhEMskB_aDWrGhpCzIWnBw3njgxzH9yOuoF9qaAPlcQPPZu5DJXyR94JLMtlRQaywO_YjGe_VdsJGJPqymjeeCyzmdp0KFGl788eAdRf3E5u2Utnip5QMvoR7NQ7zVpl1cUNZhydS_UcNgYsFctDMxwdoWFpPGpDlQu3pSCPF-AVNfv3LIzzwCwlo1r4xjmGBh5JbpKHrpZrrJ_kB4CmXBMax7NVseU8EnBs0Grjy6xp24mnMNqSEHnFiQvRV7F1N27YldWH1jQSEehE--KGAUdLG-ZgcG7UMnx8b8gqLpDdqB5KCbllPUcIfoqB1cimgk24xBEtShex7GQnOAWabaCXShT0atNexS3u-SJi0R0T4pI1alNpDkmUe7DnXQu1NyKPStrymAqIm4OE9h2Ni4NasIQDoahPhEzLngDNyxzDbMkPg14_YeR8OW82Slj4iEQIuo7j7nfHCl4lwqAYEO4uqiL3H6xBu30gWe5D3_SXS6rD7DRrQQi50RUJ_zEfpDGDIcdA8h7x6qSnxkdzKRiNmwg_5OeqabScCHXQMqN9mUYSieA0FbYLApJXLt8qQ9uBA6vu464GYLMwCy8D-2dLQ56UOrGkiBTKbvURTvJYAH_gZiHHhP2cWsJJHvAXN4ShX8snE2892vhVgbcdCTVnmZzDcc7e3x-pOwA8tAo0Simtl2Qpt0abSzeDp5WJDB-KvobgPPf3lF9f0m2fjgQWQHOF09rHkX8UoYemkzzJg3FSfgWlkF50VgseIhDk9lbYQPJb6BhvGwHEb67fDESEcyllr_MHTHojPbiqc8fiGzkmdV4eooc_AcmqNHFLCxGpXBj4BUDJ0BBiGvSr7UsplbSjE3lHHDflaxl5jq2R7dZ_y9_LyOqAa0Oy40AzCXufgPyVxiVdaoYJJvqyFBQiwj7dGhcOAb7dr8LRCs7xwSpfM_WxeJBYS1kgGHYhphtRgG6IHc62rHkb5eN8I-tq73xmZzvCI1aeESi5oxey3vV2vg_iWhUj65ALN6bOWAn8sBPGNXs2RjdmSp6k3ilvygkmjXmXhg0zOcGz4tjCyjPX7ZFnTVnckPJ5DYRPL0UQAgIObUCJEkLSDz9APyfTrAZ0yPXJxm761DP7BQfWiMpLfmV9DbYY_uvNyjzPd3Xt3vPmz_Swv4vDq5rQaIINL9yGLHBXxLbYdlq9Q4YyNbW2_z3101fr3ByyOZb7nfsrVtkQ4_1rzQ5cU_0kQJloFvXTiqC7E5qM6sbC7iJVEwpD2bIyLvsex3LL_rjrjtBkuIXwXudc_6mkmdey2KOM-3oWo6UM8_Onc0tWUqxd4c8L3BDfiYnN1GQVExIe2N5poqYU-A" rel="dialog" data-ft="{&quot;tn&quot;:&quot;l&quot;}" role="button">53 others</a> wrote on <a class="profileLink" href="https://www.facebook.com/manisha.priyadarshini" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1692984794">Manisha Priyadarshini</a>'s timeline.</span></div></h5><div class="clearfix mvm"><a class="_8o _8t lfloat _ohe" href="https://www.facebook.com/manisha.priyadarshini" tabindex="-1" aria-hidden="true" data-hovercard="/ajax/hovercard/user.php?id=1692984794"><div class="uiScaledImageContainer" style="width: 90px; height: 90px"><img class="scaledImageFitWidth img" src="./ui_files/10314664_4221515031468_8844065718057350813_n.jpg" alt="" width="90" height="90"></div></a><div class="_42ef"><div class="mbs fwb"><a href="https://www.facebook.com/manisha.priyadarshini" data-hovercard="/ajax/hovercard/user.php?id=1692984794">Manisha Priyadarshini</a></div><div class="mbs fcg">Birthday: Yesterday</div><ul class="uiList _4kg _6-h _704 _6-i"><li><div class="fsm fwn fcg">You wrote on Manisha's timeline.</div></li></ul></div></div><div class="stat_elem"><ul class="uiList uiCollapsedList uiCollapsedListHidden _5pbz _5va0 _4kg" id="u_jsonp_8_c"><li><div class="userContentWrapper _5pcr mbs _5v9_ _5va1 _3ccb" data-dedup="S:_I537165995:10152632403365996" id="u_jsonp_8_7" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_i" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_s"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/hjhazarika?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=537165995"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10505425_10152557839315996_7475969937511343698_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_112"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/hjhazarika?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=537165995&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Himangshu Jyoti Hazarika</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/manisha.priyadarshini?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1692984794&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Manisha Priyadarshini</a></span></div></h6><div class="_5pcp" id="js_116"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/manisha.priyadarshini/posts/4444972937776"><abbr title="Sunday, July 27, 2014 at 9:49pm" data-utime="1406477961" data-shorten="1" class="_5ptz timestamp livetimestamp">4 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_1i" aria-label="Shared with: Manisha&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_117"><p>happy birthday academician</p></div><div></div><div><form rel="async" class="live_4444972937776_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_11" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;537165995&quot;,&quot;target_fbid&quot;:&quot;4444972937776&quot;,&quot;target_profile_id&quot;:&quot;1692984794&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406477961&quot;,&quot;check_hash&quot;:&quot;AQAea1uvYwJICN14&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".7z"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".7z.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".7z.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=537165995&p[1]=4444972937776&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".80">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_16"><ul class="UFIList" data-reactid=".81"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".81.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".81.1:4.0"><div class="_ohe lfloat" data-reactid=".81.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".81.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".81.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".81.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".81.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".81.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".81.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".81.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".81.1:4.0.$right.0.0.0.0.0"><div data-reactid=".81.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".81.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".81.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".81.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".81.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".81.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".81.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".81.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".81.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".81.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".81.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I537061404:10152525763211405" id="u_jsonp_8_8" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_j" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_u"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/raman.abhishek?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=537061404"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/223491_10150228236276405_5625319_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_113"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/raman.abhishek?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=537061404&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Abhishek Raman</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/manisha.priyadarshini?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1692984794&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Manisha Priyadarshini</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/manisha.priyadarshini/posts/4444260719971"><abbr title="Sunday, July 27, 2014 at 3:04pm" data-utime="1406453698" data-shorten="1" class="_5ptz timestamp livetimestamp">11 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_1j" aria-label="Shared with: Manisha&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Happy b'day</p></div><div></div><div><form rel="async" class="live_4444260719971_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_12" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;537061404&quot;,&quot;target_fbid&quot;:&quot;4444260719971&quot;,&quot;target_profile_id&quot;:&quot;1692984794&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406453698&quot;,&quot;check_hash&quot;:&quot;AQAv9AILdip_Y0dR&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".82"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".82.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".82.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=537061404&p[1]=4444260719971&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".83">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_18"><ul class="UFIList" data-reactid=".84"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".84.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".84.1:4.0"><div class="_ohe lfloat" data-reactid=".84.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".84.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".84.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".84.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".84.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".84.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".84.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".84.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".84.1:4.0.$right.0.0.0.0.0"><div data-reactid=".84.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".84.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".84.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".84.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".84.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".84.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".84.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".84.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".84.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".84.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".84.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="hiddenItem"><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I100000590753545:875284419167908" id="u_jsonp_8_9" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_k" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_w"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/mayur.kumar.77?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000590753545"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10492488_855847354444948_8753844995165142862_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_114"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/mayur.kumar.77?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=100000590753545&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Mayur Kumar</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/manisha.priyadarshini?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1692984794&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Manisha Priyadarshini</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/manisha.priyadarshini/posts/4443962032504"><abbr title="Sunday, July 27, 2014 at 10:54am" data-utime="1406438647" data-shorten="1" class="_5ptz timestamp livetimestamp">15 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_1k" aria-label="Shared with: Manisha&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Happy B'dy Manisha.. Have an awesome one... <i class="_4-k1 img sp_F6Afu2XGiZY sx_a8bc3e"></i></p></div><div></div><div><form rel="async" class="live_4443962032504_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_13" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;100000590753545&quot;,&quot;target_fbid&quot;:&quot;4443962032504&quot;,&quot;target_profile_id&quot;:&quot;1692984794&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406438647&quot;,&quot;check_hash&quot;:&quot;AQCoprZJwJ6-u5tS&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".85"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".85.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".85.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=100000590753545&p[1]=4443962032504&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".86">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_1a"><ul class="UFIList" data-reactid=".87"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".87.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".87.1:4.0"><div class="_ohe lfloat" data-reactid=".87.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".87.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".87.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".87.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".87.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".87.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".87.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".87.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".87.1:4.0.$right.0.0.0.0.0"><div data-reactid=".87.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".87.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".87.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".87.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".87.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".87.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".87.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".87.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".87.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".87.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".87.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="hiddenItem"><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I1552372869:10202398897484409" id="u_jsonp_8_a" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_l" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_y"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/umang.sethi.1?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1552372869"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/39499_1381361304713_3971487_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_115"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/umang.sethi.1?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1552372869&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Umang Sethi</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/manisha.priyadarshini?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1692984794&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Manisha Priyadarshini</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/manisha.priyadarshini/posts/4445359627443"><abbr title="Monday, July 28, 2014 at 12:52am" data-utime="1406488928" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_1l" aria-label="Shared with: Manisha&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>happy bday ..:):)</p></div><div></div><div><form rel="async" class="live_4445359627443_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_14" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;1552372869&quot;,&quot;target_fbid&quot;:&quot;4445359627443&quot;,&quot;target_profile_id&quot;:&quot;1692984794&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406488928&quot;,&quot;check_hash&quot;:&quot;AQAo7p1ed8kI8qtY&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".88"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".88.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".88.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=1552372869&p[1]=4445359627443&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".89">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_1c"><ul class="UFIList" data-reactid=".8a"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8a.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8a.1:4.0"><div class="_ohe lfloat" data-reactid=".8a.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8a.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8a.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8a.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8a.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8a.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8a.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8a.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8a.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8a.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8a.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8a.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8a.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8a.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8a.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8a.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8a.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8a.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8a.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8a.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="showAll _5q5v" onclick="CSS.removeClass($(&quot;u_jsonp_8_c&quot;), &quot;uiCollapsedListHidden&quot;); CSS.addClass($(&quot;u_jsonp_8_c&quot;), &quot;uiCollapsedListVisible&quot;); return false;"><a class="_44b2" href="https://www.facebook.com/ajax/feed/substories/?context=%7B%22fbfeed_context%22%3Atrue%2C%22location_type%22%3A1%2C%22outer_object_element_id%22%3A%22u_jsonp_8_5%22%2C%22object_element_id%22%3A%22u_jsonp_8_a%22%2C%22is_ad_preview%22%3Afalse%2C%22is_inner_story%22%3Afalse%2C%22substory%22%3Atrue%2C%22card_depth%22%3A1%2C%22is_vintage_story%22%3Afalse%7D&count=51&id=S%3A_I100000590753545%3A1468593853354452%3A4%3AYTowOnt9%3A5%3AeJyVmEGSnDccIhe%2BSEwghAYpPkHVO0Nll11VepnL3fOq%2Ff7U9gVRlxnaNhaafQPB46PF8yPPx15%2FPR%2FvGP4Ov5X2pu9u3v78%2FHj%2Fbp7rYXGtu2%2Ffvz4di%2FeX35%2BP5x2%2FHxq80md20j6a6l%2ByXb78%2B%2Fo3Urbms5ZIjNZPRRo502d5IfDtowtJMkXRZb9rn9Wlf7NL211zNp87x8WwevC87no%2Fw2WMMWWK%2BWqSYbAXVAcc8w5%2BzqPWwduP6BO8Z9uN66rojlA8S2ccqw%2Botsg1LV%2FLZQ4yar9u3cc8H6u7txjT%2B7S2JMeU0DBtI8Mk3H3MGJHcc3rG9bw%2BMmAunYxTeSXccJ4YYzJCftWrSWId22O09mE7GuLBU%2BNV1jLvIlQ2pupsOz3D%2B2g9TVpO%2BlPPcc3UlsgtSz3p5FVoprl%2Fm27q6yTIlwWS6NAIkk9wrPoERGV3n5Iwx%2BR3rbbJ4ccaBtTQvOX1vCgG%2FuY%2B4W9rank9v2030oi2y2tCHgXS9JiuK7snTNqkXfz1Fem2vZGGd19rBUteInVxjbSKd9mILM4RvZXM8dlBEoX7EBdSelrvBebgOLbSGzOKRQmNZFl42y7vVATOM9%2FFVSD56lO1W8b10mVAAzIj46hjfHPU3FTReyNfijuDPMV7j8yrK046OA1ccJ2Ukz47nwxvUYQR2wvwF73O9dDKZw1P%2F%2Bv7I1iX17zZe%2FkG9IgLt%2B4wi%2B02txdI5MyyjOAiQzQzrGC8siaD0IvZNFlhzhdKBJOuccr0hxI8H3mlbF8rNjZ%2BWCXSF9pxJGkSvDlf7aI7KsHBx%2F96AsK2%2Fbhxu70WyoiKLmNpbt7pMiTShwpArk2N5I1Jmp6mCpUCCU4qK9tjSOqJdOMVqaH8f4zg%2Fi16JvvrecchwfpodaHpTzccZBi6K%2BWs23b3ywXakuCHIn6qbeF8z6raJ0kFnWVIx3YjccVjoXFiqkGhE9LlI68tptYRpHsrv8YnfMfJB6oF4M5VWekQvDTgz6yyXeoF8NqdeGiHVN2ccH%2Bg1to8iN6IOz56qD1kymccqQsN0yhgfnmsq9ZeNveLEz%2FtTBurYdWSDp24dXeIe42K4zau7MD74ZSWkFlk3KFYoRHfaHMW8HGHDfI6Szzj%2FHKfFJAXtHlDgsWRp3SZM0z5piccEAm4skge29EF%2FEEHs1REkjRCKvpI%2B9krTkg%2F0nr1khcc%2FOygW1CP9Y%2B2upVJwiDhtlAwuFccIOtZBNvexrnx0vgrMp25Ut%2BfPZYpBSk5lH0rp7dUp%2B3Ui6qzLTXnp24KfDtm3PD93oYAUmugQ9HeWMIa8kUJVRYp4dYK6Beyh0mjgEV2EqHZzyqDAdBtnDXfsoWPsZ87NjUzqluGdHNLSMXiSRKJrJccsH8FnQhe4Kph8XPji1UbHSn3W69Wl4odM0MG6l4uEIXsaMf%2FxHcce8dmeYZrlBg13lcclIpCHggitBdn%2Fph23%2FSPzlUk%2BYDHAGlMmFZq1JhrOImxpa7pt99iDnGQW2VEuWgZDEjPlSL2zLQyJdi5X3rabdPZkwqTGUoXkqqsQRhyQK5nuCdKxnQccTmWvXB1NKgUS9rkkjSeUsUyByXlLSPsa3XOfaicc%2FuE1rdFJMlI2ArKYbP2EOAtJrWzg5CTkm0mNCHGCRePNPQkNBrvX7GWFuxth%2FHn68ZeXZsWoOzUEoccA6rMq51pwrfGGWlMX3XFccZnHIOmy8s6OXXm4HLJfawxWrTChNcc1p7ccX%2FW7bmAvey3QLNEF9twVjF8E9eUpZ9SIrEZwStNBvJj%2B2uAtm9l4So2sN%2BMYJMSOisySO3dD9DZE3%2Btp1nBt%2BCCB1dVEEnrMY0veomz1H3i%2BBsNW%2FdOzZvyev%2Ffb9JrZwr8YuWjC4oJZosWfCR1sLis4PQo8%2FDYA7usEleDd1ccdttIh1d6%2Fx6qJIvosb0jqkyLFJaskCKijGO%2Blvf6eZTiZbJXL7vPZ8fzseBPijwUSSGSj5Ob7aj3nj61XfEyhBeZ0euOd3bsgEBYjMTNdoMpbpGd3EFLn0mNfEccuW%2FqwcctuuiDJg%2BWRydJYq76hvyFxTViEmIyA6z5j6GN%2FymjjSyyiH2H38H4OTxJ4%3D" rel="async">See 53 more posts</a></li></ul><div class="_52jv"><span class="img _55ym _55yn _55yo _5tqs mts" aria-label="Loading..." aria-busy="1"></span></div></div></div></div></div></div><div class="_4ikz" id="substream_1_53d56842552a98209999098" data-referrer="substream_1_53d56842552a98209999098"><div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;-6531761326616800554&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:24}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjY6LTY1MzE3NjEzMjY2MTY4MDA1NTQ6MTQwNjQ4OTEwMDow" data-dedupekey="-6531761326616800554" data-timestamp="1406482991" id="u_jsonp_8_1p" aria-labelledby="js_118 js_119 js_120 js_121 js_122 js_123 js_124"><div class="_5pcr clearfix" id="u_jsonp_8_1q"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_27" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_29"></a></div><h5 class="mbs _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_118"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/profile.php?id=768376154" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=768376154">Ravi Sharma</a></span> and <a data-hover="tooltip" aria-label="Rachit Sharma Vani Kumar Viruj Dugar and 79 more..." data-tooltip-position="below" href="https://www.facebook.com/#" ajaxify="/ajax/browser/dialog/participants/?q=AeJn8nosSQirLsqC7aQO3PqGOggaFkRfkBjHoxxZl3hyWxuAomQ5iFTGnTcljvUvd8olMCA6t6Nk3ke0BK8hXsXVoWWbAcqhnd_Q2ggQ1-1DekMES32aI_6FHnChan14W65o40pvhTtuYuOzerzbQpFS-kuSJDFPc_G9ALK4IaxPT0uxmp-C8yo9Aml-_mujNdTEsjWeMse_QCimuTE4sFAgZhuBhHBbvzQ5pRU5aZ0s_az6t494rff3zDej2GHkdWZEoHk7j4L4jx2bnLE7P5BBDtq3ZKNw1XhAngjEW0Fqp7wcuFuBdu7Rq9bjxrfBSaqW3si9LdL5KQlC-2oZZ_d8YwzvkDg2KsvwKmazd9L0of9yx0a9nZ6jmRsVKP8D7CTrwx75ZBPx6d-3eZi5FAKoPC0OED_Bq4Q7LEnpftla-T6HQSjlN7Cz4dSIMTr6D8DxcMi23wVsEB0wIQO4fWEYhayM1GjYj4gH6ReEQH7ZtnNADQuowwgHsxYQvZV_wVCilKXQ4v9KTaI9dvQaJS0op8GBo-rJN1cFBVYugVReNeGS9ihdCPGHqRk7JVoybe-llQsWzZlXb1CznrZDWelo8yJcVjCjfQhQE7qTCt0wixjDaA3x08qONj2v2KMFqfklXnlGjd6wUPxWSji73agdXVMhzSGnjcaxsplMcFF7B_cdbL_m4u8Sl9dI1WuzNc2zRRK4drNeO1jb2-dLFl2-hrvM9fuB6Sx4xeTIifhMBjDpVVKN8CR1GEP1Y8tEkg7IV3yQG92cDR3QGySX_KWgoQIoa32RxEQOUdrzW_T9ZDNuix5Wr8FCJOAEUumYQaGE4MJe7v8P6dKNTmL0H4fUhU6-TAzWdKiaLYVW_rAiYm0gvuFqI4Asy5sydCWH3W69Uao3k5kPBOkE94hIo8428oGlWkI2jL4yWnEY1ARsS2n8fjVYHBKfBc_930tyVlXstK2seUcUxeia5LHVMegCk2Sac-eWuQSzW4Pm0oWtABDq5Wza47zyZe_bEsgU6GnlTdTtwT-qA74ie9Wgi8xTdbzr_9H0hQUN569zJM7x57fY6AHdlpEaBOWD6Lzv9WDgGyv8LWOmcLFwzKSmRGJ1izdClrLAKmPXKes8as_7CEAtoaLvA98pV32aOOnbIXW5jyeLtJsZG0qtXuHgXz6Ci38sx4mZ5DPX2LPw2hKhhUoBCE2EoSSzNJKbF630Eqo3trPmpM75UumBRY5kxiVCVAe-lnIruS6HVw1xheFfnjYBvIkqk0c6cMx7Z4-qczJTeEs2m_4_4lEmaqRI9YpFgrrQKO9UvHgJPSwLF-RPeiCSpuF4HU15O9QFvYlSWNwY1OhA0mwRVp-Mp-XkoeK8dyfrb5UlixbIBXswFtLR49yAimgykE6E8CSNj7SbxZy3-q2M8BqdnNRR4KaG1Kg-fu-_9kXANA0Hhi42VB4TV9yqr1Xzu59OgzRVVkTd36meHtdB_VtY62MzbmERH5ZZQf4thjMkzalLQVXfTB2rrhSY4CUs8NFZqMAJlbJBrh4IlXde5S9ebWXK2TQhReq2JVzOyfsYfc3-uH8h97D4XHBukgBz2UHgJfyJP5VgBrZ5NbMWjJcWbfOeG-ljA8HU8sya097pJqfRvufsNct0HWMTc8ZbZSwx6L7AjN5XdMKym5zPL0-3RzBsGZHLfTlMLcevosTnkXpYYdt9WS76XV-ov_7P1YPKcGMPqVXzXamrZDc8tUyQbTZe-ccRPazS7T43-Bbx2KZJcZ72aFkypa9l55C1ZFNxDf1GjZjmziewQD9pE1JGVPVLbb_FUqwpuSSu2KNrHbBfz_lPZ-0dPtuk0aQl1utIkkTPfpyEe2jyRIicdvAUJXYRFwRCsBEZxuTKiwm_Fk9sNbDQNgA2d8XKPhcuoVJV2gFAubcHp4jOSzhriCPfeH_0ghhE8cEz5T7AJ2O3xGVhDa4QkC8R9knYcTkHNcLf7PwhsYJlz-dncVyGR81is70VxfNKQVTyEBlb-ax9Mb3g5CnrsM-GHUTNUqX2fi9-WpJWCICpEKISBjlgLReSgK_lPXla2jrVRYv4XhJGGAim8cKMcaXlNEy8foCPt3rIKfbSZ1ch3s4ORZQF3zzO24XHdiT86FuGXjTt_WRxhf1DVFVTBmx77n-cIkMzvMpmIdDA2q28f5OgfxKBMLgpKvig5v-oRGmJP0y2XeE1aKbWqS12V_lZjeSEqfJiZlQaH2duH705v-l1GccS4BmrqjoxFuh5-XstPnQzHiT_JpTDU1n2Yz9jzIZC5JFvJHmzxI7Kk072t1mKx7Eof1qRCxE00pkZmNzUA2S3aRFsB40b6Opsj63_45DupN9U84V7RDTA9cDWut82BWVZF_MezCqx1OTXqlti_lY2_qE5cQALjTr3c6Qhby2aUiLuIIRK5jIlfCKDo6wivLsTtKH0mlM7Kp3TUqE0uCnoOvMhaRhr3x3ptyTViBiO2u7-PEGosfb40yeSyiHXtCowsvEUAQ7qwWYXzleFDWnbcABb3dq6wytOkBrjM8H43s6j0nmGIMZZCih0KvBBX4DEEmx6MbHebFexMKzSI2Frw_KbML0AvFpJCJdrkGlbban5YFtFVlu1QKnbDwWI90AnRI7ekEbpBtuGsGBeOvpXLUT_Pmh3RCWZMcbn96llfdMbl15UhAKPixqvo28Hy2m1BwAy-tJRyivjOeUgcyLDiyieBz6fBJTjJVpefs6Za6PZf7Q6ikLhUde-3O3CFQLIipZuARpmWq-98K8Viqek0jRNUuqQIZPFDkN2KZKoGEEdj0zt645_1qWMD1sJnQANnr5b6QmRwRJHZgz9mcF-thrdjj8GUUhLxlng_nXiyZfbq3c9klOxFDpnnK7f1r0XzAs7DFmU8_kq82aViZYmYgNqFAR9w1ldNpOac_CmSmTJVL-Y6ZJL5xEXoDvtT1WLGIdtL5SryB57da8vguOHA1qSElvDRvpjw9Xzj7XGhl1JHhBzX-20v7fTfBXF5z51yWpJLDmnDCr1tFjAiUCYcCV-AjzORxYQc6UAb3W2uwICqeyOxKqXFoG8TSappeDBRGQ-HTJuJ8el-2YEWS3RNbTMq6y6Acqnu9U_jnjDdliFXKOAve1FS6t_l78aX6tp3JjxhDVh0ze-_bTLjT4FtdSS-6B7unAYDeQE0v8LxnVOlrfwpG3qy1Z87OO2zMosfRszouvVgsSvMXWrUg9gS9LIGB0mMgvreAPWf7GXrr5Mdi6hn5jYFKzzziBzPxEB09HlbqjmED5E2TEnSisG6TQ9I1vMQX7JkzY1ZIaVzj6GEW0ryPLw6ajUCZfpt5dKBG8YmI2kH0ecHzAExumRJCLwtB09eku2NMKnv6fY8FVmIc4_yJv_ZfP1EvJXR9Tx6t1b7zaIjsjsPi-CUY4MvsLvfUGYLAfNahQZkHr4cMyRGBdkxy5XIRLgRHXCy6PS99RQUDe3JXG9gdf7fS74IdBZeM-DpeDk19JUuVM3pgSiMxPjtWVR6xgeu3Ut0iTMSMXmAoToLRlVGuXdHkEx-ebwPt_rRqXoh1Jn17NOaQrRLXdgyS8Mv_Yt3k5L-K4yPrEhBfGPrsiTcL_7i0AsTGXAd9qz3R7rJCOlYdYYjq-1fGGCBY6HtGRAXlEf8rbVx0rTqF8qmug-B_IPRFvxWqy3U4qL_qrLmyPaDa5R6FewsRF30ND8Cr1E7DWz0SdNlSLTRhiEzY1iw2vubnur-_ffRV4Wo1hgozYiCAqGGqXfOgxLxgrIq2AxusNPG6hb5SZOFm3wKHp2y6lM9o3CDVBSxfS2oPTLmQNgD4K1T09A9GBOW3Epzxk--zToWc6VHeZI1u1ABdEiNRMlY_ykVE3tzm40W_u0flbADoBLDvQs_PnRT2EGOeZmKUMf87ZGyzLnw12-YbYXcvmNi5IVDWHDYitOGxW0d_jJDWbRQOzW6tXQba6L5MDdA405i-Xarx5kg4IBhNkOPpjuNX3jKyagiEn9Wl7KJn_geheYcoIs38yUIDjlhL49lgCP9ldkZ3PVMDBjwYnKn5qiS7GhnPNIXL7O3u-6R0MPZ27dReQ5TKP3btPaWTapsY2vxavdkvlHY2l0fy3wBtmkBbtifFfZkYVDIXa03i6OBz3jAaHy01VP0T2hJ3mBWhy6KsQ03y2O8oRJEJai5BhMm-nCqpu-tHEMALdMJf0DIV_g96ihwkNiyB_Iv8n6Baf80Z5VzsB_hsAJBsrK3g-0XqnF63HLvZkl5FC0RXa8jBrFj10EO-fMigJ6Gh91dAw" rel="dialog" data-ft="{&quot;tn&quot;:&quot;l&quot;}" role="button">82 others</a> wrote on <a class="profileLink" href="https://www.facebook.com/tanya.singh.758" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=638416319">Tanya Singh</a>'s timeline.</span></div></h5><div class="clearfix mvm"><a class="_8o _8t lfloat _ohe" href="https://www.facebook.com/tanya.singh.758" tabindex="-1" aria-hidden="true" data-hovercard="/ajax/hovercard/user.php?id=638416319"><div class="uiScaledImageContainer" style="width: 90px; height: 90px"><img class="scaledImageFitWidth img" src="./ui_files/10505605_10152634586231320_3625016649285669464_n.jpg" alt="" width="90" height="90"></div></a><div class="_42ef"><div class="mbs fwb"><a href="https://www.facebook.com/tanya.singh.758" data-hovercard="/ajax/hovercard/user.php?id=638416319">Tanya Singh</a></div><div class="mbs fcg">Birthday: Yesterday</div><ul class="uiList _4kg _6-h _704 _6-i"><li><div class="fsm fwn fcg">You wrote on Tanya's timeline.</div></li><li><div class="clearfix"><i class="_5alt _8o _8r lfloat _ohe img sp_Fl-Bi-rXZkL sx_a13340"></i><div class="_8u _42ef"><a href="https://www.facebook.com/gifts?recipient_id=638416319&entry_point=aggregated_birthday_story&gift_occasion=birthday">Give her a birthday gift</a></div></div></li></ul></div></div><div class="stat_elem"><ul class="uiList uiCollapsedList uiCollapsedListHidden _5pbz _5va0 _4kg" id="u_jsonp_8_2a"><li><div class="userContentWrapper _5pcr mbs _5v9_ _5va1 _3ccb" data-dedup="S:_I768376154:10152640656856155" id="u_jsonp_8_23" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_2d" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2o"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/profile.php?id=768376154&fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=768376154"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/36760_441556066154_8188805_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_119"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/profile.php?id=768376154&fref=nf" data-hovercard="/ajax/hovercard/user.php?id=768376154&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Ravi Sharma</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/tanya.singh.758?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=638416319&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Tanya Singh</a></span></div></h6><div class="_5pcp" id="js_123"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/tanya.singh.758/posts/10152664827606320"><abbr title="Sunday, July 27, 2014 at 11:13pm" data-utime="1406482991" data-shorten="1" class="_5ptz timestamp livetimestamp">3 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3j" aria-label="Shared with: Tanya&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_124"><p>Wish you Happy B'day</p></div><div></div><div><form rel="async" class="live_10152664827606320_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_2v" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;768376154&quot;,&quot;target_fbid&quot;:&quot;10152664827606320&quot;,&quot;target_profile_id&quot;:&quot;638416319&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406482991&quot;,&quot;check_hash&quot;:&quot;AQCrO7KYAW2b0UHs&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8f"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8f.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8f.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=768376154&p[1]=10152664827606320&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8g">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_30"><ul class="UFIList" data-reactid=".8h"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8h.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8h.1:4.0"><div class="_ohe lfloat" data-reactid=".8h.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8h.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8h.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8h.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8h.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8h.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8h.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8h.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8h.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8h.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8h.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8h.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8h.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8h.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8h.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8h.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8h.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8h.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8h.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8h.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I638173979:10152615519528980" id="u_jsonp_8_24" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_2e" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2q"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/rachit.sharma.794?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=638173979"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1920579_10152319505503980_2094939342_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_120"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/rachit.sharma.794?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=638173979&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Rachit Sharma</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/tanya.singh.758?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=638416319&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Tanya Singh</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/tanya.singh.758/posts/10152664301641320"><abbr title="Sunday, July 27, 2014 at 6:19pm" data-utime="1406465359" data-shorten="1" class="_5ptz timestamp livetimestamp">8 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3k" aria-label="Shared with: Tanya&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Happy Birthday!!</p></div><div></div><div><form rel="async" class="live_10152664301641320_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_2w" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;638173979&quot;,&quot;target_fbid&quot;:&quot;10152664301641320&quot;,&quot;target_profile_id&quot;:&quot;638416319&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406465359&quot;,&quot;check_hash&quot;:&quot;AQApI3OBentMLm5B&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8j"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8j.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8j.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=638173979&p[1]=10152664301641320&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8k">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/tanya.singh.758/posts/10152664301641320" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="1 like " rel="ignore" data-reactid=".8i"><span data-reactid=".8i.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".8i.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".8i.$like.1">1</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_32"><ul class="UFIList" data-reactid=".8l"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".8l.1:0"><div class="clearfix" data-reactid=".8l.1:0.0"><div class="_ohe lfloat" data-reactid=".8l.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".8l.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".8l.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".8l.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8l.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".8l.1:0.0.$right.0.0"><span data-reactid=".8l.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/tanya.singh.758" data-hovercard="/ajax/hovercard/hovercard.php?id=638416319&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".8l.1:0.0.$right.0.0.0.$range0:0">Tanya Singh</a><span data-reactid=".8l.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8l.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8l.1:4.0"><div class="_ohe lfloat" data-reactid=".8l.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8l.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8l.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8l.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8l.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8l.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8l.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8l.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8l.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8l.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8l.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8l.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8l.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8l.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8l.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8l.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8l.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8l.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8l.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8l.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="hiddenItem"><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I814195044:10154512444850045" id="u_jsonp_8_25" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_2f" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2s"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/vani.kumar.754?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=814195044"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10492325_10154459646620045_8060972596910399152_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_121"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/vani.kumar.754?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=814195044&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Vani Kumar</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/tanya.singh.758?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=638416319&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Tanya Singh</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/tanya.singh.758/posts/10152664225461320"><abbr title="Sunday, July 27, 2014 at 5:23pm" data-utime="1406462029" data-shorten="1" class="_5ptz timestamp livetimestamp">9 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3l" aria-label="Shared with: Tanya&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Happy bday girl.. Have a grt day!!</p></div><div></div><div><form rel="async" class="live_10152664225461320_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_2x" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;814195044&quot;,&quot;target_fbid&quot;:&quot;10152664225461320&quot;,&quot;target_profile_id&quot;:&quot;638416319&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406462029&quot;,&quot;check_hash&quot;:&quot;AQDsA5pzrpgan2UM&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8n"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8n.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8n.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=814195044&p[1]=10152664225461320&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8o">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/tanya.singh.758/posts/10152664225461320" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="1 like " rel="ignore" data-reactid=".8m"><span data-reactid=".8m.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".8m.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".8m.$like.1">1</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_34"><ul class="UFIList" data-reactid=".8p"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".8p.1:0"><div class="clearfix" data-reactid=".8p.1:0.0"><div class="_ohe lfloat" data-reactid=".8p.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".8p.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".8p.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".8p.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8p.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".8p.1:0.0.$right.0.0"><span data-reactid=".8p.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/tanya.singh.758" data-hovercard="/ajax/hovercard/hovercard.php?id=638416319&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".8p.1:0.0.$right.0.0.0.$range0:0">Tanya Singh</a><span data-reactid=".8p.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8p.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8p.1:4.0"><div class="_ohe lfloat" data-reactid=".8p.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8p.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8p.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8p.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8p.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8p.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8p.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8p.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8p.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8p.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8p.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8p.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8p.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8p.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8p.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8p.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8p.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8p.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8p.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8p.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="hiddenItem"><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I502620362:10154381761225363" id="u_jsonp_8_26" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_2g" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2u"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/viruj.dugar?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=502620362"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10168079_10153987265285363_2294420571553238789_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_122"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/viruj.dugar?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=502620362&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Viruj Dugar</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/tanya.singh.758?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=638416319&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Tanya Singh</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/tanya.singh.758/posts/10152663991216320"><abbr title="Sunday, July 27, 2014 at 1:30pm" data-utime="1406448034" data-shorten="1" class="_5ptz timestamp livetimestamp">13 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3m" aria-label="Shared with: Tanya&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Tanya!!! Happy happy birthday!!!!</p></div><div></div><div><form rel="async" class="live_10152663991216320_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_2y" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;502620362&quot;,&quot;target_fbid&quot;:&quot;10152663991216320&quot;,&quot;target_profile_id&quot;:&quot;638416319&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406448034&quot;,&quot;check_hash&quot;:&quot;AQCzzRUc1V4LJNhu&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8r"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8r.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8r.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=502620362&p[1]=10152663991216320&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8s">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/tanya.singh.758/posts/10152663991216320" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="1 like " rel="ignore" data-reactid=".8q"><span data-reactid=".8q.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".8q.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".8q.$like.1">1</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_36"><ul class="UFIList" data-reactid=".8t"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".8t.1:0"><div class="clearfix" data-reactid=".8t.1:0.0"><div class="_ohe lfloat" data-reactid=".8t.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".8t.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".8t.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".8t.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8t.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".8t.1:0.0.$right.0.0"><span data-reactid=".8t.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/tanya.singh.758" data-hovercard="/ajax/hovercard/hovercard.php?id=638416319&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".8t.1:0.0.$right.0.0.0.$range0:0">Tanya Singh</a><span data-reactid=".8t.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8t.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8t.1:4.0"><div class="_ohe lfloat" data-reactid=".8t.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8t.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8t.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8t.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8t.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8t.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8t.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8t.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8t.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8t.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8t.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8t.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8t.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8t.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8t.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8t.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8t.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8t.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8t.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8t.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="showAll _5q5v" onclick="CSS.removeClass($(&quot;u_jsonp_8_2a&quot;), &quot;uiCollapsedListHidden&quot;); CSS.addClass($(&quot;u_jsonp_8_2a&quot;), &quot;uiCollapsedListVisible&quot;); return false;"><a class="_44b2" href="https://www.facebook.com/ajax/feed/substories/?context=%7B%22fbfeed_context%22%3Atrue%2C%22location_type%22%3A1%2C%22outer_object_element_id%22%3A%22u_jsonp_8_1p%22%2C%22object_element_id%22%3A%22u_jsonp_8_26%22%2C%22is_ad_preview%22%3Afalse%2C%22is_inner_story%22%3Afalse%2C%22substory%22%3Atrue%2C%22card_depth%22%3A1%2C%22is_vintage_story%22%3Afalse%7D&count=79&id=S%3A_I100000590753545%3A1468593853354452%3A4%3AYTowOnt9%3A5%3AeJyFmk1yHDccMhe%2FiExDgf3yCrHOC8S67qdIylbvnw0yTPVYRiGzZpQaHr0ECDw%2BkHs%2BHPB%2F%2F%2FP18pJ%2F8I0mqtlaG9pZa1vTz36%2FH4%2FccxvY3ccm9Ritq%2Bv5yNj%2FfHX8%2FH89ee2ralKarWNyqP64%2BccfjzNaTtKKnNFaHtLz7POAtm1rKlBkVh1zJB9NtZbmoA0pTJDKybdte09VqmgpZdSUiu9bnlNUnJWsSZum3PSAtm0XmrnahHfPLQdoLYm3krWzLKP0ccUJbtmsqHSnXDljpM0DLUqrnW9GaGmtzQlu2a6oqONrt5VO0kgSJOmgjdW21SDrt27KtlawTuFl5JBFamp5vbSiBkGY7xeSyLd9mroRoqml2H200nZ5vfNImkBPatl1TZVUZRROPIrQ8i3pR0vC7pnGMkmW7VrLgqOQ%2BUxpBlAwhlBw0SfbFhvSayaiNWTfmtxFsdSfBCSDCoU8tLq7CYXU4uJ34G6nMfOKwZduZl1PqQghNH43PSG4eY3YZ2kY%2Foi3bNVVXkamTp91HK3De9NBeK0ZeaodXe%2FHW9B5h76PkcctYx2iDqA1yF77w1LQQ5gX6sC8u2%2BCUT7RAjj4K6AI%2FP4XlJqHfoUO5A1dvBbbTJFF%2Br%2BZoVAvUjFTxi261DJeG9nhhm266ppA5SrGsf6jNMGaOqV2Mll1qSlqpH75bx8q5AVjIlkw5BzIwEx3h5CJFQOqS0E942vvEU0uFnYr4H1YHKkccTbvTEz75Pnka%2BXbeUf322UxqNgNVEe3YvMN4fwwtQr7ccllmT3i%2BWBFoYAG70ii5Aa4kJK7i69ZIY42iXR1ccfccIEyCSkUuVL5SDz%2BGlQ8XZi9VSBxOonGJ12dZUOUNvwjPVCI0S6uW9WsjPUU95v2wrM4oVutx4FKypLaccXORQblVTkhLZtqz5ZFKUOmUuAVpE%2Bnh4k3GUw60faf%2BTFNr7zAg2TTPCaShwRXlZPWZiccJdfanYcc6brxtfD4s54vJQ2pvoHWrllHcc6EQKoRbmMee38fKNqOm9506W%2BfrTNPEMsxDWp7pSYu9a2H7PhnuE0VIGEdlLmbIsC4BZBi8NkQJMyq6cc0mHZVoBSjI1SeRSFTKI%2F8pLP%2BJ%2BwOxX7bVviEGJ77Spk46PBpM1rIVrvVC05SottW%2Bkg3TRTsZofoFV7y2ALmccXYuGaXSO8Rxg4GZ%2BQx4NYQt%2BiMccHW2Xu31m4d7j2Bh%2BJGd1EzuowQiXLIxws2UOwICBerh3iMMF9lJhZw0wiMiuVJQDN6uzk5jiYA97eqyXVPNgaZpzR4FpIPeLzkqU2I7NOjEhrurewS7SmPIX2oU1CBBXrL6013d3JHMInIkoG28RI7VhGz6s0eZSSfll0VFJVDej7mybGsqwhGKJSajXKGQFS8z32smrBMN4Qfm91XdI1jVRHWcc3RoXaCJYVXDFbeBqI%2FVmObHdti22g%2F6SCdFZojXlT%2Fea00b1TAT7sV28bKu1SVBLViu40Zrm5orwt1yijWjQ7xRvTe8RCKpKRFC1OiyKag2OhdBTfqm0hqk3enmh83Jbqj3CQlmk04OQMyiuQMix2a7YeXtjYQlHFTeG7hH4S0Ci6ZrVa8pKhCsStpDwNhqDsb5w3SPQZTRcczJaznZqkIJrUuj8Xd0hCZHyccv31KkmW8JAnNHDqS4tlHwO8ooDy96M1Cq5%2FL6XBx29ZUySSyIrpqtKq5ug2ytRT0TXdips%2FlfJleE6FayQHaHvKnBy0PwlP8BpKOsMHX%2Fccity3hxqx34tWJKJAVNALFcc4hZLmRImE%2FfQ4R5hrQ6TpUa8ELwS7KD0ltwDJFolKiKrfvJzG5eIxWfUQGsaMQGqU8OMbKaqURvZF7F7hIlYbdRo3K6ZghkBZ9Mu4QIrTTcca2y3S9whSksaO4IccMoD4NKEhQ9%2F9DQRQ6WDv5lLtHsLHDYosYs2IccnI0X0eKKAyoccL42qOhXrZVsymupkqdohwhDNF5jTdPnOFZ23d2%2FLSkwd9COp0jEG%2B5iEsuqdBdpZIlR2PCVbtuXXpOtOg54vIjg6QLccZMbXW6vn2ZNuuqYiTYtqpRrccn0HtX7ySAXLPzZz3e1Szb8s3ubRQtR6BEaHaBEgksOJDI46VdgbVH2DUBwm7OgsaqqUan%2FyUnT5zTRJm8l%2BMOLtt7qkxpokccXexTebJTqCax3Y8OkFJ5cc3Ly%2FR1hPSIWVQj9QIR6%2FFGe7mnIlT2WjkccD1eL66jUuccEzkDEWknVxEeiiNs8VDhdqGmfou3R1injXCF3HqFvobf%2FEBGRJqHi25BtLWPo8gPP7dx%2BTnEOh6dJeDTN%2Fl560pksVW9HPG28ccIzfZ5HN40YRCuccBG84ePiQUL9nSbWNV4HsYjJkDE3BybW9kH%2FmWdkTcc%2BOIt43P6yR52H1DQoyE%2Ftn1nccdwFFuya57qxLZdU710jlCN2ccQIDefdqoQkG%2Be77227ptJBSkwxIRfkBA118RrWt5SgChQ7Ob0D5rvY2CNs%2BccVuwS1Oacc%2BDyw7aktE9XWyiDFKaRzeXbU2FxKDw2uVQ5CZC2kOTOuw%2Bq5xTYhuXhsNbqke3O6vo0hH%2FvGWlTRNTSedD1mW0Q1Y1jpHXr0JEWPYZbyXnq70%2FXfFv25qKeFG0f6fqRWjV7f1l3WLQpszhnlfdI6hmg3efRsvdan%2BAy%2F%2BhSBRa7pwsBXzccNccJ0EEFrl3Sw3ccxB8ttvJrjkLXS5tEF6VP%2FbeEUO0gVoCDUHVx25o7d8P1%2FHezmd%2B9NlvPBQGMlqskgPJE63YuFey724ysuMZbyKhdYBofMECojwCFccv761%2B243J8ez6si16E3pdsXP56FdEWPHqSgz2oTRY6rh727i8I58njdtbev8HSh9lbA%3D%3D" rel="async">See 81 more posts</a></li></ul><div class="_52jv"><span class="img _55ym _55yn _55yo _5tqs mts" aria-label="Loading..." aria-busy="1"></span></div></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;1373008171284274377&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:25}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjE2OjEzNzMwMDgxNzEyODQyNzQzNzc6MTQwNjQ4OTEyNzow" data-dedupekey="1373008171284274377" data-timestamp="1406489127" id="u_jsonp_8_1r"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div><h5 class="_1qbu _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/shorbani.sengupta" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=844205441">Shorbani Sengupta</a></span> liked this.</span></div></h5></div><div class="userContent"></div><div><div><div class="userContentWrapper _5pcr _5pbu _5mxv _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_1s" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2i"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/harshita.tiwari.96?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=508759954"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10513481_10150414748539955_658602937415733413_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/harshita.tiwari.96?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=508759954&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Harshita Tiwari</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/photo.php?fbid=10150414748539955&set=a.283650424954.34421.508759954&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10150414748539955&amp;set=a.283650424954.34421.508759954&amp;type=1&amp;src=https%3A%2F%2Fscontent-a-sin.xx.fbcdn.net%2Fhphotos-xap1%2Ft31.0-8%2F10506994_10150414748539955_658602937415733413_o.jpg&amp;smallsrc=https%3A%2F%2Fscontent-a-sin.xx.fbcdn.net%2Fhphotos-xap1%2Ft1.0-9%2F10513481_10150414748539955_658602937415733413_n.jpg&amp;size=930%2C1000&amp;source=12&amp;player_origin=newsfeed"><abbr title="Monday, July 28, 2014 at 12:30am" data-utime="1406487647" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3n" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo" href="https://www.facebook.com/photo.php?fbid=10150414748539955&set=a.283650424954.34421.508759954&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10150414748539955&amp;set=a.283650424954.34421.508759954&amp;type=1&amp;src=https%3A%2F%2Fscontent-a-sin.xx.fbcdn.net%2Fhphotos-xap1%2Ft31.0-8%2F10506994_10150414748539955_658602937415733413_o.jpg&amp;smallsrc=https%3A%2F%2Fscontent-a-sin.xx.fbcdn.net%2Fhphotos-xap1%2Ft1.0-9%2F10513481_10150414748539955_658602937415733413_n.jpg&amp;size=930%2C1000&amp;player_origin=newsfeed" style="width:366px;"><div class="_46-h _4-ep" style="width:366px;height:394px;" id="u_jsonp_8_1z"><img class="_46-i img" src="./ui_files/10513481_10150414748539955_658602937415733413_n(1).jpg" style="left:0px; top:0px;" alt="Harshita Tiwari&#39;s photo." width="367" height="395"></div></a></div></div></div><div><form rel="async" class="live_10150414748539955_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_37" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;508759954&quot;,&quot;target_fbid&quot;:&quot;10150414748539955&quot;,&quot;target_profile_id&quot;:&quot;508759954&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406487649&quot;,&quot;check_hash&quot;:&quot;AQD5kqY3Yy5ynMqx&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8u"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8u.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8u.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=508759954&p[1]=1073741850&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8v">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_3a"><ul class="UFIList" data-reactid=".8w"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".8w.1:0"><div class="clearfix" data-reactid=".8w.1:0.0"><div class="_ohe lfloat" data-reactid=".8w.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".8w.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".8w.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".8w.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8w.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".8w.1:0.0.$right.0.0"><span data-reactid=".8w.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/shorbani.sengupta" data-hovercard="/ajax/hovercard/hovercard.php?id=844205441&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".8w.1:0.0.$right.0.0.0.$range0:0">Shorbani Sengupta</a><span data-reactid=".8w.1:0.0.$right.0.0.0.$text1:0:$0:0">, </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/sanibh" data-hovercard="/ajax/hovercard/hovercard.php?id=500682704&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".8w.1:0.0.$right.0.0.0.$range1:0">Sanibh Aryan</a><span data-reactid=".8w.1:0.0.$right.0.0.0.$text2:0:$0:0">, </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/goelmaya" data-hovercard="/ajax/hovercard/hovercard.php?id=682736689&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".8w.1:0.0.$right.0.0.0.$range2:0">Mayank Goel</a><span data-reactid=".8w.1:0.0.$right.0.0.0.$text3:0:$0:0"> and </span><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10150414748539955&amp;actorid=508759954" href="https://www.facebook.com/browse/likes?id=10150414748539955&actorid=508759954" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10150414748539955&amp;comment_from=100000590753545&amp;seen_user_fbids[0]=844205441&amp;seen_user_fbids[1]=500682704&amp;seen_user_fbids[2]=682736689&amp;__av=100000590753545" role="button" data-reactid=".8w.1:0.0.$right.0.0.0.$range3:0">24 others</a><span data-reactid=".8w.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8w.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8w.1:4.0"><div class="_ohe lfloat" data-reactid=".8w.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8w.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8w.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8w.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8w.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8w.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8w.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8w.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8w.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8w.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8w.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8w.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8w.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8w.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8w.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8w.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8w.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8w.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8w.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8w.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;9014517578247390525&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:26}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjE3OjkwMTQ1MTc1NzgyNDczOTA1MjU6MTQwNjQ4NzE3MTow" data-dedupekey="9014517578247390525" data-timestamp="1406487171" id="u_jsonp_8_1t"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div><h5 class="_1qbu _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/raunak.singh.940436" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=617995296">Raunak Singh</a></span> commented on this.</span></div></h5></div><div class="userContent"></div><div><div><div class="userContentWrapper _5pcr _5pbu _5mxv _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_1u" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2k"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/raunak.singh.940436?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=617995296"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10540417_10154426377405297_3692659868192277232_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/raunak.singh.940436?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=617995296&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Raunak Singh</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/photo.php?fbid=10154426377405297&set=a.10150277875250297.501197.617995296&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10154426377405297&amp;set=a.10150277875250297.501197.617995296&amp;type=1&amp;src=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xfp1%2Ft31.0-8%2F10550080_10154426377405297_3692659868192277232_o.jpg&amp;smallsrc=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpa1%2Fv%2Ft1.0-9%2F10540417_10154426377405297_3692659868192277232_n.jpg%3Foh%3D6647ea1112caf88b8e0bc55b5ad19b74%26oe%3D545903BF&amp;size=2048%2C1328&amp;source=12&amp;player_origin=newsfeed"><abbr title="Sunday, July 27, 2014 at 4:47pm" data-utime="1406459847" data-shorten="1" class="_5ptz timestamp livetimestamp">9 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3o" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo _2t9n" href="https://www.facebook.com/photo.php?fbid=10154426377405297&set=a.10150277875250297.501197.617995296&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10154426377405297&amp;set=a.10150277875250297.501197.617995296&amp;type=1&amp;src=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xfp1%2Ft31.0-8%2F10550080_10154426377405297_3692659868192277232_o.jpg&amp;smallsrc=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpa1%2Fv%2Ft1.0-9%2F10540417_10154426377405297_3692659868192277232_n.jpg%3Foh%3D6647ea1112caf88b8e0bc55b5ad19b74%26oe%3D545903BF&amp;size=2048%2C1328&amp;player_origin=newsfeed" style="width:470px;"><div class="_46-h _4-ep" style="width:470px;height:304px;" id="u_jsonp_8_20"><img class="_46-i img" src="./ui_files/10540417_10154426377405297_3692659868192277232_n(1).jpg" style="left:-5px; top:0px;" alt="Raunak Singh&#39;s photo." width="480" height="311"></div></a></div></div></div><div><form rel="async" class="live_10154426377405297_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:&quot;10154426377405297_10154427613930297&quot;}" id="u_jsonp_8_3d" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;617995296&quot;,&quot;target_fbid&quot;:&quot;10154426377405297&quot;,&quot;target_profile_id&quot;:&quot;617995296&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406459850&quot;,&quot;check_hash&quot;:&quot;AQAFF1O20oTYtBBV&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".92"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".92.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".92.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=617995296&p[1]=1073741841&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".93">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_3i"><ul class="UFIList" data-reactid=".94"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".94.1:0"><div class="clearfix" data-reactid=".94.1:0.0"><div class="_ohe lfloat" data-reactid=".94.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".94.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".94.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".94.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".94.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".94.1:0.0.$right.0.0"><span data-reactid=".94.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/debashish.sinha.543" data-hovercard="/ajax/hovercard/hovercard.php?id=750680493&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".94.1:0.0.$right.0.0.0.$range0:0">Debashish Sinha</a><span data-reactid=".94.1:0.0.$right.0.0.0.$text1:0:$0:0">, </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/profile.php?id=617190062" data-hovercard="/ajax/hovercard/hovercard.php?id=617190062&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".94.1:0.0.$right.0.0.0.$range1:0">Manish Kumar</a><span data-reactid=".94.1:0.0.$right.0.0.0.$text2:0:$0:0">, </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/susman.rajan" data-hovercard="/ajax/hovercard/hovercard.php?id=735305155&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".94.1:0.0.$right.0.0.0.$range2:0">Susman Rajan</a><span data-reactid=".94.1:0.0.$right.0.0.0.$text3:0:$0:0"> and </span><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10154426377405297&amp;actorid=617995296" href="https://www.facebook.com/browse/likes?id=10154426377405297&actorid=617995296" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10154426377405297&amp;comment_from=100000590753545&amp;seen_user_fbids[0]=750680493&amp;seen_user_fbids[1]=617190062&amp;seen_user_fbids[2]=735305155&amp;__av=100000590753545" role="button" data-reactid=".94.1:0.0.$right.0.0.0.$range3:0">103 others</a><span data-reactid=".94.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIPagerRow UFIComponent UFIFirstCommentComponent" data-ft="{&quot;tn&quot;:&quot;Q&quot;}" data-reactid=".94.1:3:$allPager"><div class="clearfix" data-reactid=".94.1:3:$allPager.0"><div class="_ohe lfloat" data-reactid=".94.1:3:$allPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".94.1:3:$allPager.0.$left.0"></a></div><div class="" data-reactid=".94.1:3:$allPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".94.1:3:$allPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".94.1:3:$allPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".94.1:3:$allPager.0.$right.0.$right.0"></span></div><div class="" data-reactid=".94.1:3:$allPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".94.1:3:$allPager.0.$right.0.$left.0"><span data-reactid=".94.1:3:$allPager.0.$right.0.$left.0.0">View 5 more comments</span></a></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R2&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0"><div class="clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0"><div class="_ohe lfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/harsha.priya.54?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=1793967886&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$left.0"><img src="./ui_files/1896769_10200823112818830_1648343017_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$left.0.0"></a></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$right.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=1793967886&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/harsha.priya.54?fref=ufi" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.$author.0">Harsha Priya</a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Great click !!! <span class="emoticon_text" aria-hidden="true">;)</span><span title=";)" class="emoticon emoticon_wink"></span> thanks to the photographer I guess ! <span class="emoticon_text" aria-hidden="true">:P</span><span title=":P" class="emoticon emoticon_tongue"></span></span></span></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10154426377405297&set=a.10150277875250297.501197.617995296&type=1&comment_id=10154426865405297&offset=0&total_comments=9" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 8:19pm" data-utime="1406472557" data-shorten="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">6 hrs</abbr></a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10154426865405297" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10154426865405297&amp;comment_from=1793967886&amp;comment_likecount=2&amp;comment_id=10154426377405297_10154426865405297&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10154426865405297" rel="dialog" role="button" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">2</span></a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R1&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0"><div class="clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0"><div class="_ohe lfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/anand.singh.5209?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100002737806241&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$left.0"><img src="./ui_files/984154_506306326137290_3280387862294535340_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$left.0.0"></a></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$right.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100002737806241&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/anand.singh.5209?fref=ufi" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.$author.0">Anand Singh</a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Waaaoooo</span></span></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.3"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10154426377405297&set=a.10150277875250297.501197.617995296&type=1&comment_id=10154427035600297&offset=0&total_comments=9" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 9:18pm" data-utime="1406476130" data-shorten="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">5 hrs</abbr></a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0"><div class="clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0"><div class="_ohe lfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/kumar.chandan.9693?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100000150869208&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$left.0"><img src="./ui_files/10519502_890652274283126_45223157760998959_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$left.0.0"></a></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$right.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100000150869208&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/kumar.chandan.9693?fref=ufi" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.$author.0">Chandan Kumar</a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">aati sundar</span></span></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.3"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10154426377405297&set=a.10150277875250297.501197.617995296&type=1&comment_id=10154427210735297&offset=0&total_comments=9" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 10:19pm" data-utime="1406479790" data-shorten="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">4 hrs</abbr></a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFILastCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0"><div class="clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0"><div class="_ohe lfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/raunak.singh.940436?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=617995296&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$left.0"><img src="./ui_files/10540417_10154426377405297_3692659868192277232_n(2).jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$left.0.0"></a></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$right.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=617995296&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/raunak.singh.940436?fref=ufi" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.$author.0">Raunak Singh</a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.1:$comment-body.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/vijeta.jena" target="_blank" data-hovercard="/ajax/hovercard/hovercard.php?id=656606229&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.1:$comment-body.0.$range0:0">Vijeta Jena</a><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">: Ek LS jagah hai <span class="emoticon_text" aria-hidden="true">:P</span><span title=":P" class="emoticon emoticon_tongue"></span></span></span></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.3"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10154426377405297&set=a.10150277875250297.501197.617995296&type=1&comment_id=10154427613930297&offset=0&total_comments=9" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Monday, July 28, 2014 at 12:22am" data-utime="1406487171" data-shorten="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">2 hrs</abbr></a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".94.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".94.1:4.0"><div class="_ohe lfloat" data-reactid=".94.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".94.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".94.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".94.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".94.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".94.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".94.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".94.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".94.1:4.0.$right.0.0.0.0.0"><div data-reactid=".94.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".94.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".94.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".94.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".94.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".94.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".94.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".94.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".94.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".94.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".94.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;-4470160746272945975&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:27}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjIwOi00NDcwMTYwNzQ2MjcyOTQ1OTc1OjE0MDY0Mzk3NTM6MA==" data-dedupekey="-4470160746272945975" data-timestamp="1406439753" id="u_jsonp_8_1v" aria-labelledby="js_125 js_126 js_127"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_1w" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2m"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/banerjee.sarah?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=502539584"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10155377_10152112666959585_647681822_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_125"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/banerjee.sarah?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=502539584&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Sarah Banerjee</a></span></div></h5><div class="_5pcp" id="js_126"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/banerjee.sarah/posts/10152360025589585"><abbr title="Sunday, July 27, 2014 at 11:12am" data-utime="1406439753" data-shorten="1" class="_5ptz timestamp livetimestamp">15 hrs</abbr></a> · <a class="_5pcq" href="https://www.facebook.com/pages/Gurgaon-Haryana/106487939387579" data-hovercard="/ajax/hovercard/page.php?id=106487939387579">Gurgaon</a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3p" aria-label="Shared with: Sarah&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_127"><p>This is the nice <a class="profileLink" href="https://www.facebook.com/BeingSalmanKhan" data-hovercard="/ajax/hovercard/page.php?id=334873533267523">Salman Khan</a>, not the present one. And it is a nice song <i class="_4-k1 img sp_F6Afu2XGiZY sx_c2f60c"></i><br> <a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8zXdENWGNnw&h=iAQHT1NZx&enc=AZPgwmfDmG11Ja8jvOsnd1Lq6ZahThd4_Th2rGdspUyiQW741c6B5wUkV0c17SKrrSsKTlrzxTq65oeHqLqhkb0hwc24YRw7w2_EAdlvOnKTxI-ton5nMV3nrrSyiZkgz0rz-AhjZEJDh0RdXmIjvFfN&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=https\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253D8zXdENWGNnw&amp;h=iAQHT1NZx&amp;render_verification=0&amp;enc=AZPgwmfDmG11Ja8jvOsnd1Lq6ZahThd4_Th2rGdspUyiQW741c6B5wUkV0c17SKrrSsKTlrzxTq65oeHqLqhkb0hwc24YRw7w2_EAdlvOnKTxI-ton5nMV3nrrSyiZkgz0rz-AhjZEJDh0RdXmIjvFfN&amp;d&quot;);">https://www.youtube.com/watch?v=8zXdENWGNnw</a></p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6m2 _1zpr clearfix _dcs _4_w4 _5cwb mtm" id="u_jsonp_8_21" data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="clearfix"><div class="lfloat _ohe"><div class="_6ks" data-ft="{&quot;tn&quot;:&quot;F&quot;}"><div id="u_jsonp_8_22"><a class="_6kt _6l- __c_" aria-label="Kabhi Tu Chaliya Lagta Hai - Patthar Ke Phool *BluRay* (HD 720p)" ajaxify="/ajax/flash/expand_inline.php?max_width=470&amp;selector=%5E._6m2&amp;target_div=u_jsonp_8_22&amp;share_id=481266528572740&amp;user_share_id=10152360025589585" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8zXdENWGNnw&h=fAQEgptlf&enc=AZOV9XmkC7CbmDSZPvnXH10gAX1ZUJUIm-KFYkNnqExfr3pytHR59hxpr-ZxLs6JVpSIzPVvXl6QMywIE4UhSjMV3ED4xcYJr9Fcluf9xVe6W2zVfTzsSLfqajizTsHFmlGDW5jjHFU4s_VV4r0tI2y6&s=1" rel="nofollow async" target="_blank" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=https\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253D8zXdENWGNnw&amp;h=fAQEgptlf&amp;render_verification=0&amp;enc=AZOV9XmkC7CbmDSZPvnXH10gAX1ZUJUIm-KFYkNnqExfr3pytHR59hxpr-ZxLs6JVpSIzPVvXl6QMywIE4UhSjMV3ED4xcYJr9Fcluf9xVe6W2zVfTzsSLfqajizTsHFmlGDW5jjHFU4s_VV4r0tI2y6&amp;d&quot;);"><img class="_6m5 fbStoryAttachmentImage img" src="./ui_files/safe_image(5).php" alt=""><i class="_6ku"></i><span class="img _55ym _55yq _55yp _5tqs _5epl" aria-label="Loading..." aria-busy="1"></span></a></div></div></div><div class="_42ef"><div><div class="_6m3"><div class="mbs _6m6"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8zXdENWGNnw&h=CAQGFFZhq&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=https\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253D8zXdENWGNnw&amp;h=CAQGFFZhq&amp;render_verification=0&amp;enc&amp;d&quot;);">Kabhi Tu Chaliya Lagta Hai - Patthar Ke Phool *BluRay* (HD 720p)</a></div><div class="_6ma"><div class="_6m7">Movie: Patthar Ke Phool (1991) Song: Kabhi Tu Chaliya Lagta Hai Singers: S.P. Balasubramaniam, Lata Mangeshkar Music Director:Raam Laxman Lyrics Writer:Dev K...</div><div class="_59tj"><div class="_6lz _6mb ellipsis">youtube.com</div></div></div></div><a class="_52c6" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8zXdENWGNnw&h=nAQFglNQDAQErQwDRBVAzlHL6LMgLxoh0SFXVfiJVTWz4aw&enc=AZMShL78ZMcugSVExSc5yuy4s7705M3NJo5HIRm4h4EcXfPNgF1foGLCcvlj3omabeKoOAfElQo5rU3VabjTYg_Sf74Zq8yZmUOyj-DHql3H377m0xJDpIcQfdvNu1MHDpM&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=https\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253D8zXdENWGNnw&amp;h=nAQFglNQDAQErQwDRBVAzlHL6LMgLxoh0SFXVfiJVTWz4aw&amp;render_verification=0&amp;enc=AZMShL78ZMcugSVExSc5yuy4s7705M3NJo5HIRm4h4EcXfPNgF1foGLCcvlj3omabeKoOAfElQo5rU3VabjTYg_Sf74Zq8yZmUOyj-DHql3H377m0xJDpIcQfdvNu1MHDpM&amp;d&quot;);"></a></div></div></div></div></div></div><div><form rel="async" class="live_10152360025589585_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_38" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;502539584&quot;,&quot;target_fbid&quot;:&quot;10152360025589585&quot;,&quot;target_profile_id&quot;:&quot;502539584&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406439752&quot;,&quot;check_hash&quot;:&quot;AQDDXd1ILFgjeG_A&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8x"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8x.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8x.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=99&appid=2309869772&p[0]=502539584&p[1]=10152360025589585&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8y">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_3c"><ul class="UFIList" data-reactid=".8z"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".8z.1:0"><div class="clearfix" data-reactid=".8z.1:0.0"><div class="_ohe lfloat" data-reactid=".8z.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".8z.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".8z.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".8z.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8z.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".8z.1:0.0.$right.0.0"><span data-reactid=".8z.1:0.0.$right.0.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152360025589585&amp;actorid=502539584" href="https://www.facebook.com/browse/likes?id=10152360025589585&actorid=502539584" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152360025589585&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".8z.1:0.0.$right.0.0.0.$range0:0">2 people</a><span data-reactid=".8z.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8z.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8z.1:4.0"><div class="_ohe lfloat" data-reactid=".8z.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8z.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8z.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8z.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8z.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8z.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8z.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8z.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8z.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8z.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8z.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8z.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8z.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8z.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8z.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8z.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8z.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8z.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8z.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8z.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;681336073009588990&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:28}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjIxOjY4MTMzNjA3MzAwOTU4ODk5MDoxNDA2NDg3NTE2OjA=" data-dedupekey="681336073009588990" data-timestamp="1406487516" id="u_jsonp_8_1x" aria-labelledby="js_128 js_129 js_130"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_1y" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2c"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/dibyanshupandey?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=749892938"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10406962_10152186612927939_4723973706091218119_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_128"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/dibyanshupandey?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=749892938&amp;extragetparams=%7B%22fref%22%3A%22nf%22%2C%22directed_target_id%22%3A1486334851608134%7D">Dibyanshu Pandey</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/groups/1486334851608134/?fref=nf" data-hovercard="/ajax/hovercard/group.php?id=1486334851608134&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">राष्ट्रकवि रामधारी सिंह "दिनकर"</a></span></div></h5><div class="_5pcp" id="js_129"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/groups/1486334851608134/permalink/1486985818209704/"><abbr title="Monday, July 28, 2014 at 12:28am" data-utime="1406487516" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3q" aria-label="Shared with: Members of राष्ट्रकवि रामधारी सिंह &quot;दिनकर&quot;"><i class="lock img sp_843e1e sx_447ccd"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_130"><p>Can someone share "द्व्न्दगीत" by Dinkar? I am looking for the ebook.</p></div><div></div><div><form rel="async" class="live_1486985818209704_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_3e" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;749892938&quot;,&quot;target_fbid&quot;:&quot;1486985818209704&quot;,&quot;target_profile_id&quot;:&quot;&quot;,&quot;type_id&quot;:&quot;308&quot;,&quot;assoc_obj_id&quot;:&quot;1486334851608134&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406487515&quot;,&quot;check_hash&quot;:&quot;AQC6BxO76_jPLIxg&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".90"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".90.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".90.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_3g"><ul class="UFIList" data-reactid=".91"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".91.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".91.1:4.0"><div class="_ohe lfloat" data-reactid=".91.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".91.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".91.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".91.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".91.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".91.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".91.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".91.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".91.1:4.0.$right.0.0.0.0.0"><div data-reactid=".91.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".91.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".91.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".91.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".91.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".91.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".91.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".91.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".91.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".91.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".91.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div id="more_pager_pagelet_53d56842552c83624623909" data-referrer="more_pager_pagelet_53d56842552c83624623909"><div class="_4-u2 mbl _5us6" id="u_jsonp_8_3r"><div class="_2iwo _5usc"><div class="_2iwq"><div class="_2iwr"></div><div class="_2iws"></div><div class="_2iwt"></div><div class="_2iwu"></div><div class="_2iwv"></div><div class="_2iww"></div><div class="_2iwx"></div><div class="_2iwy"></div><div class="_2iwz"></div><div class="_2iw-"></div><div class="_2iw_"></div><div class="_2ix0"></div></div></div><a class="_5usd" href="https://www.facebook.com/#" role="button"><span class="fsxl fcg">More Stories</span></a></div></div></div></div></div></div><div id="bottomContent"></div></div></div></div></div></div><div id="pageFooter" data-referrer="page_footer"><div id="contentCurve"></div><div role="contentinfo" aria-label="Facebook site links"><table class="uiGrid _51mz navigationGrid" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m- hLeft plm"><a href="https://www.facebook.com/facebook" accesskey="8" title="Read our blog, discover the resource center, and find job opportunities.">About</a></td><td class="_51m- hLeft plm"><a href="https://www.facebook.com/campaign/landing.php?placement=pf&campaign_id=466780656697650&extra_1=auto" title="Advertise on Facebook.">Create Ad</a></td><td class="_51m- hLeft plm"><a href="https://www.facebook.com/pages/create/?ref_type=sitefooter" title="Create a Page">Create Page</a></td><td class="_51m- hLeft plm"><a href="https://developers.facebook.com/?ref=pf" title="Develop on our platform.">Developers</a></td><td class="_51m- hLeft plm"><a href="https://www.facebook.com/careers/?ref=pf" title="Make your next career move to our awesome company.">Careers</a></td><td class="_51m- hLeft plm"><a href="https://www.facebook.com/privacy/explanation" title="Learn about your privacy and Facebook.">Privacy</a></td><td class="_51m- hLeft plm"><a href="https://www.facebook.com/help/cookies/?ref=sitefooter" title="Learn about cookies and Facebook.">Cookies</a></td><td class="_51m- hLeft plm"><a href="https://www.facebook.com/policies/?ref=pf" accesskey="9" title="Review our terms and policies.">Terms</a></td><td class="_51m- hLeft plm _51mw"><a href="https://www.facebook.com/help/?ref=pf" accesskey="0" title="Visit our Help Center.">Help</a></td></tr></tbody></table></div><div class="mvl copyright"><div class="fsm fwn fcg"><span> Facebook © 2014</span> · <a rel="dialog" ajaxify="/settings/language/language/?uri=https%3A%2F%2Fwww.facebook.com%2F&amp;source=TOP_LOCALES_DIALOG" title="Use Facebook in another language." href="https://www.facebook.com/#" role="button">English (US)</a></div></div></div></div><div id="pagelet_sidebar" data-referrer="pagelet_sidebar"><div class="fbChatSidebar fixed_always _5pr2 offline" data-ft="{&quot;tn&quot;:&quot;+G&quot;}" id="u_0_37"><div class="_5qqe" style="margin-top: 0px;"></div><div id="pagelet_canvas_nav_content" data-referrer="pagelet_canvas_nav_content" style="height: 185px;"><div class="_5mt2 _5mt0"><div class="_6wd"><div class="clearfix _42i3 _5pxg"><div class="lfloat _ohe"><span class="_42i4 _6we">Your Apps</span></div><a class="_42i4 _42g6 _4d9w rfloat _ohf" data-gt="{&quot;type&quot;:&quot;click2appcenter&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;}" href="https://www.facebook.com/appcenter/my">More</a></div><div style="width:205px; height:54px; " class="_56vv _56vw" id="u_0_5s"><div class="_2xu" style="padding: 0 0px; "><ul class="_2xq" style="width:820px; "><li class="_2xr _56vx _2xn"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="Battle Pirates"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fbattlepirates%2F%3Ffb_source%3Dsidebar_bookmark&h=tAQF-UzOe&enc=AZOkG-nTMjYs3uEDeB__7JgRpFXIT8_ejBwgGYAz7J3wuHchGwxZlORRybSeL72YVykuxMC2Ced33n9oqsJmz3v17C1RGqnOIbLeXNfPsIzI2Su7ygXKfTygxR2idWPdChZ6LEv2SEaKCWLw8tqCUj3UZIlaZrwBp7253J_ogFG6EM5K2fhcp_zRqsvNsnEJUdbIT990Lz5eB6fbua_BmBBHccELb6GiefluJzgsK0sXesUrbm0-8tEvJBl_SoQ-wcBIXFlNTsf244fvIZb4jHlXei2KxUJ02NZbjRwdbozXLlie2ktaXyy0IsL_VZkkb3vUjUtVzUL6k9UukxTnOvzQ" data-gt="{&quot;appid&quot;:&quot;148669555176974&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;148669555176974&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="Battle Pirates"><img class="img" src="./ui_files/851577_548383171872275_1839093140_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="Super Sixers"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fmj-super-sixers%2F%3Ffb_source%3Dsidebar_bookmark&h=TAQEhAmGV&enc=AZMHBm7aBDdPNZzKCuLOSIxUVTuJYmiDIugLagG_nqygJpoAMLXyqDkpmHsgrfRqrJ94vBXk95wegp58gV08wNhVAx6HCwn_3XBHPXwLpeqOEelO5Gi5AYnHogvtEs3p_OrY-x2eIbK11MuVPP7tJpSrIibKVXORA1dAFs1qnn_18i0SKDg7bOx9gizwDHEg3nYABiKfXRJXmAiuIxI-_BSGAJuiUaeB0lCR5aQN1JYKRiKVkyjJ4fRCwL8E1Bg1uKMaZiwd0Qm47WisHw33jIJlcUVWC640DXlbbSmp0tfOLzDt5DaM2djFtv7NKTFP8IIRyfCkT2n6WWMHrv2d8L6y" data-gt="{&quot;appid&quot;:&quot;177092615635319&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;177092615635319&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="Super Sixers"><img class="img" src="./ui_files/851583_609251845752725_624540302_n.gif" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="YoWorld (formerly YoVille)"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fplayyoworld%2F%3Ffb_source%3Dsidebar_bookmark&h=-AQGy9Yts&enc=AZPpnZDLQ_LgyhGFTW5In2t6YdOMVzIy88vAkqMWXYhiD8h3-NuDRvvvFmaJW5cigYRqsOAa9KKEVI19n8rsQc60z1KeV6W3MQnKtkW26Bw1ZdjtDAVZu2jafQjPd28GOxhdKfThiZldxIAC9zliD1vKlPTaYFo6_U_pO8gCBlDLNW0Q7cXZYnY0TKvWitYPs4Gl4oeQXRyBMO-6BDSJbek_Ge2zHOzpK3AIv6c6ZJZKipCmK890VupzO07sLpSu4EnUS0kSdYQO7iMqDmimECkcVFWHnebjmXHa--2jLmTB8tJ_1PTHCBD552bRfVYAlRXBas3mlEDdHZ1p4Jjth2Yc" data-gt="{&quot;appid&quot;:&quot;21526880407&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;21526880407&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="YoWorld (formerly YoVille)"><img class="img" src="./ui_files/10173491_10154060213540408_1808657552_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Ftexas_holdem%2F%3Ffb_source%3Dsidebar_featured&h=eAQHlN3VJ&enc=AZPgvS5nYDZCLF4xi-ivySMs3KiIa6wH4lp2XrHHIq7VrJzS6z0iyYSM2V6uZAiTTSgiErfuslbFmzIdWrqrLvCG2TTR3RU8xoAIq-0TOO6r7pYc4sjaSftf35E_T8mwMbjdYbt0ZeFVVL5dWfDyfTZmhHRpmYTt1VbWq9C2VNNK1iPe4Xub2DdXoczlGnNeGvLW7iS7Tdl7F3hpVecJhV0-B0yqECuM8lXwaju_EdqDtlSHxExf9zi9_HjXeIpM14LZA-4XDg1iKRCpzGLCIYE8kDylL723Zxw8AynfB46kU3KjdQhcSZ2e-GM4DZpCYinv8gVn01hNGvXu3tpw74nV" data-gt="{&quot;appid&quot;:&quot;2389801228&quot;,&quot;fbsource&quot;:&quot;1302&quot;,&quot;ref&quot;:&quot;divebar_bookmarks_featured&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;2389801228&quot;,&quot;count&quot;:&quot;1&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=2389801228&amp;fb_source=1302&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fapps.facebook.com%252Ftexas_holdem%252F%253Ffb_source%253Dsidebar_featured%26h%3DeAQHlN3VJ%26enc%3DAZPgvS5nYDZCLF4xi-ivySMs3KiIa6wH4lp2XrHHIq7VrJzS6z0iyYSM2V6uZAiTTSgiErfuslbFmzIdWrqrLvCG2TTR3RU8xoAIq-0TOO6r7pYc4sjaSftf35E_T8mwMbjdYbt0ZeFVVL5dWfDyfTZmhHRpmYTt1VbWq9C2VNNK1iPe4Xub2DdXoczlGnNeGvLW7iS7Tdl7F3hpVecJhV0-B0yqECuM8lXwaju_EdqDtlSHxExf9zi9_HjXeIpM14LZA-4XDg1iKRCpzGLCIYE8kDylL723Zxw8AynfB46kU3KjdQhcSZ2e-GM4DZpCYinv8gVn01hNGvXu3tpw74nV" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851585_10151856018761229_1481715019_n.png" width="50" height="50" alt=""><div class="_5snm"><img class="image location_canvas img" src="./ui_files/pZNMkGyZZ-M.png" alt="" width="39" height="21"></div></a><div class="_2hcm"><span class="count _5wk0 _2hcl uiSideNavCount uiSideNavCountRed"><span class="countValue fss">1</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="Hello City"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fhello-city%2F%3Ffb_source%3Dsidebar_bookmark&h=sAQHwyEpn&enc=AZOnlxrHBUHTlp2nC3F5foWtyqo6sfxbWV8-p-DW5LIDk4NJuMDsGVRts_pXqUfiJqKgKYmipD0F9HyqdyRSogLMK7kwgsDkkR50QvZvyZLR4mGkv2LsRrJUqII07j5Nr_lBiJUK-FZgiXhAD2IyLEdIPe_KL5nD26n0U749_QxkLZZxpmiFCpxU5eGlnEjT_iK1oCuN1YGBAfakgQ40kDdr43cZkxxCkgkAk7CF2ifFP8M61zvoyo4bpgKaUhT9s6z24seBBLpgcraKnvgbZzx44xbgq5EKvnmEGSJG8qei32-u0ntQLBPFpLBRMo3-pkIktpmoSFt0F5RNIbpk1M_S" data-gt="{&quot;appid&quot;:&quot;105484376153111&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;105484376153111&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="Hello City"><img class="img" src="./ui_files/851580_584839558217588_1576809494_n.gif" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="Glamble Poker!"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fglamble%2F%3Ffb_source%3Dsidebar_bookmark&h=VAQFlh5hd&enc=AZNfJJ7BvQuKz1YK6bEh1xaesAF-Hhn50Z_6hShmhe5V7uajFkWGbFxUFp8zCdgL57IhZ_dQ_CgUxwnyhhw27VE9zDunhTJiLqFLRbmeXSuYpIV6pIxcukQeacs9hyuhuZe-moGOirGWPYY_z1Ro6CGGlO125tJ70rKPnrwcxsgYmjiuRyhe9WFa_wtxj0K-PhLK5OVwRHd4gocLdfapPp_IK8UGfco9IzBqoNDnpB49rp-9prjo9dkwrbUH6I4RbcJTgLWcxWBSi8HHVbmxC6c7_fhjX-JjaXltvlI_5XqdeSNwEOy6cmxa-nPMsRvPjTzymg4Hn1ClaD04bqkMN7vh" data-gt="{&quot;appid&quot;:&quot;96815041925&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;96815041925&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="Glamble Poker!"><img class="img" src="./ui_files/851577_10151595688201926_13640826_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="Mafia Wars"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Finthemafia%2F%3Ffb_source%3Dsidebar_bookmark&h=EAQEava1M&enc=AZP2KfSkqtM1xwmfX0wyByeDaiXehi1H-DWFmvfoJJnmUd9W1b7JPbiQcr7SH96aAZ5dAP81blYoe7xsKBz2NBcYYST_HnQKmXR3WrS9BwjDZES2RDjz1FOBOw1F2zHSBWRDNlv-D5wpva1xKdyJOTMLs-tehTXpHLyMu-ZSs_M-jZXbzRbG8DBwTy024n0Aem2G9H0rQrRRJXQCmxg3UA6w1-KYyMblPLk_Jy_Y6SLd4lGejFiiusWPKSocqb_SifKd8yevHXaf_wNBk21zXoDZLYGC4U-NOB4zzpZ36ut7dOowb4I5zvtwkEXCTX4ZvEz-FuI3zbGSWMkhDjJlkoEr" data-gt="{&quot;appid&quot;:&quot;10979261223&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;10979261223&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="Mafia Wars"><img class="img" src="./ui_files/10173493_10152418225841224_264961607_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="CityVille"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fcityville%2F%3Ffb_source%3Dsidebar_bookmark&h=bAQFqu9wT&enc=AZMMk5mtYfvRjsGHsR_feTGalGLbSU6l4S0z1BhMxEQlmJrr0jZIu64Kf_wQRQfiJpaCnMHFtJbe0qscMdXGmNuimFQPUdGw2ZDdJWI_433y2qB2RIEGO_ps4nsnwk8kG8jh9uKJyVmXiN-r-3PV2jbuOHCvuBYWDEzS8lOpkRpYmpIQp4cya1b1oAldBFpgiSxWMDytSjQM2suNsEKiZyefWT3J7EzDOPkA_on6XaAOzVqzmoJPPIz9I0-dVRExUhLB6zZhj5SW1bBX3zWv1xoExHChfIofajbyqom34983LvIjg02G_5XOGV__Wa2fLY8NDHU8-JDbyc33n7Q8fEC5" data-gt="{&quot;appid&quot;:&quot;291549705119&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;291549705119&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="CityVille"><img class="img" src="./ui_files/851581_10151645348255120_349549652_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="Zoo World"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fplayzoo%2F%3Ffb_source%3Dsidebar_bookmark&h=9AQHuQ4Ni&enc=AZNtBeh_V7IAvzcXmsXE0vimBCpY2lo_PGgdAkHhxSR34sxX40csO_MIeQEoQQrhlLnOmyRj2YKNu6cyoiCE5IfYFi52_ni09HUJ4vFGGlp7o0nDXWStp247yJUQjolfgUqxLVJABuHXT-xTVSJJB7TJ0GE95EjNh8PYGLs-CXR3cMmzRNM2Z6B0uAiAACdA0ubUb7SGF-k49ie7u_uXrsoTGwI3pqs4CLl8ijQ2e2frL9dtu-B7RHm-1Cre5Y0AyI6wCg8cxcqz6F4XwldQHL_T8nMA8nNJ4ArAhO5XD-CTpP7gnRgIjUnd5adGY4aSl5VbFytRA60sbPt1UwviLDpW" data-gt="{&quot;appid&quot;:&quot;167746316127&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;167746316127&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="Zoo World"><img class="img" src="./ui_files/851580_10151390050236128_430952274_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="FarmVille"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fonthefarm%2F%3Ffb_source%3Dsidebar_bookmark&h=TAQEhAmGV&enc=AZNYmFnvN60_SxLSdV9SwmqXa6UIm-3JM4jOGcjEn1VkC-YCYIII4vPfzTWqnpH_Ou7LSRZX4g-PXuHsdEb_HjhgTijvp_b9Mdqkgtf_4We1lXmghXY-nDluQBBrwW-V8V-cj7Q2Hi26Wi-4lzh8ij2yXD3W5FJcpjuuA_rUIy2RVzbqBUF3gPN6IQDdiIylRnhRNMkTlXwGOQEwxkByl03qJoE9Kw0pmyERlhKRauw3fNos_4uXM0ng3RLmkMOzdTyFtW1ORXL4uUKYdJkGk3HRpAJ01Dhk9PjVyKRuigqj6D8WC4k0WRrZYp-QNYQGNCXI2XsuJNnd-pFsOkuDLm_U" data-gt="{&quot;appid&quot;:&quot;102452128776&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;102452128776&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="FarmVille"><img class="img" src="./ui_files/851549_10152027471473777_135471457_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="KCC MBA"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fdeathtimecalculator%2F%3Ffb_source%3Dsidebar_bookmark&h=qAQEvEAAA&enc=AZMeVqunBsanT9WY_lgfL-1fHikQzfjmljnIhG-bNKVOGudLM1EWfo6sJS_hXDefJISh-Hugf_GKz5TJGLhRxIL-ZBNj6FLE_bSCEhsgpKsnOGGpsIDXgzf7Hq97FbkslIXwwPObqZV1jW8TO651h58volp_T7mCKo637wG7VkR4s0LjzvDcOH0Qlkq9Nx2vcTXchTXysgjVbqBjmKN2q477_KnRKhmHPHAAGYpMAP1DbiECuSXREA_9bn_L34VSvH2t3WxjR1Rh6eqsz-s3t1E0ArXxy3zjIJ54AUF3s9_Sm-w6dYLGo9E0fCndt9hQuFNnLSKq90R_AlvNiALkJ6Ba" data-gt="{&quot;appid&quot;:&quot;125717634120849&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;125717634120849&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="KCC MBA"><img class="img" src="./ui_files/851556_654277387931535_631629601_n.gif" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li></ul></div><a class="_2xx _56v- _56v_ _2xo" aria-label="Previous" href="https://www.facebook.com/#" role="button"><div class="_4d9x"></div></a><a class="_2xw _56v- _56w0" aria-label="Next" href="https://www.facebook.com/#" role="button"><div class="_4d9x"></div></a></div><div class="_56vv _56vy"></div></div><div class="_5wvm"></div><div><div class="clearfix _42i3 _5pxg"><div class="lfloat _ohe"><span class="_42i4 _6we">Recommended Games</span></div><a class="_42i4 _42g6 _4d9w rfloat _ohf" data-gt="{&quot;type&quot;:&quot;click2appcenter&quot;}" href="https://www.facebook.com/appcenter/category/games/?platform=web&ranking_selected=1">More</a></div><div style="width:205px; height:54px; " class="_56vv _56vw" id="u_0_5t"><div class="_2xu" style="padding: 0 0px; "><ul class="_2xq" style="width: 1230px; left: -1025px;"><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fff-six-the-game%2F%3Ffbs%3D1303&h=2AQEM0fH9&enc=AZO1Yyk4aAu9iFW3aHaGbFIewDbLbKAT9e7ohV2x_kHcY2PKoDr1Uoz9X2tVhUCLkSG1T9Ne-v7RKKYnzzWg814qQ1_9G4JR0q4kOEeWFZ9rfctxccVa-CM8OaIKih0Sx3HEK4IoJAO-feTyzWGZgXcYSHipTF4MfRf7QbAvCC0bVCvyWziC_Qz9WZgGLm7zE2sWWhXLaWMdqB9Gk69jN4TGVR11VqKsw6G2jWSXm2dAfxMnA3YPjIgQmiSS88RlCszMUBCTu0oEUoX_f55wxfmZ1CQJMyqay4qtPzhES8WOIQAby9cAlOTpo3xz7g1ypzMMzDqkWxv2rd9AO_h8imcY" data-gt="{&quot;appid&quot;:&quot;352930141483598&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;1&quot;,&quot;bmid&quot;:&quot;352930141483598&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;8078068777463115655&quot;,&quot;service&quot;:&quot;ARiWpYLOqNxFgRl4ShF8L7gI6u7pK4H__MlhJ75742oU_scbZYKgicI96xZMtPqnf_Xh12KlzTORKvGECpkb3-jCDBI&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=352930141483598&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fff-six-the-game%252F%253Ffbs%253D1303%26h%3D2AQEM0fH9%26enc%3DAZO1Yyk4aAu9iFW3aHaGbFIewDbLbKAT9e7ohV2x_kHcY2PKoDr1Uoz9X2tVhUCLkSG1T9Ne-v7RKKYnzzWg814qQ1_9G4JR0q4kOEeWFZ9rfctxccVa-CM8OaIKih0Sx3HEK4IoJAO-feTyzWGZgXcYSHipTF4MfRf7QbAvCC0bVCvyWziC_Qz9WZgGLm7zE2sWWhXLaWMdqB9Gk69jN4TGVR11VqKsw6G2jWSXm2dAfxMnA3YPjIgQmiSS88RlCszMUBCTu0oEUoX_f55wxfmZ1CQJMyqay4qtPzhES8WOIQAby9cAlOTpo3xz7g1ypzMMzDqkWxv2rd9AO_h8imcY" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10540963_567942946648982_21750757_n.png" width="50" height="50" alt=""><div class="_5snm"><img class="image location_canvas img" src="./ui_files/pZNMkGyZZ-M.png" alt="" width="39" height="21"></div></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fdino_hunter%2F%3Ffbs%3D1303&h=RAQG8ktic&enc=AZP9IpXEAetQ4DGvZbwkagIFNpkAWXNqqM50tx-8MdNzNhY2uswCca6lAUbM9-Rdj67xmE4axT7OJdeolhcBYNaCnVbzRtTaxTl_jTYUAuJzT2tPJ6HsVAi8lqeLTrV1PuW2Lm4HAQrMEL2_o4bBCs3XGbnbmTJYdUEzgJbydhs1I4jYhLZ9Yw4tG9FCqtr0AE-QrnOPWpxK8uGvNXqiicN3Clk3ifxH4ZYcNC7TTZW4xvoYF5TI7wPfgyJfSh_hAbti8dj2rq2JECLQMJuaqh708E7oUNJLMIENGdnh7cR8XySQbvf6StCTQP4OuL87Suz6EOyWP_Sas1TvNUaAtPMO" data-gt="{&quot;appid&quot;:&quot;1416313861985909&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;2&quot;,&quot;bmid&quot;:&quot;1416313861985909&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;4660277603237604798&quot;,&quot;service&quot;:&quot;ARgQv1rbnac_VsASoMrg_zRr83HAU0IV2AZAv3N_7ZlVbGwZJuLy4h6Rer4QDY4SInGFrv24zU01f3uFhX1wGAVnTQw&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=1416313861985909&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fdino_hunter%252F%253Ffbs%253D1303%26h%3DRAQG8ktic%26enc%3DAZP9IpXEAetQ4DGvZbwkagIFNpkAWXNqqM50tx-8MdNzNhY2uswCca6lAUbM9-Rdj67xmE4axT7OJdeolhcBYNaCnVbzRtTaxTl_jTYUAuJzT2tPJ6HsVAi8lqeLTrV1PuW2Lm4HAQrMEL2_o4bBCs3XGbnbmTJYdUEzgJbydhs1I4jYhLZ9Yw4tG9FCqtr0AE-QrnOPWpxK8uGvNXqiicN3Clk3ifxH4ZYcNC7TTZW4xvoYF5TI7wPfgyJfSh_hAbti8dj2rq2JECLQMJuaqh708E7oUNJLMIENGdnh7cR8XySQbvf6StCTQP4OuL87Suz6EOyWP_Sas1TvNUaAtPMO" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10173489_1432442047039757_1519744647_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fschoolofdragons%2F%3Ffbs%3D1303&h=jAQEt6MhB&enc=AZNG-FUgb6Oo-qQw3EpPFwjvrcSUkPY23jognJauKz_0gb_Lcjz9EK3tVfCKnCgNFpxYyiSRCsWYx9bOMXPpu2rPNML72lJMp60iGBnCZ-vifjF7m5Y4f9gPlK39j9BWaDA0-RErA0fCaLQvDEBtbW__EjlKtGtQDp3iCZmn9_pf6nJPmspeWS21GCgoPNLz3HOtxC07W8d7i36A5zf3o7L0WGn0iPKIHUtIbBkuOVyxEk4rDCXuJ9XdzojMZyO9R3HvpBJqRStYvwwLXuqPB_KDwqSP4KjHILrBJI8hQyjRjVQEUtoiqbc6WujtumgdhM5xy0rDo839lmvft5vGIm38" data-gt="{&quot;appid&quot;:&quot;357704261026079&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;3&quot;,&quot;bmid&quot;:&quot;357704261026079&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;3776446640343807743&quot;,&quot;service&quot;:&quot;ARhvZbDB21mAL4cVTv_0HlhcV2OEltCzi9hIyVkrNx5bdIlY2BAjlSVy3n87YKwgHebnC3oP5sgmzxzvhmfJO7zMQ68&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=357704261026079&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fschoolofdragons%252F%253Ffbs%253D1303%26h%3DjAQEt6MhB%26enc%3DAZNG-FUgb6Oo-qQw3EpPFwjvrcSUkPY23jognJauKz_0gb_Lcjz9EK3tVfCKnCgNFpxYyiSRCsWYx9bOMXPpu2rPNML72lJMp60iGBnCZ-vifjF7m5Y4f9gPlK39j9BWaDA0-RErA0fCaLQvDEBtbW__EjlKtGtQDp3iCZmn9_pf6nJPmspeWS21GCgoPNLz3HOtxC07W8d7i36A5zf3o7L0WGn0iPKIHUtIbBkuOVyxEk4rDCXuJ9XdzojMZyO9R3HvpBJqRStYvwwLXuqPB_KDwqSP4KjHILrBJI8hQyjRjVQEUtoiqbc6WujtumgdhM5xy0rDo839lmvft5vGIm38" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851593_427419527387885_1279267573_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fsports-heads-two%2F%3Ffbs%3D1303&h=wAQFLWUMR&enc=AZMqQlm9p1RvnxSxJbqHF47WnnYKuo7W7jrrcISWssePTwSevLM46A740TgYdYB5a7G5SWPyCuHdwqv1mmZrEbl6BxZBOvvTp5FXT9EWM84vNQShbk-67HUMkWCk1ITViBUECSg9yaSooi4reCPjPygHNQEgGCbL6gXL63toONDbDK_loFzioSQmcEuOgQdXcmVV81XOajXE5JNeeH5c8V0EZyNRi1O4EpkioK-BF2KXxjt-KDBG-bAzSHRBo2I8vyhYPacr4Iq5S07I247LnVhJoDR47DgNuvJvxT_1B9u3nW96Il0N7ojy8ObrWAL1UA_gA3_pbhOdFCQLwjTXvF8w" data-gt="{&quot;appid&quot;:&quot;499379713461318&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;4&quot;,&quot;bmid&quot;:&quot;499379713461318&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;9177472839856750333&quot;,&quot;service&quot;:&quot;ARiLErfx0Xa3PCLT3TUvMYtaXF9Nkb9lUUTCe6ykb3mgV2lJzzW_vOSaw8DKqyZFiwymheGbe6y1RQGlq-SD_dcn1Qs&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=499379713461318&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fsports-heads-two%252F%253Ffbs%253D1303%26h%3DwAQFLWUMR%26enc%3DAZMqQlm9p1RvnxSxJbqHF47WnnYKuo7W7jrrcISWssePTwSevLM46A740TgYdYB5a7G5SWPyCuHdwqv1mmZrEbl6BxZBOvvTp5FXT9EWM84vNQShbk-67HUMkWCk1ITViBUECSg9yaSooi4reCPjPygHNQEgGCbL6gXL63toONDbDK_loFzioSQmcEuOgQdXcmVV81XOajXE5JNeeH5c8V0EZyNRi1O4EpkioK-BF2KXxjt-KDBG-bAzSHRBo2I8vyhYPacr4Iq5S07I247LnVhJoDR47DgNuvJvxT_1B9u3nW96Il0N7ojy8ObrWAL1UA_gA3_pbhOdFCQLwjTXvF8w" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10333105_707689659296988_1314553637_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fmagic_kitchen%2F%3Ffbs%3D1303&h=yAQFTQbjO&enc=AZMszvltr2RG_Ix-5viAxxY9iLTdpT7Pes5woMWjizWkyHtkPJr_AXMikxXBuq3v6WVKVdN1mWlU_hydI3U5LPjgwxMPEE-1o0xbblwKDrm4hJ-rGDm-f9kiPC3zkay4MGmi1em5hD1gQPtGb3Kzy777mczyB2qUoQ_tjW0-m4x2w8plAj5c336men9uMnw4b1qlW3eHa7fxT__HjZivsWpoSpVZTdPfjDZhJrwC9MpB--HA8NbQZUbxFt0HLnWyYx4K9ZCO_8NALUrXxONseb9Yd-mqNDjkZfmyoQFW821f2X-VqyBYh3VQFDvLxFSB19-KMeHGLPnuiHv1i0yK2lSb" data-gt="{&quot;appid&quot;:&quot;676545185738009&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;5&quot;,&quot;bmid&quot;:&quot;676545185738009&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;1129185500964315061&quot;,&quot;service&quot;:&quot;ARjHvkj-6l-I2mmk1rTFTVSBY8tJmnbAAxoKz4Y3DwLA6UjQvzSthExxwacfVKK_ZWv5KJpRXVgfu8UKib1geD5P2UI&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=676545185738009&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fmagic_kitchen%252F%253Ffbs%253D1303%26h%3DyAQFTQbjO%26enc%3DAZMszvltr2RG_Ix-5viAxxY9iLTdpT7Pes5woMWjizWkyHtkPJr_AXMikxXBuq3v6WVKVdN1mWlU_hydI3U5LPjgwxMPEE-1o0xbblwKDrm4hJ-rGDm-f9kiPC3zkay4MGmi1em5hD1gQPtGb3Kzy777mczyB2qUoQ_tjW0-m4x2w8plAj5c336men9uMnw4b1qlW3eHa7fxT__HjZivsWpoSpVZTdPfjDZhJrwC9MpB--HA8NbQZUbxFt0HLnWyYx4K9ZCO_8NALUrXxONseb9Yd-mqNDjkZfmyoQFW821f2X-VqyBYh3VQFDvLxFSB19-KMeHGLPnuiHv1i0yK2lSb" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851574_698424110216783_1251962411_n.png" width="50" height="50" alt=""><div class="_5snm"><img class="image location_canvas img" src="./ui_files/pZNMkGyZZ-M.png" alt="" width="39" height="21"></div></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fpiratetreasures%2F%3Ffbs%3D1303&h=vAQGcVNXw&enc=AZN1oVx7wpIzCx92YUeCK6QCRbCD9mgA7ZXV1VJOdNURkfYGsTTMMAkSwwJ-ofk07bamVuZ4tBtuQ23FR1jX2wS-O1IZKwTy6EeW_jqTyn0QMUp3R612EbHu0jzo3gf1AoFIol7_RmNWVimmQbCMlohq_3bdkykrijU_vYceAaGIKWeu5sHew3M_UuZIUX0rk88AvX2-e5foCZeU2wyzGh5BokvrriNnmZvs1Fn7CY19tnCpLQFnjuaz9XS2O0KxI7YyIFgu-VWTVuD0pf-D70XZOz5OtkK0gQmuSQ1WYDQ6PLugn0zl7-LwNARexuqJTTIYyb6ddHoc8HQ3S3T9af5O" data-gt="{&quot;appid&quot;:&quot;232753656912432&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;6&quot;,&quot;bmid&quot;:&quot;232753656912432&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;5462935751978974815&quot;,&quot;service&quot;:&quot;ARjQ7nZ9i8jyhZfoFGVZZP9ACX6SY5cokLfd4Wih9nztoLE6eVrt9hEOzwldjfPUBXcHO9mmgkLvMKl8wutRvhyde6Q&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=232753656912432&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fpiratetreasures%252F%253Ffbs%253D1303%26h%3DvAQGcVNXw%26enc%3DAZN1oVx7wpIzCx92YUeCK6QCRbCD9mgA7ZXV1VJOdNURkfYGsTTMMAkSwwJ-ofk07bamVuZ4tBtuQ23FR1jX2wS-O1IZKwTy6EeW_jqTyn0QMUp3R612EbHu0jzo3gf1AoFIol7_RmNWVimmQbCMlohq_3bdkykrijU_vYceAaGIKWeu5sHew3M_UuZIUX0rk88AvX2-e5foCZeU2wyzGh5BokvrriNnmZvs1Fn7CY19tnCpLQFnjuaz9XS2O0KxI7YyIFgu-VWTVuD0pf-D70XZOz5OtkK0gQmuSQ1WYDQ6PLugn0zl7-LwNARexuqJTTIYyb6ddHoc8HQ3S3T9af5O" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10333099_254961408024990_1339317897_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fjetpackjoyride%2F%3Ffbs%3D1303&h=kAQHnlGXU&enc=AZPTNLWKC9RtBecbu_tO2mMb07_yvEChd5Je7yENcAiZ3x_ZgRjsD6rQWM66RJ76stwcRjQCGYvJPREHZVcctKXoLnMVcknN-etc90AmXm7kWPJnuny-pUE5Q1DwfhPPrwM7mjFznjV9a8plbaUGQd-92JkbHsGyZCqlnYJDIl-Ghs-5dQ49P9Cq2FizLHBIdP9xcJrTxV2un6-1ryoNIqgHO5rxa52uixqMw_egAFrty0TbHX_khpmq9I1fdmR2w5ytp9sn2hBssxyca2y77XLkBf6yhwvZ-ST90Rp0aFrpW3iL7DFbj4R0kD18UAmNoJjF3UWeF6gU18pmuuOLJbgd" data-gt="{&quot;appid&quot;:&quot;278692755549138&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;7&quot;,&quot;bmid&quot;:&quot;278692755549138&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;6927028069219560955&quot;,&quot;service&quot;:&quot;ARjabqc7uWl48hOEascp4kuUg11IfQnq-R_ahL8lFcZLC8mPo6zgUZPSrcXMKadSJ7cPVzsYP5HOXeqtkvf3P8yXrVs&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=278692755549138&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fjetpackjoyride%252F%253Ffbs%253D1303%26h%3DkAQHnlGXU%26enc%3DAZPTNLWKC9RtBecbu_tO2mMb07_yvEChd5Je7yENcAiZ3x_ZgRjsD6rQWM66RJ76stwcRjQCGYvJPREHZVcctKXoLnMVcknN-etc90AmXm7kWPJnuny-pUE5Q1DwfhPPrwM7mjFznjV9a8plbaUGQd-92JkbHsGyZCqlnYJDIl-Ghs-5dQ49P9Cq2FizLHBIdP9xcJrTxV2un6-1ryoNIqgHO5rxa52uixqMw_egAFrty0TbHX_khpmq9I1fdmR2w5ytp9sn2hBssxyca2y77XLkBf6yhwvZ-ST90Rp0aFrpW3iL7DFbj4R0kD18UAmNoJjF3UWeF6gU18pmuuOLJbgd" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851576_458336187584793_711240219_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fsports-heads-game%2F%3Ffbs%3D1303&h=zAQF8qo0k&enc=AZMItaJSPJetoDml4XfZnunpsaQrHaZrZ85NWXGk4VIaN_M5WK_nHl4C8ysZj6jhK4MwSwbdWh-C5GZOOoTT-3_jmsCdmMmKcOF5uQESmcDdRhqZ2EYHtPo8jIcShWm_epmaRRP-4tf-GCsqFOio82xm9mykuDvBcOYfty8ALLyvzyPyJE72U3cKrRpxOT3M6kd8ZxCIpfGywWGRNoebrw4nJZA5FFTEDW6nNd97vLdlxk4J2V937bREbqjWUD1LgsNHLShlc_TxpLq2MdwfdotyoIw7ikzK933P1jLb-cll3XGDObUfguo5_h9jYFdp0zOWGULYew4WV6w0WCpbnwz3" data-gt="{&quot;appid&quot;:&quot;316770988361137&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;8&quot;,&quot;bmid&quot;:&quot;316770988361137&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;279485586509004250&quot;,&quot;service&quot;:&quot;ARgBK8hLd-M3uQM1JE9bPYjNpOWf19w4ajELg7JpU4kL3LRy3egAOMKbjAHDsPDQh7oXwB8368kiqC1aeiXQ0fwnq4Y&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=316770988361137&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fsports-heads-game%252F%253Ffbs%253D1303%26h%3DzAQF8qo0k%26enc%3DAZMItaJSPJetoDml4XfZnunpsaQrHaZrZ85NWXGk4VIaN_M5WK_nHl4C8ysZj6jhK4MwSwbdWh-C5GZOOoTT-3_jmsCdmMmKcOF5uQESmcDdRhqZ2EYHtPo8jIcShWm_epmaRRP-4tf-GCsqFOio82xm9mykuDvBcOYfty8ALLyvzyPyJE72U3cKrRpxOT3M6kd8ZxCIpfGywWGRNoebrw4nJZA5FFTEDW6nNd97vLdlxk4J2V937bREbqjWUD1LgsNHLShlc_TxpLq2MdwfdotyoIw7ikzK933P1jLb-cll3XGDObUfguo5_h9jYFdp0zOWGULYew4WV6w0WCpbnwz3" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851565_531322963572604_1716209962_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Ftlx_freekick%2F%3Ffbs%3D1303&h=UAQG5YX1C&enc=AZMyA9grEmhMWDGe2MeqwsLdm9jRWK1DKsklHGCxlmbTygj6N_vfjeEfe0Wxap-0zqrbAYQBD0EeOmGW8tjnyksKUS974Z7NT-KzfmtJe5XSkvboCj13fIcEG2mTjGQWvs2WKTCjjode7P-H4L8ruFhEvWCy4WA810Y0FKT7hdggNBKYODVnKJm0X6ua0YYBqCwROTLot8Ar2jtgU_pmfB-UPfJmVA5kyAu0hofe0lDKruLgoWvTEWx2d4kH5GbahNvGm6z__q-zMmPOsEZB1mrAfEYYk0rn71aIU-sbNU5lVy1ftmtCbBTAwAdhcU9ddHT7jc4-rcMvY6ptfi_KEpVU" data-gt="{&quot;appid&quot;:&quot;146072258779165&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;9&quot;,&quot;bmid&quot;:&quot;146072258779165&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;3832932491148917728&quot;,&quot;service&quot;:&quot;ARghaQ3Euy2bu5NTjXPR4BAQWGMBTWHw3KNdsvH_noSnNJhmcPD3BYDrv96kLdxk47GLus3fgTSZFqpuIA-HvBuc2JI&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=146072258779165&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Ftlx_freekick%252F%253Ffbs%253D1303%26h%3DUAQG5YX1C%26enc%3DAZMyA9grEmhMWDGe2MeqwsLdm9jRWK1DKsklHGCxlmbTygj6N_vfjeEfe0Wxap-0zqrbAYQBD0EeOmGW8tjnyksKUS974Z7NT-KzfmtJe5XSkvboCj13fIcEG2mTjGQWvs2WKTCjjode7P-H4L8ruFhEvWCy4WA810Y0FKT7hdggNBKYODVnKJm0X6ua0YYBqCwROTLot8Ar2jtgU_pmfB-UPfJmVA5kyAu0hofe0lDKruLgoWvTEWx2d4kH5GbahNvGm6z__q-zMmPOsEZB1mrAfEYYk0rn71aIU-sbNU5lVy1ftmtCbBTAwAdhcU9ddHT7jc4-rcMvY6ptfi_KEpVU" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10333116_647008902018829_1201991615_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fpuffypop%2F%3Ffbs%3D1303&h=UAQG5YX1C&enc=AZPifKGj5RR00QhpZJRlMlRKxcvP-kHtG9pL6wjVLHawPZ4YihCNLAZrb0xK3rvs_MCqOiQ9AbkAmn_dxx6QVWHzpREd8trV6jUESf71YMUsIs9uWTNOF-SudRukonZXM9knDuKUvXQbO00ATa94aaosOn3_OXxNNenq2PI9FHu8VInDHXr6fXVCOBvRKVd7-ZI-k9TYwmkUNYL6D5dHSc590PvU7gH6_3mcKQst6wfLkzcg8UpG40txBVR6PXb_9s-twqMCp-CI_64H7_qsTRHlCLPTSdYeIlaM54PyEQGpDpHPz_q0xKi3g-5yVS7sXSy5TG4lvmQMpKh8XT4kxxRR" data-gt="{&quot;appid&quot;:&quot;649587381775269&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;10&quot;,&quot;bmid&quot;:&quot;649587381775269&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;7042992345273331578&quot;,&quot;service&quot;:&quot;ARiimY3r6MNTiOSwzKyyFMSF5Xs8Z_LGXscOXETfemL1ECm7zcs18tCdExSpMslXdQuMgcqWsTbVbiyHbVt-24rBMgA&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=649587381775269&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fpuffypop%252F%253Ffbs%253D1303%26h%3DUAQG5YX1C%26enc%3DAZPifKGj5RR00QhpZJRlMlRKxcvP-kHtG9pL6wjVLHawPZ4YihCNLAZrb0xK3rvs_MCqOiQ9AbkAmn_dxx6QVWHzpREd8trV6jUESf71YMUsIs9uWTNOF-SudRukonZXM9knDuKUvXQbO00ATa94aaosOn3_OXxNNenq2PI9FHu8VInDHXr6fXVCOBvRKVd7-ZI-k9TYwmkUNYL6D5dHSc590PvU7gH6_3mcKQst6wfLkzcg8UpG40txBVR6PXb_9s-twqMCp-CI_64H7_qsTRHlCLPTSdYeIlaM54PyEQGpDpHPz_q0xKi3g-5yVS7sXSy5TG4lvmQMpKh8XT4kxxRR" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10333121_694581327275874_886028038_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fcom_octro_rummy%2F%3Ffbs%3D1303&h=KAQH3hzJg&enc=AZNBxRyG8NRivH6F_MTGHMRC-TEzq78-gSvgw54YZQgFv8fPPQarKqskydg_5W6aziGBWEHeJdk18J-pOtbEWMiRoqWPT2wyYlzFQtI9pg0AJ1qFHjKs4U7Nc1zgoRKIKBvyUj-MIOi2D7tvenXqvnE3M-c7JBeB7xTAYICCehjFzTQQ2fZoCVkr0GZ9XPw4e0JlU8q68Z9F5mmWRwx2VqZdrlLVzgZdUsokLAUZOTH08LfnJQD2Nv1amztuo7rCgqUIKx8wCcBAVzQk3h9GtsotV5frlrdZqbTLRNXCgfOU1iBLmwKhPM0z_4_qZr5NZYhpEVKK84I0B1PL7J8_EwG7" data-gt="{&quot;appid&quot;:&quot;505569762793757&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;11&quot;,&quot;bmid&quot;:&quot;505569762793757&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;4890665236852244395&quot;,&quot;service&quot;:&quot;ARgpalkEEgh2NTB9czG133mn8UwfIQM3FlaVN4_oku71M5dGys1A34I9fI6nkl-NLYD9Sp7Znqlzkxty10IMVlK457I&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=505569762793757&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fcom_octro_rummy%252F%253Ffbs%253D1303%26h%3DKAQH3hzJg%26enc%3DAZNBxRyG8NRivH6F_MTGHMRC-TEzq78-gSvgw54YZQgFv8fPPQarKqskydg_5W6aziGBWEHeJdk18J-pOtbEWMiRoqWPT2wyYlzFQtI9pg0AJ1qFHjKs4U7Nc1zgoRKIKBvyUj-MIOi2D7tvenXqvnE3M-c7JBeB7xTAYICCehjFzTQQ2fZoCVkr0GZ9XPw4e0JlU8q68Z9F5mmWRwx2VqZdrlLVzgZdUsokLAUZOTH08LfnJQD2Nv1amztuo7rCgqUIKx8wCcBAVzQk3h9GtsotV5frlrdZqbTLRNXCgfOU1iBLmwKhPM0z_4_qZr5NZYhpEVKK84I0B1PL7J8_EwG7" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851579_668253916525340_733939297_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fbubblewitch-two%2F%3Ffbs%3D1303&h=lAQFnv-YS&enc=AZPKnmnfO6KuQfI-OkcucxYIzLRipORfRdnq2yDCSdcNHN0gordmhxyL5Sa3rVYlRupIiw6QRD_87ubFdvu65t2-vz6XAUxCwm4Px8uQas32ysPpB0Bye-y-aDB3cmr-IhQQ_Qg5k1A-j-U-wXWnxVSyXSfEIrd4P5tjHgcID9UbusKCJjbESpqxr-NcLQ1frt8BolypbQMm3r2ApUK8l731yRPXNJZIij5ZBk8-eCViEmVtDbiNk2jUXnAbaStOEywVUMSA-1jJDAks6j2No0tXtIS4U-j_c4tO1k6cEsFXOKl3J6SGEpHuJKdFWMthfv1aV8fJLHwVhq_k7l5VFF1g" data-gt="{&quot;appid&quot;:&quot;208329366039887&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;12&quot;,&quot;bmid&quot;:&quot;208329366039887&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;8031386041472413647&quot;,&quot;service&quot;:&quot;ARjucxJ2e5y8RyXFJyS-AgbhOiWzbYUhOdHrKdSzuNvXykurYn2CzbEoKIExgRL7HrXTL4KQP1Db4377EQXh0ym-TiM&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=208329366039887&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fbubblewitch-two%252F%253Ffbs%253D1303%26h%3DlAQFnv-YS%26enc%3DAZPKnmnfO6KuQfI-OkcucxYIzLRipORfRdnq2yDCSdcNHN0gordmhxyL5Sa3rVYlRupIiw6QRD_87ubFdvu65t2-vz6XAUxCwm4Px8uQas32ysPpB0Bye-y-aDB3cmr-IhQQ_Qg5k1A-j-U-wXWnxVSyXSfEIrd4P5tjHgcID9UbusKCJjbESpqxr-NcLQ1frt8BolypbQMm3r2ApUK8l731yRPXNJZIij5ZBk8-eCViEmVtDbiNk2jUXnAbaStOEywVUMSA-1jJDAks6j2No0tXtIS4U-j_c4tO1k6cEsFXOKl3J6SGEpHuJKdFWMthfv1aV8fJLHwVhq_k7l5VFF1g" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10173510_228248337381323_689149910_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fmarveltactics%2F%3Ffbs%3D1303&h=LAQHMumQo&enc=AZPT38uNpLoNM7sRCAfTDZPLdxRqr639S5FWpL7zTbPaa18S8raRYKQZxg8BIPubrpJB4xE-rgr9QTu80Y6pmY3ZaGszGet2ESppQgdboDQ4yCgm2jaYlEEv6JborDpK1uE5AXQ4r21xDHcYGtDaazqQJ0v7ax3M1xBzPcYuGAzWR79-w-TAYvJxhVkbpyby-rYBG3P4Dvk6UNdeI5HlSfZtEzcdZqXQfvqX7EK6UBTSvi_Mieq8IxKoYSOXo_NfARnNbNmSHUa9RdA-MyyngTJvLrR7GjA9KGb8EMdzklcZSVX34zrDAWdPk4nJTaBDIRuN_KoFUCp7WPJGyInQ0sTY" data-gt="{&quot;appid&quot;:&quot;434013786672157&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;13&quot;,&quot;bmid&quot;:&quot;434013786672157&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;7167404980565671535&quot;,&quot;service&quot;:&quot;ARiPutTsSgZePcBhlpQEwDFNfDoJ0jqvXvfiU-1DXuqXD35K59cR0bSnN_pGv5w1W6nHtW196bMS2OE5JXEQ9qz-AFw&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=434013786672157&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fmarveltactics%252F%253Ffbs%253D1303%26h%3DLAQHMumQo%26enc%3DAZPT38uNpLoNM7sRCAfTDZPLdxRqr639S5FWpL7zTbPaa18S8raRYKQZxg8BIPubrpJB4xE-rgr9QTu80Y6pmY3ZaGszGet2ESppQgdboDQ4yCgm2jaYlEEv6JborDpK1uE5AXQ4r21xDHcYGtDaazqQJ0v7ax3M1xBzPcYuGAzWR79-w-TAYvJxhVkbpyby-rYBG3P4Dvk6UNdeI5HlSfZtEzcdZqXQfvqX7EK6UBTSvi_Mieq8IxKoYSOXo_NfARnNbNmSHUa9RdA-MyyngTJvLrR7GjA9KGb8EMdzklcZSVX34zrDAWdPk4nJTaBDIRuN_KoFUCp7WPJGyInQ0sTY" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851589_631959956877538_451647415_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fyahtzzy%2F%3Ffbs%3D1303&h=OAQFDVGjI&enc=AZNunaYvgoGLVhS8NSCHXiBspbvd6cr3ltKBHQ8iiHVQOv_t85AY6bDih5pEk_oPiNn4KGFDjYg9q5SqDGmEkNt_Q4zvhL-IRfbKKSSeoP8JtKQ5QhHEwpvXRDtPTEdx5VFnNynlbyF4yUzW-9x_lDEBmEZb1jcQ3tdtRO0WgwIJEm1Xu9B4So2vdaH4z0pP-qsWFaays5Z1RnrlTu2ZuSwTijbJduwa8U1kflmJJJq4WFb4Zn6I0k3YAguyvlnicz70YkX97_1sAEWYu1fKsYnytjSdF_Gn3yNxIRW-bb8JTl_kbOuvaxqOfIxLC8Aba9do7RVs0ybA-eWvk2oVpAkJ" data-gt="{&quot;appid&quot;:&quot;247505990754&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;14&quot;,&quot;bmid&quot;:&quot;247505990754&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;2743293516773225455&quot;,&quot;service&quot;:&quot;ARh9-zxhVEPiOn9jBLezN50Wm8MBg_vYIhSquI1laFmxj8Az7EANqGwldsOEqBn1vVE4dexpDUEjb6CzbUlH4thnY3Y&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=247505990754&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fyahtzzy%252F%253Ffbs%253D1303%26h%3DOAQFDVGjI%26enc%3DAZNunaYvgoGLVhS8NSCHXiBspbvd6cr3ltKBHQ8iiHVQOv_t85AY6bDih5pEk_oPiNn4KGFDjYg9q5SqDGmEkNt_Q4zvhL-IRfbKKSSeoP8JtKQ5QhHEwpvXRDtPTEdx5VFnNynlbyF4yUzW-9x_lDEBmEZb1jcQ3tdtRO0WgwIJEm1Xu9B4So2vdaH4z0pP-qsWFaays5Z1RnrlTu2ZuSwTijbJduwa8U1kflmJJJq4WFb4Zn6I0k3YAguyvlnicz70YkX97_1sAEWYu1fKsYnytjSdF_Gn3yNxIRW-bb8JTl_kbOuvaxqOfIxLC8Aba9do7RVs0ybA-eWvk2oVpAkJ" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851563_10151894943095755_858590872_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fhappyacres%2F%3Ffbs%3D1303&h=lAQFnv-YS&enc=AZPOZ4s2z9Z6McNhx2-uUN2CE_bXYIv6dPu9-k2NLW4YR5AMKAYyY2VUIe3c3hdMYAQOP-WSL8U_VEovoqQ3Ocnx8R2v9MLH6RlbJ4otE2OPUHtq6APY-3yk4OTvlIw1B3s6ByWOhKij-OfIFSuJ1VHGjC576ai5qouPFx5hRg1vs4yugGIrFNY4lhu8kM75uEqf9pdvdS8Mt2HdKEITiB-jS-sjWMQkpdCvceuZKsez7xa3IFle-2iD3Qu8Tw0vnJ3AWVB3DkavZD8jQ-JihcgS367hkqYcwbNSK4afFrEME6W9Bt4hSRiiz7zTZvRw2G0iO4qCeQ1niZik_XXfEZ12" data-gt="{&quot;appid&quot;:&quot;1429718607279626&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;15&quot;,&quot;bmid&quot;:&quot;1429718607279626&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;6966588398406184753&quot;,&quot;service&quot;:&quot;ARiMd7xiPOXa1EHy4mTD2-7bWxI4HiAjDPTPuwwd0-85yBoGoL-iRhXPSo8hkpH6t4K0A1cPC9kgJEeezgF3O68UYYM&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=1429718607279626&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fhappyacres%252F%253Ffbs%253D1303%26h%3DlAQFnv-YS%26enc%3DAZPOZ4s2z9Z6McNhx2-uUN2CE_bXYIv6dPu9-k2NLW4YR5AMKAYyY2VUIe3c3hdMYAQOP-WSL8U_VEovoqQ3Ocnx8R2v9MLH6RlbJ4otE2OPUHtq6APY-3yk4OTvlIw1B3s6ByWOhKij-OfIFSuJ1VHGjC576ai5qouPFx5hRg1vs4yugGIrFNY4lhu8kM75uEqf9pdvdS8Mt2HdKEITiB-jS-sjWMQkpdCvceuZKsez7xa3IFle-2iD3Qu8Tw0vnJ3AWVB3DkavZD8jQ-JihcgS367hkqYcwbNSK4afFrEME6W9Bt4hSRiiz7zTZvRw2G0iO4qCeQ1niZik_XXfEZ12" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10173500_1447883952129758_1616764807_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx _2xn"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fcookiejam%2F%3Ffbs%3D1303&h=SAQF28EwT&enc=AZNVjGmn7SB1qlixbcRc4h2D6HFQ-_9l-nIrXHiqouIrIOUe-qOq2eD9QajsZSKzrwim0dzglL0zP7nMK3uDQkwv2cDKeMTj4VHzM3zVWr8dJhBL63_w_wesCeb7c00oEbuK7h2DMGuCZYOmkTQD-E0Do_FF3re6-ftIKjK-01d-kM5yVcgio3zct_3owDbyAal8YcKorl2JT_jPZxDIx4NaJzrJjNkDcr32z3EafZrYv5Bt9XjKjIWJjWqLG95t-oNcCyRwWtc3yQpSboX6xr7YIUw0I-qkxOPjy-R5kNqxJt4XKcgFo4tSCG8MIXrHdAvz1TZ-InHRcDxxwAbVBIE0" data-gt="{&quot;appid&quot;:&quot;405661196232030&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;16&quot;,&quot;bmid&quot;:&quot;405661196232030&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;1677282115855443823&quot;,&quot;service&quot;:&quot;ARinTwUFrUcyIcZkOxvFgR_bfu9WxLJXgoyFtXAAECV0N7Keo0U7nuTDDw0U_tFeE-9W3Y3-q11WrisKxTr6hI4oXsE&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=405661196232030&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fcookiejam%252F%253Ffbs%253D1303%26h%3DSAQF28EwT%26enc%3DAZNVjGmn7SB1qlixbcRc4h2D6HFQ-_9l-nIrXHiqouIrIOUe-qOq2eD9QajsZSKzrwim0dzglL0zP7nMK3uDQkwv2cDKeMTj4VHzM3zVWr8dJhBL63_w_wesCeb7c00oEbuK7h2DMGuCZYOmkTQD-E0Do_FF3re6-ftIKjK-01d-kM5yVcgio3zct_3owDbyAal8YcKorl2JT_jPZxDIx4NaJzrJjNkDcr32z3EafZrYv5Bt9XjKjIWJjWqLG95t-oNcCyRwWtc3yQpSboX6xr7YIUw0I-qkxOPjy-R5kNqxJt4XKcgFo4tSCG8MIXrHdAvz1TZ-InHRcDxxwAbVBIE0" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851538_467953850002764_1141676735_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fjellyglutton%2F%3Ffbs%3D1303&h=DAQFHQ-i5&enc=AZPhELqZ6secMNwSGFBguk01iCTo8Sz0bQmeQ9g6EQhIEluQfISoyiADRCQ7W6Nryc1mciBujqQiOcx_zpD_Hhr0h15vnYXmQZseyGyM50lRWiFwi-k4HcTX8XMZqOnwHtn0bV5wywwp1OgZ1kSrBbFHJ15i__VBIH0C6pgrqYT4QPv8JOCBHdurOr4-xbg48ElFUZ3buFDF0zuDm2NVxrg1eVZ38SDNwzXZnPIsUfumOgiOgYPO4rBgjA4dbg-9u5OK3TdvYtD7Rl_vGqNR78SLOQVGj0sD_q4jRO9CBrp8E_1wZMBJWgGGs4V_33yZ5oIXeULp8Jt1agpEdUjiG3sQ" data-gt="{&quot;appid&quot;:&quot;444819265587520&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;17&quot;,&quot;bmid&quot;:&quot;444819265587520&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;5392464154549411127&quot;,&quot;service&quot;:&quot;ARhJGjwcF01bmL408HcIVQDu-8GuQncDh35sq-oRz8I4rrc1VkH18oxryp7oCFyWpvxoRFX10ksRk2scm7z7jIu6Vl8&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=444819265587520&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fjellyglutton%252F%253Ffbs%253D1303%26h%3DDAQFHQ-i5%26enc%3DAZPhELqZ6secMNwSGFBguk01iCTo8Sz0bQmeQ9g6EQhIEluQfISoyiADRCQ7W6Nryc1mciBujqQiOcx_zpD_Hhr0h15vnYXmQZseyGyM50lRWiFwi-k4HcTX8XMZqOnwHtn0bV5wywwp1OgZ1kSrBbFHJ15i__VBIH0C6pgrqYT4QPv8JOCBHdurOr4-xbg48ElFUZ3buFDF0zuDm2NVxrg1eVZ38SDNwzXZnPIsUfumOgiOgYPO4rBgjA4dbg-9u5OK3TdvYtD7Rl_vGqNR78SLOQVGj0sD_q4jRO9CBrp8E_1wZMBJWgGGs4V_33yZ5oIXeULp8Jt1agpEdUjiG3sQ" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10333116_674573652612079_1839738247_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fgoldfishcasinoslots%2F%3Ffbs%3D1303&h=DAQFHQ-i5&enc=AZOVpfG_otuutajW9S1p32zy3L0W6Qch3w8vql2BTXqDubINjV5cMMx5-KeLqOlyy675wKpNSD4Bza-jlrTUevpD0_RYLbx4A98hZb9Sf4vgJZv069NOmPI7c3QM9CTgK1pcGc-ZFr-dimkAhgpYTBxJv0mjsrzX7wueU9vOqxWuwUy-ApoD2kuJAFcLw_JsR50hnReIm8Mnf6_FQ9UF87-4aqRENXP5pI4a4IJIf-UggwMJSgVk8VgTOzjwfMNReQNhsK5-EjTlNtPu7zoHRgwMdO8YCptMaQVEEt7IDfS-NyFnFbPuUUWoQxs7PZMR47iec9voLt9WK9Gsa0prjkiU" data-gt="{&quot;appid&quot;:&quot;262467003912355&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;18&quot;,&quot;bmid&quot;:&quot;262467003912355&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;6232588069835112385&quot;,&quot;service&quot;:&quot;ARh1TUVtotxqHxo8NA7Ich7ixgL-WXSGU4jN6liiRWWdePvLH_dNRQjnt4oCczIfCZ4Mu62QwUcAjbYWwpYb69aQc0w&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=262467003912355&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fgoldfishcasinoslots%252F%253Ffbs%253D1303%26h%3DDAQFHQ-i5%26enc%3DAZOVpfG_otuutajW9S1p32zy3L0W6Qch3w8vql2BTXqDubINjV5cMMx5-KeLqOlyy675wKpNSD4Bza-jlrTUevpD0_RYLbx4A98hZb9Sf4vgJZv069NOmPI7c3QM9CTgK1pcGc-ZFr-dimkAhgpYTBxJv0mjsrzX7wueU9vOqxWuwUy-ApoD2kuJAFcLw_JsR50hnReIm8Mnf6_FQ9UF87-4aqRENXP5pI4a4IJIf-UggwMJSgVk8VgTOzjwfMNReQNhsK5-EjTlNtPu7zoHRgwMdO8YCptMaQVEEt7IDfS-NyFnFbPuUUWoQxs7PZMR47iec9voLt9WK9Gsa0prjkiU" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851561_276330705859318_1782115717_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li></ul></div><a class="_2xx _56v- _56v_" aria-label="Previous" href="https://www.facebook.com/#" role="button"><div class="_4d9x"></div></a><a class="_2xw _56v- _56w0" aria-label="Next" href="https://www.facebook.com/#" role="button"><div class="_4d9x"></div></a></div><div class="_56vv _56vy"></div></div></div></div><div class="fbSidebarGripper" data-ft="{&quot;tn&quot;:&quot;+V&quot;}" id="apps_gripper"><div class="gripInner"><span class="gripNuclear"></span></div></div><div class="" id="pagelet_ticker" style="height: 0.0000001%;"></div><div class="fbSidebarGripper" data-ft="{&quot;tn&quot;:&quot;+V&quot;}" id="u_0_38"><div class="gripInner"><span class="gripNuclear"></span></div></div><div class="fbChatSidebarBody" style="height: 264px;"><div class="uiScrollableArea scrollableOrderedList _5qmw fade uiScrollableAreaWithTopShadow contentAfter" style="width:205px;" id="u_0_39"><div class="uiScrollableAreaWrap scrollable" aria-label="Scrollable region" role="group" tabindex="0"><div class="uiScrollableAreaBody" style="width:205px;"><div class="uiScrollableAreaContent"><div data-ft="{&quot;tn&quot;:&quot;+]&quot;}" id="u_0_3a"><ul class="fbChatOrderedList clearfix"><li data-reactid=".11" id="js_24"><ul data-reactid=".11.$ordered_list"><li class="_42fz _570-" data-id="1139985295" data-reactid=".11.$ordered_list.$1139985295"><a class="_55ln" href="https://www.facebook.com/messages/1139985295" rel="ignore" data-reactid=".11.$ordered_list.$1139985295.0"><div class="_55lp" data-reactid=".11.$ordered_list.$1139985295.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$1139985295.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$1139985295.0.0.0.0"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$1139985295.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$1139985295.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$1139985295.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$1139985295.0.0.2">Satya Prakash</div><div class="_55ls" data-reactid=".11.$ordered_list.$1139985295.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="1836900805" data-reactid=".11.$ordered_list.$1836900805"><a class="_55ln" href="https://www.facebook.com/messages/1836900805" rel="ignore" data-reactid=".11.$ordered_list.$1836900805.0"><div class="_55lp" data-reactid=".11.$ordered_list.$1836900805.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$1836900805.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$1836900805.0.0.0.0"><img src="./ui_files/1425715_10200166512685669_876894750_n(1).jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$1836900805.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$1836900805.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$1836900805.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$1836900805.0.0.2">Ramanagoud Parakanalli</div><div class="_55ls" data-reactid=".11.$ordered_list.$1836900805.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="100002098234331" data-reactid=".11.$ordered_list.$100002098234331"><a class="_55ln" href="https://www.facebook.com/messages/100002098234331" rel="ignore" data-reactid=".11.$ordered_list.$100002098234331.0"><div class="_55lp" data-reactid=".11.$ordered_list.$100002098234331.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$100002098234331.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$100002098234331.0.0.0.0"><img src="./ui_files/320594_180437935369480_1229729853_n.jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$100002098234331.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$100002098234331.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$100002098234331.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$100002098234331.0.0.2">Anokh Kishore</div><div class="_55ls" data-reactid=".11.$ordered_list.$100002098234331.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="750680493" data-reactid=".11.$ordered_list.$750680493"><a class="_55ln" href="https://www.facebook.com/messages/750680493" rel="ignore" data-reactid=".11.$ordered_list.$750680493.0"><div class="_55lp" data-reactid=".11.$ordered_list.$750680493.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$750680493.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$750680493.0.0.0.0"><img src="./ui_files/1959374_10153805104400494_1295435059_n(1).jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$750680493.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$750680493.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$750680493.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$750680493.0.0.2">Debashish Sinha</div><div class="_55ls" data-reactid=".11.$ordered_list.$750680493.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="667696180" data-reactid=".11.$ordered_list.$667696180"><a class="_55ln" href="https://www.facebook.com/messages/667696180" rel="ignore" data-reactid=".11.$ordered_list.$667696180.0"><div class="_55lp" data-reactid=".11.$ordered_list.$667696180.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$667696180.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$667696180.0.0.0.0"><img src="./ui_files/10487591_10152538105151181_6603538750212101324_n.jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$667696180.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$667696180.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$667696180.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$667696180.0.0.2">Saurav Biswas</div><div class="_55ls" data-reactid=".11.$ordered_list.$667696180.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="581860218" data-reactid=".11.$ordered_list.$581860218"><a class="_55ln" href="https://www.facebook.com/messages/581860218" rel="ignore" data-reactid=".11.$ordered_list.$581860218.0"><div class="_55lp" data-reactid=".11.$ordered_list.$581860218.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$581860218.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$581860218.0.0.0.0"><img src="./ui_files/1896767_10152157479905219_443007042_n(1).jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$581860218.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$581860218.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$581860218.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$581860218.0.0.2">Abhinav Bhaskar</div><div class="_55ls" data-reactid=".11.$ordered_list.$581860218.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="631845375" data-reactid=".11.$ordered_list.$631845375"><a class="_55ln" href="https://www.facebook.com/messages/631845375" rel="ignore" data-reactid=".11.$ordered_list.$631845375.0"><div class="_55lp" data-reactid=".11.$ordered_list.$631845375.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$631845375.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$631845375.0.0.0.0"><img src="./ui_files/10001280_10152211779230376_586421533_n.jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$631845375.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$631845375.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$631845375.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$631845375.0.0.2">Anshuman Prakash</div><div class="_55ls" data-reactid=".11.$ordered_list.$631845375.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="100001787324785" data-reactid=".11.$ordered_list.$100001787324785"><a class="_55ln" href="https://www.facebook.com/messages/100001787324785" rel="ignore" data-reactid=".11.$ordered_list.$100001787324785.0"><div class="_55lp" data-reactid=".11.$ordered_list.$100001787324785.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$100001787324785.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$100001787324785.0.0.0.0"><img src="./ui_files/1966756_627201314016107_1738068687_n.jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$100001787324785.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$100001787324785.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$100001787324785.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$100001787324785.0.0.2">Ashi Ashi</div><div class="_55ls" data-reactid=".11.$ordered_list.$100001787324785.0.0.3"></div></div></a></li></ul></li></ul></div></div></div></div><div class="uiScrollableAreaTrack invisible_elem"><div class="uiScrollableAreaGripper" style="height: 226.28571428571428px; top: 0px;"></div></div></div><div class="fbChatTypeaheadView hidden_elem" id="u_0_36"></div></div><div class="fbChatSidebarMessage clearfix"><img class="img" src="./ui_files/-PAXP-deijE.gif" alt="" width="1" height="1"><div class="message fcg"><a href="https://www.facebook.com/#" class="fbChatGoOnlineLink">Turn on chat</a> to see who's available.</div></div><table class="uiGrid _51mz _4oes" cellspacing="0" cellpadding="0" data-ft="{&quot;tn&quot;:&quot;+U&quot;}"><tbody><tr class="_51mx"><td class="_51m-"><div class="uiTypeahead uiClearableTypeahead fbChatTypeahead _5q88" data-ft="{&quot;tn&quot;:&quot;+Q&quot;}" id="u_0_3b"><div class="wrap"><i class="_5q87"></i><button class="_42ft _5upp _5xsk clear uiTypeaheadCloseButton" title="Clear" onclick="" type="button" id="u_0_3c">Clear</button><input type="hidden" autocomplete="off" class="hiddenInput"><div class="innerWrap"><input type="text" class="inputtext inputsearch textInput DOMControl_placeholder" autocomplete="off" placeholder="Search" aria-autocomplete="list" aria-expanded="false" aria-owns="typeahead_list_u_0_3b" aria-haspopup="true" role="combobox" spellcheck="false" value="Search" aria-label="Search" id="u_0_3d"></div><span class="img _55ym _55yn _55yo _5fzu" aria-label="Loading..." aria-busy="1"></span></div></div></td><td class="_51m-"><div><div class="_6a _6e uiPopover _5qth" id="u_0_3f"><a data-hover="tooltip" aria-label="Options" class="_5vmb button _p" href="https://www.facebook.com/#" data-ft="{&quot;tn&quot;:&quot;p&quot;}" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_3g"></a></div></div></td><td class="_51m-"><div><a data-hover="tooltip" class="_5q85" href="https://www.facebook.com/#" ajaxify="/ajax/messaging/composer.php" rel="dialog" id="u_0_3h" role="button" aria-label="New Message"></a></div></td></tr></tbody></table></div></div><div id="pagelet_dock" data-referrer="pagelet_dock"><div class="_50-- fbDockWrapper fbDockWrapperRight _5q5b" id="u_0_5w"><div class="fbDock clearfix"><div class="clearfix nubContainer rNubContainer"><div id="ChatTabsPagelet" data-referrer="ChatTabsPagelet"><div class="fbNubGroup clearfix _56oy" id="u_0_5x"><div class="uiToggle _50-v fbNub _51jt hidden_elem"><a class="fbNubButton" tabindex="0" href="https://www.facebook.com/#" rel="toggle" role="button"><i class="messagesIcon img sp_xFwBv1W8Ynk sx_f4295b"></i><span></span><span class="_5ugh _5ugg hidden_elem _51jw" id="u_0_q">0</span></a><div class="fbNubFlyout uiToggleFlyout noTitlebar"><div class="fbNubFlyoutOuter"><div class="fbNubFlyoutInner"><div class="fbNubFlyoutBody scrollable"><div class="fbNubFlyoutBodyContent"><div role="menu" class="uiMenu"><ul class="uiMenuInner"><li class="uiMenuItem" data-label="Dummy"><a class="itemAnchor" role="menuitem" tabindex="0" href="https://www.facebook.com/#"><span class="itemLabel fsm"> Dummy </span></a></li></ul></div></div></div></div></div></div></div><div class="fbNubGroup clearfix videoCallEnabled" id="u_0_5y"><div class="fbNub _50-v _50mz _50m_ opened"><a class="fbNubButton" tabindex="0" role="button"><div class="clearfix fbChatTab"><div class="funhouse rfloat _ohf"><div class="close" title="Close"></div></div><div class="wrapWrapper"><div class="wrap"><div class="clearfix"><span class="_5ugh _5ugg _51jx lfloat _ohe hidden_elem" id="u_0_12">0</span><div class="name fwb">Satya Prakash</div></div></div></div></div></a><div class="fbNubFlyout fbDockChatTabFlyout uiContextualLayerParent" role="complementary" data-ft="{&quot;tn&quot;:&quot;+M&quot;}" aria-labelledby="u_0_10" style="max-height: 499px;"><div class="fbNubFlyoutOuter" style="max-height: 499px;"><div class="fbNubFlyoutInner"><div class="clearfix fbNubFlyoutTitlebar titlebar" data-ft="{&quot;tn&quot;:&quot;+J&quot;}"><div class="mls titlebarButtonWrapper rfloat _ohf"><a data-hover="tooltip" aria-label="Add more friends to chat" class="addToThread button" data-ft="{&quot;tn&quot;:&quot;+F&quot;}" role="button" tabindex="0" id="js_57"></a><a data-hover="tooltip" aria-label="You must be online to make a call." class="videoicon button" data-gt="{&quot;videochat&quot;:&quot;call_clicked_chat_tab&quot;}" data-ft="{&quot;tn&quot;:&quot;+P&quot;}" role="button" tabindex="0" id="js_86"></a><div class="uiSelector inlineBlock _510p"><div class="uiToggle wrap"><a data-hover="tooltip" aria-label="Options" data-tooltip-alignh="center" class="button uiSelectorButton" data-ft="{&quot;tn&quot;:&quot;p&quot;}" role="button" aria-haspopup="1" rel="toggle" tabindex="0" id="js_87" aria-expanded="false"></a><div class="uiSelectorMenuWrapper uiToggleFlyout"><div role="menu" class="uiMenu uiSelectorMenu"><ul class="uiMenuInner"><li class="uiMenuItem" data-label="See Full Conversation"><a class="itemAnchor" role="menuitem" tabindex="0" href="https://www.facebook.com/messages/1139985295"><span class="itemLabel fsm">See Full Conversation</span></a></li><li class="uiMenuItem"><form action="https://upload.facebook.com/ajax/mercury/upload.php" method="post" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_0_13" enctype="multipart/form-data" class=""><input type="hidden" name="fb_dtsg" value="AQFcXAeFeVL6" autocomplete="off"><input type="hidden" autocomplete="off" name="attach_id"><div class="_6a _m _4q60 itemLabel"><a class="_4q61 itemAnchor" tabindex="0">Add Files...<div class="_3jk"><input type="file" class="_n _5f0v" name="attachment[]" multiple="1" id="js_27"></div></a></div></form></li><li class="uiMenuItem" data-label="Add Friends to Chat..."><a class="itemAnchor" role="menuitem" tabindex="0"><span class="itemLabel fsm">Add Friends to Chat...</span></a></li><li class="uiMenuItem" data-label=""><a class="itemAnchor" role="menuitem" tabindex="0">Go online</a></li><li class="uiMenuSeparator"></li><li class="uiMenuItem" data-label="Mute Conversation..."><a class="itemAnchor" role="menuitem" tabindex="0"><span class="itemLabel fsm">Mute Conversation...</span></a></li><li class="uiMenuItem hidden_elem" data-label="Unmute Conversation"><a class="itemAnchor" role="menuitem" tabindex="0"><span class="itemLabel fsm">Unmute Conversation</span></a></li><li class="uiMenuItem" data-label="Clear Window"><a class="itemAnchor" role="menuitem" tabindex="0"><span class="itemLabel fsm">Clear Window</span></a></li><li class="uiMenuSeparator"></li><li class="uiMenuItem" data-label="Report as Spam or Abuse..."><a class="itemAnchor" role="menuitem" tabindex="0"><span class="itemLabel fsm">Report as Spam or Abuse...</span></a></li></ul></div></div></div></div><a class="close button" data-ft="{&quot;tn&quot;:&quot;+\u003C&quot;}" role="button" tabindex="0" data-hover="tooltip" aria-label="Close tab"></a></div><div class="titlebarLabel clearfix"><h4 class="titlebarTextWrapper"><img class="_51sn img" src="./ui_files/-PAXP-deijE.gif" width="1" height="1"><a class="titlebarText" href="https://www.facebook.com/satya.prakash.96558061" aria-level="3" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="u_0_10" role="button">Satya Prakash</a></h4></div></div><div class="fbNubFlyoutHeader"><div class="_1sk5"><div class="_1sk6" style="bottom: 0px;"><div class="pas _1sk1"><div class="_1skc"></div><span class="_1skd fcg">To chat with Satya and other friends, <a href="https://www.facebook.com/#" class="fbChatGoOnlineLink">turn on chat</a>.</span></div></div></div></div><div class="_1ia" id="js_26"><div class="fbNubFlyoutBody scrollable" data-ft="{&quot;tn&quot;:&quot;+L&quot;}" style="height: 187px;"><div class="fbNubFlyoutBodyContent"><table class="uiGrid _51mz conversationContainer" cellspacing="0" cellpadding="0" role="log"><tbody><tr class="_51mx"><td class="_51m- vBot _51mw"><div class="accessible_elem">Chat Conversation Start</div><img class="pvm loading hidden_elem img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"><div class="conversation" aria-live="polite" aria-atomic="false" id="u_0_11"><div data-reactid=".1h"><div class="_5w-5" data-reactid=".1h.$db=2mid=11406129201342=261d9714adac7b01106"><div class="_5w-6" data-reactid=".1h.$db=2mid=11406129201342=261d9714adac7b01106.0"><abbr class="livetimestamp" title="Wednesday 8:56pm" data-utime="1406129201" data-reactid=".1h.$db=2mid=11406129201342=261d9714adac7b01106.0.0">Wednesday 8:56pm</abbr></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="8:56pm" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106"><div class="_5wd9" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:0.0.0"><div data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:0.0.0.0.0"><span class="null">hahaha</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60"><a aria-label="Jul 23rd, 8:57pm" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.1"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:0.0.0"><div data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:0.0.0.0.0"><span class="null">ye python withon to tcs,infy wale use karte hai scripting ke liye,apan to JP morgan jayege</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="8:57pm" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540"><div class="_5wd9" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:0.0.0"><div data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:0.0.0.0.0"><span class="null">yesss.. ab bohat ho gya..</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="8:57pm" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612"><div class="_5wd9" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:0.0.0"><div data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:0.0.0.0.0"><span class="null">next jump has to be giant</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9 _2cnu" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324"><a aria-label="Jul 23rd, 8:58pm" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.1"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:0.0.0"><div data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:0.0.0.0.0"><span class="null">hmmm wo to hona hi hai</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9 _2cnu" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42"><a aria-label="Jul 23rd, 8:58pm" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.1"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:0.0.0"><div data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:0.0.0.0.0"><span class="null">as we are still trying <span class="emoticon_text" aria-hidden="true">:)</span><span title=":)" class="emoticon emoticon_smile"></span></span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="8:58pm" data-reactid=".1h.$mid=11406129324406=22963863de0af647687"><div class="_5wd9" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:0.0.0"><div data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:0.0.0.0.0"><span class="null">yes..</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="8:58pm" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93"><div class="_5wd9" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:0.0.0"><div data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:0.0.0.0.0"><span class="null">byee. m going for dinner</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9 _2cnu" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79"><a aria-label="Jul 23rd, 8:59pm" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.1"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:0.0.0"><div data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:0.0.0.0.0"><span class="null">ok byzz</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:1.0.1"></span></div></div></div><div class="_5w-5" data-reactid=".1h.$db=2mid=11406489180178=2a790f1e26748a15a99"><div class="_5w-6" data-reactid=".1h.$db=2mid=11406489180178=2a790f1e26748a15a99.0"><abbr class="livetimestamp" title="12:56am" data-utime="1406489180" data-reactid=".1h.$db=2mid=11406489180178=2a790f1e26748a15a99.0.0">about an hour ago</abbr></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99"><a aria-label="12:56am" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.1" id="js_28"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:0.0.0"><div data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:0.0.0.0.0"><span class="null"><a class="_553k" href="https://github.com/satyaprakash1985/datasciencecoursera/HelloWorld.md" target="_blank" rel="nofollow">https://github.com/satyaprakash1985/datasciencecoursera/HelloWorld.md</a></span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:1.0.0"></div><span data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="1:24am" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;"><div class="_5wd9" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:0"><div class="_5wde" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:0.0"><div class="_5wdf _5w1r" style="max-width: 182px;" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:0.0.0"><div data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:0.0.0.0.0"><span class="null"><a class="_553k" href="http://pdfcrowd.com/#convert_by_upload" target="_blank" rel="nofollow">http://pdfcrowd.com/#convert_by_upload</a></span></span></div><div class="_5wdd clearfix _5h9y" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:0.0.0.1"><div class="_59go noMedia"><div class="clearfix MercuryExternalLink"><div class="_rpb clearfix stat_elem lfloat _ohe hidden_elem"><a class="_ksh" aria-label="Uploaded" href="http://l.facebook.com/l.php?u=http%3A%2F%2Fpdfcrowd.com%2F%23convert_by_upload&h=ZAQFXAOn1&s=1" role="img" target="_blank" rel="ignore"><img alt="" src="./ui_files/drP8vlvSl_8.gif"></a><div class="_5sly hidden_elem"><div class="_5e4h _5e2k _5e2l" id="u_0_14"><div class="_5e4k _5e2d" style="width:0%"></div></div></div><div class="_5uf0 hidden_elem"><label class="uiCloseButton uiCloseButtonSmall uiCloseButtonSmallDark" for="u_0_15"><input aria-label="Remove" title="Remove" type="button" id="u_0_15"></label></div></div><div class="MercuryLinkRight rfloat _ohf"><div class="MercuryLinkTitle"><a class="linkTitle" target="_blank" href="http://pdfcrowd.com/#convert_by_upload" role="button" rel="ignore">Convert HTML to PDF online, Web/HTML to PDF API</a></div><div class="fsm fwn fcg">pdfcrowd.com</div></div></div></div></div></div></div></div><div class="_3ry4" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:1.0"><div class="_2fs1" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:1.0.0"></div><span data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227"><a aria-label="1:25am" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.1" id="js_88"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:0.0.0"><div data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:0.0.0.0.0"><span class="null">pro</span></span></div><div class="_5wdd clearfix _5h9y" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:0.0.0.1"><div class="_59go _59gq MercuryDefaultIcon"><a class="uiIconText _3tn" href="https://www.facebook.com/ajax/messaging/attachment.php?attach_id=cbd05136080ac6d9b13a0db3fd5c4de2&mid=mid.1406490900767%3Ae7cc86d8fff66a5227&hash=AQAFzBE1twM_Ann4" role="button" rel="ignore"><i class="img sp_zx-0ABL3iAw sx_d99395"></i><span class="_59gp">Project.html</span></a></div></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:1.0.0"></div><span data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="1:27am" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;"><div class="_5wd9" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:0"><div class="_5wde" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:0.0.0"><div data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:0.0.0.0.0"><span class="null">see</span></span></div><div class="_5wdd clearfix _5h9y" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:0.0.0.1"><div class="_59go _59gq MercuryDefaultIcon"><a class="uiIconText _3tn" href="https://www.facebook.com/ajax/messaging/attachment.php?attach_id=a0e0ddcb13213ef0a4665e957a2c934c&mid=mid.1406491034398%3Aeda78c8bc22944a703&hash=AQAywj2dPDBCXmaV" role="button" rel="ignore"><i class="img sp_zx-0ABL3iAw sx_d99395"></i><span class="_59gp">Project.html.pdf</span></a></div></div></div></div></div><div class="_3ry4" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:1.0"><div class="_2fs1" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:1.0.0"></div><span data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:1.0.1"></span></div></div></div><div class="_5w-5" data-reactid=".1h.$db=2mid=11406494710160=25183d40ca9fc9ffe61"><div class="_5w-6" data-reactid=".1h.$db=2mid=11406494710160=25183d40ca9fc9ffe61.0"><abbr class="livetimestamp" title="2:28am" data-utime="1406494710" data-reactid=".1h.$db=2mid=11406494710160=25183d40ca9fc9ffe61.0.0">2 minutes ago</abbr></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61"><a aria-label="2:28am" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.1" id="js_107"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:0.0.0"><div data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:0.0.0.0.0"><span class="null">a</span></span></div><div class="_5wdd clearfix _5h9y" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:0.0.0.1"><div class="_59go _59gq MercuryTextIcon"><a class="uiIconText _3tn" href="https://www.facebook.com/ajax/messaging/attachment.php?attach_id=0578ebea84cec19b209a000e42871f1d&mid=mid.1406494710160%3A5183d40ca9fc9ffe61&hash=AQCU7IxhjgYt_fIz" role="button" rel="ignore"><i class="img sp_zx-0ABL3iAw sx_d99395"></i><span class="_59gp">server.R</span></a></div></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:1.0.0"></div><span data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25"><a aria-label="2:29am" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.1"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:0.0.0"><div data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:0.0.0.0.0"><span class="null">ui</span></span></div><div class="_5wdd clearfix _5h9y" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:0.0.0.1"><div class="_59go _59gq MercuryTextIcon"><a class="uiIconText _3tn" href="https://www.facebook.com/ajax/messaging/attachment.php?attach_id=4b1fcf547d9863997bcde5e58f2d4e2a&mid=mid.1406494743003%3Afa35ed11c5aa4b6b25&hash=AQCHa-pCiU5fu8z9" role="button" rel="ignore"><i class="img sp_zx-0ABL3iAw sx_d99395"></i><span class="_59gp">ui.R</span></a></div></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:1.0.0"></div><span data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:1.0.1"></span></div></div></div></div></div><div class="accessible_elem">Chat Conversation End</div><div class="_51lq"></div><div><div class="_510g none" data-reactid=".1g"><div class="_510h" data-reactid=".1g.0"></div><span class="_510f" data-reactid=".1g.1">Seen 1:27am</span></div></div></td></tr></tbody></table></div></div><div class="_4g6x"><div class="_4g6y"><div class="_4g6z _4g71">Drag Link/Files Here</div><div class="_4g6z _4g6- _4g6_">Drop Files Here</div><div class="_4g6z _4g6- _4g70">Drop Link Here</div></div></div></div><div class="fbNubFlyoutFooter"><div class="_552h"><textarea class="uiTextareaAutogrow _552m" aria-controls="u_0_11" data-ft="{&quot;tn&quot;:&quot;+N&quot;}" onkeydown="run_with(this, [&quot;legacy:control-textarea&quot;], function() {TextAreaControl.getInstance(this)});" style="height: 14px;"></textarea></div><div class="_552n" style="right: 0px;"><div class="_6a _552o"><form action="https://upload.facebook.com/ajax/mercury/upload.php" method="post" data-reactid=".1e" enctype="multipart/form-data"><input type="hidden" name="attach_id" data-reactid=".1e.0"><input type="hidden" name="images_only" value="true" data-reactid=".1e.1"><div class="_m _4q60 _3rzn _6a" data-reactid=".1e.2"><a class="_4q61 _509v" data-reactid=".1e.2.0" tabindex="0"><i class="_509w img sp_F6Afu2XGiZY sx_3b843e" alt="Camera" data-reactid=".1e.2.0.0"><u data-reactid=".1e.2.0.0.0">Camera</u></i><div class="_3jk"><input type="file" class="_n _5f0v" name="attachment[]" multiple="" accept="image/*" data-reactid=".1e.2.1" id="js_25"></div></a></div></form></div><div class="uiToggle emoticonsPanel" data-ft="{&quot;tn&quot;:&quot;+O&quot;}"><a class="_5r8g" tabindex="0" rel="toggle" role="button"><i class="emoteTogglerImg img sp_zx-0ABL3iAw sx_e3f9ff" title="Choose a sticker or emoticon"><u>Choose a sticker or emoticon</u></i><span></span><span class="tooltipNUXContainer"></span></a><div class="panelFlyout _5r8f uiToggleFlyout"><div class="_5r8p"><div class="_5r8f" data-reactid=".1f"><div class="_5r8e" data-reactid=".1f.0"><div class="_5r85" data-reactid=".1f.0.0"><a aria-label="Sticker Store" class="_5r86 rfloat" data-hover="tooltip" data-reactid=".1f.0.0.0" tabindex="0"><i class="_5r87 img sp_xFwBv1W8Ynk sx_3f9e59" data-reactid=".1f.0.0.0.0"></i></a><div class="_5r88" data-reactid=".1f.0.0.3"><div class="_5r89" data-reactid=".1f.0.0.3.0"></div></div></div></div><div class="_5r8m" data-reactid=".1f.1"><div class="_e0r" data-reactid=".1f.1.0"><span class="img _55ym _55yq _55yo" aria-label="Loading..." aria-busy="true" data-reactid=".1f.1.0.0"></span></div></div></div></div><div class="panelFlyoutArrow"></div></div></div></div></div><div class="fbNubFlyoutAttachments"><div class="chatAttachmentShelf hidden_elem"></div></div></div></div><div class="uiContextualLayerPositioner uiLayer hidden_elem" data-ownerid="js_107" style="width: 805px; top: 147px; right: 255px;"><div class="uiContextualLayer uiContextualLayerLeft" style="right: 0px;"><div class="uiTooltipX"><div class="tooltipContent"><div class="tooltipText"><span>2:28am</span></div></div><i class="arrow"></i></div></div></div></div></div></div></div></div><div id="BuddylistPagelet" data-referrer="BuddylistPagelet"><div class="_56ox offline"><div class="uiToggle _50-v fbNub _4mq3 hide_on_presence_error" id="fbDockChatBuddylistNub"><a class="fbNubButton" tabindex="0" data-ft="{&quot;tn&quot;:&quot;+I&quot;}" rel="toggle" role="button"><span class="_5ayx rfloat hidden_elem"></span><img class="icon lfloat img" src="./ui_files/-PAXP-deijE.gif" alt="" width="1" height="1"><span class="label">Chat (Off)</span></a><div class="fbNubFlyout uiToggleFlyout"><div class="fbNubFlyoutOuter"><div class="fbNubFlyoutInner"><div class="clearfix fbNubFlyoutTitlebar" data-jsid="nubFlyoutTitlebar" data-ft="{&quot;tn&quot;:&quot;+J&quot;}"><div class="_6a _6e uiPopover _5qth rfloat _ohf" id="u_0_61"><a data-hover="tooltip" aria-label="Options" class="_5vmb button _p" data-ft="{&quot;tn&quot;:&quot;p&quot;}" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_62" tabindex="0"></a></div><div class="titlebarLabel clearfix"><div class="titlebarTextWrapper">Chat</div></div></div><div class="fbNubFlyoutBody scrollable"><div class="fbNubFlyoutBodyContent"><div id="u_0_63"><ul class="fbChatOrderedList clearfix"><li><div class="phs fcg"><span data-jsid="message">Loading...</span></div></li></ul></div><table class="uiGrid _51mz fbChatTypeaheadViewContainer" cellspacing="0" cellpadding="0" role="log"><tbody><tr class="_51mx"><td class="_51m- vBot _51mw"><div class="fbChatTypeaheadView hidden_elem" id="u_0_5z"></div></td></tr></tbody></table></div></div><div class="fbNubFlyoutFooter"><div class="_4mq7 clearfix"><img class="img" src="./ui_files/-PAXP-deijE.gif" alt="" width="1" height="1"><div class="_4mq1 fcg"></div></div><div class="uiTypeahead uiClearableTypeahead fbChatTypeahead _5q88" data-ft="{&quot;tn&quot;:&quot;+Q&quot;}" id="u_0_64"><div class="wrap"><i class="_5q87"></i><button class="_42ft _5upp _5xsk clear uiTypeaheadCloseButton" title="Clear" onclick="" type="button" id="u_0_65">Clear</button><input type="hidden" autocomplete="off" class="hiddenInput"><div class="innerWrap"><input type="text" class="inputtext inputsearch textInput DOMControl_placeholder" autocomplete="off" placeholder="Search" aria-autocomplete="list" aria-expanded="false" aria-owns="typeahead_list_u_0_64" aria-haspopup="true" role="combobox" spellcheck="false" value="Search" aria-label="Search" id="u_0_66"></div><span class="img _55ym _55yn _55yo _5fzu" aria-label="Loading..." aria-busy="1"></span></div></div></div></div></div></div></div></div></div></div></div></div><div id="u_0_67"><ul class="hidden_elem _50d1" data-gt="{&quot;ref&quot;:&quot;beeper&quot;,&quot;jewel&quot;:&quot;notifications&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:&quot;1001&quot;}" data-reactid=".10"></ul></div></div></div><script type="text/javascript">/*<![CDATA[*/function si_cj(m){setTimeout(function(){new Image().src="https:\/\/error.facebook.com\/common\/scribe_endpoint.php?c=si_clickjacking&t=2169"+"&m="+m;},5000);}if(top!=self && !false){try{if(parent!=top){throw 1;}var si_cj_d=["apps.facebook.com","apps.beta.facebook.com"];var href=top.location.href.toLowerCase();for(var i=0;i<si_cj_d.length;i++){if (href.indexOf(si_cj_d[i])>=0){throw 1;}}si_cj("3 https:\/\/www.facebook.com\/checkpoint\/?next");}catch(e){si_cj("1 \thttps:\/\/www.facebook.com\/checkpoint\/?next");window.document.write("\u003Cstyle>body * {display:none !important;}\u003C\/style>\u003Ca href=\"#\" onclick=\"top.location.href=window.location.href\" style=\"display:block !important;padding:10px\">\u003Ci class=\"img sp_6H68Ux8tLRN sx_a7b320\" style=\"display:block !important\">\u003C\/i>Go to Facebook.com\u003C\/a>");/*dJeTp-BF*/}}/*]]>*/</script> <script>requireLazy(["Bootloader"], function(Bootloader) {Bootloader.setResourceMap({"oA+g0":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yi\/r\/phJi1G6gWBK.js"},"A3tsq":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yq\/r\/YpyINpZk66m.js"},"ZQfFN":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yT\/r\/lODl09x38xv.js"},"AbNEf":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/p4NQmz_DOGR.js"},"uMuQj":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y7\/r\/w-fYgVxn0sX.js"},"T3PSi":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yQ\/r\/0VlHnvyRMyv.js"},"4vv8\/":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yf\/r\/JvK_C44obT2.js"},"yfRoF":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yE\/r\/rHIO34pJd07.js"},"Suw\/5":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yO\/r\/rjYJ7AVAtwq.js"},"Wc6QC":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yc\/r\/xcQiH23CjJ0.js"},"zFEBF":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/GjANcgORD6q.js"},"kW7VI":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yg\/r\/IhQlJd5DVKL.js"},"YuKpR":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yl\/r\/7oZ_bUjy-x_.js"},"2xGCL":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/unAQYb6wkHo.js"},"ru4+m":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y1\/r\/YJdaunsP1m4.js"},"MDo8O":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yM\/r\/6BXe-OpMLeg.js"},"Nd\/C+":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yP\/r\/9FvcGPgxnlb.js"},"yzfhX":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/K31A6M5ilc7.js"},"SsUry":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yD\/r\/gSCl6H9ahV4.js"},"KKBlw":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yD\/r\/PP5HyCpDWAU.js"},"MV+4i":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yo\/r\/lUxyD14TPRr.js"},"b4ccv":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yn\/r\/v3i-nWnq6XU.js"},"kkk4S":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yJ\/r\/G5IxSCpjuIf.js"},"bFa3M":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yp\/r\/j4z2phr21KX.css"},"W39r7":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/EwszTllbSDz.css"},"qfZQ2":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yH\/r\/6NZWqI2y-fd.css"},"kFNWO":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yd\/r\/PuhbUonU7qS.css"},"wSNSL":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yJ\/r\/xIENlqq3bNu.css"},"AdGuG":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yo\/r\/yKsltlPeIkj.css"},"ARvZo":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/uY4EBT1IuMz.css"},"UAyFP":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yL\/r\/xLtQjDknzkm.css"},"8BdUi":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yA\/r\/SMkhrGn8jD7.css"},"XwoJp":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/K8vhk76tHM0.css"},"Z6dBe":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yS\/r\/tjT_-akH-OF.css"},"gvtDV":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/WnkkdsHM0JV.js"},"20549":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yl\/r\/LddpQe84y-k.js"},"cAkXN":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yR\/r\/IQc0ALCNDHy.js"},"oE4Do":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yK\/r\/obqKRvJtthA.js"},"cNca2":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/yuKCSDDP1tN.js"},"Xqw1r":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yG\/r\/Y0YIpRscXqh.js"},"v77Eu":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yc\/r\/JE8HRGDUUam.js"},"fAL+r":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yK\/r\/quUWtaym-Dj.js"},"blfzD":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yv\/r\/xpKlAYEJGLV.css"},"VDymv":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yE\/r\/HcV9X_akPn_.css"},"xAg\/p":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y3\/r\/z2faVw73_aa.js"},"wxq+C":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/ys\/r\/6QvdZ6KuzBm.js"},"Rs18G":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yI\/r\/iqqxHqHkZcL.js"},"6AU0l":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yX\/r\/uAtB4Wsl2Sl.js"},"AtxWD":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yu\/r\/7CgwFzKxrCs.js"},"zyFOp":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yT\/r\/Ri9nQJbah9T.js"},"fb8+K":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y7\/r\/VWDY39adaa_.js"},"gMfWI":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yV\/r\/yrJJboUlklf.js"},"KPLqg":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y0\/r\/mUE91iakQO0.css"},"a3inZ":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yc\/r\/UMncYGd9ixF.js"},"Ck54h":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yz\/r\/vfddENesG7s.js"},"LTaK\/":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/DsyX5cY9HhT.js"},"xA+8m":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yp\/r\/sSUdWlIrBpN.js"},"g3NON":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/fiywRmKhPQd.js"},"21lHn":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yG\/r\/gCguQRbXN88.js"},"XdQ9Q":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yj\/r\/ADIJkNUWBu7.js"},"9voGb":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yC\/r\/DBGmNPBlsUr.js"},"9aS3c":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yn\/r\/L0apBvxYfp0.css"},"MfG6c":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yE\/r\/9lWPl7QtkO9.js"},"ZAuba":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/ys\/r\/Lxg1WFIjlRd.js"},"kIm+E":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yN\/r\/urkaq7OgtAg.js"},"3\/C1N":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yr\/r\/A3MV_l_R8-v.js"},"8LktB":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y_\/r\/_AaKDUq3v7V.js"},"WLnGz":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/yWyxYxA627x.js"},"LsRx\/":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yO\/r\/A0iT1xgV1Hs.js"},"3h2ll":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yC\/r\/5XNXs2QPyPq.js"},"1fsS8":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y2\/r\/GimOx8E5zUn.js"},"wGXi\/":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/ym\/r\/Pz2LqK2JUql.js"},"d6Evh":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/ZXxcyNSt_sE.js"},"urv6f":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yL\/r\/RlfkPe43XeV.js"},"6WF8S":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yu\/r\/IYZsC6oqdr7.js"},"TdhEQ":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yV\/r\/WNlEjeR31Kw.js"},"RApcp":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yY\/r\/dJtQzPDelJM.js"},"V7LYs":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yD\/r\/yR7heqpPZLX.js"},"+CNDp":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yH\/r\/td-J4NB5JIq.css"},"qh2Qr":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yH\/r\/w2awA9Wv9TM.css"},"t1r5q":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yQ\/r\/lbC_H6pD-7v.css"},"TG00K":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yM\/r\/TO5vhl11tKM.js"},"7VE+c":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y_\/r\/pYQVPWyVtrE.js"},"D3V5i":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yn\/r\/sXG6E7LRtmK.js"},"eWja6":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yx\/r\/n8c2HF1Ye7j.js"},"jPVAE":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y5\/r\/LYtTNlrR5vh.css"},"w4y\/N":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yu\/r\/wCVWUC-zyKu.js"},"ty1Yw":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/ys\/r\/nrkCwxMtWC3.js"},"GjnVd":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yd\/r\/7NVfzIyX7Vd.js"},"O08Mt":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yd\/r\/OfOQmxq5uom.js"},"C03uu":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yP\/r\/GUNGNMXPjks.js"},"6BJiY":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yH\/r\/znYE9KMXN4Z.js"}});if (true) {Bootloader.enableBootload({"React":{"resources":["AbNEf","oA+g0","ZQfFN"],"module":true},"ExceptionDialog":{"resources":["ZQfFN","oA+g0","AbNEf","W39r7","zFEBF","gvtDV","20549"],"module":true},"AsyncDOM":{"resources":["oA+g0","cAkXN"],"module":true},"ConfirmationDialog":{"resources":["oA+g0","W39r7","ZQfFN","oE4Do"],"module":true},"Dialog":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7"],"module":true},"ErrorSignal":{"resources":["oA+g0","cNca2"],"module":true},"Event":{"resources":["oA+g0"],"module":true},"AsyncDialog":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","yfRoF"],"module":true},"AsyncRequest":{"resources":["oA+g0"],"module":true},"PhotoSnowlift":{"resources":["Xqw1r","oA+g0","ZQfFN","AbNEf","W39r7","yfRoF","zFEBF","A3tsq","qfZQ2"],"module":true},"PhotoTagger":{"resources":["oA+g0","v77Eu","W39r7","zFEBF","AbNEf","ZQfFN","fAL+r","Xqw1r","gvtDV","blfzD"],"module":true},"Live":{"resources":["oA+g0","cAkXN","ZQfFN"],"module":true},"PhotoTagApproval":{"resources":["oA+g0","Xqw1r","v77Eu"],"module":true},"PhotoTags":{"resources":["oA+g0","Xqw1r","W39r7","v77Eu"],"module":true},"TagTokenizer":{"resources":["oA+g0","ZQfFN","A3tsq","W39r7","kW7VI","v77Eu","zFEBF"],"module":true},"css:fb-photos-snowlift-fullscreen-css":{"resources":["VDymv"]},"SnowliftPicCropper":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","gvtDV","Xqw1r","v77Eu","blfzD","xAg\/p","wxq+C"],"module":true},"PhotosButtonTooltips":{"resources":["oA+g0","ZQfFN","W39r7","AbNEf","Rs18G"],"module":true},"VideoRotate":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","6AU0l"],"module":true},"AsyncResponse":{"resources":["oA+g0"],"module":true},"PhotoPermalinkCropper":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","gvtDV","Xqw1r","v77Eu","blfzD","yfRoF","zFEBF","fAL+r","xAg\/p"],"module":true},"PhotoInlineEditor":{"resources":["oA+g0","ZQfFN","Xqw1r","AbNEf","W39r7","yfRoF","v77Eu","zFEBF","fAL+r","gvtDV","blfzD","kW7VI","A3tsq","AtxWD"],"module":true},"Form":{"resources":["oA+g0","W39r7"],"module":true},"SpotlightShareViewer":{"resources":["oA+g0","yfRoF","ZQfFN","zyFOp"],"module":true},"Toggler":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7"],"module":true},"Tooltip":{"resources":["oA+g0","ZQfFN","W39r7","AbNEf"],"module":true},"DOM":{"resources":["oA+g0"],"module":true},"Input":{"resources":["oA+g0","W39r7"],"module":true},"trackReferrer":{"resources":[],"module":true},"DimensionTracking":{"resources":["oA+g0","yfRoF"],"module":true},"HighContrastMode":{"resources":["oA+g0","yfRoF"],"module":true},"DetectBrokenProxyCache":{"resources":["oA+g0","yfRoF"],"module":true},"TimezoneAutoset":{"resources":["oA+g0","ZQfFN"],"module":true},"DimensionLogging":{"resources":["A3tsq","oA+g0","ZQfFN"],"module":true},"DOMScroll":{"resources":["oA+g0","ZQfFN","AbNEf"],"module":true},"PhotoViewer":{"resources":["oA+g0","Xqw1r"],"module":true},"ErrorDialog":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","xAg\/p"],"module":true},"VideoCallController":{"resources":["oA+g0","yfRoF","ZQfFN","AbNEf","W39r7","fb8+K","yzfhX","A3tsq","zFEBF","MV+4i","2xGCL","gMfWI","YuKpR","qfZQ2","kW7VI","xAg\/p","KPLqg","T3PSi"],"module":true},"FBRTCCallController":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","yfRoF","YuKpR","fb8+K","T3PSi","a3inZ","Ck54h","LTaK\/","xA+8m","g3NON","21lHn","MV+4i","2xGCL","qfZQ2","kW7VI","xAg\/p","gMfWI","KPLqg","yzfhX","A3tsq","zFEBF","XdQ9Q","Xqw1r","9voGb","9aS3c","MfG6c","ZAuba","kIm+E","3\/C1N","8LktB","WLnGz","LsRx\/","3h2ll","1fsS8","wGXi\/","d6Evh","urv6f","6WF8S"],"module":true},"StickerContextualDialog.react":{"resources":["oA+g0","W39r7","zFEBF","AbNEf","ZQfFN","TdhEQ","YuKpR","RApcp"],"module":true},"ScrollableArea":{"resources":["oA+g0","ZQfFN","AbNEf","zFEBF","W39r7"],"module":true},"StickerStore.react":{"resources":["zFEBF","oA+g0","W39r7","A3tsq","AbNEf","ZQfFN","qfZQ2","V7LYs","2xGCL","MV+4i","YuKpR","+CNDp","TdhEQ","qh2Qr","KKBlw","t1r5q","TG00K","7VE+c"],"module":true},"ContextualDialog":{"resources":["oA+g0","W39r7","zFEBF","AbNEf","ZQfFN"],"module":true},"ContextualLayerAutoFlip":{"resources":["oA+g0","ZQfFN","AbNEf"],"module":true},"LayerRefocusOnHide":{"resources":["oA+g0","W39r7","AbNEf"],"module":true},"ReactDescriptor":{"resources":["oA+g0","AbNEf"],"module":true},"StickersFlyout.react":{"resources":["zFEBF","AbNEf","oA+g0","ZQfFN","W39r7","kW7VI","MV+4i","A3tsq","2xGCL","YuKpR","qfZQ2"],"module":true},"StickerState":{"resources":["oA+g0","A3tsq","ZQfFN","AbNEf","2xGCL","MV+4i","YuKpR","zFEBF"],"module":true},"MessagesViewer":{"resources":["oA+g0","D3V5i","eWja6","AbNEf","ZQfFN","A3tsq","zFEBF","YuKpR","W39r7","qfZQ2","Xqw1r","jPVAE","w4y\/N","blfzD","ty1Yw","GjnVd"],"module":true},"Hovercard":{"resources":["oA+g0","W39r7","zFEBF","AbNEf","ZQfFN","fAL+r"],"module":true},"SortableGroup":{"resources":["oA+g0","O08Mt","ZQfFN","AbNEf"],"module":true},"AvailableList":{"resources":["oA+g0","ZQfFN","2xGCL","yfRoF","AbNEf"],"module":true},"SortableSideNav":{"resources":["oA+g0","ZQfFN","AbNEf","O08Mt","C03uu"],"module":true},"PrivacyLiteFlyout":{"resources":["oA+g0","ZQfFN","AbNEf","zFEBF","W39r7","kFNWO","Nd\/C+"],"module":true},"FacebarTypeaheadNavigation":{"resources":["oA+g0","W39r7","b4ccv"],"module":true},"FacebarTypeaheadDecorateEntities":{"resources":["ZQfFN","b4ccv"],"module":true},"FacebarTypeaheadDisambiguateResults":{"resources":["oA+g0","AbNEf","kkk4S","ZQfFN","W39r7","A3tsq","b4ccv","kFNWO","zFEBF"],"module":true},"FacebarTypeaheadSeeMoreSerp":{"resources":["oA+g0","b4ccv","ZQfFN","AbNEf","kFNWO"],"module":true},"FacebarTypeaheadSizeAdjuster":{"resources":["kkk4S","oA+g0","ZQfFN","b4ccv"],"module":true},"FacebarTypeaheadShortcut":{"resources":["oA+g0","kkk4S"],"module":true},"FacebarTypeaheadQuickSelect":{"resources":["oA+g0","b4ccv"],"module":true},"FacebarTypeaheadAutoWidth":{"resources":["oA+g0","kFNWO","b4ccv"],"module":true},"FacebarTypeaheadMagGo":{"resources":["oA+g0","ZQfFN","b4ccv"],"module":true},"FacebarTypeaheadSelectAll":{"resources":["ZQfFN","b4ccv"],"module":true},"FacebarTypeaheadPrefixLengthOrderedCache":{"resources":["b4ccv"],"module":true},"FacebarTypeaheadRecorderBasic":{"resources":["oA+g0","ZQfFN","AbNEf","Nd\/C+","kkk4S","b4ccv"],"module":true},"FacebarTypeaheadHashtagResult":{"resources":["Nd\/C+","MV+4i","SsUry","oA+g0","ZQfFN","kkk4S"],"module":true},"FacebarTypeaheadSearchMap":{"resources":["oA+g0","b4ccv"],"module":true},"FacebarTypeaheadCore":{"resources":["oA+g0","ZQfFN","AbNEf","uMuQj","b4ccv","kkk4S","Nd\/C+","W39r7","kFNWO"],"module":true},"FacebarTypeaheadView":{"resources":["oA+g0","ZQfFN","W39r7","AbNEf","b4ccv","A3tsq","kFNWO","zFEBF","kkk4S"],"module":true},"FacebarDataSource":{"resources":["oA+g0","Nd\/C+","A3tsq","b4ccv","kkk4S","AbNEf","MV+4i","SsUry","ZQfFN","W39r7"],"module":true},"FacebarTypeahead":{"resources":["oA+g0","W39r7","zFEBF","ZQfFN","b4ccv"],"module":true},"legacy:control-textarea":{"resources":["oA+g0","W39r7","kW7VI","zFEBF","6BJiY"]}});}}); requireLazy(["ix"], function(ix) {ix.add({"\/images\/chat\/chat_camera_icon.png":{"sprited":true,"spriteMapCssClass":"sp_F6Afu2XGiZY","spriteCssClass":"sx_3b843e"},"\/images\/chat\/chat_play_icon.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yJ\/r\/BjZ6_Kt6QGG.png","width":60,"height":60},"\/images\/icons\/video.gif":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_23b09a"},"images\/spacer.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/-PAXP-deijE.gif","width":1,"height":1},"\/images\/messaging\/stickers\/selector\/store.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_3f9e59"},"\/images\/messaging\/stickers\/selector\/leftarrow.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_843cdf"},"\/images\/messaging\/stickers\/selector\/rightarrow.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_0ecff0"},"\/images\/messaging\/stickers\/icons\/sad_face.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/5GRqxHJJ42g.png","width":81,"height":80},"\/images\/loaders\/indicator_blue_large.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y9\/r\/jKEcVPZFk-2.gif","width":32,"height":32},"\/images\/loaders\/indicator_blue_medium.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yk\/r\/LOOn0JtHNzb.gif","width":16,"height":16},"\/images\/loaders\/indicator_blue_small.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif","width":16,"height":11},"\/images\/loaders\/indicator_white_large.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yG\/r\/b53Ajb4ihCP.gif","width":32,"height":32},"\/images\/loaders\/indicator_white_small.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/AGUNXgX_Wx3.gif","width":16,"height":11},"\/images\/loaders\/indicator_black.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y7\/r\/pgEFhPxsWZX.gif","width":32,"height":32},"\/images\/messaging\/stickers\/store\/characters.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yS\/r\/6l9hkjIuMNg.png","width":688,"height":142},"\/images\/messaging\/stickers\/store\/basket.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/tRgMzb-a6Q9.png","width":38,"height":34},"\/images\/messaging\/stickers\/store\/backarrow.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yv\/r\/wNyEZeXrqCV.png","width":8,"height":12}});});</script> <script>requireLazy(["InitialJSLoader"], function(InitialJSLoader) {InitialJSLoader.loadOnDOMContentReady(["oA+g0","A3tsq","ZQfFN","AbNEf","uMuQj","T3PSi","4vv8\/","yfRoF","Suw\/5","Wc6QC","zFEBF","kW7VI","YuKpR","2xGCL","ru4+m","MDo8O","Nd\/C+","yzfhX","SsUry","KKBlw","MV+4i","b4ccv","kkk4S","Z6dBe"]);});</script> <script> requireLazy(["Bootloader"], function(Bootloader) {Bootloader.configurePage(["bFa3M","W39r7","qfZQ2","kFNWO","wSNSL","AdGuG","ARvZo","UAyFP","8BdUi","XwoJp"]);}); (require("ServerJSDefine")).handleDefines([["CurrentUserInitialData",[],{"USER_ID":"100000590753545","ACCOUNT_ID":"100000590753545"},270],["EagleEyeConfig",[],{"seed":"0J1h","sessionStorage":1},294],["ISB",[],{},330],["TrackingConfig",[],{"domain":"https:\/\/pixel.facebook.com"},325],["SiteData",[],{"revision":1344176,"tier":"","push_phase":"V3","pkg_cohort":"EXP1:DEFAULT","vip":"31.13.79.49"},317],["DTSGInitialData",[],{"token":"AQFcXAeFeVL6"},258],["LSD",[],{},323],["BanzaiConfig",[],{"EXPIRY":86400000,"MAX_SIZE":10000,"MAX_WAIT":150000,"RESTORE_WAIT":150000,"blacklist":["time_spent"],"gks":{"boosted_pagelikes":true,"boosted_website":true,"boosted_posts":true,"jslogger":true,"miny_compression":true,"page_website_logger":true,"pages_client_logging":true,"time_spent_bit_array":true,"time_spent_debug":true,"useraction":true,"videos":true,"visibility_tracking":true,"vitals":true}},7],["FbtLogger",[],{"logger":null},288],["TimeSpentConfig",[],{"0_delay":0,"0_timeout":8,"delay":200000,"timeout":64},142],["ImmediateActiveSecondsConfig",[],{"sampling_rate":2003,"ias_bucket":1570},423],["AsyncRequestConfig",[],{"retryOnNetworkError":"1"},328],["ErrorSignalConfig",[],{"uri":"https:\/\/error.facebook.com\/common\/scribe_endpoint.php"},319],["InitialServerTime",[],{"serverTime":1406489188000},204],["ChatConfigInitialData",[],{"sidebar_ticker":1,"video.skype_client_log":1,"video.collision_connect":1,"web_messenger_suppress_tab_unread":1,"chat_web_ranking_with_presence":1,"seen_autosend_photo_nux":1,"chat_group_presence":1,"chat_react_user_messages":1,"sidebar_below_bluebar":1,"sidebar_mobile_web_presence":1,"chat_close_all_tabs_when_offline":1,"group_create_multichat_dock":true,"chat_impression_logging_with_click":true,"chat_impression_logging_periodical":true,"sidebar.minimum_width":1258,"max_sidebar_multichats":3,"periodical_impression_logging_config.interval":1800000,"sound_enabled":true,"typing_notifications":true,"ordered_list.top_friends":0,"ordered_list.top_mobile":5,"sidebar.min_friends":7,"blackbird.min_for_clear_button":10,"tab_max_load_age":86400000,"tab_auto_close_timeout":86400000,"activity_limit":60000,"idle_limit":1800000,"idle_poll_interval":300000,"livebar_fetch_defer":1000,"warning_countdown_threshold_msec":15000,"mute_warning_time_msec":25000,"channel_manual_reconnect_defer_msec":2000,"sound.notif_ogg_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yT\/r\/q-Drar4Ade6.ogg","sound.notif_mp3_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yb\/r\/VBbzpp2k5li.mp3","sound.ringtone_mp3_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yq\/r\/Mpd0-fRgh5n.mp3","sound.ringtone_ogg_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/y3\/r\/mbcn6dBHIeX.ogg","24h_times":false,"roger.seen_delay":15000},12],["SystemEventsInitialData",[],{},483],["ChannelInitialData",[],{"channelConfig":{"IFRAME_LOAD_TIMEOUT":30000,"P_TIMEOUT":30000,"STREAMING_TIMEOUT":70000,"PROBE_HEARTBEATS_INTERVAL_LOW":1000,"PROBE_HEARTBEATS_INTERVAL_HIGH":3000,"user_channel":"p_100000590753545","seq":-1,"retry_interval":0,"max_conn":6,"forceIframe":0,"streamProbe":0,"tryStreaming":1,"bustIframe":0,"webrtcSupport":0},"state":"reconnect!","reason":6},143],["PresencePrivacyInitialData",[],{"visibility":0,"onlinePolicy":1,"privacyData":{}},58],["PresenceInitialData",[],{"cookiePollInterval":500,"cookieVersion":2,"dictEncode":true,"serverTime":"1406489188000"},57],["UFIConstants",[],{"UFIActionType":{"COMMENT_LIKE":"fa-type:comment-like","COMMENT_SET_SPAM":"fa-type:mark-spam","DELETE_COMMENT":"fa-type:delete-comment","DISABLE_COMMENTS":"fa-type:disable-comments","LIVE_DELETE_COMMENT":"fa-type:live-delete-comment","LIKE_ACTION":"fa-type:like","SUBSCRIBE_ACTION":"fa-type:subscribe","REMOVE_PREVIEW":"fa-type:remove-preview","MARK_COMMENT_SPAM":"fa-type:mark-spam","CONFIRM_COMMENT_REMOVAL":"fa-type:confirm-remove","TRANSLATE_COMMENT":"fa-type:translate-comment","COMMENT_LIKECOUNT_UPDATE":"fa-type:comment-likecount-update","GIFT_SUGGESTION":"fa-type:gift-suggestion"},"UFICommentOrderingMode":{"CHRONOLOGICAL":"chronological","RANKED_THREADED":"ranked_threaded","TOPLEVEL":"toplevel","RECENT_ACTIVITY":"recent_activity","FEATURED":"featured","UNSUPPORTED":"unsupported"},"UFIFeedbackSourceType":{"PROFILE":0,"NEWS_FEED":1,"OBJECT":2,"MOBILE":3,"EMAIL":4,"PROFILE_APPROVAL":10,"TICKER":12,"NONE":13,"INTERN":14,"ADS":15,"EVENT_GOING_FLYOUT":16,"PHOTOS_SNOWLIFT":17,"NOTIFICATION_FLYOUT":18,"LOCAL_FEED":19},"UFIPayloadSourceType":{"UNKNOWN":0,"INITIAL_SERVER":1,"LIVE_SEND":2,"USER_ACTION":3,"ENDPOINT_LIKE":10,"ENDPOINT_COMMENT_LIKE":11,"ENDPOINT_ADD_COMMENT":12,"ENDPOINT_EDIT_COMMENT":13,"ENDPOINT_DELETE_COMMENT":14,"ENDPOINT_COMMENT_SPAM":16,"ENDPOINT_REMOVE_PREVIEW":17,"ENDPOINT_ID_COMMENT_FETCH":18,"ENDPOINT_COMMENT_FETCH":19,"ENDPOINT_TRANSLATE_COMMENT":20,"ENDPOINT_BAN":21,"ENDPOINT_SUBSCRIBE":22,"ENDPOINT_COMMENT_LIKECOUNT_UPDATE":23,"ENDPOINT_DISABLE_COMMENTS":24,"ENDPOINT_ACTOR_CHANGE":25},"UFIStatus":{"DELETED":"status:deleted","SPAM":"status:spam","SPAM_DISPLAY":"status:spam-display","LIVE_DELETED":"status:live-deleted","FAILED_ADD":"status:failed-add","FAILED_EDIT":"status:failed-edit","PENDING_EDIT":"status:pending-edit"},"attachmentTruncationLength":80,"commentTruncationLength":420,"commentTruncationMaxLines":3,"commentTruncationPercent":0.6,"commentURLTruncationLength":60,"defaultPageSize":50,"infiniteScrollRangeForQANDAPermalinks":1000,"minCommentsForOrderingModeSelector":2,"unavailableCommentKey":"unavailable_comment_key"},240],["QuicklingConfig",[],{"version":"1344176;0;","sessionLength":30,"inactivePageRegex":"^\/(fr\/u\\.php|ads\/|advertising|ac\\.php|ae\\.php|a\\.php|ajax\/emu\/(end|f|h)\\.php|badges\/|comments\\.php|connect\/uiserver\\.php|editalbum\\.php.+add=1|ext\/|feeds\/|help([\/?]|$)|identity_switch\\.php|isconnectivityahumanright\/|intern\/|login\\.php|logout\\.php|sitetour\/homepage_tour\\.php|sorry\\.php|syndication\\.php|webmessenger|\/plugins\/subscribe|lookback|brandpermissions|gameday|pxlcld|worldcup\/map)|\\.pdf$"},60],["MessagingReliabilityLoggerInitialData",[],{"enabled":false,"app":"mercury"},44],["LitestandSidebarBookmarkConfig",[],{"badge_nf":false,"nf_count_query_interval_ms":300000},88],["MercuryConfig",[],{"MercuryFBIDGK":0,"MercuryActionIDGK":0,"NewVCGK":0,"PicassoWebChatGK":0,"WebFeaturedPackInStore":0,"ReadOnlyEmailThreads":1,"ReadOnlyEmailThreadsEarlyWarning":1,"ChatPaddedAnimatedStickerGK":1,"DesktopNotificationsGK":0,"WebStickerSearch":0,"24h_times":false,"roger.seen_delay":15000,"activity_limit":60000,"idle_limit":1800000,"idle_poll_interval":300000,"filtering_active":true,"upload_url":"https:\/\/upload.facebook.com\/ajax\/mercury\/upload.php","ShowStickerReplyNUX":false,"ShowStickerSearchNUXIndicator":false,"ShowStickerSearchNUXTooltip":false},35],["MercuryParticipantsConstants",[],{"UNKNOWN_GENDER":0,"EMAIL_IMAGE":"\/images\/messaging\/threadlist\/envelope.png","IMAGE_SIZE":32,"BIG_IMAGE_SIZE":50},109],["MercuryServerRequestsConfig",[],{"sendMessageTimeout":45000},107],["MercuryThreadlistConstants",[],{"RECENT_THREAD_OFFSET":0,"JEWEL_THREAD_COUNT":5,"JEWEL_MORE_COUNT":10,"WEBMESSENGER_THREAD_COUNT":20,"WEBMESSENGER_MORE_COUNT":20,"WEBMESSENGER_SEARCH_SNIPPET_COUNT":5,"WEBMESSENGER_SEARCH_SNIPPET_LIMIT":5,"WEBMESSENGER_SEARCH_SNIPPET_MORE":5,"WEBMESSENGER_MORE_MESSAGES_COUNT":20,"RECENT_MESSAGES_LIMIT":10,"MAX_UNREAD_COUNT":99,"MAX_UNSEEN_COUNT":99,"GROUPING_THRESHOLD":300000,"MESSAGE_TIMESTAMP_THRESHOLD":1209600000,"SEARCH_TAB":"searchtab","MAX_CHARS_BEFORE_BREAK":280},96],["MessagingConfig",[],{"IDLE_CUTOFF":30000,"SEND_CONNECTION_RETRIES":2,"SEND_BATCH_LIMIT":5},97],["DateFormatConfig",[],{"numericDateOrder":["m","d","y"],"numericDateSeparator":"\/","shortDayNames":["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],"weekStart":6,"formats":{"D":"D","D g:ia":"D g:ia","D M d":"D M d","D M d, Y":"D M d, Y","D M j":"D M j","D M j, y":"D M j, y","F d":"F d","F d, Y":"F d, Y","F g":"F g","F j":"F j","F j, Y":"F j, Y","F j, Y \u0040 g:i A":"F j, Y \u0040 g:i A","F j, Y g:i a":"F j, Y g:i a","F jS":"F jS","F jS, g:ia":"F jS, g:ia","F jS, Y":"F jS, Y","F Y":"F Y","g A":"g A","g:i":"g:i","g:i A":"g:i A","g:i a":"g:i a","g:iA":"g:iA","g:ia":"g:ia","g:ia F jS, Y":"g:ia F jS, Y","g:iA l, F jS":"g:iA l, F jS","g:ia M j":"g:ia M j","g:ia M jS":"g:ia M jS","g:ia, F jS":"g:ia, F jS","g:iA, l M jS":"g:iA, l M jS","g:sa":"g:sa","H:I - M d, Y":"H:I - M d, Y","h:i a":"h:i a","h:m:s m\/d\/Y":"h:m:s m\/d\/Y","j":"j","l F d, Y":"l F d, Y","l g:ia":"l g:ia","l, F d, Y":"l, F d, Y","l, F j":"l, F j","l, F j, Y":"l, F j, Y","l, F jS":"l, F jS","l, F jS, g:ia":"l, F jS, g:ia","l, M j":"l, M j","l, M j, Y":"l, M j, Y","l, M j, Y g:ia":"l, M j, Y g:ia","M d":"M d","M d, Y":"M d, Y","M d, Y g:ia":"M d, Y g:ia","M d, Y ga":"M d, Y ga","M j":"M j","M j, Y":"M j, Y","M j, Y g:i A":"M j, Y g:i A","M j, Y g:ia":"M j, Y g:ia","M jS, g:ia":"M jS, g:ia","M Y":"M Y","M y":"M y","m-d-y":"m-d-y","M. d":"M. d","M. d, Y":"M. d, Y","m.d.y":"m.d.y","m\/d":"m\/d","m\/d\/Y":"m\/d\/Y","m\/d\/y":"m\/d\/y","m\/d\/Y g:ia":"m\/d\/Y g:ia","m\/d\/y H:i:s":"m\/d\/y H:i:s","m\/d\/Y h:m":"m\/d\/Y h:m","n":"n","n\/j":"n\/j","n\/j, g:ia":"n\/j, g:ia","n\/j\/y":"n\/j\/y","Y":"Y","Y-m-d":"Y-m-d","Y\/m\/d":"Y\/m\/d","y\/m\/d":"y\/m\/d"},"ordinalSuffixes":{"1":"st","2":"nd","3":"rd","4":"th","5":"th","6":"th","7":"th","8":"th","9":"th","10":"th","11":"th","12":"th","13":"th","14":"th","15":"th","16":"th","17":"th","18":"th","19":"th","20":"th","21":"st","22":"nd","23":"rd","24":"th","25":"th","26":"th","27":"th","28":"th","29":"th","30":"th","31":"st"}},165],["AvailableListInitialData",[],{"pollInterval":100000,"lazyPollInterval":300000,"lazyThreshold":300000,"updateTime":0,"availableList":{},"availableCount":0,"mobileFriends":null,"birthdayFriends":null,"lastActiveTimes":null,"chatNotif":0},166],["MercuryConstants",["MercuryActionStatus","MercuryActionTypeConstants","MercuryAPIArgsSource","MercuryAttachmentContentType","MercuryAttachmentType","MercuryErrorType","MercuryGenericConstants","MercuryGlobalActionType","MercuryLogMessageType","MercuryMessageSourceTags","MercuryParticipantsConstants","MercuryParticipantTypes","MercuryPayloadSource","MercurySourceType","MercuryThreadlistConstants","MercuryThreadMode","MercuryTimePassed","MessagingConfig","MessagingEvent","MessagingTag"],{"MercuryActionStatus":{"__m":"MercuryActionStatus"},"MercuryActionType":{"__m":"MercuryActionTypeConstants"},"MercuryAPIArgsSource":{"__m":"MercuryAPIArgsSource"},"MercuryAttachmentContentType":{"__m":"MercuryAttachmentContentType"},"MercuryAttachmentType":{"__m":"MercuryAttachmentType"},"MercuryErrorType":{"__m":"MercuryErrorType"},"MercuryGenericConstants":{"__m":"MercuryGenericConstants"},"MercuryGlobalActionType":{"__m":"MercuryGlobalActionType"},"MercuryLogMessageType":{"__m":"MercuryLogMessageType"},"MercuryMessageSourceTags":{"__m":"MercuryMessageSourceTags"},"MercuryParticipantsConstants":{"__m":"MercuryParticipantsConstants"},"MercuryParticipantTypes":{"__m":"MercuryParticipantTypes"},"MercuryPayloadSource":{"__m":"MercuryPayloadSource"},"MercurySourceType":{"__m":"MercurySourceType"},"MercuryThreadlistConstants":{"__m":"MercuryThreadlistConstants"},"MercuryThreadMode":{"__m":"MercuryThreadMode"},"MercuryTimePassed":{"__m":"MercuryTimePassed"},"MessagingConfig":{"__m":"MessagingConfig"},"MessagingEventTypes":{"__m":"MessagingEvent"},"MessagingTag":{"__m":"MessagingTag"},"MercurySendMessageTimeout":45000,"MercurySupportedShareType":{"FB_PHOTO":2,"FB_ALBUM":3,"FB_VIDEO":11,"FB_EVENT":7,"FB_SONG":28,"FB_MUSIC_ALBUM":30,"FB_PLAYLIST":31,"FB_MUSICIAN":35,"FB_RADIO_STATION":33,"EXTERNAL":100,"FB_TEMPLATE":300,"FB_SOCIAL_REPORT_PHOTO":48,"FB_COUPON":32,"FB_SHARE":99,"FB_HC_QUESTION":55,"FB_HC_ANSWER":56,"FB_SOCIAL_RESOLUTION":60,"FB_STATUS":22,"FB_BROWSE_QUERY":47,"FB_SYNC_REQUEST":61,"FB_OPEN_GRAPH":44,"FB_ORION":64},"VideoChatConstants":{"START_SESSION":1,"GET_SKYPE_TOKEN":2,"AWAITING_CALL":3,"CANCELLED_CALL":4,"CONNECTED_CALL":5,"HANDLED_CALL":6,"GOT_START_SESSION":7,"INSTALLING":8,"INSTALLED":9,"INSTALL_CANCELED":10,"ASSOC_CONNECTED_CALL":118224944915447,"ASSOC_VIEWED_CALL_PROMO":250568041676842,"MAX_VC_PROMO_VIEWS":2,"MINIMUM_VC_PROMO_VIEW_INTERVAL":5184000,"MINIMUM_VC_LAST_CALLED_INTERVAL":5184000},"MessagingFilteringType":{"LEGACY":"legacy","MODERATE":"moderate","STRICT":"strict"},"ChatNotificationConstants":{"NORMAL":0,"NO_USER_MESSAGE_NOTIFICATION":1},"Sandbox":{"ORIGIN":"https:\/\/fbstatic-a.akamaihd.net","PAGE_URL":"https:\/\/fbstatic-a.akamaihd.net\/fbsbx\/fbsbx.php?1"},"UIPushPhase":"V3","MercuryTypeaheadConstants":{"COMPOSER_FRIENDS_MAX":4,"COMPOSER_NON_FRIENDS_MAX":2,"COMPOSER_SHOW_MORE_LIMIT":4,"COMPOSER_THREADS_INITIAL_LIMIT":2,"USER_TYPE":"user","PAGE_TYPE":"page","THREAD_TYPE":"thread","HEADER_TYPE":"header","FRIEND_TYPE":"friend","NON_FRIEND_TYPE":"non_friend","FB4C_TYPE":"fb4c","VALID_EMAIL":"^([A-Z0-9._\u0025+-]+\u0040((?!facebook\\.com))[A-Z0-9.-]+\\.[A-Z]{2,4}|(([A-Z._\u0025+-]+[A-Z0-9._\u0025+-]*)|([A-Z0-9._\u0025+-]+[A-Z._\u0025+-]+[A-Z0-9._\u0025+-]*))\u0040(?:facebook\\.com))$"},"AttachmentMaxSize":26214400,"MercuryAttachmentAudioClip":"fb_voice_message"},36],["ChatSidebarCalloutData",[],{"isShown":false},14],["ChatOptionsInitialData",[],{"sound":0,"sidebar_mode":1,"browser_notif":0},13],["BlackbirdUpsellConfig",[],{"TimeOffline":5185,"EducationDismissed":0,"EducationImpressions":2,"EducationImpressionLimit":2,"EducationTimeOfflineThresdhold":5184000,"UpsellDismissed":0,"UpsellGK":false,"UpsellImpressions":0,"UpsellImpressionLimit":3,"UpsellMinFriendCount":50,"FriendCount":843},8],["BlackbirdUpsellTemplates",["m_0_1a","m_0_1b","m_0_1c","m_0_1d"],{":fb:chat:blackbird:offline-educate":{"__m":"m_0_1a"},":fb:chat:blackbird:some-friends-educate":{"__m":"m_0_1b"},":fb:chat:blackbird:most-friends-educate":{"__m":"m_0_1c"},":fb:chat:blackbird:dialog-frame":{"__m":"m_0_1d"}},10],["WorkModeConfig",[],{"is_work_user":false},396],["InitialChatFriendsList",[],{"list":["1139985295-2","1836900805-2","100002098234331-2","750680493-2","667696180-2","581860218-2","631845375-2","100001787324785-2","100000618342614-2","100000911335104-2","504153371-2","806570443-2","864100253-2","579808478-2","707625796-2","744585230-2","100002188032051-2","1598904729-2","1815222407-2","100001537158650-2","715232324-2","573317941-2","502851111-2","100002893308042-2","537165995-2","607487336-2","686957448-2","1023927038-2","644746103-2","100006902988653-2","643216611-2","709390663-2","100000043307961-2","100003280784281-2","544285452-2","719801852-2","100001445974282-2","1052839092-2","850010572-2","100003731346889-2","100002103358595-2","702065044-2","1139985295-3","1139985295-0","518920261-2","668227156-2","501550040-2","740610661-2","1492644261-2","682736689-2","100000300873480-2","620539577-2","100005370936583-2","100001233440788-2","1058273156-2","1073903327-2","100001134119457-2","524881084-2","1185545604-2","573775669-2","536270914-2","1349085291-2","1417670739-2","1178264746-2","720771590-2","574350147-2","814195044-2","1094797681-2","607486038-2","100001913593367-2","538432635-2","1836900805-0","1836900805-3","100000206348385-2","796634896-2","512913512-2","672816773-2","660810439-2","521570509-2","100001041227976-2","100003034962607-2","504369182-2","634595634-2","508114238-2","100002098234331-3","100002098234331-0","1413514252-2","100003832185423-2","100000383121062-2","100000605605102-2","100003004540266-2","616680161-2","100001364864709-2","588000725-2","1692984794-2","100003358801674-2","750680493-3","750680493-0","667696180-3","667696180-0","843750424-2","581860218-0","581860218-3","1041098465-2","1362292798-2","100000830625248-2","100000868173196-2","1843509512-2","637703524-2","722141716-2","100002266491521-2","1305030729-2","100001467223955-2","537061404-2","100001105422680-2","100003108273784-2","100000810804514-2","100002432814201-2","668427153-2","1318262917-2","100001166130146-2","1274017044-2","679725425-2","701061326-2","635501110-2","648570592-2","1480899777-2","617190062-2","100000961992124-2","642416852-2","100001846266495-2","666916153-2","667660265-2","1432405802-2","670530186-2","1208179064-2","100000324725779-2","100001274721393-2","1153222744-2","100000576868131-2","100008045618639-2","100003355141345-2","517488014-2","602242708-2","653500796-2","1822430494-2","579508083-2","614542344-2","750308588-2","586033080-2","100000240528324-2","100001053344346-2","100001002399693-2","617995296-2","1291118603-2","100006290824208-2","100000749234044-2","631845375-3","631845375-0","100002126894789-2","100001080498910-2","1204553144-2","677580888-2","632032510-2","100005151880064-2","100001524304987-2","100005373426126-2","518099581-2","597108013-2","100000069348966-2","503954843-2","100000830598861-2","778532903-2","791320023-2","544515621-2","1844422391-2","776741947-2","100001363683504-2","645838940-2","1530739654-2","530445452-2","618030715-2","570553624-2","1179025399-2","1694791491-2","1433872965-2","100001698387826-2","1074939501-2","1529221585-2","100003937666376-2","595541281-2","1560518858-2","537959741-2","1029433803-2","100000199891697-2","763369261-2","659796325-2","100002622661717-2","731897793-2","529301277-2","687878715-2","555355591-2","100000474863179-2","533580164-2","100001787324785-0","100001787324785-3","100001234211781-2","100001931516665-2","603671281-2","1792164639-2","551932605-2","708565900-2","100000928881068-2","100001900886879-2","1063662039-2","100000189921464-2","220900020-2","100000463943795-2","571172515-2","100006897880245-2","100001762407633-2","100001195746157-2","100000618342614-3","100000618342614-0","100000524797936-2","100000605657244-2","611362245-2","685145359-2","100001014935726-2","1136755917-2","1007580871-2","1080431293-2","637197400-2","1206423725-2","100004936570377-2","546583233-2","100001417842474-2","598150471-2","787582247-2","100000380812773-2","613852516-2","518358146-2","807217766-2","100001315844597-2","833622453-2","1008378161-2","740467965-2","100001232973541-2","512844306-2","568580113-2","511299600-2","729753051-2","1136547609-2","100003574161018-2","1624584022-2","763558879-2","712319230-2","845080223-2","100002726174440-2","664285898-2","100000713247229-2","100001189230011-2","100001720357398-2","571331037-2","100000524583031-2","1058024725-2","100000097335040-2","696732702-2","100007159301332-2","1134234437-2","716717749-2","641691633-2","100000158840987-2","626983941-2","100000465472912-2","549177732-2","1353363540-2","100003089993013-2","100000362565080-2","529545848-2","778880602-2","706925539-2","730105730-2","100000171492203-2","752615433-2","634071013-2","100001735299726-2","514601948-2","100001383953845-2","668389922-2","698049828-2","558215897-2","698720298-2","100000417185610-2","100004053137459-2","521295452-2","670860128-2","607005719-2","702056276-2","100000102882683-2","665380364-2","639242175-2","100001058298574-2","720096225-2","618240312-2","122614853-2","100001141124233-2","100001415048274-2","1100581725-2","666840551-2","100002681355339-2","514916517-2","100000945397022-2","502521706-2","644415506-2","100004320339410-2","754438500-2","100001590565746-2","100001300649254-2","100000602510623-2","508168298-2","690310513-2","1037613396-2","844205441-2","100002057381234-2","1612016875-2","556691040-2","663792008-2","707016012-2","100000575509407-2","674096124-2","608129014-2","663465650-2","667359193-2","758540857-2","522090174-2","602484108-2","1543234510-2","1374104536-2","100003278217839-2","778927032-2","100000210347577-2","100000710693428-2","1210384479-2","1622583386-2","100001098992105-2","1398005836-2","100000586911111-2","100000208210323-2","739676060-2","573793205-2","1026452447-2","100000709445902-2","1436636210-2","829440580-2","100001385348288-2","1802276838-2","554931179-2","100001941095408-2","504451015-2","100001196010290-2","683276969-2","546031390-2","100000554595388-2","100000364243206-2","706706468-2","100000245608263-2","1806904242-2","608635021-2","536510629-2","711435112-2","1522211261-2","100000137339114-2","100003810529597-2","531057192-2","664390394-2","548018752-2","745455512-2","548371656-2","652651765-2","596536496-2","1277985950-2","100000115371033-2","1086702571-2","544631281-2","1789756793-2","545350184-2","681891034-2","100001233115691-2","582398051-2","100000955452184-2","1104925658-2","511255704-2","594105526-2","813520365-2","100001706507567-2","100000354974971-2","580045948-2","1209134588-2","705467663-2","100001015792825-2","739666563-2","638843342-2","1031365210-2","786909061-2","602042404-2","727398162-2","100004012038259-2","735305155-2","731501383-2","708520319-2","100003140428377-2","501430969-2","715130810-2","1627356038-2","100000452564751-2","1663627786-2","514286990-2","100000911335104-0","100000911335104-3","504153371-3","504153371-0","806570443-0","806570443-3","864100253-3","864100253-0","579808478-0","579808478-3","707625796-3","707625796-0","744585230-3","744585230-0","100002188032051-3","100002188032051-0","1598904729-0","1598904729-3","1815222407-3","1815222407-0","100001537158650-3","100001537158650-0","715232324-3","715232324-0","573317941-3","573317941-0","502851111-3","502851111-0","100002893308042-0","100002893308042-3","537165995-3","537165995-0","607487336-3","607487336-0","686957448-3","686957448-0","1023927038-3","1023927038-0","644746103-3","644746103-0","100006902988653-0","100006902988653-3","643216611-0","643216611-3","709390663-0","709390663-3","100000043307961-3","100000043307961-0","100003280784281-3","100003280784281-0","544285452-3","544285452-0","719801852-0","719801852-3","100001445974282-3","100001445974282-0","1052839092-3","1052839092-0","850010572-3","850010572-0","100003731346889-3","100003731346889-0","100002103358595-3","100002103358595-0","702065044-0","702065044-3","518920261-0","518920261-3","668227156-3","668227156-0","501550040-3","501550040-0","740610661-0","740610661-3","1492644261-3","1492644261-0","682736689-3","682736689-0","100000300873480-3","100000300873480-0","620539577-0","620539577-3","100005370936583-0","100005370936583-3","100001233440788-0","100001233440788-3","1058273156-0","1058273156-3","1073903327-3","1073903327-0","100001134119457-3","100001134119457-0","524881084-3","524881084-0","1185545604-3","1185545604-0","573775669-3","573775669-0","536270914-0","536270914-3","1349085291-0","1349085291-3","1417670739-0","1417670739-3","1178264746-3","1178264746-0","720771590-3","720771590-0","574350147-3","574350147-0","814195044-3","814195044-0","1094797681-0","1094797681-3","607486038-0","607486038-3","100001913593367-0","100001913593367-3","538432635-3","538432635-0","100000206348385-3","100000206348385-0","796634896-3","796634896-0","512913512-3","512913512-0","672816773-0","672816773-3","660810439-3","660810439-0","521570509-3","521570509-0","100001041227976-3","100001041227976-0","100003034962607-0","100003034962607-3","504369182-0","504369182-3","634595634-0","634595634-3","508114238-0","508114238-3","1413514252-3","1413514252-0","100003832185423-0","100003832185423-3","100000383121062-3","100000383121062-0","100000605605102-0","100000605605102-3","100003004540266-0","100003004540266-3","616680161-3","616680161-0","100001364864709-3","100001364864709-0","588000725-3","588000725-0","1692984794-3","1692984794-0","100003358801674-3","100003358801674-0","843750424-0","843750424-3","1041098465-0","1041098465-3","1362292798-0","1362292798-3","100000830625248-0","100000830625248-3","100000868173196-3","100000868173196-0","1843509512-3","1843509512-0","637703524-0","637703524-3","722141716-0","722141716-3","100002266491521-0","100002266491521-3","1305030729-3","1305030729-0","100001467223955-0","100001467223955-3","537061404-0","537061404-3","100001105422680-3","100001105422680-0","100003108273784-0","100003108273784-3","100000810804514-0","100000810804514-3","100002432814201-3","100002432814201-0","668427153-3","668427153-0","1318262917-0","1318262917-3","100001166130146-0","100001166130146-3","1274017044-0","1274017044-3","679725425-0","679725425-3","701061326-3","701061326-0","635501110-0","635501110-3","648570592-0","648570592-3","1480899777-3","1480899777-0","617190062-3","617190062-0","100000961992124-0","100000961992124-3","642416852-0","642416852-3","100001846266495-3","100001846266495-0","666916153-3","666916153-0","667660265-0","667660265-3","1432405802-3","1432405802-0","670530186-0","670530186-3","1208179064-0","1208179064-3","100000324725779-0","100000324725779-3","100001274721393-0","100001274721393-3","1153222744-3","1153222744-0","100000576868131-3","100000576868131-0","100008045618639-3","100008045618639-0","100003355141345-3","100003355141345-0","517488014-3","517488014-0","602242708-3","602242708-0","653500796-3","653500796-0","1822430494-0","1822430494-3","579508083-3","579508083-0","614542344-3","614542344-0","750308588-0","750308588-3","586033080-3","586033080-0","100000240528324-3","100000240528324-0","100001053344346-0","100001053344346-3","100001002399693-3","100001002399693-0","617995296-0","617995296-3","1291118603-3","1291118603-0","100006290824208-3","100006290824208-0","100000749234044-3","100000749234044-0","100002126894789-3","100002126894789-0","100001080498910-3","100001080498910-0","1204553144-3","1204553144-0","677580888-3","677580888-0","632032510-3","632032510-0","100005151880064-0","100005151880064-3","100001524304987-0","100001524304987-3","100005373426126-0","100005373426126-3","518099581-3","518099581-0","597108013-0","597108013-3","100000069348966-3","100000069348966-0","503954843-3","503954843-0","100000830598861-0","100000830598861-3","778532903-0","778532903-3","791320023-3","791320023-0","544515621-3","544515621-0","1844422391-0","1844422391-3","776741947-3","776741947-0","100001363683504-3","100001363683504-0","645838940-3","645838940-0","1530739654-0","1530739654-3","530445452-0","530445452-3","618030715-3","618030715-0","570553624-0","570553624-3","1179025399-3","1179025399-0","1694791491-3","1694791491-0","1433872965-3","1433872965-0","100001698387826-3","100001698387826-0","1074939501-0","1074939501-3","1529221585-3","1529221585-0","100003937666376-0","100003937666376-3","595541281-0","595541281-3","1560518858-3","1560518858-0","537959741-3","537959741-0","1029433803-3","1029433803-0","100000199891697-3","100000199891697-0","763369261-0","763369261-3","659796325-0","659796325-3","100002622661717-3","100002622661717-0","731897793-3","731897793-0","529301277-3","687878715-3","529301277-0","687878715-0","555355591-0","555355591-3","100000474863179-0","100000474863179-3","533580164-3","533580164-0","100001234211781-0","100001234211781-3","100001931516665-0","100001931516665-3","603671281-3","603671281-0","1792164639-3","1792164639-0","551932605-3","551932605-0","708565900-0","708565900-3","100000928881068-0","100000928881068-3","100001900886879-3","100001900886879-0","1063662039-0","1063662039-3","100000189921464-0","100000189921464-3","220900020-3","220900020-0","100000463943795-0","100000463943795-3","571172515-0","571172515-3","100006897880245-0","100006897880245-3","100001195746157-3","100001195746157-0","100001762407633-3","100001762407633-0","100000524797936-0","100000524797936-3","100000605657244-3","100000605657244-0","611362245-3","611362245-0","685145359-3","685145359-0","100001014935726-3","100001014935726-0","1136755917-3","1136755917-0","1007580871-0","1007580871-3","1080431293-0","1080431293-3","637197400-3","637197400-0","1206423725-3","1206423725-0","100004936570377-3","100004936570377-0","546583233-3","546583233-0","100001417842474-0","100001417842474-3","598150471-0","598150471-3","787582247-0","787582247-3","100000380812773-3","100000380812773-0","613852516-3","613852516-0","518358146-3","518358146-0","807217766-3","807217766-0","100001315844597-0","100001315844597-3","833622453-3","833622453-0","1008378161-0","1008378161-3","740467965-0","740467965-3","100001232973541-3","100001232973541-0","512844306-3","512844306-0","568580113-3","568580113-0","729753051-3","511299600-3","511299600-0","729753051-0","1136547609-3","1136547609-0","100003574161018-0","100003574161018-3","1624584022-3","1624584022-0","763558879-0","763558879-3","712319230-0","712319230-3","845080223-0","845080223-3","100002726174440-3","100002726174440-0","100001189230011-0","100000713247229-0","100000713247229-3","664285898-3","664285898-0","100001189230011-3","100001720357398-3","100001720357398-0","571331037-3","571331037-0","100000524583031-3","100000524583031-0","1058024725-3","1058024725-0","100000097335040-0","100000097335040-3","696732702-3","696732702-0","100007159301332-3","100007159301332-0","1134234437-3","1134234437-0","716717749-3","716717749-0","641691633-0","641691633-3","100000158840987-0","100000158840987-3","626983941-3","626983941-0","100000465472912-0","100000465472912-3","549177732-0","549177732-3","1353363540-0","1353363540-3","100000362565080-0","100000362565080-3","100003089993013-3","100003089993013-0","529545848-0","529545848-3","778880602-0","706925539-3","778880602-3","706925539-0","730105730-3","752615433-0","730105730-0","752615433-3","100000171492203-3","100000171492203-0","634071013-3","634071013-0","100001735299726-3","100001735299726-0","514601948-3","514601948-0","100001383953845-3","100001383953845-0","668389922-3","668389922-0","698049828-0","698049828-3","558215897-0","558215897-3","698720298-0","698720298-3","100000417185610-0","100000417185610-3","100004053137459-0","100004053137459-3","670860128-3","670860128-0","521295452-3","521295452-0","607005719-0","607005719-3","702056276-3","702056276-0","665380364-3","665380364-0","100000102882683-3","100000102882683-0","100001058298574-3","100001058298574-0","639242175-3","639242175-0","720096225-3","720096225-0","618240312-3","618240312-0","122614853-0","122614853-3","100001141124233-3","100001141124233-0","100001415048274-3","100001415048274-0","1100581725-0","1100581725-3","666840551-0","666840551-3","100002681355339-0","100002681355339-3","514916517-3","514916517-0","100004320339410-3","644415506-3","644415506-0","502521706-3","100000945397022-0","502521706-0","100000945397022-3","100004320339410-0","754438500-3","754438500-0","100001590565746-3","100001590565746-0","100001300649254-3","100001300649254-0","100000602510623-3","100000602510623-0","508168298-3","508168298-0","690310513-0","690310513-3","1037613396-3","1037613396-0","844205441-3","844205441-0","100002057381234-3","100002057381234-0","1612016875-3","1612016875-0","556691040-3","556691040-0","663792008-3","663792008-0","707016012-3","707016012-0","100000575509407-3","100000575509407-0","674096124-3","674096124-0","608129014-3","608129014-0","663465650-3","663465650-0","522090174-0","758540857-0","758540857-3","667359193-0","667359193-3","522090174-3","602484108-0","602484108-3","1543234510-0","1543234510-3","1374104536-0","1374104536-3","100003278217839-3","100003278217839-0","778927032-3","778927032-0","100000710693428-3","1210384479-3","1210384479-0","100000710693428-0","100000210347577-0","100000210347577-3","1622583386-3","1622583386-0","100001098992105-3","100001098992105-0","1398005836-3","1398005836-0","100000586911111-3","100000586911111-0","100000208210323-3","100000208210323-0","739676060-3","739676060-0","573793205-3","573793205-0","1026452447-0","1026452447-3","1436636210-3","100000709445902-3","1436636210-0","100000709445902-0","829440580-0","829440580-3","100001385348288-3","100001385348288-0","1802276838-0","1802276838-3","554931179-0","554931179-3","100001941095408-0","100001941095408-3","504451015-0","504451015-3","100001196010290-3","100001196010290-0","683276969-3","683276969-0","546031390-3","546031390-0","100000554595388-0","100000554595388-3","100000364243206-0","100000364243206-3","706706468-0","706706468-3","100000245608263-3","100000245608263-0","1806904242-3","1806904242-0","608635021-0","536510629-3","536510629-0","608635021-3","711435112-0","711435112-3","1522211261-0","1522211261-3","100000137339114-0","100000137339114-3","100003810529597-0","100003810529597-3","531057192-0","531057192-3","664390394-0","664390394-3","745455512-0","548371656-3","548371656-0","652651765-3","548018752-0","548018752-3","652651765-0","745455512-3","596536496-0","596536496-3","1277985950-3","1277985950-0","100000115371033-0","100000115371033-3","1086702571-3","1086702571-0","544631281-0","544631281-3","1789756793-0","1789756793-3","545350184-3","545350184-0","681891034-3","681891034-0","100001233115691-3","100001233115691-0","582398051-0","582398051-3","100000955452184-0","100000955452184-3","1104925658-3","1104925658-0","511255704-3","511255704-0","594105526-0","594105526-3","813520365-0","813520365-3","100000354974971-3","100001706507567-0","100001706507567-3","100000354974971-0","580045948-0","580045948-3","1209134588-0","1209134588-3","705467663-0","705467663-3","100001015792825-0","100001015792825-3","739666563-3","739666563-0","638843342-0","638843342-3","1031365210-0","1031365210-3","786909061-3","786909061-0","602042404-3","727398162-0","602042404-0","727398162-3","100004012038259-3","100004012038259-0","735305155-0","735305155-3","731501383-0","731501383-3","708520319-0","708520319-3","100003140428377-3","100003140428377-0","501430969-3","501430969-0","715130810-0","715130810-3","1627356038-3","1627356038-0","100000452564751-3","100000452564751-0","1663627786-3","1663627786-0","514286990-3","514286990-0"]},26],["ChatTabTemplates",["m_0_1e","m_0_1f","m_0_1g","m_0_1h","m_0_1i","m_0_1j","m_0_1k","m_0_1l","m_0_1m","m_0_1n","m_0_1o","m_0_1p","m_0_1q","m_0_1r","m_0_1s","m_0_1t","m_0_1u","m_0_1v","m_0_1w","m_0_1x","m_0_1y"],{":fb:chat:conversation:message":{"__m":"m_0_1e"},":fb:chat:conversation:message:status":{"__m":"m_0_1f"},":fb:chat:conversation:message:subject":{"__m":"m_0_1g"},":fb:chat:conversation:message-group":{"__m":"m_0_1h"},":fb:chat:tab:selector":{"__m":"m_0_1i"},":fb:chat:tab:selector:item":{"__m":"m_0_1j"},":fb:mercury:chat:tab-sheet:add-friends":{"__m":"m_0_1k"},":fb:mercury:chat:tab-sheet:add-friends-empty-tab":{"__m":"m_0_1l"},":fb:mercury:chat:tab-sheet:clickable-message-icon-sheet":{"__m":"m_0_1m"},":fb:mercury:chat:tab-sheet:message-mute-sheet":{"__m":"m_0_1n"},":fb:mercury:chat:tab-sheet:message-icon-sheet":{"__m":"m_0_1o"},":fb:mercury:chat:tab-sheet:name-conversation":{"__m":"m_0_1p"},":fb:mercury:chat:tab-sheet:user-blocked":{"__m":"m_0_1q"},":fb:mercury:call:promo":{"__m":"m_0_1r"},":fb:mercury:call:tour":{"__m":"m_0_1s"},":fb:mercury:chat:multichat-tab":{"__m":"m_0_1t"},":fb:mercury:chat:user-tab":{"__m":"m_0_1u"},":fb:mercury:typing-indicator:typing":{"__m":"m_0_1v"},":fb:mercury:chat:multichat-tooltip-item":{"__m":"m_0_1w"},":fb:mercury:chat:message:forward":{"__m":"m_0_1x"},":fb:mercury:timestamp":{"__m":"m_0_1y"}},15],["VideoCallTemplates",["m_0_1z"],{":fb:videocall:incoming-dialog":{"__m":"m_0_1z"}},74],["SoundInitialData",[],{},482],["MercuryAttachmentTemplates",["m_0_20","m_0_21","m_0_22","m_0_23","m_0_24","m_0_25","m_0_26","m_0_27","m_0_28","m_0_29","m_0_2a","m_0_2b","m_0_2c"],{":fb:mercury:attachment:error":{"__m":"m_0_20"},":fb:mercury:attachment:external-link":{"__m":"m_0_21"},":fb:mercury:attachment:file-link":{"__m":"m_0_22"},":fb:mercury:attachment:file-name":{"__m":"m_0_23"},":fb:mercury:attachment:extended-file-link":{"__m":"m_0_24"},":fb:mercury:attachment:music":{"__m":"m_0_25"},":fb:mercury:attachment:preview":{"__m":"m_0_26"},":fb:mercury:attachment:share-link":{"__m":"m_0_27"},":fb:mercury:attachment:share-event":{"__m":"m_0_28"},":fb:mercury:attachment:social-resolution":{"__m":"m_0_29"},":fb:mercury:attachment:video-thumb":{"__m":"m_0_2a"},":fb:mercury:upload-file-row":{"__m":"m_0_2b"},":fb:mercury:share-link-row":{"__m":"m_0_2c"}},34],["PhotoEditorConfig",["m_0_2d"],{"Actions":{"SAVE_AS_PROFILE":0,"SAVE_IN_ALBUM":1,"PAINT_BRUSH":2,"REVERT_BRUSH":3,"ERASER":4,"BW_FILTER":5,"SKETCH_FILTER":6,"BRIGHTNESS_ADJUST":7,"INVERT_FILTER":8,"BLUR_FILTER":9,"EYE_DROPPER":10,"SAVE_DROPDOWN":11,"BRUSH_DROPDOWN":12,"FILTER_DROPDOWN":13,"BRUSH_SIZE":14,"REVERT":15,"SHARE":16,"PENCIL":17,"ADD_TEXT":18,"IMPORT_IMAGE":19,"ADD_IMAGE_GRAPHIC":20,"ROTATE_CW":21,"ROTATE_CCW":22,"CROP":23,"CROP_BOUNDARY":24,"CROP_SQUARE":25,"CROP_WIDE":26,"ADD_STICKER":27},"Constants":{"DIALOG_PATH":"\/photos\/editor\/dialog","ATTACHMENTS_DIALOG_PATH":"\/photos\/editor\/attachments_dialog","CHAT_DIALOG_PATH":"\/photos\/editor\/chat_dialog","ADD_STICKER_PATH":"\/photos\/editor\/add_sticker","BROWSE_PHOTOS_PATH":"\/photos\/editor\/browse_photos","BROWSE_ALBUMS_PATH":"\/photos\/editor\/browse_albums","SHARE_DIALOG_PATH":"\/photos\/editor\/share_dialog","LOGGING_PATH":"\/ajax\/photos\/editor\/session_logging","DIALOG_PADDING":114,"DEFAULT_FILL_STYLE":"#444444","DEFAULT_FONT_SIZE":30,"MIN_FONT_SIZE":6,"MAX_FONT_SIZE":99,"DEFAULT_FONT_METRIC":"px","DEFAULT_FONT_FAMILY":"Tahoma","DEFAULT_BRUSH_SIZE":10,"MIN_BRUSH_SIZE":1,"MAX_BRUSH_SIZE":99,"FILTER_PREVIEW_DIMS":{"__m":"m_0_2d"},"SAVE_PATH":"https:\/\/upload.facebook.com\/photos\/editor\/save","FONTS":{"Normal":"Tahoma","Bold":"Impact","Comic":"Comic Sans MS","Serious":"Times New Roman","Mono":"Courier"},"STICKER_PROXY_PATH":"https:\/\/upload.facebook.com\/photos\/editor\/sticker_proxy","USE_STICKER_PROXY":1,"BROWSE_ALBUMS_SAVE":"\/photo_browser_dialog\/?endpoint_type=9&generator=0&id=0","BROWSE_ALBUMS_IMPORT":"\/photo_browser_dialog\/?endpoint_type=8&generator=0&id=0"},"BrowseModes":{"CHOOSE_IMPORT":"import","SAVE_IN_ALBUM":"save_in_album","CHOOSE_ATTACHMENT_TARGET":"choose_target","CHOOSE_CHAT_TARGET":"choose_chat_target"},"Events":{"OPEN_FILTER_MENU":"OPEN_FILTER_MENU","APPLY_BW_FILTER":"APPLY_BW_FILTER","REVERT_FILTER":"REVERT_FILTER","OPEN_DRAWING_MENU":"OPEN_DRAWING_MENU","CHOOSE_BRUSH_COLOR":"CHOOSE_BRUSH_COLOR","CHOOSE_BRUSH_SIZE":"CHOOSE_BRUSH_SIZE","OPEN_TEXT_MENU":"OPEN_TEXT_MENU","CHOOSE_TEXT_COLOR":"CHOOSE_TEXT_COLOR","CHOOSE_FONT_SIZE":"CHOOSE_FONT_SIZE","CHOOSE_FONT_FAMILY":"CHOOSE_FONT_FAMILY","ADD_TEXT":"ADD_TEXT","REMOVE_TEXT":"REMOVE_TEXT","ADD_IMAGE":"ADD_IMAGE","REMOVE_IMAGE":"REMOVE_IMAGE","ADD_BLOB":"ADD_BLOB","REMOVE_BLOB":"REMOVE_BLOB","OPEN_STICKER_DIALOG":"OPEN_STICKER_DIALOG","ADD_STICKER":"ADD_STICKER","REMOVE_STICKER":"REMOVE_STICKER"},"Contexts":{"CHAT":"chat","MESSENGER":"messenger","DIALOG":"dialog"}},167],["JpegResizerConfig",[],{"isGKBlacklisted":false},313],["JpegResizeWorkerResource",[],{"url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yC\/r\/wct-X4mrWsq.js","name":"JpegResizeWorkerBundle"},274],["WebWorkerConfig",[],{"logging":{"enabled":false,"config":"WebWorkerLoggerConfig"},"evalWorkerURL":"\/rsrc.php\/v2\/y0\/r\/rfukCScFKrW.js"},297],["OrionTrigger",[],{"module":null},445],["MercuryStatusTemplates",["m_0_2e","m_0_2f","m_0_2g"],{":fb:mercury:filtered-message":{"__m":"m_0_2e"},":fb:mercury:error-indicator":{"__m":"m_0_2f"},":fb:mercury:resend-indicator":{"__m":"m_0_2g"}},41],["WWWBase",[],{"uri":"https:\/\/www.facebook.com\/"},318],["OrionMercuryAttachmentStrings",[],{"module":null},494],["MercuryThreadlistIconTemplates",["m_0_2h","m_0_2i"],{":fb:mercury:attachment-indicator":{"__m":"m_0_2h"},":fb:mercury:attachment-icon-text":{"__m":"m_0_2i"}},42],["OrionMercuryAttachment",[],{"module":null},462],["LinkshimHandlerConfig",[],{"supports_meta_referrer":true,"render_verification_rate":1000},27],["MercuryTypeaheadTemplates",["m_0_2j","m_0_2k","m_0_2l","m_0_2m"],{":fb:mercury:typeahead":{"__m":"m_0_2j"},":fb:mercury:tokenizer":{"__m":"m_0_2k"},":fb:mercury:typeahead:header":{"__m":"m_0_2l"},":fb:mercury:typeahead:result":{"__m":"m_0_2m"}},43],["MercuryDataSourceWrapper",["m_0_2n"],{"source":{"__m":"m_0_2n"}},37],["MercurySheetTemplates",["m_0_2o"],{":fb:mercury:tab-sheet:loading":{"__m":"m_0_2o"}},40],["LocaleInitialData",[],{"locale":"en_US"},273],["PhotosUploadWaterfallXConfig",[],{"loggingEndpoint":"https:\/\/pixel.facebook.com\/ajax\/photos\/logging\/waterfallx.php","banzaiRoute":"photos_waterfall","deprecatedBanzaiRoute":"photos_waterfall_deprecated","useBanzai":0,"retryBanzai":false,"timeout":1},211],["HighlanderFinchGating",[],{"HIGHLANDER_FINCH_GATING":false},370],["MercuryJewelTemplates",["m_0_2p"],{":fb:mercury:jewel:threadlist-row":{"__m":"m_0_2p"}},39],["FacebarGlobalOptions",[],{"maxResultCount":8,"closeEntityThreshold":3,"allowGrammar":true,"webSearchLockedInMode":false,"unlockTextOnKeypress":false,"disableLockingEntitiesOnRightArrow":false,"keywordSearchEnabled":false,"webSuggestionsEnabled":false,"taSessionLoggingSample":false,"alwaysDisplayTypeNamedX":true,"showTypeNamedX":true,"typeNamedXFromBackend":true,"includeInitialTypeNamedX":true,"grammarConfig":{"entity_cost":0.5,"blank_cost":0.5,"typeahead_types":["user","user-dynamic","place","place-category","page","page-category","app","group","event","event-category","friendlist","list","music","shortcut","websuggestion","facebar_query","product","og-book","og-movie","og-tv_show","hashtag_exact","post","share","photo","community","activity","activity-actors","activity-verb","activity-verb-present-singular","job-title","job-title-activity","job-title-workers","political-view-adjective","political-view-members","political-view-party","religion","religion-adjective","religion-alt","religion-members"],"mapped_types":{"gameapp":"app","community":"group"},"mapped_types_subquery":{"place":"page"},"bootstrap_types":["user","page","group","app","event","friendlist","shortcut"],"browse_functions":{"intersect":{"numParamsUnbounded":true,"minNumParams":1,"maxNumParams":100,"allowsFreeText":false},"fuzzy-intersect":{"numParamsUnbounded":true,"minNumParams":1,"maxNumParams":100,"allowsFreeText":false},"union":{"numParamsUnbounded":true,"minNumParams":1,"maxNumParams":100,"allowsFreeText":false},"fbids":{"numParamsUnbounded":true,"minNumParams":1,"maxNumParams":100,"allowsFreeText":false},"story-fbids":{"numParamsUnbounded":true,"minNumParams":1,"maxNumParams":100,"allowsFreeText":false},"all":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"present":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":1,"allowsFreeText":false},"past":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":1,"allowsFreeText":false},"future":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":1,"allowsFreeText":false},"ever":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":1,"allowsFreeText":false},"ever-past":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":1,"allowsFreeText":false},"class":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"date":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"after":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"before":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"duration-past":{"numParamsUnbounded":false,"minNumParams":2,"maxNumParams":2,"allowsFreeText":false},"duration-future":{"numParamsUnbounded":false,"minNumParams":2,"maxNumParams":2,"allowsFreeText":false},"users-age":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"users-younger":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"users-older":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"users-born":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"users-interested":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"users-birth-place":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"females":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":0,"allowsFreeText":false},"males":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":0,"allowsFreeText":false},"members":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"friends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"online-friends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"non-friends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"acquaintances":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"close-friends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"restricted-friends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"followers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-followed":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"creators":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"admins":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"contacts":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"groups":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"non-groups":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"groups-privacy":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"groups-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"groups-about":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"communities":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"communities-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"relatives":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"siblings":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"brothers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"sisters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"parents":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"fathers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"mothers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"children":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"sons":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"daughters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"aunts":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"uncles":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"nieces":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"nephews":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"cousins":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"grandchildren":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"grandsons":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"granddaughters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"grandparents":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"grandmothers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"grandfathers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepsiblings":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepsisters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepbrothers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepparents":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepfathers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepmothers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepchildren":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepdaughters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepsons":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"sisters-in-law":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"brothers-in-law":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"fathers-in-law":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"mothers-in-law":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"sons-in-law":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"daughters-in-law":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"partners":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"boyfriends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"girlfriends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-any-relationship":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-dating":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-relationship":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-open-relationship":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"spouses":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"fiances":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-its-complicated":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-civil-union":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"domestic-partners":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"wives":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"husbands":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"students":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":7,"allowsFreeText":false},"employees":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":5,"allowsFreeText":false},"major":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"degree":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"job":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"schools-attended":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"school-location":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"high-schools-attended":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"colleges-attended":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"grad-schools-attended":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"employer-location":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"employers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":3,"allowsFreeText":false},"residents-near":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"home-residents":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"hometowns":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"residents":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"current-cities":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"current-regions":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"current-countries":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"speakers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"languages":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"likers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"exact-page-likers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"job-liker-union":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"listeners":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"readers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"watchers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"actors":{"numParamsUnbounded":false,"minNumParams":2,"maxNumParams":2,"allowsFreeText":false},"minutiae-actors":{"numParamsUnbounded":false,"minNumParams":2,"maxNumParams":3,"allowsFreeText":false},"page_raters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"commenters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-religious-view":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-political-view":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"admirers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"religious-views":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"political-views":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"visitors":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-checked-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-checked-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-visited":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"recent-places-visited":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-recommended-for":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-reviewed":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-saved":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-near":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"places-liked":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"places-near-address":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"gps-location":{"numParamsUnbounded":false,"minNumParams":2,"maxNumParams":3,"allowsFreeText":false},"places-with-fb-wifi":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":0,"allowsFreeText":false},"places-open-at":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"pages-about":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages-liked":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages-recommended-for":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages-similar-to":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-recommended-for":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-of":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-by":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-tagged":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-liked":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-uploaded":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"photos-commented":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-interested":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-interacted":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-about":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-reshared":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-keyword":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"recent-photos":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":0,"allowsFreeText":false},"timeline":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-tagged":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-interacted":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-of":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-by":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-tagged":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-liked":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-uploaded":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"videos-commented":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"video-links-shared":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-interested":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-interacted":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-about":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-reshared":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"recent-videos":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":0,"allowsFreeText":false},"videos-keyword":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"app-users":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"apps":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"apps-used":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"apps-liked":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"apps-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"games":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"platform":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"apps-similar-to":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"apps-recommended-for":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"stories-by":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"reshare-stories-by":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-commented":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-liked":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-keyword":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"stories-topic":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-at":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"reviews-at":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-tagged":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-with-tagged":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-media-tagged":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-share-link":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"stories-language":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-recent":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-live":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"keywords":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_top":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_users":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_pages":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_groups":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_posts":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_photos":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_entities":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_places":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_apps":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_events":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_web":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_videos":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_topic":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"keywords_topic_trending":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"role":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"role-outgoing":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages-of-role":{"numParamsUnbounded":false,"minNumParams":2,"maxNumParams":3,"allowsFreeText":false},"page-has-role":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"facebook-employees":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":0,"allowsFreeText":false},"events":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"events-joined":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"events-created":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"events-invited":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"events-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"events-at":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"events-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"events-near":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"work-anniversary":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"relationship-anniversary":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false}},"semantic_map":[],"grammar_stop_words":{"and":"and","at":"at","by":"by","for":"for","friends":"friends","from":"from","i":"i","in":"in","me":"me","of":"of","on":"on","people":"people","photos":"photos","the":"the","to":"to"},"grammar_stop_words_penalty":2,"name_functions":["apps-named","communities-named","events-named","groups-named","pages-named","places-named","users-named"],"search_path":"\/search\/","non_title_term_match_penalty":0.5,"\u0040generated":true},"suggestBackendL2Terms":0,"graphSearchV2":0,"gsv2EntityAboveKeyword":0,"executeQueryThrottleTime":100,"sendRemoteQueryThrottleTime":125,"enableSendRemoteQueryDelay":false,"sendRemoteQueryDelayTime":200,"alwaysFetchMore":false,"lazyThrottleRemoteQuery":false,"renderThrottleTime":0,"fetchLeanOnFocus":false,"fetchLeanOnFocusThrottleTime":100,"sendExistingIDs":false,"unbreakParseDisplay":true,"limitBootstrapResult":false,"limitBootstrapResultNum":3},134],["FacebarJSConstants",[],{"browseTypes":{"keyword":"browse_type_keyword"},"nonGrammarTypes":{"websuggestion":true,"browse_type_keyword":true,"keyword":true,"hashtag_exact":true},"entityTypes":{"user":true,"group":true,"event":true,"app":true,"page":true,"place":true},"keywordType":"keyword","grammarToEntityTypes":{"browse_type_user":"users","browse_type_page":"pages","browse_type_place":"places","browse_type_group":"groups","browse_type_application":"apps"},"eventLinkRef":70,"defaultQueryTypeText":"Search"},189],["KeywordsSearchResultConfig",[],{"results_page_url":"\/search\/more\/","result_type":"keyword","result_set_type":"browse_type_keyword","default_cost":20,"uid_prefix":"keywords:","icon_class":"_5b1w","source":"keyword","shortcut":"shortcut","exact_match_cost_delta_from_best":-0.0001,"query_prefix_blacklist":["#","posts about","posts in","posts by","my posts"],"gsv2_results_page":false,"gsv2_browse_edge":"keywords_top"},161],["FacebarTypeaheadShortcutConfig",[],{"gkWebShortcut":false},199],["HashtagSearchResultConfig",[],{"image_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yF\/r\/irmqzCEvUpb.png","boost_result":1,"hashtag_cost":0.52},146],["FacebarTypeNamedXBootstrap",[],{"typeNamedX":[{"cost":1000,"isSeeMore":true,"semantic":"apps-named([])","type":"grammar","resultsSetType":"browse_type_application","dynamicData":false,"iconClass":"_9rj","parse":{"disambiguation":[],"suffix":"","remTokens":[],"display":["Find all apps named \"",{"type":"ent:extend_string","text":""},"\""],"extendable":true}},{"cost":1000,"isSeeMore":true,"semantic":"pages-named([])","type":"grammar","resultsSetType":"browse_type_page","dynamicData":false,"iconClass":"_9rg","parse":{"disambiguation":[],"suffix":"","remTokens":[],"display":["Find all pages named \"",{"type":"ent:extend_string","text":""},"\""],"extendable":true}},{"cost":1000,"isSeeMore":true,"semantic":"groups-named([])","type":"grammar","resultsSetType":"browse_type_group","dynamicData":false,"iconClass":"_9ri","parse":{"disambiguation":[],"suffix":"","remTokens":[],"display":["Find all groups named \"",{"type":"ent:extend_string","text":""},"\""],"extendable":true}},{"cost":1000,"isSeeMore":true,"semantic":"places-named([])","type":"grammar","resultsSetType":"browse_type_place","dynamicData":false,"iconClass":"_9rh","parse":{"disambiguation":[],"suffix":"","remTokens":[],"display":["Find all places named \"",{"type":"ent:extend_string","text":""},"\""],"extendable":true}},{"cost":1000,"isSeeMore":true,"semantic":"users-named([])","type":"grammar","resultsSetType":"browse_type_user","dynamicData":false,"iconClass":"_9rf","parse":{"disambiguation":[],"suffix":"","remTokens":[],"display":["Find all people named \"",{"type":"ent:extend_string","text":""},"\""],"extendable":true}}]},312],["FacebarTypeNamedXTokenOptions",[],{"enabled":false,"additionalResultsToFetch":2,"showFacepile":false,"inlineSubtext":false},139],["ResultsBucketizerConfig",[],{"rules":{"main":[{"propertyName":"displayedSeeMore","position":2,"hidden":false},{"propertyName":"hiddenSeeMore","position":4,"hidden":true},{"propertyName":"bottomSeeMore","position":2,"hidden":false},{"propertyName":"isSeeMore","propertyValue":"true","position":2,"hidden":true},{"propertyName":"objectType","propertyValue":"websuggestion","position":1,"hidden":false},{"propertyName":"resultSetType","propertyValue":"unimplemented","position":0,"hidden":false},{"propertyName":"topBucket","position":-1,"hidden":false,"maxResults":2},{"propertyName":"objectType","propertyValue":"grammar","position":0,"hidden":false},{"propertyName":"objectType","propertyValue":"keyword","position":3,"hidden":false,"maxResults":2},{"bucketName":"entities","subBucketRules":"typeBuckets","position":0,"hidden":false}],"typeBuckets":[{"propertyName":"renderType","position":0,"hidden":false},{"position":0,"hidden":false}]}},164]]);require("InitialJSLoader").handleServerJS({"instances":[["m_0_1",["AsyncLayout"],["contentArea"],1],["m_0_7",["RequestsJewel","m_0_8"],[{"__m":"m_0_8"},"[fb]requests",false],1],["m_0_8",["JewelX","m_0_9","m_0_a"],[{"__m":"m_0_9"},{"name":"requests","badge":{"__m":"m_0_a"},"businessID":null,"keepOpenForSnowlift":false}],3],["m_0_a",["XUIBadge","m_0_b"],[{"target":{"__m":"m_0_b"},"count":0,"maxcount":99}],2],["m_0_c",["MercuryJewel","m_0_d"],[{"__m":"m_0_d"},{"message_counts":[{"unread_count":39,"unseen_count":1,"seen_timestamp":1406378013865,"last_action_id":"1406489180486000000","folder":"inbox"},{"unread_count":7,"unseen_count":6,"seen_timestamp":1317316990232,"last_action_id":null,"folder":"other"}],"payload_source":"server_initial_data"}],1],["m_0_d",["JewelX","m_0_e","m_0_f"],[{"__m":"m_0_e"},{"name":"mercurymessages","badge":{"__m":"m_0_f"},"businessID":null,"keepOpenForSnowlift":false}],3],["m_0_f",["XUIBadge","m_0_g"],[{"target":{"__m":"m_0_g"},"count":1,"maxcount":99}],2],["m_0_j",["ScrollableArea","m_0_i"],[{"__m":"m_0_i"},{"persistent":true}],1],["m_0_l",["NotificationJewelController","m_0_m","m_0_n","m_0_o","m_0_k"],[{"__m":"m_0_m"},{"__m":"m_0_n"},["100000590753545:143420693"],0,{"__m":"m_0_o"},{"__m":"m_0_k"},[]],1],["m_0_m",["JewelX","m_0_p","m_0_q"],[{"__m":"m_0_p"},{"name":"notifications","badge":{"__m":"m_0_q"},"businessID":null,"keepOpenForSnowlift":false}],3],["m_0_q",["XUIBadge","m_0_r"],[{"target":{"__m":"m_0_r"},"count":1,"maxcount":99}],2],["m_0_o",["NotificationJewelHeaderController","m_0_s"],[{"__m":"m_0_s"},0,null,null],3],["m_0_n",["NotificationJewelListController","m_0_t"],[{"__m":"m_0_t"},{"storyInline":false,"excludeGroup":false,"filter":0,"useWideList":true,"tracking":"{\"ref\":\"notif_jewel\",\"jewel\":\"notifications\"}","businessID":"","maxHeight":null,"shortenTimestamp":true,"negativeTracking":{"click":{"negative_feedback":"negative_click"},"cancel":{"negative_feedback":"negative_cancel"},"confirm":{"negative_feedback":"negative_confirm"},"firstReceiptNo":{"negative_feedback":"negative_first_no"}}}],3],["m_0_11",["PrivacyLiteFlyoutHelp","m_0_w","m_0_x","m_0_y","m_0_z","m_0_10"],[{"__m":"m_0_w"},{"__m":"m_0_x"},{"__m":"m_0_y"},{"__m":"m_0_z"},{"__m":"m_0_10"}],1],["m_0_15",["FacebarTypeahead","m_0_16","FacebarTypeaheadView","m_0_13","FacebarTypeaheadCore","m_0_14","FacebarTypeaheadNavigation","FacebarTypeaheadDecorateEntities","FacebarTypeaheadDisambiguateResults","FacebarTypeaheadSeeMoreSerp","FacebarTypeaheadSizeAdjuster","FacebarTypeaheadShortcut","FacebarTypeaheadQuickSelect","FacebarTypeaheadAutoWidth","FacebarTypeaheadMagGo","FacebarTypeaheadSelectAll","FacebarTypeaheadPrefixLengthOrderedCache","FacebarTypeaheadRecorderBasic","FacebarTypeaheadHashtagResult","FacebarTypeaheadSearchMap"],[{"__m":"m_0_16"},{"node_id":"u_0_c","ctor":{"__m":"FacebarTypeaheadView"},"options":{"autoSelect":true,"causalElement":{"__m":"m_0_13"},"maxResults":8,"minWidth":0,"alignment":"left","showBadges":true,"webSearchForm":"FBKBFA","seeMoreSerpEndpoint":"\/search\/more\/"}},{"ctor":{"__m":"FacebarTypeaheadCore"},"options":{}},{"__m":"m_0_14"},[{"__m":"FacebarTypeaheadNavigation"},{"__m":"FacebarTypeaheadDecorateEntities"},{"__m":"FacebarTypeaheadDisambiguateResults"},{"__m":"FacebarTypeaheadSeeMoreSerp"},{"__m":"FacebarTypeaheadSizeAdjuster"},{"__m":"FacebarTypeaheadShortcut"},{"__m":"FacebarTypeaheadQuickSelect"},{"__m":"FacebarTypeaheadAutoWidth"},{"__m":"FacebarTypeaheadMagGo"},{"__m":"FacebarTypeaheadSelectAll"},{"__m":"FacebarTypeaheadPrefixLengthOrderedCache"},{"__m":"FacebarTypeaheadRecorderBasic"},{"__m":"FacebarTypeaheadHashtagResult"},{"__m":"FacebarTypeaheadSearchMap"}],null],1],["m_0_17",["StructuredInput","m_0_13"],[{"__m":"m_0_13"}],1],["m_0_16",["FacebarDataSource"],[{"minQueryLength":2,"allowWebSuggOnTop":false,"maxResults":8,"indexedFields":["text","tokens","non_title_tokens"],"titleFields":["text","tokens"],"queryData":{"context":"facebar","grammar_version":"b112ff696a18044ef4851cee5cf2bd0930f2cabc","viewer":100000590753545,"rsp":"search"},"queryEndpoint":"\/typeahead\/search\/facebar\/query\/","bootstrapData":{"context":"facebar","viewer":100000590753545,"token":"v7"},"bootstrapEndpoint":"\/ajax\/typeahead\/search\/facebar\/bootstrap\/","enabledLocalCache":true,"enabledMergeUids":true,"token":"1406485711-7","genTime":1406489189,"enabledQueryCache":true,"queryExactMatch":false,"enabledHashtag":true,"grammarVersion":"b112ff696a18044ef4851cee5cf2bd0930f2cabc"}],2],["m_0_1a",["XHPTemplate","m_0_2q"],[{"__m":"m_0_2q"}],2],["m_0_1b",["XHPTemplate","m_0_2s"],[{"__m":"m_0_2s"}],2],["m_0_1c",["XHPTemplate","m_0_2u"],[{"__m":"m_0_2u"}],2],["m_0_1d",["XHPTemplate","m_0_2w"],[{"__m":"m_0_2w"}],2],["m_0_1e",["XHPTemplate","m_0_2x"],[{"__m":"m_0_2x"}],2],["m_0_1f",["XHPTemplate","m_0_2y"],[{"__m":"m_0_2y"}],2],["m_0_1g",["XHPTemplate","m_0_2z"],[{"__m":"m_0_2z"}],2],["m_0_1h",["XHPTemplate","m_0_30"],[{"__m":"m_0_30"}],2],["m_0_1i",["XHPTemplate","m_0_31"],[{"__m":"m_0_31"}],2],["m_0_1j",["XHPTemplate","m_0_33"],[{"__m":"m_0_33"}],2],["m_0_1k",["XHPTemplate","m_0_34"],[{"__m":"m_0_34"}],2],["m_0_1l",["XHPTemplate","m_0_35"],[{"__m":"m_0_35"}],2],["m_0_1m",["XHPTemplate","m_0_36"],[{"__m":"m_0_36"}],2],["m_0_1n",["XHPTemplate","m_0_37"],[{"__m":"m_0_37"}],2],["m_0_1o",["XHPTemplate","m_0_38"],[{"__m":"m_0_38"}],2],["m_0_1p",["XHPTemplate","m_0_39"],[{"__m":"m_0_39"}],2],["m_0_3c",["Typeahead","m_0_3d","ContextualTypeaheadView","m_0_3a","TypeaheadCore","m_0_3b"],[{"__m":"m_0_3d"},{"node_id":"","node":null,"ctor":{"__m":"ContextualTypeaheadView"},"options":{"causalElement":{"__m":"m_0_3a"},"minWidth":0,"alignment":"left","showBadges":true}},{"ctor":{"__m":"TypeaheadCore"},"options":{}},{"__m":"m_0_3b"}],3],["m_0_1q",["XHPTemplate","m_0_3e"],[{"__m":"m_0_3e"}],2],["m_0_1r",["XHPTemplate","m_0_3f"],[{"__m":"m_0_3f"}],2],["m_0_1s",["XHPTemplate","m_0_3g"],[{"__m":"m_0_3g"}],2],["m_0_1t",["XHPTemplate","m_0_3h"],[{"__m":"m_0_3h"}],2],["m_0_1u",["XHPTemplate","m_0_3k"],[{"__m":"m_0_3k"}],2],["m_0_1v",["XHPTemplate","m_0_3n"],[{"__m":"m_0_3n"}],2],["m_0_1w",["XHPTemplate","m_0_3o"],[{"__m":"m_0_3o"}],2],["m_0_1x",["XHPTemplate","m_0_3p"],[{"__m":"m_0_3p"}],2],["m_0_1y",["XHPTemplate","m_0_3q"],[{"__m":"m_0_3q"}],2],["m_0_1z",["XHPTemplate","m_0_3r"],[{"__m":"m_0_3r"}],2],["m_0_20",["XHPTemplate","m_0_3s"],[{"__m":"m_0_3s"}],2],["m_0_21",["XHPTemplate","m_0_3t"],[{"__m":"m_0_3t"}],2],["m_0_3v",["ProgressBar","m_0_3u"],[{"__m":"m_0_3u"},0,100],1],["m_0_22",["XHPTemplate","m_0_3w"],[{"__m":"m_0_3w"}],2],["m_0_23",["XHPTemplate","m_0_3x"],[{"__m":"m_0_3x"}],2],["m_0_24",["XHPTemplate","m_0_3y"],[{"__m":"m_0_3y"}],2],["m_0_25",["XHPTemplate","m_0_3z"],[{"__m":"m_0_3z"}],2],["m_0_41",["ProgressBar","m_0_40"],[{"__m":"m_0_40"},0,100],1],["m_0_26",["XHPTemplate","m_0_42"],[{"__m":"m_0_42"}],2],["m_0_44",["ProgressBar","m_0_43"],[{"__m":"m_0_43"},0,100],1],["m_0_27",["XHPTemplate","m_0_45"],[{"__m":"m_0_45"}],2],["m_0_28",["XHPTemplate","m_0_46"],[{"__m":"m_0_46"}],2],["m_0_48",["ProgressBar","m_0_47"],[{"__m":"m_0_47"},0,100],1],["m_0_29",["XHPTemplate","m_0_49"],[{"__m":"m_0_49"}],2],["m_0_2a",["XHPTemplate","m_0_4a"],[{"__m":"m_0_4a"}],2],["m_0_2b",["XHPTemplate","m_0_4b"],[{"__m":"m_0_4b"}],2],["m_0_2c",["XHPTemplate","m_0_4c"],[{"__m":"m_0_4c"}],2],["m_0_2d",["Vector"],[60,60],2],["m_0_2e",["XHPTemplate","m_0_4d"],[{"__m":"m_0_4d"}],2],["m_0_2f",["XHPTemplate","m_0_4e"],[{"__m":"m_0_4e"}],2],["m_0_2g",["XHPTemplate","m_0_4f"],[{"__m":"m_0_4f"}],2],["m_0_2h",["XHPTemplate","m_0_4g"],[{"__m":"m_0_4g"}],2],["m_0_2i",["XHPTemplate","m_0_4h"],[{"__m":"m_0_4h"}],2],["m_0_2j",["XHPTemplate","m_0_4i"],[{"__m":"m_0_4i"}],2],["m_0_2k",["XHPTemplate","m_0_4j"],[{"__m":"m_0_4j"}],2],["m_0_2l",["XHPTemplate","m_0_4k"],[{"__m":"m_0_4k"}],2],["m_0_2m",["XHPTemplate","m_0_4l"],[{"__m":"m_0_4l"}],2],["m_0_2n",["DataSource"],[{"maxResults":5,"queryData":[],"bootstrapData":{"viewer":100000590753545,"token":"1406485711-7","filter":["user"],"options":["friends_only"],"context":"messages_bootstrap"},"bootstrapEndpoint":"\/ajax\/typeahead\/first_degree.php","enabledLocalCache":true,"enabledMergeUids":true}],2],["m_0_2o",["XHPTemplate","m_0_4m"],[{"__m":"m_0_4m"}],2],["m_0_2p",["XHPTemplate","m_0_4n"],[{"__m":"m_0_4n"}],2],["m_0_3d",["DataSource"],[{"enabledLocalCache":true,"enabledMergeUids":true}],2]],"markup":[["m_0_2q",{"__html":"\u003Cform method=\"post\" action=\"\/ajax\/chat\/blackbird\/learn_more.php?source=offline&amp;promo_source=educate\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_0_m\">\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQFcXAeFeVL6\" autocomplete=\"off\" \/>\u003Cstrong>Tip:\u003C\/strong> You can turn on chat for just a few friends. \u003Clabel class=\"uiLinkButton\">\u003Cinput class=\"uiLinkButtonInput\" type=\"submit\" value=\"Learn more\" \/>\u003C\/label>.\u003Cdiv class=\"_361\">\u003Ca class=\"mvm _363 uiButton uiButtonConfirm\" href=\"#\" role=\"button\" ajaxify=\"\/ajax\/chat\/privacy\/settings_dialog.php\" rel=\"dialog\" data-jsid=\"chatSettingsButton\">\u003Cspan class=\"uiButtonText\">Edit Chat Settings\u003C\/span>\u003C\/a>\u003C\/div>\u003C\/form>"},3],["m_0_2s",{"__html":"\u003Cform method=\"post\" action=\"\/ajax\/chat\/blackbird\/learn_more.php?source=blackbird\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_0_n\">\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQFcXAeFeVL6\" autocomplete=\"off\" \/>\u003Cstrong>Tip:\u003C\/strong> When chat is off, messages from friends go to your inbox for you to read later. \u003Clabel class=\"uiLinkButton\">\u003Cinput class=\"uiLinkButtonInput\" type=\"submit\" value=\"Learn more\" \/>\u003C\/label>.\u003C\/form>"},3],["m_0_2u",{"__html":"\u003Cform method=\"post\" action=\"\/ajax\/chat\/blackbird\/learn_more.php?source=blackbird\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_0_o\">\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQFcXAeFeVL6\" autocomplete=\"off\" \/>\u003Cstrong>Tip:\u003C\/strong> While you have chat turned off for some friends, their messages go to your inbox. \u003Clabel class=\"uiLinkButton\">\u003Cinput class=\"uiLinkButtonInput\" type=\"submit\" value=\"Learn more\" \/>\u003C\/label>.\u003C\/form>"},3],["m_0_2w",{"__html":"\u003Cdiv class=\"pam _362\">\u003Cdiv class=\"clearfix\">\u003Ci class=\"_8o _8r lfloat _ohe img sp_xFwBv1W8Ynk sx_f4295b\">\u003C\/i>\u003Cdiv class=\"clearfix _8u _42ef\">\u003Clabel class=\"rfloat _ohf uiCloseButton uiCloseButtonSmall\" for=\"u_0_p\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"dialogCloseButton\" id=\"u_0_p\" \/>\u003C\/label>\u003Cdiv class=\"prs\" data-jsid=\"dialogContent\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_2x",{"__html":"\u003Cdiv class=\"_kso fsm\" data-jsid=\"message\">\u003C\/div>"},2],["m_0_2y",{"__html":"\u003Cdiv class=\"clearfix\">\u003Cdiv class=\"_5pi7\" data-jsid=\"message\">\u003C\/div>\u003Cdiv class=\"_5pi6\" data-jsid=\"status\">\u003C\/div>\u003C\/div>"},2],["m_0_2z",{"__html":"\u003Cdiv class=\"fbChatMessageSubject fsm fwb\" data-jsid=\"messageSubject\">\u003C\/div>"},2],["m_0_30",{"__html":"\u003Cdiv class=\"mhs mbs pts fbChatConvItem _50dw clearfix\">\u003Cdiv class=\"_50ke\">\u003Cdiv class=\"_50x5\" data-jsid=\"profileName\">\u003C\/div>\u003Ca class=\"profileLink\" href=\"#\" data-jsid=\"profileLink\" role=\"button\">\u003Cimg class=\"profilePhoto\" src=\"\/images\/spacer.gif\" data-jsid=\"profilePhoto\" \/>\u003C\/a>\u003C\/div>\u003Cdiv class=\"messages\" data-jsid=\"messages\">\u003C\/div>\u003C\/div>"},2],["m_0_31",{"__html":"\u003Cdiv class=\"uiToggle _50-v fbNub _51jt\">\u003Ca class=\"fbNubButton\" tabindex=\"0\" href=\"#\" rel=\"toggle\" role=\"button\">\u003Ci class=\"messagesIcon img sp_xFwBv1W8Ynk sx_f4295b\">\u003C\/i>\u003Cspan data-jsid=\"numTabs\">\u003C\/span>\u003Cspan class=\"_5ugh _5ugg hidden_elem _51jw\" data-jsid=\"numMessages\" id=\"u_0_q\">0\u003C\/span>\u003C\/a>\u003Cdiv class=\"fbNubFlyout uiToggleFlyout noTitlebar\">\u003Cdiv class=\"fbNubFlyoutOuter\">\u003Cdiv class=\"fbNubFlyoutInner\">\u003Cdiv class=\"fbNubFlyoutBody scrollable\">\u003Cdiv class=\"fbNubFlyoutBodyContent\">\u003Cdiv role=\"menu\" class=\"uiMenu\" data-jsid=\"menu\">\u003Cul class=\"uiMenuInner\">\u003Cli class=\"uiMenuItem\" data-label=\"Dummy\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"0\" href=\"#\">\u003Cspan class=\"itemLabel fsm\"> Dummy \u003C\/span>\u003C\/a>\u003C\/li>\u003C\/ul>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},3],["m_0_33",{"__html":"\u003Cli class=\"uiMenuItem _51ju\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\">\u003Cspan class=\"itemLabel fsm\">\u003Cdiv class=\"clearfix\">\u003Clabel class=\"rfloat _ohf uiCloseButton uiCloseButtonSmall\" for=\"u_0_r\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"closeButton\" id=\"u_0_r\" \/>\u003C\/label>\u003Cdiv class=\"_51jv\">\u003Cspan class=\"unreadCount\" data-jsid=\"unreadCount\">\u003C\/span>\u003Cspan data-jsid=\"content\">\u003C\/span>\u003C\/div>\u003C\/div>\u003C\/span>\u003C\/a>\u003C\/li>"},2],["m_0_34",{"__html":"\u003Cdiv class=\"_54_-\">\u003Ctable class=\"uiGrid _51mz\" cellspacing=\"0\" cellpadding=\"0\">\u003Ctbody>\u003Ctr class=\"_51mx\">\u003Ctd class=\"_51m- vTop _54__\">\u003Cdiv data-jsid=\"participantsTypeahead\">\u003C\/div>\u003C\/td>\u003Ctd class=\"_51m- vTop _51mw\">\u003Clabel class=\"doneButton uiButton uiButtonConfirm\" for=\"u_0_s\">\u003Cinput value=\"Done\" data-jsid=\"doneButton\" type=\"submit\" id=\"u_0_s\" \/>\u003C\/label>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>"},2],["m_0_35",{"__html":"\u003Cdiv class=\"_54_v\">\u003Cdiv class=\"clearfix\">\u003Cdiv class=\"_6a _54_x lfloat _ohe\">\u003Cspan class=\"fcg\" id=\"u_0_t\">To:\u003C\/span>\u003C\/div>\u003Cdiv class=\"_54_w _42ef\">\u003Cdiv data-labelid=\"u_0_t\" data-jsid=\"participantsTypeahead\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_36",{"__html":"\u003Ca href=\"#\" role=\"button\">\u003Cdiv class=\"pas\">\u003Cdiv class=\"_1skc\" data-jsid=\"image\">\u003C\/div>\u003Cspan class=\"_1skd fcg\" data-jsid=\"text\">\u003C\/span>\u003C\/div>\u003C\/a>"},2],["m_0_37",{"__html":"\u003Cdiv class=\"pas\">\u003Cspan class=\"_1skd _1ske fcg\" data-jsid=\"text\">\u003C\/span>\u003Ca class=\"pas\" data-jsid=\"unmuteButton\" href=\"#\" role=\"button\">Unmute\u003C\/a>\u003C\/div>"},2],["m_0_38",{"__html":"\u003Cdiv class=\"pas\">\u003Cdiv class=\"_1skc\" data-jsid=\"image\">\u003C\/div>\u003Cspan class=\"_1skd fcg\" data-jsid=\"text\">\u003C\/span>\u003C\/div>"},2],["m_0_39",{"__html":"\u003Cdiv class=\"_56jk\">\u003Ctable class=\"uiGrid _51mz\" cellspacing=\"0\" cellpadding=\"0\">\u003Ctbody>\u003Ctr class=\"_51mx\">\u003Ctd class=\"_51m- vTop _56jl\">\u003Cdiv class=\"uiTypeahead\" data-ft=\"&#123;&quot;tn&quot;:&quot;+Q&quot;&#125;\" id=\"u_0_u\">\u003Cdiv class=\"wrap\">\u003Cinput type=\"hidden\" autocomplete=\"off\" class=\"hiddenInput\" \/>\u003Cdiv class=\"innerWrap\">\u003Cinput type=\"text\" class=\"inputtext textInput DOMControl_placeholder\" data-jsid=\"nameInput\" maxlength=\"250\" placeholder=\"Name this conversation\" autocomplete=\"off\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-owns=\"typeahead_list_u_0_u\" aria-haspopup=\"true\" role=\"combobox\" spellcheck=\"false\" value=\"Name this conversation\" aria-label=\"Name this conversation\" id=\"u_0_v\" \/>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/td>\u003Ctd class=\"_51m- vTop _51mw\">\u003Cbutton value=\"1\" class=\"_42ft _42fu selected _42g-\" data-jsid=\"doneButton\" type=\"submit\">Done\u003C\/button>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>"},4],["m_0_3e",{"__html":"\u003Cdiv class=\"pas\">\u003Ci class=\"_1skc img sp_F6Afu2XGiZY sx_d94ff0\" data-jsid=\"image\">\u003C\/i>\u003Cdiv class=\"_1skd\">\u003Cspan class=\"fcg\" data-jsid=\"text\">\u003C\/span>\u003Cdiv>\u003Ca href=\"#\" data-jsid=\"actionLink\" role=\"button\">\u003C\/a>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_3f",{"__html":"\u003Cdiv>\u003Cdiv class=\"clearfix mvm mrm mll videoCallPromo\">\u003Ci class=\"_8o _8s lfloat _ohe img sp_gPysIaDCTmE sx_87e121\">\u003C\/i>\u003Cdiv class=\"_42ef\">\u003Cdiv class=\"pls\">\u003Cspan class=\"calloutTitle fwb\">Try talking face to face\u003C\/span>\u003Cdiv class=\"fsm fwn fcg\">Click \u003Cspan> ( \u003Ci class=\"onlineStatusIcon img sp_gPysIaDCTmE sx_bf4141\">\u003C\/i> )\u003C\/span> below to start a video call.\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"uiOverlayFooter uiContextualDialogFooter uiBoxGray topborder\">\u003Ctable class=\"uiGrid _51mz uiOverlayFooterGrid\" cellspacing=\"0\" cellpadding=\"0\">\u003Ctbody>\u003Ctr class=\"_51mx\">\u003Ctd class=\"_51m- prs uiOverlayFooterMessage\">\u003Ca target=\"_blank\" href=\"\/help\/?page=177940565599960\">Learn more\u003C\/a>\u003C\/td>\u003Ctd class=\"_51m- uiOverlayFooterButtons _51mw\">\u003Ca class=\"uiOverlayButton layerCancel uiButton uiButtonConfirm\" href=\"#\" role=\"button\" name=\"cancel\">\u003Cspan class=\"uiButtonText\">Close\u003C\/span>\u003C\/a>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>\u003C\/div>"},2],["m_0_3g",{"__html":"\u003Cdiv>\u003Cdiv class=\"clearfix mvm mrm mll videoCallPromo\">\u003Ci class=\"_8o _8s lfloat _ohe img sp_gPysIaDCTmE sx_87e121\">\u003C\/i>\u003Cdiv class=\"_42ef\">\u003Cdiv class=\"pls\">\u003Cspan class=\"calloutTitle fwb\">Talk face to face\u003C\/span>\u003Cdiv class=\"fsm fwn fcg\">Click \u003Cspan> ( \u003Ci class=\"onlineStatusIcon img sp_gPysIaDCTmE sx_bf4141\">\u003C\/i> )\u003C\/span> below to start a video call.\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"uiOverlayFooter uiContextualDialogFooter uiBoxGray topborder\">\u003Ctable class=\"uiGrid _51mz uiOverlayFooterGrid\" cellspacing=\"0\" cellpadding=\"0\">\u003Ctbody>\u003Ctr class=\"_51mx\">\u003Ctd class=\"_51m- prs uiOverlayFooterMessage\">\u003Ca target=\"_blank\" href=\"\/help\/?page=177940565599960\">Learn more\u003C\/a>\u003C\/td>\u003Ctd class=\"_51m- uiOverlayFooterButtons _51mw\">\u003Ca class=\"uiOverlayButton layerCancel uiButton uiButtonConfirm\" href=\"#\" role=\"button\" name=\"cancel\">\u003Cspan class=\"uiButtonText\">Okay\u003C\/span>\u003C\/a>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>\u003C\/div>"},2],["m_0_3h",{"__html":"\u003Cdiv class=\"fbNub _50-v _50mz _50m-\">\u003Ca class=\"fbNubButton\" tabindex=\"0\" href=\"#\" data-jsid=\"dockButton\" role=\"button\">\u003Cdiv class=\"clearfix fbChatTab\">\u003Cdiv class=\"funhouse rfloat _ohf\">\u003Cdiv class=\"close\" title=\"Close\" data-jsid=\"closeButton\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"wrapWrapper\">\u003Cdiv class=\"wrap\">\u003Cdiv class=\"clearfix\">\u003Cspan class=\"_5ugh _5ugg hidden_elem _51jx hidden_elem lfloat _ohe\" data-jsid=\"numMessages\" id=\"u_0_y\">0\u003C\/span>\u003Cdiv class=\"name fwb\" data-jsid=\"name\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/a>\u003Cdiv class=\"fbNubFlyout fbDockChatTabFlyout uiContextualLayerParent\" data-jsid=\"chatWrapper\" role=\"complementary\" data-ft=\"&#123;&quot;tn&quot;:&quot;+M&quot;&#125;\" aria-labelledby=\"u_0_w\">\u003Cdiv class=\"fbNubFlyoutOuter\">\u003Cdiv class=\"fbNubFlyoutInner\">\u003Cdiv class=\"clearfix fbNubFlyoutTitlebar titlebar\" data-jsid=\"nubFlyoutTitlebar\" data-ft=\"&#123;&quot;tn&quot;:&quot;+J&quot;&#125;\">\u003Cdiv class=\"mls titlebarButtonWrapper rfloat _ohf\">\u003Ca data-hover=\"tooltip\" aria-label=\"Add more friends to chat\" data-tooltip-alignh=\"center\" class=\"addToThread button\" href=\"#\" data-jsid=\"addToThreadLink\" data-ft=\"&#123;&quot;tn&quot;:&quot;+F&quot;&#125;\" role=\"button\">\u003C\/a>\u003Cdiv class=\"uiSelector inlineBlock _510p\" data-jsid=\"dropdown\">\u003Cdiv class=\"uiToggle wrap\">\u003Ca data-hover=\"tooltip\" aria-label=\"Options\" data-tooltip-alignh=\"center\" class=\"button uiSelectorButton\" href=\"#\" data-ft=\"&#123;&quot;tn&quot;:&quot;p&quot;&#125;\" role=\"button\" aria-haspopup=\"1\" rel=\"toggle\">\u003C\/a>\u003Cdiv class=\"uiSelectorMenuWrapper uiToggleFlyout\">\u003Cdiv role=\"menu\" class=\"uiMenu uiSelectorMenu\">\u003Cul class=\"uiMenuInner\">\u003Cli class=\"uiMenuItem\" data-label=\"See Full Conversation\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"0\" href=\"#\" data-jsid=\"conversationLink\">\u003Cspan class=\"itemLabel fsm\">See Full Conversation\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem\">\u003Cform data-jsid=\"attachButtonForm\" action=\"https:\/\/upload.facebook.com\/ajax\/mercury\/upload.php\" method=\"post\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_0_z\">\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQFcXAeFeVL6\" autocomplete=\"off\" \/>\u003Cinput type=\"hidden\" autocomplete=\"off\" data-jsid=\"attachID\" name=\"attach_id\" \/>\u003Cdiv class=\"_6a _m _4q60 itemLabel\">\u003Cinput type=\"file\" class=\"_n\" name=\"attachment[]\" multiple=\"1\" data-jsid=\"fileInput\" \/>\u003Ca class=\"_4q61 itemAnchor\">Add Files...\u003C\/a>\u003C\/div>\u003C\/form>\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Add Friends to Chat...\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"addFriendLink\">\u003Cspan class=\"itemLabel fsm\">Add Friends to Chat...\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Edit Conversation Name\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"nameConversationLink\">\u003Cspan class=\"itemLabel fsm\">Edit Conversation Name\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuSeparator\">\u003C\/li>\u003Cli class=\"uiMenuItem hidden_elem\" data-label=\"Mute Conversation...\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"muteThreadLink\">\u003Cspan class=\"itemLabel fsm\">Mute Conversation...\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem hidden_elem\" data-label=\"Unmute Conversation\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"unmuteThreadLink\">\u003Cspan class=\"itemLabel fsm\">Unmute Conversation\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Leave Conversation...\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"unsubscribeLink\">\u003Cspan class=\"itemLabel fsm\">Leave Conversation...\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuSeparator\">\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Create Group\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"createGroupLink\">\u003Cspan class=\"itemLabel fsm\">Create Group\u003C\/span>\u003C\/a>\u003C\/li>\u003C\/ul>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Ca class=\"close button\" href=\"#\" data-jsid=\"titlebarCloseButton\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\u003C&quot;&#125;\" role=\"button\">\u003C\/a>\u003C\/div>\u003Cdiv class=\"titlebarLabel clearfix\">\u003Ch4 class=\"titlebarTextWrapper\">\u003Cimg class=\"_51sn img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/-PAXP-deijE.gif\" data-jsid=\"presenceIndicator\" alt=\"\" width=\"1\" height=\"1\" \/>\u003Ca class=\"titlebarText noLink\" href=\"#\" rel=\"none\" data-jsid=\"titlebarText\" aria-level=\"3\" data-ft=\"&#123;&quot;tn&quot;:&quot;C&quot;&#125;\" id=\"u_0_w\" role=\"button\">\u003C\/a>\u003C\/h4>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbNubFlyoutHeader\">\u003Cdiv class=\"_1sk5\">\u003Cdiv class=\"_1sk6 hidden_elem\" data-jsid=\"sheet\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_1ia\">\u003Cdiv class=\"fbNubFlyoutBody scrollable\" data-jsid=\"chatConv\" data-ft=\"&#123;&quot;tn&quot;:&quot;+L&quot;&#125;\">\u003Cdiv class=\"fbNubFlyoutBodyContent\">\u003Ctable class=\"uiGrid _51mz conversationContainer\" cellspacing=\"0\" cellpadding=\"0\" role=\"log\">\u003Ctbody>\u003Ctr class=\"_51mx\">\u003Ctd class=\"_51m- vBot _51mw\">\u003Cdiv class=\"accessible_elem\">Chat Conversation Start\u003C\/div>\u003Cimg class=\"pvm loading hidden_elem img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif\" alt=\"\" data-jsid=\"loadingIndicator\" width=\"16\" height=\"11\" \/>\u003Cdiv class=\"conversation\" aria-live=\"polite\" aria-atomic=\"false\" data-jsid=\"conversation\" id=\"u_0_x\">\u003C\/div>\u003Cdiv class=\"accessible_elem\">Chat Conversation End\u003C\/div>\u003Cdiv class=\"_51lq\" data-jsid=\"typingIndicator\">\u003C\/div>\u003Cdiv data-jsid=\"lastMessageIndicator\">\u003C\/div>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_4g6x\">\u003Cdiv class=\"_4g6y\">\u003Cdiv class=\"_4g6z _4g71\">Drag Link\/Files Here\u003C\/div>\u003Cdiv class=\"_4g6z _4g6- _4g6_\">Drop Files Here\u003C\/div>\u003Cdiv class=\"_4g6z _4g6- _4g70\">Drop Link Here\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbNubFlyoutFooter\">\u003Cdiv class=\"_552h\" data-jsid=\"inputContainer\">\u003Ctextarea class=\"uiTextareaAutogrow _552m\" data-jsid=\"input\" aria-controls=\"u_0_x\" data-ft=\"&#123;&quot;tn&quot;:&quot;+N&quot;&#125;\" onkeydown=\"run_with(this, [&quot;legacy:control-textarea&quot;], function() &#123;TextAreaControl.getInstance(this)&#125;);\">\u003C\/textarea>\u003C\/div>\u003Cdiv class=\"_552n\" data-jsid=\"iconsContainer\">\u003Cdiv class=\"_6a _552o\" data-jsid=\"photoUploaderContainer\">\u003C\/div>\u003Cdiv class=\"uiToggle emoticonsPanel\" data-jsid=\"emoticons\" data-ft=\"&#123;&quot;tn&quot;:&quot;+O&quot;&#125;\">\u003Ca class=\"_5r8g\" href=\"#\" tabindex=\"-1\" rel=\"toggle\" role=\"button\">\u003Ci class=\"emoteTogglerImg img sp_zx-0ABL3iAw sx_e3f9ff\" title=\"Choose a sticker or emoticon\">\u003Cu>Choose a sticker or emoticon\u003C\/u>\u003C\/i>\u003Cspan data-jsid=\"nuxIndicator\">\u003C\/span>\u003Cspan class=\"tooltipNUXContainer\" data-jsid=\"tooltipNUXContainer\">\u003C\/span>\u003C\/a>\u003Cdiv class=\"panelFlyout _5r8f uiToggleFlyout\" data-jsid=\"stickersFlyout\">\u003Cdiv class=\"_5r8p\" data-jsid=\"stickers\">\u003Cdiv class=\"_5r8e\">\u003C\/div>\u003Cdiv class=\"_5r8m\">\u003Cdiv class=\"_5r8l hidden_elem\" data-id=\"emoticons\">\u003Ctable class=\"emoticonsTable\">\u003Ctbody>\u003Ctr>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_smile\" aria-label=\"smile\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_frown\" aria-label=\"frown\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_tongue\" aria-label=\"tongue\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_grin\" aria-label=\"grin\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_gasp\" aria-label=\"gasp\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_wink\" aria-label=\"wink\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_pacman\" aria-label=\"pacman\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003C\/tr>\u003Ctr>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_grumpy\" aria-label=\"grumpy\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_unsure\" aria-label=\"unsure\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_cry\" aria-label=\"cry\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_kiki\" aria-label=\"kiki\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_glasses\" aria-label=\"glasses\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_sunglasses\" aria-label=\"sunglasses\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_heart\" aria-label=\"heart\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003C\/tr>\u003Ctr>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_devil\" aria-label=\"devil\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_angel\" aria-label=\"angel\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_squint\" aria-label=\"squint\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_confused\" aria-label=\"confused\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_upset\" aria-label=\"upset\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_colonthree\" aria-label=\"colonthree\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_like\" aria-label=\"like\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"panelFlyoutArrow\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbNubFlyoutAttachments\">\u003Cdiv class=\"chatAttachmentShelf\" data-jsid=\"attachmentShelf\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},4],["m_0_3k",{"__html":"\u003Cdiv class=\"fbNub _50-v _50mz _50m_\">\u003Ca class=\"fbNubButton\" tabindex=\"0\" href=\"#\" data-jsid=\"dockButton\" role=\"button\">\u003Cdiv class=\"clearfix fbChatTab\">\u003Cdiv class=\"funhouse rfloat _ohf\">\u003Cdiv class=\"close\" title=\"Close\" data-jsid=\"closeButton\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"wrapWrapper\">\u003Cdiv class=\"wrap\">\u003Cdiv class=\"clearfix\">\u003Cspan class=\"_5ugh _5ugg hidden_elem _51jx hidden_elem lfloat _ohe\" data-jsid=\"numMessages\" id=\"u_0_12\">0\u003C\/span>\u003Cdiv class=\"name fwb\" data-jsid=\"name\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/a>\u003Cdiv class=\"fbNubFlyout fbDockChatTabFlyout uiContextualLayerParent\" data-jsid=\"chatWrapper\" role=\"complementary\" data-ft=\"&#123;&quot;tn&quot;:&quot;+M&quot;&#125;\" aria-labelledby=\"u_0_10\">\u003Cdiv class=\"fbNubFlyoutOuter\">\u003Cdiv class=\"fbNubFlyoutInner\">\u003Cdiv class=\"clearfix fbNubFlyoutTitlebar titlebar\" data-jsid=\"nubFlyoutTitlebar\" data-ft=\"&#123;&quot;tn&quot;:&quot;+J&quot;&#125;\">\u003Cdiv class=\"mls titlebarButtonWrapper rfloat _ohf\">\u003Ca data-hover=\"tooltip\" aria-label=\"Add more friends to chat\" class=\"addToThread button\" href=\"#\" data-jsid=\"addToThreadLink\" data-ft=\"&#123;&quot;tn&quot;:&quot;+F&quot;&#125;\" role=\"button\">\u003C\/a>\u003Ca data-hover=\"tooltip\" aria-label=\"Start a video call\" class=\"videoicon button\" href=\"#\" data-jsid=\"videoCallLink\" data-gt=\"&#123;&quot;videochat&quot;:&quot;call_clicked_chat_tab&quot;&#125;\" data-ft=\"&#123;&quot;tn&quot;:&quot;+P&quot;&#125;\" role=\"button\">\u003C\/a>\u003Cdiv class=\"uiSelector inlineBlock _510p\" data-jsid=\"dropdown\">\u003Cdiv class=\"uiToggle wrap\">\u003Ca data-hover=\"tooltip\" aria-label=\"Options\" data-tooltip-alignh=\"center\" class=\"button uiSelectorButton\" href=\"#\" data-ft=\"&#123;&quot;tn&quot;:&quot;p&quot;&#125;\" role=\"button\" aria-haspopup=\"1\" rel=\"toggle\">\u003C\/a>\u003Cdiv class=\"uiSelectorMenuWrapper uiToggleFlyout\">\u003Cdiv role=\"menu\" class=\"uiMenu uiSelectorMenu\">\u003Cul class=\"uiMenuInner\">\u003Cli class=\"uiMenuItem\" data-label=\"See Full Conversation\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"0\" href=\"#\" data-jsid=\"conversationLink\">\u003Cspan class=\"itemLabel fsm\">See Full Conversation\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem\">\u003Cform data-jsid=\"attachButtonForm\" action=\"https:\/\/upload.facebook.com\/ajax\/mercury\/upload.php\" method=\"post\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_0_13\">\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQFcXAeFeVL6\" autocomplete=\"off\" \/>\u003Cinput type=\"hidden\" autocomplete=\"off\" data-jsid=\"attachID\" name=\"attach_id\" \/>\u003Cdiv class=\"_6a _m _4q60 itemLabel\">\u003Cinput type=\"file\" class=\"_n\" name=\"attachment[]\" multiple=\"1\" data-jsid=\"fileInput\" \/>\u003Ca class=\"_4q61 itemAnchor\">Add Files...\u003C\/a>\u003C\/div>\u003C\/form>\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Add Friends to Chat...\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"addFriendLink\">\u003Cspan class=\"itemLabel fsm\">Add Friends to Chat...\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"privacyLink\">\u003Cspan class=\"itemLabel fsm\"> \u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuSeparator\">\u003C\/li>\u003Cli class=\"uiMenuItem hidden_elem\" data-label=\"Mute Conversation...\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"muteThreadLink\">\u003Cspan class=\"itemLabel fsm\">Mute Conversation...\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem hidden_elem\" data-label=\"Unmute Conversation\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"unmuteThreadLink\">\u003Cspan class=\"itemLabel fsm\">Unmute Conversation\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Clear Window\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"clearWindowLink\">\u003Cspan class=\"itemLabel fsm\">Clear Window\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuSeparator\">\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Report as Spam or Abuse...\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"reportSpamLink\">\u003Cspan class=\"itemLabel fsm\">Report as Spam or Abuse...\u003C\/span>\u003C\/a>\u003C\/li>\u003C\/ul>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Ca class=\"close button\" href=\"#\" data-jsid=\"titlebarCloseButton\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\u003C&quot;&#125;\" role=\"button\">\u003C\/a>\u003C\/div>\u003Cdiv class=\"titlebarLabel clearfix\">\u003Ch4 class=\"titlebarTextWrapper\">\u003Cimg class=\"_51sn img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/-PAXP-deijE.gif\" data-jsid=\"presenceIndicator\" alt=\"\" width=\"1\" height=\"1\" \/>\u003Ca class=\"titlebarText noLink\" href=\"#\" rel=\"none\" data-jsid=\"titlebarText\" aria-level=\"3\" data-ft=\"&#123;&quot;tn&quot;:&quot;C&quot;&#125;\" id=\"u_0_10\" role=\"button\">\u003C\/a>\u003C\/h4>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbNubFlyoutHeader\">\u003Cdiv class=\"_1sk5\">\u003Cdiv class=\"_1sk6 hidden_elem\" data-jsid=\"sheet\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_1ia\">\u003Cdiv class=\"fbNubFlyoutBody scrollable\" data-jsid=\"chatConv\" data-ft=\"&#123;&quot;tn&quot;:&quot;+L&quot;&#125;\">\u003Cdiv class=\"fbNubFlyoutBodyContent\">\u003Ctable class=\"uiGrid _51mz conversationContainer\" cellspacing=\"0\" cellpadding=\"0\" role=\"log\">\u003Ctbody>\u003Ctr class=\"_51mx\">\u003Ctd class=\"_51m- vBot _51mw\">\u003Cdiv class=\"accessible_elem\">Chat Conversation Start\u003C\/div>\u003Cimg class=\"pvm loading hidden_elem img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif\" alt=\"\" data-jsid=\"loadingIndicator\" width=\"16\" height=\"11\" \/>\u003Cdiv class=\"conversation\" aria-live=\"polite\" aria-atomic=\"false\" data-jsid=\"conversation\" id=\"u_0_11\">\u003C\/div>\u003Cdiv class=\"accessible_elem\">Chat Conversation End\u003C\/div>\u003Cdiv class=\"_51lq\" data-jsid=\"typingIndicator\">\u003C\/div>\u003Cdiv data-jsid=\"lastMessageIndicator\">\u003C\/div>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_4g6x\">\u003Cdiv class=\"_4g6y\">\u003Cdiv class=\"_4g6z _4g71\">Drag Link\/Files Here\u003C\/div>\u003Cdiv class=\"_4g6z _4g6- _4g6_\">Drop Files Here\u003C\/div>\u003Cdiv class=\"_4g6z _4g6- _4g70\">Drop Link Here\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbNubFlyoutFooter\">\u003Cdiv class=\"_552h\" data-jsid=\"inputContainer\">\u003Ctextarea class=\"uiTextareaAutogrow _552m\" data-jsid=\"input\" aria-controls=\"u_0_11\" data-ft=\"&#123;&quot;tn&quot;:&quot;+N&quot;&#125;\" onkeydown=\"run_with(this, [&quot;legacy:control-textarea&quot;], function() &#123;TextAreaControl.getInstance(this)&#125;);\">\u003C\/textarea>\u003C\/div>\u003Cdiv class=\"_552n\" data-jsid=\"iconsContainer\">\u003Cdiv class=\"_6a _552o\" data-jsid=\"photoUploaderContainer\">\u003C\/div>\u003Cdiv class=\"uiToggle emoticonsPanel\" data-jsid=\"emoticons\" data-ft=\"&#123;&quot;tn&quot;:&quot;+O&quot;&#125;\">\u003Ca class=\"_5r8g\" href=\"#\" tabindex=\"-1\" rel=\"toggle\" role=\"button\">\u003Ci class=\"emoteTogglerImg img sp_zx-0ABL3iAw sx_e3f9ff\" title=\"Choose a sticker or emoticon\">\u003Cu>Choose a sticker or emoticon\u003C\/u>\u003C\/i>\u003Cspan data-jsid=\"nuxIndicator\">\u003C\/span>\u003Cspan class=\"tooltipNUXContainer\" data-jsid=\"tooltipNUXContainer\">\u003C\/span>\u003C\/a>\u003Cdiv class=\"panelFlyout _5r8f uiToggleFlyout\" data-jsid=\"stickersFlyout\">\u003Cdiv class=\"_5r8p\" data-jsid=\"stickers\">\u003Cdiv class=\"_5r8e\">\u003C\/div>\u003Cdiv class=\"_5r8m\">\u003Cdiv class=\"_5r8l hidden_elem\" data-id=\"emoticons\">\u003Ctable class=\"emoticonsTable\">\u003Ctbody>\u003Ctr>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_smile\" aria-label=\"smile\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_frown\" aria-label=\"frown\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_tongue\" aria-label=\"tongue\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_grin\" aria-label=\"grin\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_gasp\" aria-label=\"gasp\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_wink\" aria-label=\"wink\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_pacman\" aria-label=\"pacman\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003C\/tr>\u003Ctr>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_grumpy\" aria-label=\"grumpy\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_unsure\" aria-label=\"unsure\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_cry\" aria-label=\"cry\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_kiki\" aria-label=\"kiki\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_glasses\" aria-label=\"glasses\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_sunglasses\" aria-label=\"sunglasses\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_heart\" aria-label=\"heart\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003C\/tr>\u003Ctr>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_devil\" aria-label=\"devil\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_angel\" aria-label=\"angel\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_squint\" aria-label=\"squint\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_confused\" aria-label=\"confused\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_upset\" aria-label=\"upset\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_colonthree\" aria-label=\"colonthree\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_like\" aria-label=\"like\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"panelFlyoutArrow\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbNubFlyoutAttachments\">\u003Cdiv class=\"chatAttachmentShelf\" data-jsid=\"attachmentShelf\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},4],["m_0_3n",{"__html":"\u003Cdiv class=\"_510u\">\u003Cdiv class=\"_510v\">\u003C\/div>\u003C\/div>"},2],["m_0_3o",{"__html":"\u003Cdiv class=\"clearfix mvs\">\u003Ci class=\"rfloat _ohf img sp_zx-0ABL3iAw sx_949c58\" data-jsid=\"icon\">\u003C\/i>\u003Cdiv data-jsid=\"name\">\u003C\/div>\u003C\/div>"},2],["m_0_3p",{"__html":"\u003Cdiv>\u003Ca class=\"uiIconText _52i4\" href=\"#\" style=\"padding-left: 12px;\" data-jsid=\"forwardLink\" role=\"button\">\u003Ci class=\"img sp_gPysIaDCTmE sx_4de768\" style=\"top: 3px;\">\u003C\/i>\u003Cspan data-jsid=\"forwardText\">\u003C\/span>\u003C\/a>\u003C\/div>"},2],["m_0_3q",{"__html":"\u003Cabbr title=\"Thursday, January 1, 1970 at 4:30am\" data-utime=\"0\" class=\"hidden_elem timestamp\" data-jsid=\"timestamp\">over a year ago\u003C\/abbr>"},2],["m_0_3r",{"__html":"\u003Cdiv class=\"clearfix\">\u003Ci class=\"mrm _s0 _29h _29i _rw img sp_gPysIaDCTmE sx_4d92d8\" data-jsid=\"profilePhoto\">\u003C\/i>\u003Cdiv class=\"_29j _29k\">\u003Cdiv class=\"mbs fsl fwb fcb\" data-jsid=\"mainText\">\u003C\/div>\u003Cdiv class=\"aux-message fcg\" data-jsid=\"auxMessage\">Video will start as soon as you answer.\u003C\/div>\u003Cdiv class=\"mts hidden_elem fcg\" data-jsid=\"slowMessage\">\u003Cspan class=\"fwb fcb\">Having trouble?\u003C\/span> Your connection may be \u003Ca href=\"\/help\/214265948627885\" target=\"_blank\">too slow\u003C\/a>.\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_3s",{"__html":"\u003Cdiv class=\"mtm pam _4_wc attachment uiBoxGray\">\u003Cspan class=\"uiIconText MercuryThreadlistIconError\" data-jsid=\"error\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_521634\">\u003C\/i>\u003C\/span>\u003C\/div>"},2],["m_0_3t",{"__html":"\u003Cdiv class=\"_59go\">\u003Cdiv class=\"clearfix MercuryExternalLink\">\u003Cdiv class=\"_rpb clearfix stat_elem lfloat _ohe\" data-jsid=\"preview\">\u003Ca class=\"_ksh\" aria-label=\"Uploaded\" data-jsid=\"image-link\" href=\"#\" role=\"img\" target=\"_blank\">\u003Cimg alt=\"\" data-jsid=\"preview-image\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/drP8vlvSl_8.gif\" \/>\u003C\/a>\u003Cdiv data-jsid=\"progress-bar-container\" class=\"_5sly hidden_elem\">\u003Cdiv class=\"_5e4h _5e2k _5e2l\" data-jsid=\"progress-bar\" id=\"u_0_14\">\u003Cdiv class=\"_5e4k _5e2d\" style=\"width:0\u0025\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_5uf0 hidden_elem\" data-jsid=\"cancel-button-container\">\u003Clabel class=\"uiCloseButton uiCloseButtonSmall uiCloseButtonSmallDark\" for=\"u_0_15\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"cancel-button\" id=\"u_0_15\" \/>\u003C\/label>\u003C\/div>\u003C\/div>\u003Cdiv class=\"MercuryLinkRight rfloat _ohf\">\u003Cdiv class=\"MercuryLinkTitle\">\u003Ca class=\"linkTitle\" target=\"_blank\" href=\"#\" data-jsid=\"name\" role=\"button\">\u003C\/a>\u003C\/div>\u003Cdiv class=\"fsm fwn fcg\" data-jsid=\"shortLink\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},3],["m_0_3w",{"__html":"\u003Cdiv class=\"_59go _59gq\">\u003Ca class=\"uiIconText _3tn\" href=\"#\" data-jsid=\"link\" role=\"button\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_d99395\">\u003C\/i>\u003Cspan data-jsid=\"filename\" class=\"_59gp\">\u003C\/span>\u003C\/a>\u003C\/div>"},2],["m_0_3x",{"__html":"\u003Cdiv class=\"_59go _59gq\">\u003Cspan class=\"uiIconText _3tn\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_d99395\">\u003C\/i>\u003Cspan data-jsid=\"filename\" class=\"filename\">\u003C\/span>\u003C\/span>\u003C\/div>"},2],["m_0_3y",{"__html":"\u003Cdiv class=\"_59go _59gq\">\u003Cdiv class=\"_59gs\">\u003Cdiv data-jsid=\"openLinkContainer\" class=\"_59gr hidden_elem\">\u003Ca class=\"_59hm\" href=\"#\" data-jsid=\"openFile\" role=\"button\">open\u003C\/a> \u00b7 \u003C\/div>\u003Ca class=\"_59hn\" href=\"#\" data-jsid=\"downloadFile\" role=\"button\">download\u003C\/a>\u003C\/div>\u003Ca class=\"uiIconText _3tn\" href=\"#\" data-jsid=\"link\" role=\"button\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_d99395\">\u003C\/i>\u003Cspan class=\"_59gp\" data-jsid=\"filename\">\u003C\/span>\u003C\/a>\u003C\/div>"},2],["m_0_3z",{"__html":"\u003Cdiv class=\"musicAttachment\">\u003Cdiv class=\"_59go _59gq\" data-jsid=\"icon_link\">\u003Ca class=\"uiIconText _3tn\" href=\"#\" data-jsid=\"link\" role=\"button\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_d99395\">\u003C\/i>\u003Cspan data-jsid=\"filename\" class=\"_59gp\">\u003C\/span>\u003C\/a>\u003C\/div>\u003Cdiv class=\"_rpb clearfix stat_elem\" data-jsid=\"preview\">\u003Ca class=\"_ksh\" aria-label=\"Uploaded\" data-jsid=\"image-link\" href=\"#\" role=\"img\" target=\"_blank\">\u003Cimg alt=\"\" data-jsid=\"preview-image\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/drP8vlvSl_8.gif\" \/>\u003C\/a>\u003Cdiv data-jsid=\"progress-bar-container\" class=\"_5sly hidden_elem\">\u003Cdiv class=\"_5e4h _5e2k _5e2l\" data-jsid=\"progress-bar\" id=\"u_0_16\">\u003Cdiv class=\"_5e4k _5e2d\" style=\"width:0\u0025\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_5uf0 hidden_elem\" data-jsid=\"cancel-button-container\">\u003Clabel class=\"uiCloseButton uiCloseButtonSmall uiCloseButtonSmallDark\" for=\"u_0_17\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"cancel-button\" id=\"u_0_17\" \/>\u003C\/label>\u003C\/div>\u003C\/div>\u003C\/div>"},3],["m_0_42",{"__html":"\u003Cdiv class=\"_rpb clearfix stat_elem\">\u003Ca class=\"_ksh\" aria-label=\"Uploaded\" data-jsid=\"image-link\" href=\"#\" role=\"img\" target=\"_blank\">\u003Cimg alt=\"\" data-jsid=\"preview-image\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/drP8vlvSl_8.gif\" \/>\u003C\/a>\u003Cdiv data-jsid=\"progress-bar-container\" class=\"_5sly hidden_elem\">\u003Cdiv class=\"_5e4h _5e2k _5e2l\" data-jsid=\"progress-bar\" id=\"u_0_18\">\u003Cdiv class=\"_5e4k _5e2d\" style=\"width:0\u0025\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_5uf0 hidden_elem\" data-jsid=\"cancel-button-container\">\u003Clabel class=\"uiCloseButton uiCloseButtonSmall uiCloseButtonSmallDark\" for=\"u_0_19\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"cancel-button\" id=\"u_0_19\" \/>\u003C\/label>\u003C\/div>\u003C\/div>"},3],["m_0_45",{"__html":"\u003Cdiv class=\"_59go\">\u003Ca data-jsid=\"link\" target=\"_blank\" href=\"#\" role=\"button\">\u003Cspan data-jsid=\"name\">\u003C\/span>\u003C\/a>\u003C\/div>"},2],["m_0_46",{"__html":"\u003Cdiv class=\"_59go\">\u003Cdiv class=\"MercuryEventShare\">\u003Cdiv class=\"MercuryEventSharePreview\">\u003Cdiv class=\"_rpb clearfix stat_elem\" data-jsid=\"preview\">\u003Ca class=\"_ksh\" aria-label=\"Uploaded\" data-jsid=\"image-link\" href=\"#\" role=\"img\" target=\"_blank\">\u003Cimg alt=\"\" data-jsid=\"preview-image\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/drP8vlvSl_8.gif\" \/>\u003C\/a>\u003Cdiv data-jsid=\"progress-bar-container\" class=\"_5sly hidden_elem\">\u003Cdiv class=\"_5e4h _5e2k _5e2l\" data-jsid=\"progress-bar\" id=\"u_0_1a\">\u003Cdiv class=\"_5e4k _5e2d\" style=\"width:0\u0025\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_5uf0 hidden_elem\" data-jsid=\"cancel-button-container\">\u003Clabel class=\"uiCloseButton uiCloseButtonSmall uiCloseButtonSmallDark\" for=\"u_0_1b\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"cancel-button\" id=\"u_0_1b\" \/>\u003C\/label>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"MercuryEventShareTitle\">\u003Ca class=\"eventShareTitle\" target=\"_blank\" href=\"#\" data-jsid=\"name\" role=\"button\">\u003C\/a>\u003C\/div>\u003C\/div>\u003C\/div>"},3],["m_0_49",{"__html":"\u003Cdiv class=\"_59go\">\u003Cdiv data-jsid=\"post\">\u003C\/div>\u003C\/div>"},2],["m_0_4a",{"__html":"\u003Cdiv class=\"_59go\">\u003Ca class=\"uiVideoThumb videoPreview\" href=\"#\" data-jsid=\"thumb\" role=\"button\">\u003Cimg class=\"img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/-PAXP-deijE.gif\" alt=\"Play Video\" \/>\u003Ci>\u003C\/i>\u003C\/a>\u003C\/div>"},2],["m_0_4b",{"__html":"\u003Cdiv class=\"_2qh _2qe uploadFileRow\">\u003Cimg class=\"_2qf img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif\" alt=\"\" width=\"16\" height=\"11\" \/>\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _2qg _50zz _50z-\" title=\"Remove\" aria-label=\"Remove file\" data-jsid=\"closeFileUpload\" type=\"submit\">Remove\u003C\/button>\u003Cdiv class=\"_4-te\">\u003Cspan class=\"uiIconText _3tn\" data-jsid=\"iconText\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_d99395\">\u003C\/i>\u003C\/span>\u003C\/div>\u003C\/div>"},2],["m_0_4c",{"__html":"\u003Cdiv class=\"_2qh _2qe _5e52\">\u003Cimg class=\"_2qf img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif\" alt=\"\" width=\"16\" height=\"11\" \/>\u003Clabel class=\"_2qg uiCloseButton uiCloseButtonSmall uiCloseButtonSmallDark\" for=\"u_0_1c\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"closeFileUpload\" id=\"u_0_1c\" \/>\u003C\/label>\u003C\/div>"},2],["m_0_4d",{"__html":"\u003Cdiv class=\"mas pam uiBoxYellow\">\u003Cstrong>This message is no longer available\u003C\/strong> because it was identified as abusive or marked as spam.\u003C\/div>"},2],["m_0_4e",{"__html":"\u003Cdiv class=\"_542d\">\u003Ci class=\"img sp_F6Afu2XGiZY sx_79ea22\">\u003C\/i>\u003Cspan class=\"_55r7\">Failed to send\u003C\/span>\u003C\/div>"},2],["m_0_4f",{"__html":"\u003Cdiv class=\"_542d\">\u003Cimg class=\"img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yS\/r\/gW6cs5yrSlg.gif\" alt=\"\" width=\"15\" height=\"15\" \/>\u003Cspan class=\"_55r6\">Sending...\u003C\/span>\u003C\/div>"},2],["m_0_4g",{"__html":"\u003Ci class=\"mrs MercuryThreadlistIcon img sp_zx-0ABL3iAw sx_968b36\">\u003C\/i>"},2],["m_0_4h",{"__html":"\u003Cspan class=\"uiIconText _3tn\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_d99395\">\u003C\/i>\u003C\/span>"},2],["m_0_4i",{"__html":"\u003Cdiv class=\"uiTypeahead\">\u003Cdiv class=\"wrap\">\u003Cinput type=\"hidden\" autocomplete=\"off\" class=\"hiddenInput\" \/>\u003Cdiv class=\"innerWrap\">\u003Cinput type=\"text\" class=\"inputtext textInput\" data-jsid=\"textfield\" \/>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_4j",{"__html":"\u003Cdiv class=\"clearfix uiTokenizer uiInlineTokenizer\">\u003Cdiv class=\"tokenarea hidden_elem\" data-jsid=\"tokenarea\">\u003C\/div>\u003C\/div>"},2],["m_0_4k",{"__html":"\u003Cli class=\"_2qm\">\u003Cdiv class=\"clearfix\">\u003Cdiv class=\"lfloat _ohe\">\u003Cspan data-jsid=\"text\">\u003C\/span>\u003C\/div>\u003Cdiv class=\"rfloat _ohf\">\u003Cspan>\u003Cimg class=\"_356 img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif\" alt=\"\" data-jsid=\"loadingSpinner\" width=\"16\" height=\"11\" \/>\u003Ca class=\"_357\" data-jsid=\"link\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/span>\u003C\/div>\u003C\/div>\u003C\/li>"},2],["m_0_4l",{"__html":"\u003Cli class=\"_2qs\">\u003Cdiv class=\"clearfix pvs\">\u003Cdiv class=\"MercuryThreadImage mrm _3ks lfloat _ohe\" data-jsid=\"image\">\u003Cimg class=\"_s0 _rw img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/drP8vlvSl_8.gif\" \/>\u003C\/div>\u003Cdiv class=\"_2qr\">\u003Cspan class=\"_2qn\" data-jsid=\"name\">\u003C\/span>\u003Cdiv class=\"_2qq fsm fwn fcg\" data-jsid=\"snippet\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/li>"},2],["m_0_4m",{"__html":"\u003Cimg class=\"hidden_elem _1sk7 img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yk\/r\/LOOn0JtHNzb.gif\" alt=\"\" width=\"16\" height=\"16\" \/>"},2],["m_0_4n",{"__html":"\u003Cli>\u003Ca class=\"messagesContent\" data-jsid=\"link\" href=\"#\" role=\"button\">\u003Cdiv class=\"clearfix\">\u003Cdiv class=\"MercuryThreadImage _8o _8s lfloat _ohe\" data-jsid=\"image\">\u003Cimg class=\"_s0 _rw img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/drP8vlvSl_8.gif\" \/>\u003C\/div>\u003Cdiv class=\"clearfix _42ef\">\u003Cdiv class=\"snippetThumbnail rfloat _ohf\">\u003Cspan class=\"_56hv hidden_elem\" data-jsid=\"snippet-thumbnail-single\">\u003Ci style=\"background-image: url(\/images\/blank.gif);\">\u003C\/i>\u003C\/span>\u003Cspan class=\"hidden_elem\" data-jsid=\"snippet-thumbnail-multiple\">\u003Cspan class=\"_56hy\">\u003C\/span>\u003Cspan class=\"_56hv\">\u003Ci style=\"background-image: url(\/images\/blank.gif);\">\u003C\/i>\u003C\/span>\u003C\/span>\u003C\/div>\u003Cdiv class=\"content fsm fwn fcg\">\u003Cdiv class=\"author\">\u003Cstrong data-jsid=\"name\">\u003C\/strong>\u003Cspan class=\"presenceIndicator\" data-jsid=\"presenceIndicator\">\u003C\/span>\u003C\/div>\u003Cdiv class=\"snippet preview fsm fwn fcg\">\u003Cspan data-jsid=\"snippet\">\u003C\/span>\u003C\/div>\u003Cdiv class=\"time\">\u003Cabbr title=\"Thursday, January 1, 1970 at 4:30am\" data-utime=\"0\" class=\"hidden_elem timestamp\" data-jsid=\"timestamp\">over a year ago\u003C\/abbr>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/a>\u003C\/li>"},2]],"elements":[["m_0_0","u_0_0",2],["m_0_6","u_0_1",2],["m_0_9","fbRequestsJewel",2],["m_0_e","u_0_2",2],["m_0_h","u_0_3",2],["m_0_i","MercuryJewelThreadList",2],["m_0_p","fbNotificationsJewel",2],["m_0_s","u_0_4",2],["m_0_k","u_0_6",2],["m_0_v","u_0_8",2],["m_0_10","u_0_9",2],["m_0_x","u_0_a",2],["m_0_z","u_0_b",2],["m_0_14","u_0_d",2],["m_0_13","u_0_e",6],["m_0_18","logout_form",2],["m_0_5","u_0_f",2],["m_0_3","u_0_g",2],["m_0_b","requestsCountValue",2],["m_0_g","mercurymessagesCountValue",2],["m_0_r","notificationsCountValue",2],["m_0_t","u_0_5",2],["m_0_u","u_0_7",2],["m_0_y","u_0_h",2],["m_0_w","u_0_i",2],["m_0_4","u_0_j",2],["m_0_19","logout_form",2],["m_0_12","u_0_k",2],["m_0_2","u_0_l",2],["m_0_2r","u_0_m",2,"m_0_2q"],["m_0_2t","u_0_n",2,"m_0_2s"],["m_0_2v","u_0_o",2,"m_0_2u"],["m_0_32","u_0_q",2,"m_0_31"],["m_0_3b","u_0_u",2,"m_0_39"],["m_0_3a","u_0_v",4,"m_0_39"],["m_0_3i","u_0_y",2,"m_0_3h"],["m_0_3j","u_0_z",2,"m_0_3h"],["m_0_3l","u_0_12",2,"m_0_3k"],["m_0_3m","u_0_13",2,"m_0_3k"],["m_0_3u","u_0_14",2,"m_0_3t"],["m_0_40","u_0_16",2,"m_0_3z"],["m_0_43","u_0_18",2,"m_0_42"],["m_0_47","u_0_1a",2,"m_0_46"]],"require":[["Intl","setPhonologicalRules",[],[{"meta":{"\/_B\/":"([.,!?\\s]|^)","\/_E\/":"([.,!?\\s]|$)"},"patterns":{"\/\u0001(.*)('|&#039;)s\u0001(?:'|&#039;)s(.*)\/":"\u0001$1$2s\u0001$3","\/_\u0001([^\u0001]*)\u0001\/e":"mb_strtolower(\"\u0001$1\u0001\")","\/\\^\\x01([^\\x01])(?=[^\\x01]*\\x01)\/e":"mb_strtoupper(\"\u0001$1\")","\/_\u0001([^\u0001]*)\u0001\/":"javascript"}}]],["PostLoadJS","loadAndRequire",[],["DimensionTracking"]],["PostLoadJS","loadAndCall",[],["HighContrastMode","init",[{"isHCM":false,"spacerImage":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/-PAXP-deijE.gif"}]]],["PostLoadJS","loadAndCall",[],["DetectBrokenProxyCache","run",[100000590753545,"c_user"]]],["ScriptPath","set",[],["\/home.php","22ccdf43","8f6fd7dd"]],["ClickRefLogger"],["userAction","setUATypeConfig",[],[{"ua:e":false}]],["ScriptPathState","setUserURISampleRate",[],[0.0002]],["userAction","setCustomSampleConfig",[],[{"ua:n":{"test":{"ua_id":{"test":true}}},"ua:i":{"snowlift":{"action":{"open":true,"close":true}},"snowflake":{"action":{"open":true,"close":true}},"canvas":{"action":{"mouseover":true,"mouseout":true}}}}]],["Chromedome","start",[],[{"wipe":1,"hardConsole":1,"warnings":[["\u0025cCareful. This might not do what you think.","font-size:40px; background-color:red; color:yellow; font-weight:bold; font-family:tahoma;"],["\u0025cThis is a browser feature intended for developers. If someone told you to copy-paste something here to enable a Facebook feature or \"hack\" someone's account,\u0025c it is probably a scam and will give them access to your Facebook account.","font-size:20px; font-family:tahoma","font-size:20px; font-family:tahoma; font-weight:bold"]],"block":"The developer console is temporarily disabled; see https:\/\/www.facebook.com\/selfxss for more information"}]],["UserActionHistory"],["ScriptPathLogger","startLogging",[],[]],["TimeSpentBitArrayLogger","init",[],[]],["SyntaxErrorMonitor","init",[],[{"bump_freq_day":1,"cookie_ttl_sec":604800}]],["PixelRatio","startDetecting",[],[1]],["PostLoadJS","loadAndCall",[],["TimezoneAutoset","setTimezone",[1406489188,330,false]]],["Arbiter","inform",[],["LitestandMessages\/NewsFeedLoad",[],"persistent"]],["PostLoadJS","loadAndRequire",[],["DimensionLogging"]],["DocumentTitle","set",[],["Facebook",false]],["HomeTickerFirstRightColumnController","init",[],[{"enableSidebar":true,"maxFixedAds":7,"tickerMaxHeight":425,"tickerMinHeight":225,"tickerHeightRatio":0.4,"tickerAbsMinHeight":120,"adsRefreshConfig":{"interval":50000,"delay":500,"stateRefresh":true,"pager":false,"fade":false},"hasLitestandClassicCards":true,"areAllSectionsFixable":false},{"pid":27,"data":{"organic_only":false,"ads_only":false,"refresh_num":0}}]],["LitestandClassicRHC","init",["m_0_0"],[{"__m":"m_0_0"}]],["m_0_1"],["Quickling"],["TinyViewport"],["WebStorageMonster","schedule",[],[false]],["LitestandClassicPlaceHolders","register",["m_0_2"],["sidebar",{"__m":"m_0_2"}]],["NotificationJewelReminder","init",[],[{"filter":0,"show_time":5000}]],["LiveTimer","restart",[],[1406489188]],["MessagingReliabilityLogger"],["LitestandChromeHomeCount","init",[],[4]],["BlueBar","listen",["m_0_3"],[{"__m":"m_0_3"}]],["AccessibleMenu","init",["m_0_4"],[{"__m":"m_0_4"}]],["BlueBar","listen",["m_0_5"],[{"__m":"m_0_5"}]],["BlueBarMinWidth","init",[],[]],["AccessibilityShortcut","init",["m_0_6"],[{"__m":"m_0_6"},"newsFeedHeading"]],["m_0_8"],["m_0_c"],["TitanLeftNav","initialize",[],[]],["m_0_d"],["ChatOpenTab","listenOpenEmptyTab",["m_0_h"],[{"__m":"m_0_h"},"MessagesJewelHeader"]],["Scrollable"],["m_0_j"],["m_0_l"],["m_0_m"],["m_0_o"],["m_0_n"],["PrivacyLiteFlyout","registerFlyoutToggler",["m_0_u","m_0_v"],[{"__m":"m_0_u"},{"__m":"m_0_v"},null]],["Primer"],["m_0_11"],["PlaceholderListener"],["PlaceholderOnsubmitFormListener"],["FlipDirectionOnKeypress"],["enforceMaxLength"],["ViewasChromeBar","initChromeBar",["m_0_12"],[{"__m":"m_0_12"}]],["PagesVoiceBar","initVoiceBar",[],[]],["FacebarNavigation","registerInput",["m_0_13"],[{"__m":"m_0_13"}]],["m_0_15"],["m_0_17"],["WebStorageMonster","registerLogoutForm",["m_0_18"],[{"__m":"m_0_18"},["^Banzai$","^bz","^mutex","^msys","^\\:userchooser\\:osessusers$","^\\:userchooser\\:settings$","^[0-9]+:powereditor:","^[0-9]+:page_insights:","^brands\\:console\\:config$","^CacheStorageVersion$","^consoleEnabled$","^jt$"]]],["ModuleErrorLogger","init",[],[]],["m_0_3c"],["Typeahead","init",["m_0_3a","m_0_3c"],[{"__m":"m_0_3a"},{"__m":"m_0_3c"},[],null]],["SelectorDeprecated"],["m_0_3v"],["m_0_41"],["m_0_44"],["m_0_48"]]}); onloadRegister_DEPRECATED(function (){window.presenceRequests = require("m_0_7");}); </script> <!-- BigPipe construction and first response --> <script>var bigPipe = new (require("BigPipe"))({"lid":0,"forceFinish":true});</script> <script>bigPipe.onPageletArrive({"id":"first_response","phase":0,"jsmods":{},"is_last":true,"css":["bFa3M","W39r7","qfZQ2","kFNWO","wSNSL","AdGuG","ARvZo","UAyFP","8BdUi","XwoJp","Z6dBe"],"ixData":{"\/images\/chat\/chat_camera_icon.png":{"sprited":true,"spriteMapCssClass":"sp_F6Afu2XGiZY","spriteCssClass":"sx_3b843e"},"\/images\/chat\/chat_play_icon.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yJ\/r\/BjZ6_Kt6QGG.png","width":60,"height":60},"\/images\/icons\/video.gif":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_23b09a"},"images\/spacer.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/-PAXP-deijE.gif","width":1,"height":1},"\/images\/messaging\/stickers\/selector\/store.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_3f9e59"},"\/images\/messaging\/stickers\/selector\/leftarrow.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_843cdf"},"\/images\/messaging\/stickers\/selector\/rightarrow.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_0ecff0"},"\/images\/messaging\/stickers\/icons\/sad_face.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/5GRqxHJJ42g.png","width":81,"height":80},"\/images\/loaders\/indicator_blue_large.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y9\/r\/jKEcVPZFk-2.gif","width":32,"height":32},"\/images\/loaders\/indicator_blue_medium.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yk\/r\/LOOn0JtHNzb.gif","width":16,"height":16},"\/images\/loaders\/indicator_blue_small.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif","width":16,"height":11},"\/images\/loaders\/indicator_white_large.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yG\/r\/b53Ajb4ihCP.gif","width":32,"height":32},"\/images\/loaders\/indicator_white_small.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/AGUNXgX_Wx3.gif","width":16,"height":11},"\/images\/loaders\/indicator_black.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y7\/r\/pgEFhPxsWZX.gif","width":32,"height":32},"\/images\/messaging\/stickers\/store\/characters.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yS\/r\/6l9hkjIuMNg.png","width":688,"height":142},"\/images\/messaging\/stickers\/store\/basket.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/tRgMzb-a6Q9.png","width":38,"height":34},"\/images\/messaging\/stickers\/store\/backarrow.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yv\/r\/wNyEZeXrqCV.png","width":8,"height":12}},"js":["oA+g0","A3tsq","ZQfFN","AbNEf","uMuQj","T3PSi","4vv8\/","yfRoF","Suw\/5","Wc6QC","zFEBF","kW7VI","YuKpR","2xGCL","ru4+m","MDo8O","Nd\/C+","yzfhX","SsUry","KKBlw","MV+4i","b4ccv","kkk4S"],"displayJS":["oA+g0","ZQfFN","A3tsq"]})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_welcome_box":{"container_id":"u_0_1d"}},"jsmods":{"require":[["AsyncRequestNectarLogging"]]},"css":["bFa3M","W39r7"],"js":["oA+g0","ZQfFN","yfRoF"],"id":"pagelet_welcome_box","phase":1})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_navigation":{"container_id":"u_0_1e"}},"css":["bFa3M","W39r7"],"resource_map":{"X2CJw":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/3hoWhkPBVTH.js"}},"js":["oA+g0","ZQfFN","T3PSi","AbNEf","zFEBF","yfRoF","X2CJw"],"provides":["pagelet_controller::home_side_future_nav"],"jscc_map":"({\"j1GhovmTANUjEyMdgZ0\":function(){return new FutureHomeSideNav();}})","onload":["JSCC.get(\"j1GhovmTANUjEyMdgZ0\").init($(\"sideNav\"), \"nf\", false);"],"id":"pagelet_navigation","phase":1})</script> <script>bigPipe.onPageletArrive({"content":{"stream_pagelet":{"container_id":"u_0_1g"}},"jsmods":{"elements":[["m_0_4o","u_0_1f",2]],"require":[["BookmarkFeedSorter","setChecked",[],["h_nor"]],["Arbiter","inform",[],["LitestandMessages\/NewsFeedLoad",[],"persistent"]],["LitestandClassicPlaceHolders","register",["m_0_4o"],["feed",{"__m":"m_0_4o"}]]]},"css":["bFa3M","W39r7"],"js":["T3PSi"],"id":"stream_pagelet","phase":1})</script> <script>bigPipe.onPageletArrive({"append":"pagelet_pinned_nav","display_dependency":["pagelet_navigation"],"content":{"pagelet_pinned_nav_lite":{"container_id":"u_0_1h"}},"jsmods":{"instances":[["m_0_4q",["MercuryLeftNav","m_0_4p"],[{"__m":"m_0_4p"},{"message_counts":[{"unread_count":39,"unseen_count":1,"seen_timestamp":1406378013865,"last_action_id":null,"folder":"inbox"}],"payload_source":"unknown"}],1]],"elements":[["m_0_4p","navItem_app_217974574879787",2]],"require":[["m_0_4q"]]},"css":["W39r7","bFa3M","qfZQ2","wBLFA"],"resource_map":{"wBLFA":{"type":"css","permanent":1,"nonblocking":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y8\/r\/48O9yQoVg6T.css"}},"js":["oA+g0","ZQfFN","T3PSi","AbNEf","zFEBF","yfRoF","X2CJw","yzfhX","A3tsq"],"requires":["pagelet_controller::home_side_future_nav"],"onload":["FutureSideNav.getInstance().initSection({\"id\":\"pinnedNav\",\"editEndpoint\":\"\\\/ajax\\\/bookmark\\\/edit\\\/\"}, [{\"id\":\"navItem_app_4748854339\",\"key\":[\"app_4748854339\",\"nf\",\"lf\",\"h\",\"h_chr\",\"h_nor\",\"h\",\"lf\",\"cg\",\"app_2915120374\",\"pp\",\"app_10150110253435258\"],\"path\":[\"\\\/\"],\"type\":\"type_facebook_app\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":true,\"highlighted\":false},{\"id\":\"navItem_app_217974574879787\",\"key\":[\"app_217974574879787\",\"inbox\",\"messages\"],\"path\":[\"\\\/messages\\\/\"],\"type\":\"type_facebook_app\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_2344061033\",\"key\":[\"app_2344061033\"],\"path\":[\"\\\/events\\\/list\",\"\\\/events\\\/\",{\"regex\":\"\\\\\\\/events\\\\\\\/!(friends|create)\\\\\\\/\"}],\"type\":\"type_facebook_app\",\"endpoint\":null,\"selected\":false,\"highlighted\":false}]);"],"id":"pagelet_pinned_nav_lite","phase":1})</script> <script>bigPipe.onPageletArrive({"display_dependency":["stream_pagelet"],"content":{"pagelet_composer":{"container_id":"u_0_22"}},"jsmods":{"instances":[["m_0_4y",["ComposerXBootloadStatusAttachment","m_0_4x"],[{"__m":"m_0_4x"},{"mentionsPlaceholder":"What's on your mind?","targetID":100000590753545,"targetIsPage":false,"plus_version":1,"postActionsButton":null,"remove_url":"\/ajax\/composerx\/attachment\/status\/","classname":"_4j","useSuggestionFramework":false,"newverbsNUXDialog":null}],3],["m_0_56",["MentionsInput","m_0_55","m_0_57","m_0_53","m_0_58"],[{"__m":"m_0_55"},{"__m":"m_0_57"},{"__m":"m_0_53"},{"hashtags":true,"autosuggest_pages":"include_authoritative"},null,{"__m":"m_0_58"}],3],["m_0_57",["Typeahead","m_0_59","MentionsTypeaheadAreaView","CompactTypeaheadRenderer","m_0_53","TypeaheadAreaCore","m_0_54"],[{"__m":"m_0_59"},{"node_id":"","node":null,"ctor":{"__m":"MentionsTypeaheadAreaView"},"options":{"autoSelect":true,"renderer":{"__m":"CompactTypeaheadRenderer"},"causalElement":{"__m":"m_0_53"},"maxResults":10,"minWidth":0,"alignment":"left","showBadges":true,"scrollarea":false}},{"ctor":{"__m":"TypeaheadAreaCore"},"options":{}},{"__m":"m_0_54"}],5],["m_0_5e",["InstanceProxy","m_0_5f"],[{"__m":"m_0_5f"}],3],["m_0_5f",["InstanceProxy","m_0_5g"],[{"__m":"m_0_5g"}],3],["m_0_5h",["ContextualDialog","ContextualDialogArrow","ContextualDialogDefaultTheme","LayerFadeOnShow","DialogHideOnSuccess","LayerHideOnTransition","LayerRemoveOnHide","LayerAutoFocus","ContextualLayerAutoFlip","LayerTabIsolation","m_0_5i"],[{"width":300,"context":null,"contextID":null,"contextSelector":null,"position":"below","alignment":"center","offsetX":0,"offsetY":0,"arrowBehavior":{"__m":"ContextualDialogArrow"},"theme":{"__m":"ContextualDialogDefaultTheme"},"addedBehaviors":[{"__m":"LayerFadeOnShow"},{"__m":"DialogHideOnSuccess"},{"__m":"LayerHideOnTransition"},{"__m":"LayerRemoveOnHide"},{"__m":"LayerAutoFocus"},{"__m":"ContextualLayerAutoFlip"},{"__m":"LayerTabIsolation"}],"classNames":["metaComposerUserEd"]},{"__m":"m_0_5i"}],3],["m_0_5g",["PrivacySelectorBase","m_0_5j","m_0_5l","m_0_5k","m_0_5m"],[{"__m":"m_0_5j"},{"__m":"m_0_5l"},{"__m":"m_0_5k"},{"__m":"m_0_5m"},{"privacy_fbid":0,"is_saved_on_select":true,"supports_tag_expansion":true,"should_prefix_tooltip_apps":false,"should_display_label":true,"content_type":"new_content","render_location":3,"tagged_uids":[],"ent_id":0,"use_async_menu":false,"selector_sync_key":8787670733}],3],["m_0_5m",["PopoverMenu","m_0_5n","m_0_5j","m_0_5l"],[{"__m":"m_0_5n"},{"__m":"m_0_5j"},{"__m":"m_0_5l"},[]],3],["m_0_5n",["Popover","m_0_5o","m_0_5j","ContextualLayerAutoFlip","ContextualLayerPositionClassOnContext"],[{"__m":"m_0_5o"},{"__m":"m_0_5j"},[{"__m":"ContextualLayerAutoFlip"},{"__m":"ContextualLayerPositionClassOnContext"}],{"alignh":"right"}],3],["m_0_50",["ComposerXContext"],[{"actorID":100000590753545,"postID":null}],2],["m_0_58",["TypeaheadMetrics"],[{"extraData":{"event_name":"mentions","from_location":"status"}}],4],["m_0_59",["DataSource"],[{"maxResults":10,"queryData":{"viewer":100000590753545,"filter":["page","app","user"],"max_result":10,"context":"topics_limited_autosuggest","rsp":"mentions"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"viewer":100000590753545,"filter":["user","page","app","group","event"],"options":["friends_only","nm"],"token":"v7","context":"mentions","rsp":"mentions"},"bootstrapEndpoint":"\/ajax\/typeahead\/first_degree.php","kanaNormalization":true,"enabledLocalCache":true,"enabledMergeUids":true,"token":"1406485711-7"}],2],["m_0_5l",["PrivacySelectableMenu","MenuStaticItem","m_0_5p","PrivacySelectorOptionNew","m_0_5q","m_0_5r","m_0_5s","m_0_5t","m_0_5u","m_0_5v","MenuSelectableItem","m_0_5w","m_0_5x","m_0_5y","m_0_5z","m_0_60","PrivacySelectorCustomOption","m_0_61","m_0_62","m_0_63","MenuSeparator","m_0_64","m_0_65","m_0_66","m_0_67","m_0_68","m_0_69","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"_1jpl","ctor":{"__m":"MenuStaticItem"},"markup":{"__m":"m_0_5p"},"className":"_1jpl"},{"selected":false,"value":"0","renderlocation":3,"renderasprimaryoption":true,"hastags":false,"triggericonstyle":1,"iconsrc":"\/images\/icons\/audience\/everyone.png","class":"_5heu","ctor":{"__m":"PrivacySelectorOptionNew"},"markup":{"__m":"m_0_5q"},"label":"Public","title":"","className":"_5heu","icon":{"__m":"m_0_5r"},"tooltip":"Public","postParam":300645083384735,"baseLabel":"Public","showPlusOnTagExpansion":false,"tagExpansionBehavior":0,"baseValue":80,"hasTags":false,"triggerIcon":{"__m":"m_0_5s"},"isPrimaryOption":true,"optionSubtitle":{"__html":"Anyone on or off Facebook"},"optionSubtitleWithTags":{"__html":"Anyone on or off Facebook"}},{"selected":true,"value":"1","renderlocation":3,"renderasprimaryoption":true,"hastags":false,"triggericonstyle":1,"iconsrc":"\/images\/icons\/audience\/friends.png","class":"_5heu","ctor":{"__m":"PrivacySelectorOptionNew"},"markup":{"__m":"m_0_5t"},"label":"Friends","title":"","className":"_5heu","icon":{"__m":"m_0_5u"},"tooltip":"Your friends","postParam":291667064279714,"baseLabel":"Friends","showPlusOnTagExpansion":true,"tagExpansionBehavior":2,"baseValue":40,"hasTags":false,"triggerIcon":{"__m":"m_0_5v"},"isPrimaryOption":true,"optionSubtitle":{"__html":"Your friends on Facebook"},"optionSubtitleWithTags":{"__html":"Your friends, anyone tagged, and their friends"}},{"aria-haspopup":"true","class":"_2myv","iconsrc":"\/images\/ui\/x\/button\/chevron.png","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_5w"},"label":"More Options","title":"","className":"_2myv","icon":{"__m":"m_0_5x"}},{"selected":false,"value":"2","renderlocation":3,"renderasprimaryoption":false,"hastags":false,"triggericonstyle":1,"class":"privacySelectorOptions\/belowFold hidden_elem","iconsrc":"\/images\/icons\/audience\/onlyme.png","ctor":{"__m":"PrivacySelectorOptionNew"},"markup":{"__m":"m_0_5y"},"label":"Only Me","title":"","className":"privacySelectorOptions\/belowFold hidden_elem","icon":{"__m":"m_0_5z"},"tooltip":"Only Me","postParam":286958161406148,"baseLabel":"Only Me","showPlusOnTagExpansion":true,"tagExpansionBehavior":1,"baseValue":10,"hasTags":false,"triggerIcon":{"__m":"m_0_60"}},{"autosave":true,"limitcommunity":false,"limitfacebook":false,"limitfof":false,"limittagexpand":false,"privacyfbid":0,"triggericonstyle":1,"value":"3","class":"privacySelectorOptions\/belowFold hidden_elem","iconsrc":"\/images\/icons\/audience\/custom.png","id":"u_0_1x","ctor":{"__m":"PrivacySelectorCustomOption"},"markup":{"__m":"m_0_61"},"label":"Custom","title":"","className":"privacySelectorOptions\/belowFold hidden_elem","icon":{"__m":"m_0_62"},"postParam":291667064279714,"baseValue":111,"tagExpansionBehavior":2,"triggerIcon":{"__m":"m_0_63"}},{"class":"privacySelectorOptions\/belowFold hidden_elem","ctor":{"__m":"MenuSeparator"},"className":"privacySelectorOptions\/belowFold hidden_elem"},{"selected":false,"value":"4","renderlocation":3,"renderasprimaryoption":false,"hastags":false,"triggericonstyle":1,"class":"privacySelectorOptions\/belowFold hidden_elem","iconsrc":"\/images\/icons\/privacy\/selector\/friendlistsmonochromatic\/close-mono.png","ctor":{"__m":"PrivacySelectorOptionNew"},"markup":{"__m":"m_0_64"},"label":"Close Friends","title":"","className":"privacySelectorOptions\/belowFold hidden_elem","icon":{"__m":"m_0_65"},"tooltip":"Close Friends","postParam":"274781305884892","baseLabel":"Close Friends","showPlusOnTagExpansion":true,"tagExpansionBehavior":1,"baseValue":111,"hasTags":false,"triggerIcon":{"__m":"m_0_66"}},{"selected":false,"value":"5","renderlocation":3,"renderasprimaryoption":false,"hastags":false,"triggericonstyle":1,"class":"privacySelectorOptions\/belowFold hidden_elem","iconsrc":"\/images\/icons\/privacy\/selector\/friendlistsmonochromatic\/location-mono.png","ctor":{"__m":"PrivacySelectorOptionNew"},"markup":{"__m":"m_0_67"},"label":"Gurgaon, Haryana Area","title":"","className":"privacySelectorOptions\/belowFold hidden_elem","icon":{"__m":"m_0_68"},"tooltip":"Gurgaon, Haryana Area","postParam":"527879937241693","baseLabel":"Gurgaon, Haryana Area","showPlusOnTagExpansion":true,"tagExpansionBehavior":1,"baseValue":111,"hasTags":false,"triggerIcon":{"__m":"m_0_69"}}],{"id":"u_0_1y","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"className":"_57di _2wli","maxheight":390,"theme":{"__m":"XUIMenuTheme"},"renderlocation":3,"contenttype":"new_content"}],5]],"markup":[["m_0_5i",{"__html":"\u003Cdiv>\u003Cdiv class=\"pam\">\u003Cdiv>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_5p",{"__html":"\u003Cspan class=\"fsm\">Who should see this?\u003C\/span>"},2],["m_0_5q",{"__html":"Public"},2],["m_0_5r",{"__html":"\u003Ci class=\"mrs img sp_xFwBv1W8Ynk sx_2892e7\">\u003C\/i>"},2],["m_0_5s",{"__html":"\u003Ci class=\"mrs img sp_xFwBv1W8Ynk sx_2892e7\">\u003C\/i>"},2],["m_0_5t",{"__html":"Friends"},2],["m_0_5u",{"__html":"\u003Ci class=\"mrs img sp_nN2ib0v85u2 sx_cfd330\">\u003C\/i>"},2],["m_0_5v",{"__html":"\u003Ci class=\"mrs img sp_nN2ib0v85u2 sx_cfd330\">\u003C\/i>"},2],["m_0_5w",{"__html":"More Options"},2],["m_0_5x",{"__html":"\u003Ci class=\"mrs img sp_nN2ib0v85u2 sx_4d314c\">\u003C\/i>"},2],["m_0_5y",{"__html":"Only Me"},2],["m_0_5z",{"__html":"\u003Ci class=\"mrs img sp_nN2ib0v85u2 sx_06cbee\">\u003C\/i>"},2],["m_0_60",{"__html":"\u003Ci class=\"mrs img sp_nN2ib0v85u2 sx_06cbee\">\u003C\/i>"},2],["m_0_61",{"__html":"Custom"},2],["m_0_62",{"__html":"\u003Ci class=\"mrs img sp_xFwBv1W8Ynk sx_3fea81\">\u003C\/i>"},2],["m_0_63",{"__html":"\u003Ci class=\"mrs img sp_xFwBv1W8Ynk sx_3fea81\">\u003C\/i>"},2],["m_0_64",{"__html":"Close Friends"},2],["m_0_65",{"__html":"\u003Ci class=\"mrs img sp_3CFyNRCdVrc sx_3d8892\">\u003C\/i>"},2],["m_0_66",{"__html":"\u003Ci class=\"mrs img sp_3CFyNRCdVrc sx_3d8892\">\u003C\/i>"},2],["m_0_67",{"__html":"Gurgaon, Haryana Area"},2],["m_0_68",{"__html":"\u003Ci class=\"mrs img sp_3CFyNRCdVrc sx_0638c2\">\u003C\/i>"},2],["m_0_69",{"__html":"\u003Ci class=\"mrs img sp_3CFyNRCdVrc sx_0638c2\">\u003C\/i>"},2]],"elements":[["m_0_4z","u_0_1i",2],["m_0_4x","u_0_1j",2],["m_0_4r","u_0_1k",4],["m_0_55","u_0_1l",4],["m_0_54","u_0_1m",4],["m_0_53","u_0_1n",12],["m_0_4s","u_0_1o",4],["m_0_4t","u_0_1p",4],["m_0_5a","u_0_1q",2],["m_0_4u","u_0_1r",4],["m_0_5b","u_0_1s",2],["m_0_4v","u_0_1t",4],["m_0_5c","composerActionTagger",2],["m_0_4w","u_0_1u",4],["m_0_5d","u_0_1v",2],["m_0_5k","u_0_1w",2],["m_0_5o","u_0_1z",2],["m_0_5j","u_0_20",6],["m_0_51","u_0_21",2],["m_0_52","u_0_1j",2]],"define":[["MarauderConfig",[],{"app_version":1344176,"gk_enabled":false},31],["LitestandStreamConfig",[],{"hide_offscreen_substreams":1,"load_more_units_cross_page":0,"top_margin_px":100},29]],"require":[["LitestandComposer","initComposer",[],["u_0_1i"]],["m_0_4y"],["ComposerXController","setInitialAttachment",["m_0_4z","m_0_4y","m_0_4r","m_0_4s","m_0_4t","m_0_4u","m_0_4v","m_0_4w","m_0_50"],[{"__m":"m_0_4z"},"\/ajax\/composerx\/attachment\/status\/",{"__m":"m_0_4y"},[{"element":{"__m":"m_0_4r"},"component_name":"maininput"},{"element":{"__m":"m_0_4s"},"component_name":"prompt"},{"element":{"__m":"m_0_4t"},"component_name":"withtaggericon"},{"element":{"__m":"m_0_4u"},"component_name":"placetaggericon"},{"element":{"__m":"m_0_4v"},"component_name":"ogtaggericon"},{"element":{"__m":"m_0_4w"},"component_name":"mainprivacywidget"}],["maininput","prompt","withtaggericon","placetaggericon","ogtaggericon","mainprivacywidget"],{"__m":"m_0_50"}]],["ComposerXAttachmentUtils","registerInputForLeaveWarning",["m_0_53"],[{"__m":"m_0_53"}]],["ComposerXAttachmentUtils","listenForPostSubmission",["m_0_53"],[{"__m":"m_0_53"}]],["CLoggerX","setImpressionID",[],["8f6fd7dd"]],["CLoggerX","trackComposer",["m_0_53","m_0_54"],[{"__m":"m_0_53"},{"__m":"m_0_54"},{"targetID":100000590753545,"targetType":2048}]],["ComposerXController","setComponent",["m_0_4r","m_0_55","m_0_56","ComposerXMentionsInputReset"],[{"__m":"m_0_4r"},"maininput",{"element":{"__m":"m_0_55"},"instance":{"__m":"m_0_56"},"reset":{"__m":"ComposerXMentionsInputReset"}}]],["m_0_56"],["m_0_57"],["Typeahead","init",["m_0_53","m_0_57","m_0_58"],[{"__m":"m_0_53"},{"__m":"m_0_57"},["buildBestAvailableNames"],{"__m":"m_0_58"}]],["ComposerXController","setComponent",["m_0_4s"],[{"__m":"m_0_4s"},"prompt",{"element":null,"instance":null,"reset":null}]],["ComposerXController","setComponent",["m_0_4t","m_0_5a","ComposerXTaggerIconReset"],[{"__m":"m_0_4t"},"withtaggericon",{"element":{"__m":"m_0_5a"},"instance":null,"reset":{"__m":"ComposerXTaggerIconReset"}}]],["ComposerXController","setComponent",["m_0_4u","m_0_5b","ComposerXTaggerIconReset"],[{"__m":"m_0_4u"},"placetaggericon",{"element":{"__m":"m_0_5b"},"instance":null,"reset":{"__m":"ComposerXTaggerIconReset"}}]],["ComposerXController","setComponent",["m_0_4v","m_0_5c","ComposerXOGTaggerIconReset"],[{"__m":"m_0_4v"},"ogtaggericon",{"element":{"__m":"m_0_5c"},"instance":null,"reset":{"__m":"ComposerXOGTaggerIconReset"}}]],["ComposerXController","setComponent",["m_0_4w","m_0_5d","m_0_5e","ComposerXPrivacyWidgetReset"],[{"__m":"m_0_4w"},"mainprivacywidget",{"element":{"__m":"m_0_5d"},"instance":{"__m":"m_0_5e"},"reset":{"__m":"ComposerXPrivacyWidgetReset"}}]],["m_0_5e"],["m_0_5f"],["m_0_5h"],["MetaComposerEdDialog","init",["m_0_5h"],[{"dialog":{"__m":"m_0_5h"},"show_tags":true,"n_tag_shown":0,"show_sticky":false,"n_sticky_shown":5,"show_audience":false}]],["m_0_5g"],["m_0_5l"],["m_0_5m"],["m_0_5n"]]},"css":["W39r7","qfZQ2","bFa3M"],"bootloadable":{"ComposerXPrivacyWidgetTags":{"resources":["oA+g0","W39r7","ZQfFN","zFEBF","AbNEf","\/weLr","yfRoF","qfZQ2","MDo8O","6Te23"],"module":true},"URLScraper":{"resources":["oA+g0","MV+4i"],"module":true},"SuggestionFromInputScraper":{"resources":["oA+g0","fb8+K","fm8Xc"],"module":true},"URI":{"resources":["oA+g0"],"module":true},"ComposerTagReminder":{"resources":["oA+g0","AbNEf","w7Mpk","ZQfFN","qfZQ2","ANwWb","2pApw"],"module":true},"legacy:ComposerXControllerBootload":{"resources":["oA+g0","W39r7","qfZQ2","WWhVy","A3tsq","ZQfFN","f0pxh"]},"ComposerXAttachmentBootstrap":{"resources":["oA+g0","W39r7","qfZQ2","WWhVy"],"module":true},"ComposerXStatusAttachmentBootloader":{"resources":["oA+g0","MDo8O","ZQfFN","AbNEf","W39r7","yfRoF","zFEBF","qfZQ2","WWhVy","A3tsq","ULybE","XtuGt"],"module":true},"HashtagParser":{"resources":["MV+4i","SsUry","Nd\/C+"],"module":true}},"resource_map":{"WWhVy":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yy\/r\/Z-oKK1u4937.js"},"ULybE":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yd\/r\/mVj2ywD6j2s.js"},"\/weLr":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yF\/r\/twBVRY-naah.js"},"6Te23":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yW\/r\/IYqc_5nvD-G.js"},"fm8Xc":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yf\/r\/m0K6XuPt4Od.js"},"w7Mpk":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y1\/r\/PidFkn0kynA.js"},"ANwWb":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/XvzEmZXSiiS.css"},"2pApw":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y8\/r\/oaDSMHPynKe.js"},"f0pxh":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yR\/r\/cKvpeirhrl3.js"},"XtuGt":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yf\/r\/vmpaOH0yNUS.js"}},"js":["oA+g0","ZQfFN","AbNEf","WWhVy","A3tsq","fAL+r","zFEBF","X2CJw","MDo8O","yfRoF","ULybE","\/weLr"],"displayJS":["oA+g0"],"id":"pagelet_composer","phase":1})</script> <script>bigPipe.onPageletArrive({"display_dependency":["stream_pagelet"],"content":{"topnews_main_stream_408239535924329":{"container_id":"u_0_23"}},"jsmods":{"elements":[["m_ps_0_0_0","feed_stream_53d55264c89022a29833764",6]],"define":[["AsyncRequestConfig",[],{"retryOnNetworkError":"1"},328],["BootloaderConfig",[],{},329],["DTSGInitialData",[],{"token":"AQGhzLRDnUA1"},258],["SiteData",[],{"revision":1344176,"tier":"","push_phase":"V3","pkg_cohort":"EXP1:DEFAULT"},317],["CurrentUserInitialData",[],{"USER_ID":"100000590753545","ACCOUNT_ID":"100000590753545"},270],["ISB",[],{},330],["LSD",[],{},323],["LitestandStreamConfig",[],{"hide_offscreen_substreams":1,"load_more_units_cross_page":0,"top_margin_px":100},29],["TrackingConfig",[],{"domain":"https:\/\/pixel.facebook.com"},325],["BanzaiConfig",[],{"EXPIRY":86400000,"MAX_SIZE":10000,"MAX_WAIT":150000,"RESTORE_WAIT":150000,"blacklist":["time_spent"],"gks":{"boosted_pagelikes":true,"boosted_website":true,"boosted_posts":true,"jslogger":true,"miny_compression":true,"page_website_logger":true,"pages_client_logging":true,"time_spent_bit_array":true,"time_spent_debug":true,"useraction":true,"videos":true,"visibility_tracking":true,"vitals":true}},7],["AggregatedLinkComposerConfig",[],{"no_chained_related_stories":null},406],["FeedAdsChainingConfig",[],{},277],["PubcontentFeedChainingConfig",[],{"like_story":1,"fan_context_story":1,"share_page_story":1,"page_post_like_story":1,"page_story_like_action":1,"page_share_like_action":1},203],["PubcontentRelatedShareChainingConfig",[],{"related_share_article_click":1,"related_share_video_click":1},246],["PubcontentTopicChainingConfig",[],{"topic_story_like_action":{"rate":0},"max_suggestions":1},223],["StoryInlinePivotChainingConfig",[],{"story_click_for_pivot_action":1,"story_like_pivot_action":1},413],["InitialServerTime",[],{"serverTime":1406489188000},204],["FbtLogger",[],{"logger":null},288],["UFIConstants",[],{"UFIActionType":{"COMMENT_LIKE":"fa-type:comment-like","COMMENT_SET_SPAM":"fa-type:mark-spam","DELETE_COMMENT":"fa-type:delete-comment","DISABLE_COMMENTS":"fa-type:disable-comments","LIVE_DELETE_COMMENT":"fa-type:live-delete-comment","LIKE_ACTION":"fa-type:like","SUBSCRIBE_ACTION":"fa-type:subscribe","REMOVE_PREVIEW":"fa-type:remove-preview","MARK_COMMENT_SPAM":"fa-type:mark-spam","CONFIRM_COMMENT_REMOVAL":"fa-type:confirm-remove","TRANSLATE_COMMENT":"fa-type:translate-comment","COMMENT_LIKECOUNT_UPDATE":"fa-type:comment-likecount-update","GIFT_SUGGESTION":"fa-type:gift-suggestion"},"UFICommentOrderingMode":{"CHRONOLOGICAL":"chronological","RANKED_THREADED":"ranked_threaded","TOPLEVEL":"toplevel","RECENT_ACTIVITY":"recent_activity","FEATURED":"featured","UNSUPPORTED":"unsupported"},"UFIFeedbackSourceType":{"PROFILE":0,"NEWS_FEED":1,"OBJECT":2,"MOBILE":3,"EMAIL":4,"PROFILE_APPROVAL":10,"TICKER":12,"NONE":13,"INTERN":14,"ADS":15,"EVENT_GOING_FLYOUT":16,"PHOTOS_SNOWLIFT":17,"NOTIFICATION_FLYOUT":18,"LOCAL_FEED":19},"UFIPayloadSourceType":{"UNKNOWN":0,"INITIAL_SERVER":1,"LIVE_SEND":2,"USER_ACTION":3,"ENDPOINT_LIKE":10,"ENDPOINT_COMMENT_LIKE":11,"ENDPOINT_ADD_COMMENT":12,"ENDPOINT_EDIT_COMMENT":13,"ENDPOINT_DELETE_COMMENT":14,"ENDPOINT_COMMENT_SPAM":16,"ENDPOINT_REMOVE_PREVIEW":17,"ENDPOINT_ID_COMMENT_FETCH":18,"ENDPOINT_COMMENT_FETCH":19,"ENDPOINT_TRANSLATE_COMMENT":20,"ENDPOINT_BAN":21,"ENDPOINT_SUBSCRIBE":22,"ENDPOINT_COMMENT_LIKECOUNT_UPDATE":23,"ENDPOINT_DISABLE_COMMENTS":24,"ENDPOINT_ACTOR_CHANGE":25},"UFIStatus":{"DELETED":"status:deleted","SPAM":"status:spam","SPAM_DISPLAY":"status:spam-display","LIVE_DELETED":"status:live-deleted","FAILED_ADD":"status:failed-add","FAILED_EDIT":"status:failed-edit","PENDING_EDIT":"status:pending-edit"},"attachmentTruncationLength":80,"commentTruncationLength":420,"commentTruncationMaxLines":3,"commentTruncationPercent":0.6,"commentURLTruncationLength":60,"defaultPageSize":50,"infiniteScrollRangeForQANDAPermalinks":1000,"minCommentsForOrderingModeSelector":2,"unavailableCommentKey":"unavailable_comment_key"},240],["StickyComposerConfig",[],{"IS_SHOWN":false,"BEHAVIOR":null,"HEIGHT":42},443]],"require":[["AsyncRequestNectarLogging"],["LitestandStream","init",["m_ps_0_0_0"],[{"__m":"m_ps_0_0_0"},1406488528,408239535924329]],["FbFeedViewportTracking","init",[],[{"banzai":1,"async":0,"is_loose":0,"record_tn_tree":1,"record_delay":300,"is_timetracking_enabled":1,"tracking_duration_config":{"min_height_to_be_visible":200,"min_fraction_to_be_visible":0.5,"timetracking_throttling_interval":100,"user_activity_polling_interval":5000,"time_to_be_considered_inactive":15000,"min_time_to_report_immediately":500,"min_fraction_for_additional_view":0,"local_storage_log_min_duration_ms":10000000},"is_proportion":0,"proportion_ratio":0,"immediate_js_load":0,"scroll_only":0,"banzai_no_delay":0,"banzai_retry":0,"use_incremental_count":0,"conservative_initial_logging":1,"use_local_storage":0,"use_vpv_heartbeat":0,"vpv_heartbeat_interval":10000,"viewport_height_ratio":0}]],["PubcontentLitestandClassicChainingController"],["FbFeedKeyboardController","init",["m_ps_0_0_0"],[{"__m":"m_ps_0_0_0"}]],["FbFeedAttachmentRelatedShare","loadRelatedAttachmentForStream",["m_ps_0_0_0"],[{"__m":"m_ps_0_0_0"}]],["FeedTrackingAsync","init",[],[]]]},"css":["bFa3M","W39r7","qfZQ2"],"resource_map":{"D8mdw":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yy\/r\/J13_7rPguZk.js"}},"js":["oA+g0","ZQfFN","yfRoF","zFEBF","A3tsq","fAL+r","WWhVy","X2CJw","D8mdw","AbNEf","T3PSi"],"id":"topnews_main_stream_408239535924329","phase":1})</script> <script>bigPipe.onPageletArrive({"display_dependency":["topnews_main_stream_408239535924329"],"is_last":true,"content":{"substream_0":{"container_id":"u_0_69"}},"jsmods":{"instances":[["m_ps_0_0_5",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_6"],[{"__m":"m_ps_0_0_6"},"u_ps_0_0_1","S:_I1417670739:10202339513075346",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10202339513075346&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10202339513075346&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwMjAyNrY0NTQ2MDc1NjGrc80rCc5ILEp1LkpNLMnMzwsuyS-qrKszNDE0NzM3MDe2rMuIz8svAgA"],1],["m_ps_0_0_6",["Menu","MenuItem","m_ps_0_0_7","m_ps_0_0_8","m_ps_0_0_9","MenuSeparator","MenuTogglingItem","m_ps_0_0_a","m_ps_0_0_b","m_ps_0_0_c","m_ps_0_0_d","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1&story_location=feed&hideable_token=MzQwMjAyNrY0NTQ2MDc1NjGrc80rCc5ILEp1LkpNLMnMzwsuyS-qrKszNDE0NzM3MDe2rMuIz8svAgA&story_permalink_token=S\u00253A_I1417670739\u00253A10202339513075346&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_7"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1&story_location=feed&hideable_token=MzQwMjAyNrY0NTQ2MDc1NjGrc80rCc5ILEp1LkpNLMnMzwsuyS-qrKszNDE0NzM3MDe2rMuIz8svAgA&story_permalink_token=S\u00253A_I1417670739\u00253A10202339513075346&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_8"},"label":"Unfollow Sai","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1&story_location=feed&hideable_token=MzQwMjAyNrY0NTQ2MDc1NjGrc80rCc5ILEp1LkpNLMnMzwsuyS-qrKszNDE0NzM3MDe2rMuIz8svAgA&story_permalink_token=S\u00253A_I1417670739\u00253A10202339513075346&initial_action_name=UNSUBSCRIBE_ATTACHED_STORY_ACTOR","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_9"},"label":"Hide all from IIMA Cultural Committee","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10202339513075346&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10202339513075346&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_a"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_b"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10202339513075346&follow=0"},{"ajaxify":"\/ajax\/entstream\/embed?no_preview=0&source=1&token=S\u00253A_I1417670739\u00253A10202339513075346&url=\u00252Fn.saigoutham\u00252Fposts\u00252F10202339513075346","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_c"},"label":"Embed Post","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_d"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_4","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_f",["PopoverMenu","m_ps_0_0_g","m_ps_0_0_e","m_ps_0_0_6"],[{"__m":"m_ps_0_0_g"},{"__m":"m_ps_0_0_e"},{"__m":"m_ps_0_0_6"},[]],1],["m_ps_0_0_g",["Popover","m_ps_0_0_h","m_ps_0_0_e","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_h"},{"__m":"m_ps_0_0_e"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_k",["UFIController","m_ps_0_0_j","m_ps_0_0_l"],[{"__m":"m_ps_0_0_j"},{"canaddrecommendation":false,"ftentidentifier":"10202339513075346","instanceid":"u_ps_0_0_7","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10202339513075346","entidentifier":"10202339513075346","permalink":"\/n.saigoutham\/posts\/10202339513075346","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1417670739","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_l"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":true,"isqanda":false,"infinitescroll":false,"actorid":"1417670739","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[{"id":"100000590753545","name":"Mayur Kumar","firstName":"Mayur","vanity":"mayur.kumar.77","thumbSrc":"https:\/\/fbcdn-profile-a.akamaihd.net\/hprofile-ak-xpf1\/v\/t1.0-1\/p32x32\/10492488_855847354444948_8753844995165142862_n.jpg?oh=28670e4a65e2036f8edb8c21e787f220&oe=545146D7&__gda__=1413547132_e635a75e1c1645d564d23128602bf285","uri":"https:\/\/www.facebook.com\/mayur.kumar.77?fref=ufi","gender":2,"type":"user","is_friend":false}],"actions":[],"commentlists":{"comments":{"10202339513075346":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_m",["Spotlight","LayerHideOnBlur","LayerHideOnEscape","m_ps_0_0_n"],[{"addedBehaviors":[{"__m":"LayerHideOnBlur"},{"__m":"LayerHideOnEscape"}],"attributes":{"id":"photos_snowlift","tabindex":"0","role":"region","aria-label":"Facebook Photo Theater","aria-busy":"true"},"classNames":["fbPhotoSnowlift","fbxPhoto"]},{"__m":"m_ps_0_0_n"}],3],["m_ps_0_0_l",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10202339513075346"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_p",["XHPTemplate","m_ps_0_0_q"],[{"__m":"m_ps_0_0_q"}],2]],"markup":[["m_ps_0_0_2",{"__html":"Shared with: Public"},2],["m_ps_0_0_4",{"__html":"\u003Cdiv>\u003C\/div>"},2],["m_ps_0_0_7",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_8",{"__html":"Unfollow Sai"},2],["m_ps_0_0_9",{"__html":"Hide all from IIMA Cultural Committee"},2],["m_ps_0_0_a",{"__html":"Get Notifications"},2],["m_ps_0_0_b",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_c",{"__html":"Embed Post"},2],["m_ps_0_0_d",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_n",{"__html":"\u003Cdiv class=\"_n3\">\u003Cdiv class=\"fbPhotoSnowliftContainer uiContextualLayerParent\" data-ft=\"&#123;&quot;type&quot;:44,&quot;tn&quot;:&quot;*F&quot;&#125;\">\u003Cdiv class=\"clearfix fbPhotoSnowliftPopup\">\u003Cdiv class=\"stageWrapper lfloat _ohe\">\u003Cdiv class=\"fbPhotoSnowliftFullScreen fullScreenSwitch\" id=\"fullScreenSwitch\">\u003Ca data-hover=\"tooltip\" aria-label=\"Enter Fullscreen\" data-tooltip-position=\"below\" data-tooltip-alignh=\"right\" href=\"#\" id=\"fbPhotoSnowliftFullScreenSwitch\" data-ft=\"&#123;&quot;tn&quot;:&quot;+?&quot;&#125;\" role=\"button\">\u003C\/a>\u003Ca data-hover=\"tooltip\" aria-label=\"Press Esc to exit fullscreen\" data-tooltip-position=\"below\" data-tooltip-alignh=\"right\" href=\"#\" id=\"fbPhotoSnowliftFullScreenClose\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\u003C&quot;&#125;\" role=\"button\">\u003C\/a>\u003C\/div>\u003Cdiv class=\"stage\" data-ft=\"&#123;&quot;tn&quot;:&quot;E&quot;&#125;\">\u003Cimg class=\"spotlight spotlight\" src=\"\/images\/spacer.gif\" \/>\u003Cdiv class=\"fbPhotosPhotoTagboxes tagContainer\" id=\"fbPhotoSnowliftTagBoxes\">\u003C\/div>\u003Cdiv class=\"fbPhotoTagApproval\" id=\"fbPhotoSnowliftTagApproval\">\u003C\/div>\u003Cdiv class=\"_5bai\" id=\"fbPhotoSnowliftComputerVisionInfo\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"videoStage\" data-ft=\"&#123;&quot;tn&quot;:&quot;F&quot;&#125;\">\u003C\/div>\u003Cdiv class=\"stageActions\" id=\"snowliftStageActions\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\u0040&quot;&#125;\">\u003Cdiv class=\"clearfix snowliftOverlay snowliftOverlayBar rightButtons\">\u003Cdiv class=\"overlayBarButtons rfloat _ohf\">\u003Cdiv class=\"_6a _6b fbPhotosPhotoActions\" id=\"fbPhotoSnowliftActions\">\u003C\/div>\u003Cdiv class=\"fbPhotosPhotoButtons\" id=\"fbPhotoSnowliftButtons\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"mediaTitleInfo\">\u003Cdiv class=\"mediaTitleBoxFlex\">\u003Cdiv id=\"fbPhotoSnowliftMediaTitle\">\u003C\/div>\u003Cspan class=\"mlm hidden_elem\" id=\"fbPhotoSnowliftPositionAndCount\">\u003C\/span>\u003Cdiv class=\"mediaTitleInfoSpacer\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbPhotosPhotoTagboxBase newTagBox hidden_elem\" style=\"\">\u003Cdiv class=\"borderTagBox\">\u003Cdiv class=\"innerTagBox\">\u003Cdiv class=\"ieContentFix\">\u00a0\u00a0\u00a0\u00a0\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"tag\" style=\"\">\u003Cdiv class=\"tagPointer\">\u003Cimg class=\"tagArrow img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yP\/r\/7eXyMfo7rRq.png\" alt=\"\" width=\"19\" height=\"5\" \/>\u003Cdiv class=\"tagName\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Ca class=\"snowliftPager prev\" title=\"Previous\" data-ft=\"&#123;&quot;tn&quot;:&quot;+&gt;&quot;&#125;\">\u003Ci>\u003C\/i>\u003C\/a>\u003Ca class=\"snowliftPager next\" title=\"Next\" data-ft=\"&#123;&quot;tn&quot;:&quot;+=&quot;&#125;\">\u003Ci>\u003C\/i>\u003C\/a>\u003Cdiv class=\"photoError stageError\" id=\"fbPhotoSnowliftError\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"rhc photoUfiContainer\" data-ft=\"&#123;&quot;tn&quot;:&quot;+Z&quot;&#125;\">\u003Cdiv class=\"rhcHeader\">\u003Cdiv class=\"fbPhotoSnowliftControls\">\u003Ca data-hover=\"tooltip\" aria-label=\"Press Esc to close\" data-tooltip-position=\"below\" data-tooltip-alignh=\"right\" class=\"closeTheater\" href=\"#\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\u003C&quot;&#125;\" role=\"button\">\u003C\/a>\u003Ca data-hover=\"tooltip\" aria-label=\"Press Esc to exit fullscreen\" data-tooltip-position=\"below\" data-tooltip-alignh=\"right\" class=\"closeTheater fullscreenCommentClose\" href=\"#\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\u003C&quot;&#125;\" role=\"button\">\u003C\/a>\u003C\/div>\u003Cdiv id=\"fbPhotoSnowliftInlineEditor\">\u003C\/div>\u003C\/div>\u003Cform rel=\"async\" class=\"fbPhotosSnowliftFeedbackForm rhcBody commentable_item autoexpand_mode\" method=\"post\" data-ft=\"&#123;&quot;tn&quot;:&quot;]&quot;&#125;\" action=\"\/ajax\/ufi\/modify.php\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_ps_0_0_a\">\u003Cinput type=\"hidden\" name=\"charset_test\" value=\"&euro;,&acute;,\u20ac,\u00b4,\u6c34,\u0414,\u0404\" \/>\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQGhzLRDnUA1\" autocomplete=\"off\" \/>\u003Cdiv class=\"uiScrollableArea rhcScroller native\" style=\"width:285px;\">\u003Cdiv class=\"uiScrollableAreaWrap scrollable\" aria-label=\"Scrollable region\" role=\"group\" tabindex=\"0\">\u003Cdiv class=\"uiScrollableAreaBody\">\u003Cdiv class=\"uiScrollableAreaContent\">\u003Cspan id=\"fbPhotoSnowliftSpecificAudience\">\u003C\/span>\u003Cdiv class=\"clearfix fbPhotoSnowliftAuthorInfo\">\u003Cdiv class=\"lfloat _ohe\" id=\"fbPhotoSnowliftAuthorPic\">\u003C\/div>\u003Cdiv class=\"_42ef\">\u003Cdiv class=\"fbPhotoContributorName\" id=\"fbPhotoSnowliftAuthorName\">\u003C\/div>\u003Cdiv class=\"mrs fsm fwn fcg\">\u003Cspan id=\"fbPhotoSnowliftCreatorInfo\">\u003C\/span>\u003C\/div>\u003Cdiv class=\"mrs fsm fwn fcg\">\u003Cspan id=\"fbPhotoSnowliftSubscribe\">\u003C\/span>\u003Cspan id=\"fbPhotoSnowliftTimestamp\">\u003C\/span>\u003Cdiv class=\"mls\" id=\"fbPhotoSnowliftAudienceSelector\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"fsm fwn fcg\">\u003Cdiv class=\"fbPhotosOnProfile\" id=\"fbPhotoSnowliftOnProfile\">\u003C\/div>\u003C\/div>\u003Cspan id=\"fbPhotoSnowliftPromote\">\u003C\/span>\u003Cspan id=\"fbPhotoSnowliftViewOnApp\">\u003C\/span>\u003Cspan id=\"fbPhotoSnowliftUseApp\">\u003C\/span>\u003C\/div>\u003C\/div>\u003Cdiv>\u003Cspan class=\"fbPhotosPhotoCaption\" tabindex=\"0\" aria-live=\"polite\" id=\"fbPhotoSnowliftCaption\">\u003C\/span>\u003Cspan class=\"fbPhotoTagList\" id=\"fbPhotoSnowliftTagList\">\u003C\/span>\u003Cdiv class=\"fbPhotoPagesTagList\" id=\"fbPhotoSnowliftPagesTagList\">\u003C\/div>\u003Cdiv class=\"pts fbPhotoLegacyTagList\" id=\"fbPhotoSnowliftLegacyTagList\">\u003C\/div>\u003Cdiv class=\"mvm fbPhotosPhotoOwnerButtons stat_elem\" id=\"fbPhotoSnowliftOwnerButtons\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbPhotosSnowliftFeedback\" id=\"fbPhotoSnowliftFeedback\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbPhotosSnowboxFeedbackInput\" id=\"fbPhotoSnowliftFeedbackInput\">\u003C\/div>\u003C\/form>\u003Cdiv class=\"fbPhotosSnowliftPlaceInfo\" id=\"fbPhotoSnowliftPlaceInfo\">\u003C\/div>\u003Cdiv class=\"_5ciw rhcFooter\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\\\&quot;&#125;\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv id=\"pagelet_photo_viewer_init\" class=\"hidden_elem\">\u003C\/div>\u003C\/div>"},3],["m_ps_0_0_q",{"__html":"\u003Cdiv>\u003Cdiv class=\"pvs phm _1yw\" data-jsid=\"title\">\u003C\/div>\u003Cdiv class=\"pam _13\" data-jsid=\"body\">\u003C\/div>\u003Cdiv class=\"_14\">\u003Cdiv class=\"pam uiOverlayFooter uiBoxGray topborder\">\u003Cbutton value=\"1\" class=\"_42ft _42fu layerConfirm uiOverlayButton selected _42g- _42gy\" data-jsid=\"delete\" type=\"submit\">Delete\u003C\/button>\u003Ca class=\"_42ft _42fu layerCancel uiOverlayButton _42gy\" role=\"button\" href=\"#\">Cancel\u003C\/a>\u003C\/div>\u003C\/div>\u003C\/div>"},2]],"elements":[["m_ps_0_0_h","u_ps_0_0_1",2],["m_ps_0_0_e","u_ps_0_0_5",4],["m_ps_0_0_j","u_ps_0_0_8",2],["m_ps_0_0_1","u_ps_0_0_9",2],["m_ps_0_0_i","u_ps_0_0_6",2],["m_ps_0_0_o","u_ps_0_0_a",2,"m_ps_0_0_n"]],"define":[["ErrorSignalConfig",[],{"uri":"https:\/\/error.facebook.com\/common\/scribe_endpoint.php"},319],["NumberFormatConfig",[],{"decimalSeparator":".","numberDelimiter":",","minDigitsForThousandsSeparator":0},54],["CLogConfig",[],{"gkResults":1},174],["TypeaheadMetricsConfig",[],{"gkResults":0},263],["MercuryConfig",[],{"MercuryFBIDGK":0,"MercuryActionIDGK":0,"NewVCGK":0,"PicassoWebChatGK":0,"WebFeaturedPackInStore":0,"ReadOnlyEmailThreads":1,"ReadOnlyEmailThreadsEarlyWarning":1,"ChatPaddedAnimatedStickerGK":1,"DesktopNotificationsGK":0,"WebStickerSearch":0,"24h_times":false,"roger.seen_delay":15000,"activity_limit":60000,"idle_limit":1800000,"idle_poll_interval":300000,"filtering_active":true,"upload_url":"https:\/\/upload.facebook.com\/ajax\/mercury\/upload.php","ShowStickerReplyNUX":false,"ShowStickerSearchNUXIndicator":false,"ShowStickerSearchNUXTooltip":false},35],["PresenceInitialData",[],{"cookiePollInterval":500,"cookieVersion":2,"dictEncode":true,"serverTime":"1406489189000"},57],["RTLConfig",[],{"gkCheckSuccess":true},291],["UFISpamCountImpl",[],{"module":null},72],["UFIConfig",[],{"renderEmoji":true,"renderEmoticons":1},71],["FeedNFBConstants",[],{"data":null},470],["UFICommentTemplates",["m_ps_0_0_p"],{":fb:ufi:hide-dialog-template":{"__m":"m_ps_0_0_p"}},70]],"require":[["StoryPositionTracking","registerNewStories",[],["substream_0"]],["LitestandStreamLoader","setPollerData",[],[{"sectionid":"408239535924329","sectionorder":null,"ismostrecent":false}]],["LitestandStreamLoader","moreStoriesInserted",[],["substream_0"]],["LitestandClassicPlaceHolders","destroy",[],["feed"]],["Hovercard"],["Tooltip","set",["m_ps_0_0_1","m_ps_0_0_2"],[{"__m":"m_ps_0_0_1"},{"__m":"m_ps_0_0_2"}]],["PhotoSnowlift","touch",["m_ps_0_0_4"],[{"__m":"m_ps_0_0_4"}]],["LiveTimer","restart",[],[1406489189]],["m_ps_0_0_5"],["m_ps_0_0_6"],["m_ps_0_0_f"],["m_ps_0_0_g"],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_6","10202339513075346"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_6",{"targetID":"10202339513075346"},"02242802"]],["FbFeedCommentUFIScroller"],["PostLoadJS","loadAndCall",[],["UFITracking","addAllLinkData",[]]],["m_ps_0_0_k"],["Tooltip"],["m_ps_0_0_m"],["PhotoSnowlift","initWithSpotlight",["m_ps_0_0_m"],[{"__m":"m_ps_0_0_m"},{"pivot_end_metric":false,"og_videos":false,"snowlift_slideshow":false,"photos_client_loading":false,"snowlift_allow_irrelevant_requests":false,"snowlift_button_truncate":false,"pivot_hover":false,"show_more_photos":false,"min_ads":2}]],["Scrollable"]]},"css":["bFa3M","qfZQ2","W39r7"],"bootloadable":{"CompactTypeaheadRenderer":{"resources":["oA+g0","W39r7","AbNEf","zFEBF"],"module":true},"ContextualTypeaheadView":{"resources":["oA+g0","W39r7","AbNEf","zFEBF","ZQfFN"],"module":true},"CLoggerX":{"resources":["oA+g0","ZQfFN","A3tsq"],"module":true},"InputSelection":{"resources":["oA+g0","W39r7"],"module":true},"MentionsInput":{"resources":["oA+g0","W39r7","ZQfFN","ULybE","AbNEf"],"module":true},"TextAreaControl":{"resources":["oA+g0","W39r7","kW7VI","zFEBF"],"module":true},"Typeahead":{"resources":["oA+g0","W39r7","zFEBF"],"module":true},"TypeaheadAreaCore":{"resources":["oA+g0","W39r7","ZQfFN","zFEBF","ULybE"],"module":true},"TypeaheadBestName":{"resources":["AbNEf","zFEBF"],"module":true},"TypeaheadHoistFriends":{"resources":["ULybE"],"module":true},"TypeaheadMetrics":{"resources":["oA+g0","ULybE"],"module":true},"TypeaheadMetricsX":{"resources":["oA+g0","ECa9c","zFEBF","ZQfFN","Myzzo"],"module":true},"TypingDetector":{"resources":["oA+g0","W39r7","2xGCL","MV+4i"],"module":true},"UFIComments":{"resources":["AbNEf","A3tsq","oA+g0","ZQfFN"],"module":true},"XUIContextualDialog.react":{"resources":["oA+g0","W39r7","AbNEf","ZQfFN","zFEBF","TdhEQ","YuKpR"],"module":true},"BroadcastRequestTokenizer.react":{"resources":["oA+g0","AbNEf","ZQfFN","qfZQ2","kW7VI","W39r7","YuKpR","A3tsq","DId4K","PVADx","38GJo","NMIsB","TJQH2","12cq9","LGxJn"],"module":true},"BroadcastRequestParam":{"resources":["A3tsq"],"module":true},"WebAsyncSearchSource":{"resources":["AbNEf","kW7VI","oA+g0"],"module":true},"XBroadcastRequestSearchSourceControllerURIBuilder":{"resources":["oA+g0","AbNEf","wnNQ0"],"module":true},"FileInput":{"resources":["oA+g0","YuKpR","W39r7","qfZQ2"],"module":true},"FileInputUploader":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","YuKpR","MV+4i","9HXDt"],"module":true},"LegacyContextualDialog":{"resources":["oA+g0","ZQfFN","YuKpR","W39r7","AbNEf","zFEBF"],"module":true},"ContextualDialogArrow":{"resources":["oA+g0","AbNEf","ZQfFN","W39r7","zFEBF"],"module":true},"PopoverMenu.react":{"resources":["AbNEf","oA+g0","ZQfFN","W39r7","zFEBF"],"module":true},"ReactXUIMenu":{"resources":["oA+g0","ZQfFN","zFEBF","AbNEf","W39r7","qfZQ2"],"module":true},"UFIScrollHighlight":{"resources":["oA+g0","ZQfFN","AbNEf","VJmt\/","hwqQt","rSdpp"],"module":true},"UFICommentRemovalControls.react":{"resources":["AbNEf","oA+g0","ZQfFN","ZuziD","6nGkX","qfZQ2","CPhxl"],"module":true},"UFIEntStreamOrderingModeSelector.react":{"resources":["AbNEf","oA+g0","ZQfFN","W39r7","zFEBF","A3tsq","TdhEQ","qfZQ2","Suw\/5","+CNDp","\/weLr","qOYPO","W39r7","Cpz3j"],"module":true},"UFIOrderingModeSelector.react":{"resources":["AbNEf","oA+g0","ZQfFN","W39r7","zFEBF","A3tsq","qfZQ2","fAL+r","W39r7"],"module":true},"ScrollAwareDOM":{"resources":["oA+g0","ZQfFN","AbNEf"],"module":true},"DialogX":{"resources":["ZQfFN","oA+g0","AbNEf","W39r7"],"module":true},"UFIRetryActions":{"resources":["AbNEf","ZQfFN","oA+g0","A3tsq","8ay4F"],"module":true},"UFITracking":{"resources":["cAkXN"],"module":true},"collectDataAttributes":{"resources":["ZQfFN"],"module":true}},"resource_map":{"ECa9c":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yy\/r\/_udpOdoGSA6.js"},"Myzzo":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yx\/r\/TSRX1nZrsL1.js"},"DId4K":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yT\/r\/Tp5H8FgXL-n.css"},"PVADx":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yy\/r\/agHH9NOc5WO.js"},"38GJo":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yt\/r\/y45aGYrpL0T.css"},"NMIsB":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yk\/r\/hyxClz7bEht.js"},"TJQH2":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yv\/r\/fL22r63mEGA.js"},"12cq9":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yO\/r\/d1-A8jrS3GA.css"},"LGxJn":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y2\/r\/__0y6zedrME.js"},"wnNQ0":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yy\/r\/9G_33yah2iv.js"},"9HXDt":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yB\/r\/nY1o3xGiJwj.js"},"VJmt\/":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yf\/r\/bVCoSDZCe3P.js"},"hwqQt":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yt\/r\/iNNKwoJ6_Xr.js"},"rSdpp":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yr\/r\/xPk44C1-enI.js"},"ZuziD":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yL\/r\/2QmkMDdwLVg.js"},"6nGkX":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y2\/r\/gWHJJdtRWn7.js"},"CPhxl":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yR\/r\/KWYprZDHfpM.js"},"qOYPO":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/ZXzTfds6i9m.js"},"Cpz3j":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yv\/r\/RHWkQVYFsiQ.css"},"8ay4F":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yK\/r\/nptuCgGJSoi.js"}},"ixData":{"\/images\/ui\/x\/button\/dark\/chevron.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_3f3601"},"\/images\/ui\/x\/button\/normal\/chevron.png":{"sprited":true,"spriteMapCssClass":"sp_6g9RriEBnPk","spriteCssClass":"sx_79e81d"},"\/images\/ui\/xhp\/link\/more\/down_caret.gif":{"sprited":true,"spriteMapCssClass":"sp_6H68Ux8tLRN","spriteCssClass":"sx_48d920"}},"js":["oA+g0","zFEBF","A3tsq","ZQfFN","fAL+r","X2CJw","AbNEf","WWhVy","yfRoF","Xqw1r","\/weLr"],"displayJS":["oA+g0","ZQfFN","AbNEf","A3tsq"],"id":"substream_0","phase":1,"tti_phase":1})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_trending_tags_and_topics":{"container_id":"u_0_6a"}},"jsmods":{"elements":[["m_0_6d","u_0_24",2],["m_0_6c","u_0_25",2],["m_0_6f","u_0_26",2],["m_0_6k","u_0_27",2],["m_0_6g","u_0_29",2],["m_0_6h","u_0_2b",2],["m_0_6i","u_0_2d",2],["m_0_6j","u_0_2f",2],["m_0_6a","u_0_2g",2],["m_0_6m","u_0_2h",2],["m_0_6r","u_0_2i",2],["m_0_6n","u_0_2k",2],["m_0_6o","u_0_2m",2],["m_0_6p","u_0_2o",2],["m_0_6q","u_0_2q",2],["m_0_6b","u_0_2r",2],["m_0_6t","u_0_2s",2],["m_0_6y","u_0_2t",2],["m_0_6u","u_0_2v",2],["m_0_6v","u_0_2x",2],["m_0_6w","u_0_2z",2],["m_0_6x","u_0_31",2],["m_0_6e","u_0_32",4],["m_0_6s","u_0_33",2],["m_0_6z","u_0_34",2],["m_0_6l","u_0_35",2]],"define":[["TrendingRHCConfig",[],{"default_group_count":10,"max_groups_fetched_on_hide":50,"max_rows_displayed":3,"min_group_count":2,"sample_rate":3,"post_search_trending_feeds":false,"trending_refresh_rate_seconds":3600},327]],"require":[["PubContentTrendingUnitTruncation","truncate",["m_0_6a"],[{"__m":"m_0_6a"}]],["PubContentTrendingUnitTruncation","truncate",["m_0_6b"],[{"__m":"m_0_6b"}]],["PubContentTrendingUnitTruncation","truncate",["m_0_6c"],[{"__m":"m_0_6c"}]],["PubcontentTrendingUnitToggle","listenForToggle",["m_0_6d","m_0_6e"],[{"__m":"m_0_6d"},{"__m":"m_0_6e"}]],["TrendingRHCLogger","init",["m_0_6e"],[{"__m":"m_0_6e"},"whfrt","","trending_model2_56424_withHide","IN",[],"6040825069008585159"]],["TrendingRHCHide","initializeTrendingTopics",[],[[109560909063174,556128701089108,111919392158700]]],["PubcontentTrendingUnitRefresh","refreshTrendingUnitWithDelay",[],[3600]],["TrendingRHCHide","listenForHide",["m_0_6f"],[{"__m":"m_0_6f"},111919392158700]],["TrendingRHCHide","confirmHide",["m_0_6g"],[{"__m":"m_0_6g"},111919392158700]],["TrendingRHCHide","confirmHide",["m_0_6h"],[{"__m":"m_0_6h"},111919392158700]],["TrendingRHCHide","confirmHide",["m_0_6i"],[{"__m":"m_0_6i"},111919392158700]],["TrendingRHCHide","confirmHide",["m_0_6j"],[{"__m":"m_0_6j"},111919392158700]],["TrendingRHCHide","listenForUndo",["m_0_6k"],[{"__m":"m_0_6k"}]],["TrendingRHCHide","listenForHide",["m_0_6m"],[{"__m":"m_0_6m"},109560909063174]],["TrendingRHCHide","confirmHide",["m_0_6n"],[{"__m":"m_0_6n"},109560909063174]],["TrendingRHCHide","confirmHide",["m_0_6o"],[{"__m":"m_0_6o"},109560909063174]],["TrendingRHCHide","confirmHide",["m_0_6p"],[{"__m":"m_0_6p"},109560909063174]],["TrendingRHCHide","confirmHide",["m_0_6q"],[{"__m":"m_0_6q"},109560909063174]],["TrendingRHCHide","listenForUndo",["m_0_6r"],[{"__m":"m_0_6r"}]],["TrendingRHCHide","listenForHide",["m_0_6t"],[{"__m":"m_0_6t"},556128701089108]],["TrendingRHCHide","confirmHide",["m_0_6u"],[{"__m":"m_0_6u"},556128701089108]],["TrendingRHCHide","confirmHide",["m_0_6v"],[{"__m":"m_0_6v"},556128701089108]],["TrendingRHCHide","confirmHide",["m_0_6w"],[{"__m":"m_0_6w"},556128701089108]],["TrendingRHCHide","confirmHide",["m_0_6x"],[{"__m":"m_0_6x"},556128701089108]],["TrendingRHCHide","listenForUndo",["m_0_6y"],[{"__m":"m_0_6y"}]]]},"css":["wma8P","W39r7"],"resource_map":{"eDTE1":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yN\/r\/cqkWa_JNz4G.js"},"wma8P":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y5\/r\/NB1sWNC3NuB.css"}},"js":["oA+g0","A3tsq","eDTE1","ZQfFN","AbNEf"],"id":"pagelet_trending_tags_and_topics","phase":2})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_sidebar":{"container_id":"u_0_6b"}},"jsmods":{"instances":[["m_0_75",["SidebarAppTickerResizer","m_0_73","m_0_74"],[{"__m":"m_0_73"},{"__m":"m_0_74"},"185px",null],1],["m_0_76",["SidebarTicker"],[],1],["m_0_78",["ScrollableArea","m_0_77"],[{"__m":"m_0_77"},{"persistent":true,"shadow":false}],1],["m_0_71",["ChatOrderedList","m_0_7b","m_0_79"],[true,{"__m":"m_0_7b"},{"__m":"m_0_79"}],3],["m_0_72",["Typeahead","m_0_7f","ChatTypeaheadView","ChatTypeaheadRenderer","m_0_7c","ChatTypeaheadCore","m_0_7d"],[{"__m":"m_0_7f"},{"node_id":"u_0_36","node":null,"ctor":{"__m":"ChatTypeaheadView"},"options":{"autoSelect":true,"renderer":{"__m":"ChatTypeaheadRenderer"},"causalElement":{"__m":"m_0_7c"},"minWidth":0,"alignment":"left","showBadges":true}},{"ctor":{"__m":"ChatTypeaheadCore"},"options":{"keepFocused":false,"resetOnSelect":true,"setValueOnSelect":false}},{"__m":"m_0_7d"}],7],["m_0_7g",["ChatSidebarDropdown","m_0_7h","m_0_7i"],[{"__m":"m_0_7h"},{"__m":"m_0_7i"},false,false,false,true],1],["m_0_7h",["PopoverMenu","m_0_7k","m_0_7j","m_0_7i"],[{"__m":"m_0_7k"},{"__m":"m_0_7j"},{"__m":"m_0_7i"},[]],3],["m_0_7k",["Popover","m_0_7l","m_0_7j","ContextualLayerAutoFlip","ContextualDialogArrow"],[{"__m":"m_0_7l"},{"__m":"m_0_7j"},[{"__m":"ContextualLayerAutoFlip"},{"__m":"ContextualDialogArrow"}],{"alignh":"right"}],3],["m_0_79",["LegacyContextualDialog","AccessibleLayer"],[{"buildWrapper":false,"causalElement":null,"addedBehaviors":[{"__m":"AccessibleLayer"}]}],5],["m_0_7f",["ChatTypeaheadDataSource"],[{"queryEndpoint":"\/ajax\/mercury\/composer_query.php","alwaysPrefixMatch":true,"enabledLocalCache":true,"enabledMergeUids":true}],2],["m_0_7i",["SelectableMenu","MenuSelectableItem","m_0_7p","MenuItem","m_0_7q","MenuSeparator","m_0_7r","m_0_7s","m_0_7t","m_0_7u","m_0_7v","m_0_7w","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"value":"sound","selected":false,"label":"Chat Sounds","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_7p"},"title":"","className":null},{"href":"\/ajax\/chat\/privacy\/settings_dialog.php","rel":"dialog","value":"advanced_settings","label":"Advanced Settings...","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_7q"},"title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"value":"close_all_tabs","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_7r"},"label":"Close All Chat Tabs","title":"","className":null},{"class":"_2xvi","value":"sidebar","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_7s"},"label":"Hide Sidebar","title":"","className":"_2xvi"},{"class":"_5vmf","value":"online","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_7t"},"label":"Turn On Chat","title":"","className":"_5vmf"},{"class":"_5vmg","value":"turn_off_dialog","href":"\/ajax\/chat\/privacy\/turn_off_dialog.php","rel":"dialog","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_7u"},"label":"Turn Off Chat","title":"","className":"_5vmg"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"class":"_2vi","value":"show_apps","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_7v"},"label":"Show Games","title":"","className":"_2vi"},{"class":"_2vj","value":"hide_apps","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_7w"},"label":"Hide Games","title":"","className":"_2vj"}],{"id":"u_0_3e","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"className":"_57di","multiple":true,"theme":{"__m":"XUIMenuTheme"}}],5]],"markup":[["m_0_7a",{"__html":"\u003Cdiv class=\"uiContextualDialogPositioner\" id=\"u_0_3i\" data-position=\"left\">\u003Cdiv class=\"uiOverlay uiContextualDialog\" data-width=\"300\" data-destroyonhide=\"false\" data-fadeonhide=\"false\">\u003Cdiv class=\"uiOverlayContent\">\u003Cdiv class=\"uiContextualDialogContent\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_7o",{"__html":"New Message"},2],["m_0_7p",{"__html":"Chat Sounds"},2],["m_0_7q",{"__html":"Advanced Settings..."},2],["m_0_7r",{"__html":"Close All Chat Tabs"},2],["m_0_7s",{"__html":"Hide Sidebar"},2],["m_0_7t",{"__html":"Turn On Chat"},2],["m_0_7u",{"__html":"Turn Off Chat"},2],["m_0_7v",{"__html":"Show Games"},2],["m_0_7w",{"__html":"Hide Games"},2]],"elements":[["m_0_70","u_0_37",2],["m_0_74","apps_gripper",2],["m_0_73","u_0_38",2],["m_0_77","u_0_39",2],["m_0_7b","u_0_3a",2],["m_0_7d","u_0_3b",2],["m_0_7e","u_0_3c",2],["m_0_7c","u_0_3d",4],["m_0_7l","u_0_3f",2],["m_0_7j","u_0_3g",4],["m_0_7m","u_0_3h",2],["m_0_7n","u_0_3h",2]],"define":[["AppsDivebarConfigData",[],{"hidden":false},314]],"require":[["ChatSidebar","init",["m_0_70","m_0_71","m_0_72"],[{"__m":"m_0_70"},{"__m":"m_0_71"},{"__m":"m_0_72"},{"session_token":"2eb1f055094cae70"}]],["ChatSidebarLog","start",[],[]],["m_0_75"],["m_0_76"],["m_0_78"],["Layer","init",["m_0_79","m_0_7a"],[{"__m":"m_0_79"},{"__m":"m_0_7a"}]],["m_0_71"],["PresencePrivacy"],["m_0_72"],["Typeahead","init",["m_0_7c","m_0_72"],[{"__m":"m_0_7c"},{"__m":"m_0_72"},["chatTypeahead","buildBestAvailableNames","showLoadingIndicator"],null]],["ClearableTypeahead","resetOnCloseButtonClick",["m_0_72","m_0_7e"],[{"__m":"m_0_72"},{"__m":"m_0_7e"}]],["m_0_7g"],["m_0_7i"],["m_0_7h"],["m_0_7k"],["ChatOpenTab","listenOpenEmptyTab",["m_0_7m"],[{"__m":"m_0_7m"},"sidebar"]],["Tooltip","set",["m_0_7n","m_0_7o"],[{"__m":"m_0_7n"},{"__m":"m_0_7o"}]],["m_0_79"]]},"css":["eDlKo","W39r7","qfZQ2","bFa3M","kFNWO"],"resource_map":{"9ZFTI":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yo\/r\/pAc87nDlP8L.js"},"eDlKo":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yg\/r\/n51SEGr4yZd.css"}},"ixData":{"\/images\/gifts\/icons\/cake_icon.png":{"sprited":true,"spriteMapCssClass":"sp_gPysIaDCTmE","spriteCssClass":"sx_ed5f20"},"\/images\/chat\/sidebar\/livebar\/divebar_cake.png":{"sprited":true,"spriteMapCssClass":"sp_gPysIaDCTmE","spriteCssClass":"sx_b30c94"},"\/images\/litestand_classic\/sidebar\/online.png":{"sprited":true,"spriteMapCssClass":"sp_zx-0ABL3iAw","spriteCssClass":"sx_976fdf"},"\/images\/litestand_classic\/sidebar\/pushable.png":{"sprited":true,"spriteMapCssClass":"sp_zx-0ABL3iAw","spriteCssClass":"sx_24322b"}},"js":["oA+g0","zFEBF","yfRoF","ZQfFN","2xGCL","AbNEf","MV+4i","YuKpR","kW7VI","T3PSi","9ZFTI","A3tsq","Wc6QC","fAL+r","yzfhX"],"displayJS":["oA+g0"],"onload":["TickerController._logPositionChange = true;","TickerController.registerPlaceholder(\"pagelet_ticker\", {\"show_header\":false,\"show_birthdays\":false,\"source\":\"fst_sidebar\",\"width\":205});"],"id":"pagelet_sidebar","phase":2})</script> <script>bigPipe.onPageletArrive({"content":{"u_0_5_preload":""},"jsmods":{"instances":[["m_0_7x",["NotificationInitialLoadController"],[{"nodes":[],"servertime":1406489189,"isCommunity":false}],1]],"require":[["m_0_7x"]]},"js":["ru4+m","ZQfFN","AbNEf","oA+g0","A3tsq","kW7VI"],"id":"u_0_5_preload","phase":2})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_pinned_nav":{"container_id":"u_0_6c"}},"jsmods":{"instances":[["m_0_82",["MercuryLeftNav","m_0_81"],[{"__m":"m_0_81"},{"message_counts":[{"unread_count":39,"unseen_count":1,"seen_timestamp":1406378013865,"last_action_id":null,"folder":"inbox"}],"payload_source":"unknown"}],1],["m_0_80",["BookmarksPopoverMenu","m_0_83"],[{"__m":"m_0_83"}],2],["m_0_84",["Menu","MenuItem","m_0_85","m_0_86","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_85"},"label":"Remove from Favorites","title":"","className":"favorite"},{"class":"rearrange","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_86"},"label":"Rearrange","title":"","className":"rearrange"}],{"id":"u_0_3j","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_83",["PopoverMenu","m_0_88","m_0_87","m_0_84"],[{"__m":"m_0_88"},{"__m":"m_0_87"},{"__m":"m_0_84"},[]],3],["m_0_88",["Popover","m_0_89","m_0_87"],[{"__m":"m_0_89"},{"__m":"m_0_87"},[],{"alignh":"left"}],3],["m_0_8d",["PopoverMenu","m_0_8e","m_0_8c","m_0_7y"],[{"__m":"m_0_8e"},{"__m":"m_0_8c"},{"__m":"m_0_7y"},[]],1],["m_0_8e",["Popover","m_0_8f","m_0_8c"],[{"__m":"m_0_8f"},{"__m":"m_0_8c"},[],{"alignh":"right"}],3],["m_0_8b",["BookmarksPopoverMenu","m_0_8g"],[{"__m":"m_0_8g"}],2],["m_0_8h",["Menu","MenuItem","m_0_8i","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"href":"\/ajax\/feed\/edit_options_dialog.php","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_8i"},"label":"Edit Settings","title":"","className":null}],{"id":"u_0_3p","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_8g",["PopoverMenu","m_0_8k","m_0_8j","m_0_8h"],[{"__m":"m_0_8k"},{"__m":"m_0_8j"},{"__m":"m_0_8h"},[]],3],["m_0_8k",["Popover","m_0_8l","m_0_8j"],[{"__m":"m_0_8l"},{"__m":"m_0_8j"},[],{"alignh":"left"}],3],["m_0_8n",["BookmarksPopoverMenu","m_0_8o"],[{"__m":"m_0_8o"}],2],["m_0_8p",["Menu","MenuItem","m_0_8q","m_0_8r","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_8q"},"label":"Remove from Favorites","title":"","className":"favorite"},{"class":"rearrange","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_8r"},"label":"Rearrange","title":"","className":"rearrange"}],{"id":"u_0_3s","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_8o",["PopoverMenu","m_0_8t","m_0_8s","m_0_8p"],[{"__m":"m_0_8t"},{"__m":"m_0_8s"},{"__m":"m_0_8p"},[]],3],["m_0_8t",["Popover","m_0_8u","m_0_8s"],[{"__m":"m_0_8u"},{"__m":"m_0_8s"},[],{"alignh":"left"}],3],["m_0_7y",["SelectableMenu","MenuSelectableItem","m_0_8v","m_0_8w","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"href":"\/?sk=h_nor","selected":true,"value":"h_nor","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_8v"},"label":"Top Stories","title":"","className":null},{"href":"\/?sk=h_chr","selected":false,"value":"h_chr","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_8w"},"label":"Most Recent","title":"","className":null}],{"id":"u_0_3m","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"className":"_57di","theme":{"__m":"XUIMenuTheme"}}],5]],"markup":[["m_0_85",{"__html":"Remove from Favorites"},2],["m_0_86",{"__html":"Rearrange"},2],["m_0_8i",{"__html":"Edit Settings"},2],["m_0_8q",{"__html":"Remove from Favorites"},2],["m_0_8r",{"__html":"Rearrange"},2],["m_0_8v",{"__html":"Top Stories"},2],["m_0_8w",{"__html":"Most Recent"},2]],"elements":[["m_0_7z","navItem_app_217974574879787",2],["m_0_81","navItem_app_217974574879787",2],["m_0_89","u_0_3k",2],["m_0_87","u_0_3l",4],["m_0_8a","navItem_app_4748854339",2],["m_0_8f","u_0_3n",2],["m_0_8c","u_0_3o",4],["m_0_8l","u_0_3q",2],["m_0_8j","u_0_3r",4],["m_0_8m","navItem_app_2344061033",2],["m_0_8u","u_0_3t",2],["m_0_8s","u_0_3u",4]],"require":[["BookmarkFeedSorter","init",["m_0_7y"],[{"__m":"m_0_7y"}]],["BookmarksPopoverMenu","init",["m_0_80","m_0_7z"],[{"__m":"m_0_80"},{"__m":"m_0_7z"}]],["m_0_82"],["m_0_84"],["m_0_83"],["m_0_88"],["BookmarksPopoverMenu","init",["m_0_8b","m_0_8a"],[{"__m":"m_0_8b"},{"__m":"m_0_8a"}]],["m_0_7y"],["m_0_8d"],["m_0_8e"],["m_0_8h"],["m_0_8g"],["m_0_8k"],["BookmarksPopoverMenu","init",["m_0_8n","m_0_8m"],[{"__m":"m_0_8n"},{"__m":"m_0_8m"}]],["m_0_8p"],["m_0_8o"],["m_0_8t"]]},"css":["W39r7","bFa3M","zBuYA","qfZQ2","wBLFA"],"resource_map":{"OpVsJ":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/QpNB45Jzokg.js"},"zBuYA":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yf\/r\/k3CHctFxJjC.css"}},"js":["oA+g0","ZQfFN","T3PSi","AbNEf","zFEBF","yfRoF","X2CJw","OpVsJ","yzfhX","A3tsq"],"displayJS":["oA+g0"],"requires":["pagelet_controller::home_side_future_nav"],"onload":["FutureSideNav.getInstance().initSection({\"id\":\"pinnedNav\",\"editEndpoint\":\"\\\/ajax\\\/bookmark\\\/edit\\\/\"}, [{\"id\":\"navItem_app_4748854339\",\"key\":[\"app_4748854339\",\"nf\",\"lf\",\"h\",\"h_chr\",\"h_nor\",\"h\",\"lf\",\"cg\",\"app_2915120374\",\"pp\",\"app_10150110253435258\"],\"path\":[\"\\\/\"],\"type\":\"type_facebook_app\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":true,\"highlighted\":false},{\"id\":\"navItem_app_217974574879787\",\"key\":[\"app_217974574879787\",\"inbox\",\"messages\"],\"path\":[\"\\\/messages\\\/\"],\"type\":\"type_facebook_app\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_2344061033\",\"key\":[\"app_2344061033\"],\"path\":[\"\\\/events\\\/list\",\"\\\/events\\\/\",{\"regex\":\"\\\\\\\/events\\\\\\\/!(friends|create)\\\\\\\/\"}],\"type\":\"type_facebook_app\",\"endpoint\":null,\"selected\":false,\"highlighted\":false}]);"],"id":"pagelet_pinned_nav","phase":2})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_bookmark_nav":{"container_id":"u_0_6d"}},"jsmods":{"instances":[["m_0_8y",["BookmarksPopoverMenu","m_0_8z"],[{"__m":"m_0_8z"}],2],["m_0_90",["Menu","MenuItem","m_0_91","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_91"},"label":"Add to Favorites","title":"","className":"favorite"}],{"id":"u_0_3v","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_8z",["PopoverMenu","m_0_93","m_0_92","m_0_90"],[{"__m":"m_0_93"},{"__m":"m_0_92"},{"__m":"m_0_90"},[]],3],["m_0_93",["Popover","m_0_94","m_0_92"],[{"__m":"m_0_94"},{"__m":"m_0_92"},[],{"alignh":"left"}],3],["m_0_96",["BookmarksPopoverMenu","m_0_97"],[{"__m":"m_0_97"}],2],["m_0_98",["Menu","MenuItem","m_0_99","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_99"},"label":"Add to Favorites","title":"","className":"favorite"}],{"id":"u_0_3y","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_97",["PopoverMenu","m_0_9b","m_0_9a","m_0_98"],[{"__m":"m_0_9b"},{"__m":"m_0_9a"},{"__m":"m_0_98"},[]],3],["m_0_9b",["Popover","m_0_9c","m_0_9a"],[{"__m":"m_0_9c"},{"__m":"m_0_9a"},[],{"alignh":"left"}],3],["m_0_9e",["BookmarksPopoverMenu","m_0_9f"],[{"__m":"m_0_9f"}],2],["m_0_9g",["Menu","MenuItem","m_0_9h","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_9h"},"label":"Add to Favorites","title":"","className":"favorite"}],{"id":"u_0_41","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_9f",["PopoverMenu","m_0_9j","m_0_9i","m_0_9g"],[{"__m":"m_0_9j"},{"__m":"m_0_9i"},{"__m":"m_0_9g"},[]],3],["m_0_9j",["Popover","m_0_9k","m_0_9i"],[{"__m":"m_0_9k"},{"__m":"m_0_9i"},[],{"alignh":"left"}],3],["m_0_9m",["BookmarksPopoverMenu","m_0_9n"],[{"__m":"m_0_9n"}],2],["m_0_9o",["Menu","MenuItem","m_0_9p","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_9p"},"label":"Add to Favorites","title":"","className":"favorite"}],{"id":"u_0_44","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_9n",["PopoverMenu","m_0_9r","m_0_9q","m_0_9o"],[{"__m":"m_0_9r"},{"__m":"m_0_9q"},{"__m":"m_0_9o"},[]],3],["m_0_9r",["Popover","m_0_9s","m_0_9q"],[{"__m":"m_0_9s"},{"__m":"m_0_9q"},[],{"alignh":"left"}],3],["m_0_9u",["BookmarksPopoverMenu","m_0_9v"],[{"__m":"m_0_9v"}],2],["m_0_9w",["Menu","MenuItem","m_0_9x","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_9x"},"label":"Add to Favorites","title":"","className":"favorite"}],{"id":"u_0_47","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_9v",["PopoverMenu","m_0_9z","m_0_9y","m_0_9w"],[{"__m":"m_0_9z"},{"__m":"m_0_9y"},{"__m":"m_0_9w"},[]],3],["m_0_9z",["Popover","m_0_a0","m_0_9y"],[{"__m":"m_0_a0"},{"__m":"m_0_9y"},[],{"alignh":"left"}],3],["m_0_a2",["BookmarksPopoverMenu","m_0_a3"],[{"__m":"m_0_a3"}],2],["m_0_a4",["Menu","MenuItem","m_0_a5","m_0_a6","MenuSeparator","m_0_a7","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_a5"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=1486334851608134","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_a6"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=1486334851608134","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_a7"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4a","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_a3",["PopoverMenu","m_0_a9","m_0_a8","m_0_a4"],[{"__m":"m_0_a9"},{"__m":"m_0_a8"},{"__m":"m_0_a4"},[]],3],["m_0_a9",["Popover","m_0_aa","m_0_a8"],[{"__m":"m_0_aa"},{"__m":"m_0_a8"},[],{"alignh":"left"}],3],["m_0_ac",["BookmarksPopoverMenu","m_0_ad"],[{"__m":"m_0_ad"}],2],["m_0_ae",["Menu","MenuItem","m_0_af","m_0_ag","MenuSeparator","m_0_ah","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_af"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=458089457642810","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ag"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=458089457642810","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ah"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4d","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_ad",["PopoverMenu","m_0_aj","m_0_ai","m_0_ae"],[{"__m":"m_0_aj"},{"__m":"m_0_ai"},{"__m":"m_0_ae"},[]],3],["m_0_aj",["Popover","m_0_ak","m_0_ai"],[{"__m":"m_0_ak"},{"__m":"m_0_ai"},[],{"alignh":"left"}],3],["m_0_am",["BookmarksPopoverMenu","m_0_an"],[{"__m":"m_0_an"}],2],["m_0_ao",["Menu","MenuItem","m_0_ap","m_0_aq","MenuSeparator","m_0_ar","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ap"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=398637273528511","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_aq"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=398637273528511","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ar"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4g","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_an",["PopoverMenu","m_0_at","m_0_as","m_0_ao"],[{"__m":"m_0_at"},{"__m":"m_0_as"},{"__m":"m_0_ao"},[]],3],["m_0_at",["Popover","m_0_au","m_0_as"],[{"__m":"m_0_au"},{"__m":"m_0_as"},[],{"alignh":"left"}],3],["m_0_aw",["BookmarksPopoverMenu","m_0_ax"],[{"__m":"m_0_ax"}],2],["m_0_ay",["Menu","MenuItem","m_0_az","m_0_b0","MenuSeparator","m_0_b1","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_az"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=288841594499715","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_b0"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=288841594499715","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_b1"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4j","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_ax",["PopoverMenu","m_0_b3","m_0_b2","m_0_ay"],[{"__m":"m_0_b3"},{"__m":"m_0_b2"},{"__m":"m_0_ay"},[]],3],["m_0_b3",["Popover","m_0_b4","m_0_b2"],[{"__m":"m_0_b4"},{"__m":"m_0_b2"},[],{"alignh":"left"}],3],["m_0_b6",["BookmarksPopoverMenu","m_0_b7"],[{"__m":"m_0_b7"}],2],["m_0_b8",["Menu","MenuItem","m_0_b9","m_0_ba","MenuSeparator","m_0_bb","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_b9"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=150893991629890","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ba"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=150893991629890","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bb"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4m","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_b7",["PopoverMenu","m_0_bd","m_0_bc","m_0_b8"],[{"__m":"m_0_bd"},{"__m":"m_0_bc"},{"__m":"m_0_b8"},[]],3],["m_0_bd",["Popover","m_0_be","m_0_bc"],[{"__m":"m_0_be"},{"__m":"m_0_bc"},[],{"alignh":"left"}],3],["m_0_bg",["BookmarksPopoverMenu","m_0_bh"],[{"__m":"m_0_bh"}],2],["m_0_bi",["Menu","MenuItem","m_0_bj","m_0_bk","MenuSeparator","m_0_bl","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bj"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=137568023111395","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bk"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=137568023111395","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bl"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4p","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_bh",["PopoverMenu","m_0_bn","m_0_bm","m_0_bi"],[{"__m":"m_0_bn"},{"__m":"m_0_bm"},{"__m":"m_0_bi"},[]],3],["m_0_bn",["Popover","m_0_bo","m_0_bm"],[{"__m":"m_0_bo"},{"__m":"m_0_bm"},[],{"alignh":"left"}],3],["m_0_bq",["BookmarksPopoverMenu","m_0_br"],[{"__m":"m_0_br"}],2],["m_0_bs",["Menu","MenuItem","m_0_bt","m_0_bu","MenuSeparator","m_0_bv","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bt"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=248292315251935","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bu"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=248292315251935","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bv"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4s","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_br",["PopoverMenu","m_0_bx","m_0_bw","m_0_bs"],[{"__m":"m_0_bx"},{"__m":"m_0_bw"},{"__m":"m_0_bs"},[]],3],["m_0_bx",["Popover","m_0_by","m_0_bw"],[{"__m":"m_0_by"},{"__m":"m_0_bw"},[],{"alignh":"left"}],3],["m_0_c0",["BookmarksPopoverMenu","m_0_c1"],[{"__m":"m_0_c1"}],2],["m_0_c2",["Menu","MenuItem","m_0_c3","m_0_c4","MenuSeparator","m_0_c5","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_c3"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=137645986366973","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_c4"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=137645986366973","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_c5"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4v","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_c1",["PopoverMenu","m_0_c7","m_0_c6","m_0_c2"],[{"__m":"m_0_c7"},{"__m":"m_0_c6"},{"__m":"m_0_c2"},[]],3],["m_0_c7",["Popover","m_0_c8","m_0_c6"],[{"__m":"m_0_c8"},{"__m":"m_0_c6"},[],{"alignh":"left"}],3],["m_0_ca",["BookmarksPopoverMenu","m_0_cb"],[{"__m":"m_0_cb"}],2],["m_0_cc",["Menu","MenuItem","m_0_cd","m_0_ce","MenuSeparator","m_0_cf","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cd"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=345181272212991","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ce"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=345181272212991","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cf"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4y","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_cb",["PopoverMenu","m_0_ch","m_0_cg","m_0_cc"],[{"__m":"m_0_ch"},{"__m":"m_0_cg"},{"__m":"m_0_cc"},[]],3],["m_0_ch",["Popover","m_0_ci","m_0_cg"],[{"__m":"m_0_ci"},{"__m":"m_0_cg"},[],{"alignh":"left"}],3],["m_0_ck",["BookmarksPopoverMenu","m_0_cl"],[{"__m":"m_0_cl"}],2],["m_0_cm",["Menu","MenuItem","m_0_cn","m_0_co","MenuSeparator","m_0_cp","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cn"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=697850363602950","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_co"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=697850363602950","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cp"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_51","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_cl",["PopoverMenu","m_0_cr","m_0_cq","m_0_cm"],[{"__m":"m_0_cr"},{"__m":"m_0_cq"},{"__m":"m_0_cm"},[]],3],["m_0_cr",["Popover","m_0_cs","m_0_cq"],[{"__m":"m_0_cs"},{"__m":"m_0_cq"},[],{"alignh":"left"}],3],["m_0_cu",["BookmarksPopoverMenu","m_0_cv"],[{"__m":"m_0_cv"}],2],["m_0_cw",["Menu","MenuItem","m_0_cx","m_0_cy","MenuSeparator","m_0_cz","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cx"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=284314518394092","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cy"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=284314518394092","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cz"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_54","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_cv",["PopoverMenu","m_0_d1","m_0_d0","m_0_cw"],[{"__m":"m_0_d1"},{"__m":"m_0_d0"},{"__m":"m_0_cw"},[]],3],["m_0_d1",["Popover","m_0_d2","m_0_d0"],[{"__m":"m_0_d2"},{"__m":"m_0_d0"},[],{"alignh":"left"}],3],["m_0_d4",["BookmarksPopoverMenu","m_0_d5"],[{"__m":"m_0_d5"}],2],["m_0_d6",["Menu","MenuItem","m_0_d7","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_d7"},"label":"Add to Favorites","title":"","className":"favorite"}],{"id":"u_0_57","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_d5",["PopoverMenu","m_0_d9","m_0_d8","m_0_d6"],[{"__m":"m_0_d9"},{"__m":"m_0_d8"},{"__m":"m_0_d6"},[]],3],["m_0_d9",["Popover","m_0_da","m_0_d8"],[{"__m":"m_0_da"},{"__m":"m_0_d8"},[],{"alignh":"left"}],3],["m_0_dc",["BookmarksPopoverMenu","m_0_dd"],[{"__m":"m_0_dd"}],2],["m_0_de",["Menu","MenuItem","m_0_df","m_0_dg","MenuSeparator","m_0_dh","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_df"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/bookmark\/apps\/settings\/?app_id=2389801228","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_dg"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/apps\/remove\/?app_id=2389801228","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_dh"},"label":"Remove App","title":"","className":null}],{"id":"u_0_5a","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_dd",["PopoverMenu","m_0_dj","m_0_di","m_0_de"],[{"__m":"m_0_dj"},{"__m":"m_0_di"},{"__m":"m_0_de"},[]],3],["m_0_dj",["Popover","m_0_dk","m_0_di"],[{"__m":"m_0_dk"},{"__m":"m_0_di"},[],{"alignh":"left"}],3],["m_0_dm",["BookmarksPopoverMenu","m_0_dn"],[{"__m":"m_0_dn"}],2],["m_0_do",["Menu","MenuItem","m_0_dp","m_0_dq","MenuSeparator","m_0_dr","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_dp"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/bookmark\/apps\/settings\/?app_id=133451120007663","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_dq"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/apps\/remove\/?app_id=133451120007663","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_dr"},"label":"Remove App","title":"","className":null}],{"id":"u_0_5d","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_dn",["PopoverMenu","m_0_dt","m_0_ds","m_0_do"],[{"__m":"m_0_dt"},{"__m":"m_0_ds"},{"__m":"m_0_do"},[]],3],["m_0_dt",["Popover","m_0_du","m_0_ds"],[{"__m":"m_0_du"},{"__m":"m_0_ds"},[],{"alignh":"left"}],3],["m_0_dw",["BookmarksPopoverMenu","m_0_dx"],[{"__m":"m_0_dx"}],2],["m_0_dy",["Menu","MenuItem","m_0_dz","m_0_e0","MenuSeparator","m_0_e1","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_dz"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/bookmark\/apps\/settings\/?app_id=291549705119","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_e0"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/apps\/remove\/?app_id=291549705119","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_e1"},"label":"Remove App","title":"","className":null}],{"id":"u_0_5g","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_dx",["PopoverMenu","m_0_e3","m_0_e2","m_0_dy"],[{"__m":"m_0_e3"},{"__m":"m_0_e2"},{"__m":"m_0_dy"},[]],3],["m_0_e3",["Popover","m_0_e4","m_0_e2"],[{"__m":"m_0_e4"},{"__m":"m_0_e2"},[],{"alignh":"left"}],3],["m_0_e6",["BookmarksPopoverMenu","m_0_e7"],[{"__m":"m_0_e7"}],2],["m_0_e8",["Menu","MenuItem","m_0_e9","m_0_ea","MenuSeparator","m_0_eb","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_e9"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/bookmark\/apps\/settings\/?app_id=124318160942877","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ea"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/apps\/remove\/?app_id=124318160942877","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_eb"},"label":"Remove App","title":"","className":null}],{"id":"u_0_5j","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_e7",["PopoverMenu","m_0_ed","m_0_ec","m_0_e8"],[{"__m":"m_0_ed"},{"__m":"m_0_ec"},{"__m":"m_0_e8"},[]],3],["m_0_ed",["Popover","m_0_ee","m_0_ec"],[{"__m":"m_0_ee"},{"__m":"m_0_ec"},[],{"alignh":"left"}],3],["m_0_eg",["BookmarksPopoverMenu","m_0_eh"],[{"__m":"m_0_eh"}],2],["m_0_ei",["Menu","MenuItem","m_0_ej","MenuSeparator","m_0_ek","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ej"},"label":"Add to Favorites","title":"","className":"favorite"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/friends\/lists\/archive\/?flid=485218421507845","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ek"},"label":"Archive List","title":"","className":null}],{"id":"u_0_5m","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_eh",["PopoverMenu","m_0_em","m_0_el","m_0_ei"],[{"__m":"m_0_em"},{"__m":"m_0_el"},{"__m":"m_0_ei"},[]],3],["m_0_em",["Popover","m_0_en","m_0_el"],[{"__m":"m_0_en"},{"__m":"m_0_el"},[],{"alignh":"left"}],3],["m_0_ep",["BookmarksPopoverMenu","m_0_eq"],[{"__m":"m_0_eq"}],2],["m_0_er",["Menu","MenuItem","m_0_es","MenuSeparator","m_0_et","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_es"},"label":"Add to Favorites","title":"","className":"favorite"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/friends\/lists\/archive\/?flid=298069413556081","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_et"},"label":"Archive List","title":"","className":null}],{"id":"u_0_5p","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_eq",["PopoverMenu","m_0_ev","m_0_eu","m_0_er"],[{"__m":"m_0_ev"},{"__m":"m_0_eu"},{"__m":"m_0_er"},[]],3],["m_0_ev",["Popover","m_0_ew","m_0_eu"],[{"__m":"m_0_ew"},{"__m":"m_0_eu"},[],{"alignh":"left"}],3]],"markup":[["m_0_91",{"__html":"Add to Favorites"},2],["m_0_99",{"__html":"Add to Favorites"},2],["m_0_9h",{"__html":"Add to Favorites"},2],["m_0_9p",{"__html":"Add to Favorites"},2],["m_0_9x",{"__html":"Add to Favorites"},2],["m_0_a5",{"__html":"Add to Favorites"},2],["m_0_a6",{"__html":"Edit Settings"},2],["m_0_a7",{"__html":"Leave Group"},2],["m_0_af",{"__html":"Add to Favorites"},2],["m_0_ag",{"__html":"Edit Settings"},2],["m_0_ah",{"__html":"Leave Group"},2],["m_0_ap",{"__html":"Add to Favorites"},2],["m_0_aq",{"__html":"Edit Settings"},2],["m_0_ar",{"__html":"Leave Group"},2],["m_0_az",{"__html":"Add to Favorites"},2],["m_0_b0",{"__html":"Edit Settings"},2],["m_0_b1",{"__html":"Leave Group"},2],["m_0_b9",{"__html":"Add to Favorites"},2],["m_0_ba",{"__html":"Edit Settings"},2],["m_0_bb",{"__html":"Leave Group"},2],["m_0_bj",{"__html":"Add to Favorites"},2],["m_0_bk",{"__html":"Edit Settings"},2],["m_0_bl",{"__html":"Leave Group"},2],["m_0_bt",{"__html":"Add to Favorites"},2],["m_0_bu",{"__html":"Edit Settings"},2],["m_0_bv",{"__html":"Leave Group"},2],["m_0_c3",{"__html":"Add to Favorites"},2],["m_0_c4",{"__html":"Edit Settings"},2],["m_0_c5",{"__html":"Leave Group"},2],["m_0_cd",{"__html":"Add to Favorites"},2],["m_0_ce",{"__html":"Edit Settings"},2],["m_0_cf",{"__html":"Leave Group"},2],["m_0_cn",{"__html":"Add to Favorites"},2],["m_0_co",{"__html":"Edit Settings"},2],["m_0_cp",{"__html":"Leave Group"},2],["m_0_cx",{"__html":"Add to Favorites"},2],["m_0_cy",{"__html":"Edit Settings"},2],["m_0_cz",{"__html":"Leave Group"},2],["m_0_d7",{"__html":"Add to Favorites"},2],["m_0_df",{"__html":"Add to Favorites"},2],["m_0_dg",{"__html":"Edit Settings"},2],["m_0_dh",{"__html":"Remove App"},2],["m_0_dp",{"__html":"Add to Favorites"},2],["m_0_dq",{"__html":"Edit Settings"},2],["m_0_dr",{"__html":"Remove App"},2],["m_0_dz",{"__html":"Add to Favorites"},2],["m_0_e0",{"__html":"Edit Settings"},2],["m_0_e1",{"__html":"Remove App"},2],["m_0_e9",{"__html":"Add to Favorites"},2],["m_0_ea",{"__html":"Edit Settings"},2],["m_0_eb",{"__html":"Remove App"},2],["m_0_ej",{"__html":"Add to Favorites"},2],["m_0_ek",{"__html":"Archive List"},2],["m_0_es",{"__html":"Add to Favorites"},2],["m_0_et",{"__html":"Archive List"},2]],"elements":[["m_0_8x","navItem_app_2305272732",2],["m_0_94","u_0_3w",2],["m_0_92","u_0_3x",4],["m_0_95","navItem_app_188833664616804",2],["m_0_9c","u_0_3z",2],["m_0_9a","u_0_40",4],["m_0_9d","navItem_app_183217215062060",2],["m_0_9k","u_0_42",2],["m_0_9i","u_0_43",4],["m_0_9l","navItem_app_261369767293002",2],["m_0_9s","u_0_45",2],["m_0_9q","u_0_46",4],["m_0_9t","navItem_app_140472815972081",2],["m_0_a0","u_0_48",2],["m_0_9y","u_0_49",4],["m_0_a1","navItem_group_1486334851608134",2],["m_0_aa","u_0_4b",2],["m_0_a8","u_0_4c",4],["m_0_ab","navItem_group_458089457642810",2],["m_0_ak","u_0_4e",2],["m_0_ai","u_0_4f",4],["m_0_al","navItem_group_398637273528511",2],["m_0_au","u_0_4h",2],["m_0_as","u_0_4i",4],["m_0_av","navItem_group_288841594499715",2],["m_0_b4","u_0_4k",2],["m_0_b2","u_0_4l",4],["m_0_b5","navItem_group_150893991629890",2],["m_0_be","u_0_4n",2],["m_0_bc","u_0_4o",4],["m_0_bf","navItem_group_137568023111395",2],["m_0_bo","u_0_4q",2],["m_0_bm","u_0_4r",4],["m_0_bp","navItem_group_248292315251935",2],["m_0_by","u_0_4t",2],["m_0_bw","u_0_4u",4],["m_0_bz","navItem_group_137645986366973",2],["m_0_c8","u_0_4w",2],["m_0_c6","u_0_4x",4],["m_0_c9","navItem_group_345181272212991",2],["m_0_ci","u_0_4z",2],["m_0_cg","u_0_50",4],["m_0_cj","navItem_group_697850363602950",2],["m_0_cs","u_0_52",2],["m_0_cq","u_0_53",4],["m_0_ct","navItem_group_284314518394092",2],["m_0_d2","u_0_55",2],["m_0_d0","u_0_56",4],["m_0_d3","navItem_app_140332009231",2],["m_0_da","u_0_58",2],["m_0_d8","u_0_59",4],["m_0_db","navItem_app_2389801228",2],["m_0_dk","u_0_5b",2],["m_0_di","u_0_5c",4],["m_0_dl","navItem_app_133451120007663",2],["m_0_du","u_0_5e",2],["m_0_ds","u_0_5f",4],["m_0_dv","navItem_app_291549705119",2],["m_0_e4","u_0_5h",2],["m_0_e2","u_0_5i",4],["m_0_e5","navItem_app_124318160942877",2],["m_0_ee","u_0_5k",2],["m_0_ec","u_0_5l",4],["m_0_ef","navItem_fl_485218421507845",2],["m_0_en","u_0_5n",2],["m_0_el","u_0_5o",4],["m_0_eo","navItem_fl_298069413556081",2],["m_0_ew","u_0_5q",2],["m_0_eu","u_0_5r",4]],"require":[["FutureSideNav","initSectionGlobally",[],[{"id":"appsNav","editEndpoint":null},[{"id":"navItem_app_140332009231","key":["app_140332009231","games","apps"],"path":["\/games\/"],"type":"type_game_tool","endpoint":null,"selected":false,"highlighted":false},{"id":"navItem_app_2389801228","key":["app_2389801228"],"path":["\/texas_holdem\/"],"type":"type_canvas_app_game","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_app_183217215062060","key":["app_183217215062060"],"path":["\/pokes"],"type":"type_facebook_app","endpoint":null,"selected":false,"highlighted":false},{"id":"navItem_app_133451120007663","key":["app_133451120007663"],"path":["\/socialtrueorfalse\/"],"type":"type_canvas_app_non_game","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_app_291549705119","key":["app_291549705119"],"path":["\/cityville\/"],"type":"type_canvas_app_game","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_app_2305272732","key":["app_2305272732"],"path":["\/mayur.kumar.77\/photos"],"type":"type_facebook_app","endpoint":null,"selected":false,"highlighted":false},{"id":"navItem_app_124318160942877","key":["app_124318160942877"],"path":["\/getrevealed\/"],"type":"type_canvas_app_non_game","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_app_261369767293002","key":["app_261369767293002","FEED_FILTER_KEY_APPS_AND_GAMES"],"path":["\/apps\/feed"],"type":"type_game_tool","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false}]]],["FutureSideNav","initSectionGlobally",[],[{"id":"listsNav","editEndpoint":null},[{"id":"navItem_fl_485218421507845","key":["fl_485218421507845"],"path":["\/lists\/485218421507845"],"type":"type_friend_list","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false}]]],["FutureSideNav","initSectionGlobally",[],[{"id":"interestsNav","editEndpoint":null},[{"id":"navItem_fl_298069413556081","key":["fl_298069413556081"],"path":["\/lists\/298069413556081"],"type":"type_interest_list","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false}]]],["FutureSideNav","initSectionGlobally",[],[{"id":"groupsNav","editEndpoint":null},[{"id":"navItem_group_697850363602950","key":["group_697850363602950"],"path":["\/groups\/697850363602950\/",{"regex":"\\\/groups\\\/697850363602950\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_1486334851608134","key":["group_1486334851608134"],"path":["\/groups\/1486334851608134\/",{"regex":"\\\/groups\\\/1486334851608134\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_458089457642810","key":["group_458089457642810"],"path":["\/groups\/mdigurgaon\/",{"regex":"\\\/groups\\\/mdigurgaon\\\/.*"},{"regex":"\\\/groups\\\/458089457642810\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_398637273528511","key":["group_398637273528511"],"path":["\/groups\/mitmanipalalumni\/",{"regex":"\\\/groups\\\/mitmanipalalumni\\\/.*"},{"regex":"\\\/groups\\\/398637273528511\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_284314518394092","key":["group_284314518394092"],"path":["\/groups\/284314518394092\/",{"regex":"\\\/groups\\\/284314518394092\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_288841594499715","key":["group_288841594499715"],"path":["\/groups\/288841594499715\/",{"regex":"\\\/groups\\\/288841594499715\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_150893991629890","key":["group_150893991629890"],"path":["\/groups\/150893991629890\/",{"regex":"\\\/groups\\\/150893991629890\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_137568023111395","key":["group_137568023111395"],"path":["\/groups\/137568023111395\/",{"regex":"\\\/groups\\\/137568023111395\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_248292315251935","key":["group_248292315251935"],"path":["\/groups\/248292315251935\/",{"regex":"\\\/groups\\\/248292315251935\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_137645986366973","key":["group_137645986366973"],"path":["\/groups\/mdi.pgp.2014\/",{"regex":"\\\/groups\\\/mdi.pgp.2014\\\/.*"},{"regex":"\\\/groups\\\/137645986366973\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_345181272212991","key":["group_345181272212991"],"path":["\/groups\/345181272212991\/",{"regex":"\\\/groups\\\/345181272212991\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_app_1453691111529322","key":["app_1453691111529322"],"path":["\/browsegroups\/"],"type":"type_group_tool","endpoint":null,"selected":false,"highlighted":false},{"id":"navItem_app_637803516301738","key":["app_637803516301738"],"path":["\/browsegroups"],"type":"type_group_tool","endpoint":null,"selected":false,"highlighted":false},{"id":"navItem_app_230259100322928","key":["app_230259100322928","addgroup"],"path":["\/ajax\/groups\/create_get.php"],"type":"type_group_tool","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false}]]],["FutureSideNav","initSectionGlobally",[],[{"id":"pagesNav","editEndpoint":null},[{"id":"navItem_app_140472815972081","key":["app_140472815972081","pages"],"path":["\/pages\/feed"],"type":"type_pinnable_page_tool","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_app_357937250942127","key":["app_357937250942127","addpage"],"path":["\/pages"],"type":"type_pinnable_page_tool","endpoint":null,"selected":false,"highlighted":false},{"id":"navItem_app_188619144602540","key":["app_188619144602540"],"path":["\/pages\/create\/"],"type":"type_page_tool","endpoint":null,"selected":false,"highlighted":false}]]],["FutureSideNav","initSectionGlobally",[],[{"id":"developerNav","editEndpoint":null},[{"id":"navItem_app_188833664616804","key":["app_188833664616804"],"path":["\/insights\/"],"type":"type_developer_tool","endpoint":null,"selected":false,"highlighted":false}]]],["FutureSideNav","initSectionGlobally",[],[{"id":"connectNav","editEndpoint":null},[]]],["BookmarksPopoverMenu","init",["m_0_8y","m_0_8x"],[{"__m":"m_0_8y"},{"__m":"m_0_8x"}]],["m_0_90"],["m_0_8z"],["m_0_93"],["BookmarksPopoverMenu","init",["m_0_96","m_0_95"],[{"__m":"m_0_96"},{"__m":"m_0_95"}]],["m_0_98"],["m_0_97"],["m_0_9b"],["BookmarksPopoverMenu","init",["m_0_9e","m_0_9d"],[{"__m":"m_0_9e"},{"__m":"m_0_9d"}]],["m_0_9g"],["m_0_9f"],["m_0_9j"],["BookmarksPopoverMenu","init",["m_0_9m","m_0_9l"],[{"__m":"m_0_9m"},{"__m":"m_0_9l"}]],["m_0_9o"],["m_0_9n"],["m_0_9r"],["BookmarksPopoverMenu","init",["m_0_9u","m_0_9t"],[{"__m":"m_0_9u"},{"__m":"m_0_9t"}]],["m_0_9w"],["m_0_9v"],["m_0_9z"],["BookmarksPopoverMenu","init",["m_0_a2","m_0_a1"],[{"__m":"m_0_a2"},{"__m":"m_0_a1"}]],["m_0_a4"],["m_0_a3"],["m_0_a9"],["BookmarksPopoverMenu","init",["m_0_ac","m_0_ab"],[{"__m":"m_0_ac"},{"__m":"m_0_ab"}]],["m_0_ae"],["m_0_ad"],["m_0_aj"],["BookmarksPopoverMenu","init",["m_0_am","m_0_al"],[{"__m":"m_0_am"},{"__m":"m_0_al"}]],["m_0_ao"],["m_0_an"],["m_0_at"],["BookmarksPopoverMenu","init",["m_0_aw","m_0_av"],[{"__m":"m_0_aw"},{"__m":"m_0_av"}]],["m_0_ay"],["m_0_ax"],["m_0_b3"],["BookmarksPopoverMenu","init",["m_0_b6","m_0_b5"],[{"__m":"m_0_b6"},{"__m":"m_0_b5"}]],["m_0_b8"],["m_0_b7"],["m_0_bd"],["BookmarksPopoverMenu","init",["m_0_bg","m_0_bf"],[{"__m":"m_0_bg"},{"__m":"m_0_bf"}]],["m_0_bi"],["m_0_bh"],["m_0_bn"],["BookmarksPopoverMenu","init",["m_0_bq","m_0_bp"],[{"__m":"m_0_bq"},{"__m":"m_0_bp"}]],["m_0_bs"],["m_0_br"],["m_0_bx"],["BookmarksPopoverMenu","init",["m_0_c0","m_0_bz"],[{"__m":"m_0_c0"},{"__m":"m_0_bz"}]],["m_0_c2"],["m_0_c1"],["m_0_c7"],["BookmarksPopoverMenu","init",["m_0_ca","m_0_c9"],[{"__m":"m_0_ca"},{"__m":"m_0_c9"}]],["m_0_cc"],["m_0_cb"],["m_0_ch"],["BookmarksPopoverMenu","init",["m_0_ck","m_0_cj"],[{"__m":"m_0_ck"},{"__m":"m_0_cj"}]],["m_0_cm"],["m_0_cl"],["m_0_cr"],["BookmarksPopoverMenu","init",["m_0_cu","m_0_ct"],[{"__m":"m_0_cu"},{"__m":"m_0_ct"}]],["m_0_cw"],["m_0_cv"],["m_0_d1"],["BookmarksPopoverMenu","init",["m_0_d4","m_0_d3"],[{"__m":"m_0_d4"},{"__m":"m_0_d3"}]],["m_0_d6"],["m_0_d5"],["m_0_d9"],["BookmarksPopoverMenu","init",["m_0_dc","m_0_db"],[{"__m":"m_0_dc"},{"__m":"m_0_db"}]],["m_0_de"],["m_0_dd"],["m_0_dj"],["BookmarksPopoverMenu","init",["m_0_dm","m_0_dl"],[{"__m":"m_0_dm"},{"__m":"m_0_dl"}]],["m_0_do"],["m_0_dn"],["m_0_dt"],["BookmarksPopoverMenu","init",["m_0_dw","m_0_dv"],[{"__m":"m_0_dw"},{"__m":"m_0_dv"}]],["m_0_dy"],["m_0_dx"],["m_0_e3"],["BookmarksPopoverMenu","init",["m_0_e6","m_0_e5"],[{"__m":"m_0_e6"},{"__m":"m_0_e5"}]],["m_0_e8"],["m_0_e7"],["m_0_ed"],["BookmarksPopoverMenu","init",["m_0_eg","m_0_ef"],[{"__m":"m_0_eg"},{"__m":"m_0_ef"}]],["m_0_ei"],["m_0_eh"],["m_0_em"],["BookmarksPopoverMenu","init",["m_0_ep","m_0_eo"],[{"__m":"m_0_ep"},{"__m":"m_0_eo"}]],["m_0_er"],["m_0_eq"],["m_0_ev"]]},"css":["W39r7","bFa3M","qfZQ2","2U3xi"],"resource_map":{"2U3xi":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yC\/r\/4uCLtsOJzJW.css"}},"js":["oA+g0","ZQfFN","T3PSi","AbNEf","zFEBF","yfRoF","X2CJw","OpVsJ"],"displayJS":["oA+g0"],"requires":["pagelet_controller::home_side_future_nav"],"onload":["FutureSideNav.getInstance().initSection({\"id\":\"groupsNav\",\"editEndpoint\":null}, [{\"id\":\"navItem_group_697850363602950\",\"key\":[\"group_697850363602950\"],\"path\":[\"\\\/groups\\\/697850363602950\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/697850363602950\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_1486334851608134\",\"key\":[\"group_1486334851608134\"],\"path\":[\"\\\/groups\\\/1486334851608134\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/1486334851608134\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_458089457642810\",\"key\":[\"group_458089457642810\"],\"path\":[\"\\\/groups\\\/mdigurgaon\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/mdigurgaon\\\\\\\/.*\"},{\"regex\":\"\\\\\\\/groups\\\\\\\/458089457642810\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_398637273528511\",\"key\":[\"group_398637273528511\"],\"path\":[\"\\\/groups\\\/mitmanipalalumni\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/mitmanipalalumni\\\\\\\/.*\"},{\"regex\":\"\\\\\\\/groups\\\\\\\/398637273528511\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_284314518394092\",\"key\":[\"group_284314518394092\"],\"path\":[\"\\\/groups\\\/284314518394092\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/284314518394092\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_288841594499715\",\"key\":[\"group_288841594499715\"],\"path\":[\"\\\/groups\\\/288841594499715\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/288841594499715\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_150893991629890\",\"key\":[\"group_150893991629890\"],\"path\":[\"\\\/groups\\\/150893991629890\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/150893991629890\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_137568023111395\",\"key\":[\"group_137568023111395\"],\"path\":[\"\\\/groups\\\/137568023111395\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/137568023111395\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_248292315251935\",\"key\":[\"group_248292315251935\"],\"path\":[\"\\\/groups\\\/248292315251935\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/248292315251935\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_137645986366973\",\"key\":[\"group_137645986366973\"],\"path\":[\"\\\/groups\\\/mdi.pgp.2014\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/mdi.pgp.2014\\\\\\\/.*\"},{\"regex\":\"\\\\\\\/groups\\\\\\\/137645986366973\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_345181272212991\",\"key\":[\"group_345181272212991\"],\"path\":[\"\\\/groups\\\/345181272212991\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/345181272212991\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_1453691111529322\",\"key\":[\"app_1453691111529322\"],\"path\":[\"\\\/browsegroups\\\/\"],\"type\":\"type_group_tool\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_637803516301738\",\"key\":[\"app_637803516301738\"],\"path\":[\"\\\/browsegroups\"],\"type\":\"type_group_tool\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_230259100322928\",\"key\":[\"app_230259100322928\",\"addgroup\"],\"path\":[\"\\\/ajax\\\/groups\\\/create_get.php\"],\"type\":\"type_group_tool\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false}]);","FutureSideNav.getInstance().initSection({\"id\":\"appsNav\",\"editEndpoint\":null}, [{\"id\":\"navItem_app_140332009231\",\"key\":[\"app_140332009231\",\"games\",\"apps\"],\"path\":[\"\\\/games\\\/\"],\"type\":\"type_game_tool\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_2389801228\",\"key\":[\"app_2389801228\"],\"path\":[\"\\\/texas_holdem\\\/\"],\"type\":\"type_canvas_app_game\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_183217215062060\",\"key\":[\"app_183217215062060\"],\"path\":[\"\\\/pokes\"],\"type\":\"type_facebook_app\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_133451120007663\",\"key\":[\"app_133451120007663\"],\"path\":[\"\\\/socialtrueorfalse\\\/\"],\"type\":\"type_canvas_app_non_game\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_291549705119\",\"key\":[\"app_291549705119\"],\"path\":[\"\\\/cityville\\\/\"],\"type\":\"type_canvas_app_game\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_2305272732\",\"key\":[\"app_2305272732\"],\"path\":[\"\\\/mayur.kumar.77\\\/photos\"],\"type\":\"type_facebook_app\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_124318160942877\",\"key\":[\"app_124318160942877\"],\"path\":[\"\\\/getrevealed\\\/\"],\"type\":\"type_canvas_app_non_game\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_261369767293002\",\"key\":[\"app_261369767293002\",\"FEED_FILTER_KEY_APPS_AND_GAMES\"],\"path\":[\"\\\/apps\\\/feed\"],\"type\":\"type_game_tool\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false}]);","FutureSideNav.getInstance().initSection({\"id\":\"listsNav\",\"editEndpoint\":null}, [{\"id\":\"navItem_fl_485218421507845\",\"key\":[\"fl_485218421507845\"],\"path\":[\"\\\/lists\\\/485218421507845\"],\"type\":\"type_friend_list\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false}]);","FutureSideNav.getInstance().initSection({\"id\":\"interestsNav\",\"editEndpoint\":null}, [{\"id\":\"navItem_fl_298069413556081\",\"key\":[\"fl_298069413556081\"],\"path\":[\"\\\/lists\\\/298069413556081\"],\"type\":\"type_interest_list\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false}]);","FutureSideNav.getInstance().initSection({\"id\":\"pagesNav\",\"editEndpoint\":null}, [{\"id\":\"navItem_app_140472815972081\",\"key\":[\"app_140472815972081\",\"pages\"],\"path\":[\"\\\/pages\\\/feed\"],\"type\":\"type_pinnable_page_tool\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_357937250942127\",\"key\":[\"app_357937250942127\",\"addpage\"],\"path\":[\"\\\/pages\"],\"type\":\"type_pinnable_page_tool\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_188619144602540\",\"key\":[\"app_188619144602540\"],\"path\":[\"\\\/pages\\\/create\\\/\"],\"type\":\"type_page_tool\",\"endpoint\":null,\"selected\":false,\"highlighted\":false}]);","FutureSideNav.getInstance().initSection({\"id\":\"developerNav\",\"editEndpoint\":null}, [{\"id\":\"navItem_app_188833664616804\",\"key\":[\"app_188833664616804\"],\"path\":[\"\\\/insights\\\/\"],\"type\":\"type_developer_tool\",\"endpoint\":null,\"selected\":false,\"highlighted\":false}]);"],"id":"pagelet_bookmark_nav","phase":2})</script> <script>bigPipe.onPageletArrive({"display_dependency":["pagelet_sidebar"],"content":{"pagelet_canvas_nav_content":{"container_id":"u_0_6e"}},"jsmods":{"instances":[["m_0_ey",["CanvasBookmarkUpdateController","m_0_ez","m_0_ex"],[{"__m":"m_0_ez"},{"__m":"m_0_ex"},[[148669555176974,177092615635319,21526880407],[2389801228,105484376153111,96815041925],[10979261223,291549705119,167746316127],[102452128776,125717634120849]]],1],["m_0_ez",["Carousel","m_0_ex"],[{"__m":"m_0_ex"},{"animationDuration":500,"autoplayTimeout":120000,"autoplay":false,"autoplaycontrol":true,"height":54,"width":205,"itemwidth":0,"horizpadding":0,"photosperframe":1,"arrows":true,"peek":0,"wrap":false}],3],["m_0_f0",["RecommendationSliderLogger","m_0_f1"],[{"__m":"m_0_f1"},["AT7oqGP-LwFmCVCvz9F9mO0LZ2jm213PVBZWp6_EM6vHTTHvPGgDTsweW996_4NhOFaMUSnLKjiIJ1P6sc32IUW0TwrJcUYjyFgGmHMPMIItuHs2ShLHyxXH9EjeqKPz63BUApzx6yCv96acdUHKs76Dfq90qDCIspBQsdfUlAxDTpPHOah9FeChC1nAFjcODn9o9rBRMWYhKwJkM-hqBYWgEppjFCohqFzChIjTz8U-ayqRFK3aCF8IBIKPDBnZPyhasg.352930141483598.1303,AT5S9raFEH3P6diXGNt6paCL84GWOVOUb2BrrKClnMTM6-XhAm8fbL8nzS5oUoJuDoxyiy3zHz4Hounlx8JG59zhrQ_k0xM_PHwug-X3OuPvY_YxSbdgfeoO1xMofkIsKH0D1cIaRU64a6PT1lwd21jJEJwGQbZ6VPeyZDToQ8Nd9He3imOn63SLPjU7bcmMaWDVsWBB3lX7KMwDdUyTuS32sjMnMFG1N6g1OVejg9PImzYdewZZmwenpC0.1416313861985909.1303,AT4_eVTlKKDXeRiIwhx1DT31Uv0U0t5hY99y-5R9oQhtTYSaTfF-a-uDAStSZ2lp4DzpbtuEMNrxWjdLXh1ewa3YN6beQgx0gUZMtkAZ5xgdOJKoejVUStwT4glfG18QNneil6nXjhWrjzVAg1OkbsbsXlbk2II2Msy1vs13hPYAc9XGu2A4tEMItUazxfOATOTZvx1hs67hB--gbi1VW_KWVHngPHBS_KBy34bQ1hbRfnFLTmrBF6aiIVoLZZvrSjRz7w.357704261026079.1303","AT7ZSxcBkK95jJMgSo0WxQSVCJoAmqgb967sQXaZaRUd7SJr_k231hW5i4KvYaDo-iPegEtU1fvgbRR6ELVPPI_9fhT2JwxdCgaNyjnYcz0DvNlScPHjJe-Fd1yTgOlSxe7GC_YehoBu9E9y_xAKapLtgnH00koDO8BBMCE9IZ8sBZP_Mjbm-COCbwRJLoIilNwFTw5IpLeb3OA1gwIOlEn4eefQFgMpcqmsSrI4lk0bKSgh14O4uUTSn9uQMcjjYEKOoA.499379713461318.1303,AT6XaGPoDhbCjfYWhcy_gDmZVE1J8dX5JpB4DoV9VHnUdudpBwRKeBm6b06k0N0ecpM3PuCmV7rMtoKeVbqNwCIsS3PLcPN4GzSpkQ7Dc1-HtSjF9BtMzHnStu_xOxYI9OHj6vr3qmyKHaOg7RsXD_IWSBXVZnEu0eJpS22JK5HJgLe20dBEh79U6oetrHVcSWlIb8J49pnPVI2lwapdiBjI3frsEw29Zzym0GxrJ07dK_QI5EwewI8tnjr3HYyPMkKNeg.676545185738009.1303,AT7oM4fN-dvjuSwdsXzQG5bwvXE-Erwq7a_wfctzkLPii3Si6xWyMpPZl7jaDLUqgIne_rqCjHEg4uQcl8kxilouExDxFIk4rgYn4PxlPP0eNSyqWKbXDLPpH1Hi4fJtTHzkmuyDnnu0XatJtrLFXHC2z1JdbOLhYRPsXigxoZ4ObB21uXbNPrmkCEYB3m7kloAXodq1YhJk05CoxvTIRsvKjSiQT89-9PCXKGb-_Drb6j4r5arB6kc6iEeTUYSAoLA8MA.232753656912432.1303","AT4wDAk_VLqi77AN6R5loWZuK2zXowWZSsQtY7E8hvH98IaeOTEcN0CbQoYf0jXXRVGdDDeY7k035CBAl4O617D66CzbZ7XdJVCpMMksstDvooIRHuEOa64ki8qSATr2eDO4sDJrRxFPTSrRgI0rqX_JBRrYc1olx5Kyvf1bW4kdlaEc2OO1Y_4M2AG4J_zgmoMHFWrLzvIGfZAkevFYkxBbAHlsHR5TmiuYC05-VCMPEyPHMI7XJdpp0_FpBrQmjSH_BQ.278692755549138.1303,AT7XAQLbkOrMXhtAaiGt8IOK1i0PrF6sk4Hjc1-fcKNviEKkyNti1A-cjhuwv0uFMGVUetgFaPaivmoh4UqJWWgQug3tFO84eyDO6N6YE4TZSPAOZK8XGAFNNR8DOF_LlQ2Qb9pfCmsTK4AQim0dD22vFRggWzgVgbxh_qugicWnMgdy7FtlrJJr3Qek63ie3j7Zf8n3Wlur-cp9ZaZsiJvIK34hMPmTG2FMfzNk9JG0YrEOZyubYkWjI6DeTxEDHl-8kg.316770988361137.1303,AT6zwLIvP7_6Eh30-qBiUzkbdIMH6xi1zfP4mqFahgIBpCDbHzKUthCivwoyxNQYRPOxItHrYXR_P88vUE-1gli8PSxj9GTXyx9gBz5AgbsFpoooOLYjGr_tMmY8ZL9yKwPH3H2q1TuasJL2KL2b7TajITRsetoY3uga1lG-uumKruQ41fxja58CYL1XCNZ3kZNpB2iSvazihAt5GdeXL5yPS_nqe7PwqM0Uf-D8LFyczhs4_zDlU-om4NUWvvvxhPXaWQ.146072258779165.1303","AT7KJAzDXa4YmmGg8HeKFQldfMSeoz96iDueoO6XeaPEt1ecxf9Ovf5JvX8naKxGKVlpxYBM5W3aW6FS1cnv7ulezFjWbpn1V3zlJR_zf2cbRZbmdTMHNYRCOvezwyKY0_PX7bgIALEM3Q-_XJu8PJSDhUhx6ljGVsfCm0azdKZHaQIALwU-mMZmDsmLs1-MtE0jpTUS8Wogz5KwLEsmLGYAt5YMEeYyxwkVCZRFhFinBTWRwYuYtXyv7XLNzUd6HdEg_Q.649587381775269.1303,AT4ZLs3o4St0qg-F4waJPZHXbkvOvgErSgLFmKykbtsSUuhr9r0Pht-3aiO-Eh68AJ9Qp3wrtiAFIfwy0kX5kRfgQeWmGHFhTjRyoThgFwqyHAmuy9BWJLQci2lYMN8M9c9sJviyRxIR2zPFVLzf9XvEf4bK3FBiLA8y7qyFgzCB7upMIy5ZcEDtCTilvFSC3JHUWzZRJZv9ElC_C-sWEK5a4Xd0hQCt-FmZJAHx2m14n8r0knS9hv0f00MVT82vz1L29w.505569762793757.1303,AT6zCOdWb6JgVCn5akcAbM_svT7h1qVHQA91q7BFuiGzK5JIJD5aIUbREUmyI-jt3rTjpu9rI9whsxiXM_l70UfQBQK59zaUJ1zwbiKwKETh0xfcWMtUEQ4dUOzTRI7JUqbSisJoWlcD2i24lpTfIZqi2o0Q9xrgVaV-aj_xhVguVH-4sryEg9Mutr-O2HxrZJoq2raD2mik4MSXqnDdIPuFoGNL4zftNTGu3lTYfEyhYENhqzkcd8kKd_UrvbHifbJFaQ.208329366039887.1303","AT6y45Clvr0ehY0kosWzqL_GgTrEE4gd3mb6g0NLKv9ypxj7JkfdR5Jdc7PNnQdTluD9vsyD_pLRH1bYCpgDJNlerCRHFqmmtz7lhFehIC5O1kr1t5myP7BZ8uwu0StsS7JiFAY1MuWcGo-hWojm-sxZ_brgGtPqxDZXUYixNQD6mArhoQwamN75anISPiCoOvkc5zLQ3OUIsyIDKGNos0xEpSovYtBZXSe48wEXhrWxjJSF3zNLJM9oSYi-y1LDKps4ig.434013786672157.1303,AT6_pyvn7AOdwSqWAg46U9Ei2hydyr4WTeEUhoEH2jkmXJnFM6Mj7KP5R7g9FcBXUe9_-u0Q8Win_3zU0ohTswK7aGTRHhyjMd7h2v_gYhwgmRZnjkWBwt49nTOIu8xVHf6t0PiiVjAs7ouDVD5dozjmjrRrii3nMPIwX4OMpzG-k7PNDB_oKttSRCqEra5HStQpJ0nVYa7cU7rktQS66uLU5D65eWKtWj9EH9Jz-sn1-UbIJqTBwq61wlJXjN_UeSFIfA.247505990754.1303,AT7lA8X071VEoum8xG0rMQ6pykhGZ0OnXaxwCqYhDMv88OJLR2_e_PPnrwq0xnVQ-jUkfSLM_XqjO8ViAN6saV0xsIY6cF1JvS6YY_4f2KdqhbFDTx7j8AtSVNEIhJQFi2Y1PYkSxWuf_UvgdrtcaoLVAYvo9hxb60CLVRxvXxHXeBola8YHkf96mRO_YcuYvxbugX_RgMR0qXLDb3CA2Tfjg7dNrkyduKF4gA4ndbgXVS1BJaAAkuga2-GwdQ-TgRlXyg.1429718607279626.1303","AT732PDlfZwgGwG-wlidwoHdid43sFwgN40IND3lvBpfXaOTZhQ6XtPiDReRty9HqsThLxWk7xUIIgRljtbNSO97lLheA8QBxY1OzbaLdhxtQWYUTKp8CXqzL-YheTPCw7JpvSMkW6m6sR6-cjKPRDzjf-NyLH2MVxIJAQ2Xtxvc2dyYgzFBI2cDLyVF22y98kHjHRFEjoxQJZNnEUGxjCcdKtg5wyvhHRb0VW1YdHkEgeZ_33k4CyboPYY16usu_YEjJQ.405661196232030.1303,AT6I9bEaXIkDJEE11RVDvTwJmCvuzUppghBh-g1BVLw-DpZn1cD_ZDafouTlcTsAETzsT_ro9BuvHdCy0gM0Hw-3jSRzuJ1KOEUCNkYB-H-bdr00mZ47-UOI0ensSTQI81j-XF4CsB-oOjigUXvIknoCXcVvZ4u2cjByzSPo2WGfcSlBEHHj-HfHNV2nteCEl7LSfMbPYMpDSZovkwgVsilbhbyOQLANT1eAAmh4g9_z8ePEQmJprsbyrk49-VzJKwXiIA.444819265587520.1303,AT6XRuX06nBCZzu0u9421xY2YzvvwsEElZiJ1XiNYfrPpOvKl4bjxin3camY-dDCAUxNEzR5cODPZOVXD1gkiLXhdOM4R2agtSBHp64vrwomOOv7JSNyrEVk1LNiI92M2qA0kAJ48hgOuQ2la1RWcRpOteo7HHz6Qyi6scGMzOc_51zEElLW0F54lKmFm8Jcni2yoqzmajdz7-wqrVuJj72XOSZxstgsedeW6dJxamLbfi3P6OOddusR4M9NJYnp0tiNQQ.262467003912355.1303"]],1],["m_0_f1",["Carousel","m_0_f2"],[{"__m":"m_0_f2"},{"animationDuration":500,"autoplayTimeout":120000,"autoplay":true,"autoplaycontrol":true,"height":54,"width":205,"itemwidth":0,"horizpadding":0,"photosperframe":1,"arrows":true,"peek":0,"wrap":true}],3]],"elements":[["m_0_ex","u_0_5s",4],["m_0_f2","u_0_5t",2]],"require":[["m_0_ey"],["m_0_ez"],["Hovercard"],["m_0_f0"],["m_0_f1"]]},"css":["eDlKo","le9Z5","W39r7","qfZQ2"],"resource_map":{"le9Z5":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yT\/r\/v88mUs6FXBQ.css"}},"js":["oA+g0","ZQfFN","9ZFTI","AbNEf","zFEBF","fAL+r"],"id":"pagelet_canvas_nav_content","phase":2})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_reminders":{"container_id":"u_0_6f"}},"jsmods":{"instances":[["m_ps_0_2_1",["ContextualDialog","ContextualDialogArrow","ContextualDialogXUITheme","m_ps_0_2_0","LayerFadeOnShow","LayerFadeOnHide","LayerHideOnBlur","LayerHideOnTransition","LayerRemoveOnHide","LayerAutoFocus","LayerTabIsolation","m_ps_0_2_2"],[{"width":406,"context":null,"contextID":"u_ps_0_2_1","contextSelector":null,"position":"left","alignment":"left","offsetX":11,"offsetY":0,"arrowBehavior":{"__m":"ContextualDialogArrow"},"theme":{"__m":"ContextualDialogXUITheme"},"causalElement":{"__m":"m_ps_0_2_0"},"addedBehaviors":[{"__m":"LayerFadeOnShow"},{"__m":"LayerFadeOnHide"},{"__m":"LayerHideOnBlur"},{"__m":"LayerHideOnTransition"},{"__m":"LayerRemoveOnHide"},{"__m":"LayerAutoFocus"},{"__m":"LayerTabIsolation"}],"attributes":{"id":"birthday_reminders_dialog","data-referrer":"birthday_reminders_dialog"}},{"__m":"m_ps_0_2_2"}],3],["m_ps_0_2_4",["ReminderStory","m_ps_0_2_3","m_ps_0_2_1"],[{"__m":"m_ps_0_2_3"},{"__m":"m_ps_0_2_1"},"AT4tOPQNcQ-YM18n9gJAbVQbQSbbFzPVXY2mn0Oeeci_z-8rMtejf_saOicW2eeZeYOwQ0XDNBkZrxhxGk9WSbhe3TUIj1inTzj19DoVt2_IQ4EhhjO3MnbctOGUYROBlxN-F0_HkpZ6vaICRs11xgq43zWQEr9gs3RidyS6hmPJFZiyMfzOO0Fp_csFPuVctm4_t--JWm04CSQ0",null],1],["m_ps_0_2_6",["FlexibleScrollableArea","m_ps_0_2_5"],[{"__m":"m_ps_0_2_5"},true,"bottom",0,60],1],["m_ps_0_2_8",["ScrollableArea","m_ps_0_2_7"],[{"__m":"m_ps_0_2_7"},{}],1],["m_ps_0_2_d",["MentionsInput","m_ps_0_2_b","m_ps_0_2_e","m_ps_0_2_c","m_ps_0_2_f"],[{"__m":"m_ps_0_2_b"},{"__m":"m_ps_0_2_e"},{"__m":"m_ps_0_2_c"},{"hashtags":false,"autosuggest_pages":"include_authoritative"},null,{"__m":"m_ps_0_2_f"}],1],["m_ps_0_2_e",["Typeahead","m_ps_0_2_h","ContextualTypeaheadView","CompactTypeaheadRenderer","m_ps_0_2_c","TypeaheadAreaCore","m_ps_0_2_g"],[{"__m":"m_ps_0_2_h"},{"node_id":"","node":null,"ctor":{"__m":"ContextualTypeaheadView"},"options":{"renderer":{"__m":"CompactTypeaheadRenderer"},"causalElement":{"__m":"m_ps_0_2_c"},"maxResults":10,"minWidth":0,"alignment":"left","showBadges":true,"scrollarea":false}},{"ctor":{"__m":"TypeaheadAreaCore"},"options":{}},{"__m":"m_ps_0_2_g"}],5],["m_ps_0_2_f",["TypeaheadMetrics"],[{"extraData":{"event_name":"mentions","from_location":null}}],4],["m_ps_0_2_h",["DataSource"],[{"maxResults":10,"queryData":{"viewer":100000590753545,"filter":["page","app","user"],"max_result":10,"context":"topics_limited_autosuggest","rsp":"mentions"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"viewer":100000590753545,"filter":["user","page","app","group","event"],"options":["friends_only","nm"],"token":"v7","context":"mentions","rsp":"mentions"},"bootstrapEndpoint":"\/ajax\/typeahead\/first_degree.php","enabledLocalCache":true,"enabledMergeUids":true,"token":"1406485711-7"}],2]],"markup":[["m_ps_0_2_2",{"__html":"\u003Cdiv>\u003Cdiv>\u003Cdiv>\u003Cdiv>\u003Cdiv class=\"fbRemindersContent fbBirthdayRemindersContent\" aria-labelledby=\"u_ps_0_2_2\" role=\"dialog\">\u003Cdiv class=\"pas fbRemindersContentHeader\" id=\"u_ps_0_2_2\">\u003Cdiv class=\"clearfix\">\u003Cdiv class=\"lfloat _ohe\">\u003Ch3>Today&#039;s Birthdays\u003C\/h3>\u003C\/div>\u003Cdiv class=\"rfloat _ohf fsm fwn fcg\">\u003Ca class=\"fbRemindersTitleSeeAll\" href=\"\/events\/birthdays\/?acontext=\u00257B\u002522ref\u002522\u00253A45\u00257D\">See All\u003C\/a>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"uiScrollableArea flexibleScrollableArea fade\" style=\"width:404px;height:360px;\" id=\"u_ps_0_2_3\">\u003Cdiv class=\"uiScrollableAreaWrap scrollable\" aria-label=\"Scrollable region\" role=\"group\" tabindex=\"0\">\u003Cdiv class=\"uiScrollableAreaBody\" style=\"width:404px;\">\u003Cdiv class=\"pam uiScrollableAreaContent\">\u003Cdiv class=\"elasticContainer\">\u003Cul class=\"uiList fbRemindersBirthdayList _4kg _6-h _6-j _4kt\">\u003Cli class=\"fbRemindersBirthdayListItem\">\u003Cdiv class=\"clearfix\">\u003Ca class=\"_8o _8s lfloat _ohe\" href=\"https:\/\/www.facebook.com\/sainaveen721?hc_location=reminder_birthday\" data-gt=\"&#123;&quot;coeff2_registry_key&quot;:&quot;0184&quot;,&quot;coeff2_info&quot;:&quot;AavQNwcKkFh8d20OBw2Z9RzsPNmta_Yndd8sZrhBJuBsEvtbnwHA1fSHkRnsz6yA9-iWceoTKYHFSg8qR3dZLoWo&quot;,&quot;coeff2_action&quot;:&quot;7&quot;,&quot;engagement&quot;:&#123;&quot;eng_type&quot;:&quot;1&quot;,&quot;eng_src&quot;:&quot;8&quot;,&quot;eng_tid&quot;:&quot;1663627786&quot;,&quot;eng_data&quot;:&#123;&quot;coeff2_user_id&quot;:&quot;100000590753545&quot;,&quot;coeff2_info&quot;:&quot;AavQNwcKkFh8d20OBw2Z9RzsPNmta_Yndd8sZrhBJuBsEvtbnwHA1fSHkRnsz6yA9-iWceoTKYHFSg8qR3dZLoWo&quot;,&quot;coeff2_registry_key&quot;:&quot;0184&quot;,&quot;coeff2_action&quot;:&quot;10&quot;&#125;&#125;,&quot;coeff2_pv_signature&quot;:&quot;502894452&quot;&#125;\" tabindex=\"-1\" aria-hidden=\"true\" data-hovercard=\"\/ajax\/hovercard\/user.php?id=1663627786&amp;extragetparams=\u00257B\u002522hc_location\u002522\u00253A\u002522reminder_birthday\u002522\u00257D\">\u003Cimg class=\"_s0 _54rs img\" src=\"https:\/\/fbcdn-profile-a.akamaihd.net\/hprofile-ak-xfp1\/t1.0-1\/c0.6.56.56\/p56x56\/1538682_10202283464882375_844078298_n.jpg\" alt=\"\" \/>\u003C\/a>\u003Cdiv class=\"_42ef\">\u003Cspan>\u003Cdiv class=\"mbs\">\u003Cdiv class=\"fbRemindersSubtitleActionList fsm fwn fcg\">\u003Cspan class=\"fwb\">\u003Ca href=\"https:\/\/www.facebook.com\/sainaveen721?hc_location=reminder_birthday\" data-gt=\"&#123;&quot;coeff2_registry_key&quot;:&quot;0184&quot;,&quot;coeff2_info&quot;:&quot;AavQNwcKkFh8d20OBw2Z9RzsPNmta_Yndd8sZrhBJuBsEvtbnwHA1fSHkRnsz6yA9-iWceoTKYHFSg8qR3dZLoWo&quot;,&quot;coeff2_action&quot;:&quot;7&quot;,&quot;engagement&quot;:&#123;&quot;eng_type&quot;:&quot;1&quot;,&quot;eng_src&quot;:&quot;8&quot;,&quot;eng_tid&quot;:&quot;1663627786&quot;,&quot;eng_data&quot;:&#123;&quot;coeff2_user_id&quot;:&quot;100000590753545&quot;,&quot;coeff2_info&quot;:&quot;AavQNwcKkFh8d20OBw2Z9RzsPNmta_Yndd8sZrhBJuBsEvtbnwHA1fSHkRnsz6yA9-iWceoTKYHFSg8qR3dZLoWo&quot;,&quot;coeff2_registry_key&quot;:&quot;0184&quot;,&quot;coeff2_action&quot;:&quot;10&quot;&#125;&#125;,&quot;coeff2_pv_signature&quot;:&quot;502894452&quot;&#125;\" id=\"u_ps_0_2_4\" data-hovercard=\"\/ajax\/hovercard\/user.php?id=1663627786&amp;extragetparams=\u00257B\u002522hc_location\u002522\u00253A\u002522reminder_birthday\u002522\u00257D\">Naveen Bolla\u003C\/a>\u003C\/span> \u00b7 \u003Cspan class=\"fbRemindersSubtitleAgeText\">26 years old\u003C\/span>\u003C\/div>\u003C\/div>\u003Cdiv class=\"mbs\">\u003Cform rel=\"async\" class=\"uiStreamInlineAction\" action=\"\/ajax\/stream\/inline.php\" method=\"post\" data-gt=\"&#123;&quot;coeff2_registry_key&quot;:&quot;0184&quot;,&quot;coeff2_info&quot;:&quot;AauI_r6h8UU_9pKVkiblIPKgPxSsEbBa1Pl6ZJC0Kl6V0diLQ-pcdALtZ6W3coBaexiuTeO9DFFPDymFishOgj9I&quot;,&quot;coeff2_action&quot;:&quot;2&quot;,&quot;coeff2_pv_signature&quot;:&quot;502894452&quot;&#125;\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_ps_0_2_5\">\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQFFldLnHMji\" autocomplete=\"off\" \/>\u003Cdiv class=\"formWrapper\">\u003Cinput type=\"hidden\" autocomplete=\"off\" name=\"walltarget\" value=\"1663627786\" \/>\u003Cinput type=\"hidden\" autocomplete=\"off\" name=\"render_notif_only\" value=\"1\" \/>\u003Cinput type=\"hidden\" autocomplete=\"off\" name=\"birthday\" value=\"1\" \/>\u003Cdiv class=\"uiMentionsInput\" id=\"u_ps_0_2_6\">\u003Cdiv class=\"highlighter\">\u003Cdiv>\u003Cspan class=\"highlighterContent\">\u003C\/span>\u003C\/div>\u003C\/div>\u003Cdiv class=\"uiTypeahead mentionsTypeahead\" data-ft=\"&#123;&quot;tn&quot;:&quot;+Q&quot;&#125;\" id=\"u_ps_0_2_7\">\u003Cdiv class=\"wrap\">\u003Cinput type=\"hidden\" autocomplete=\"off\" class=\"hiddenInput\" \/>\u003Cdiv class=\"innerWrap\">\u003Ctextarea class=\"enter_submit DOMControl_placeholder uiTextareaNoResize uiTextareaAutogrow uiStreamInlineTextarea inlineReplyTextArea mentionsTextarea textInput\" title=\"Write a birthday wish on his timeline...\" aria-labelledby=\"u_ps_0_2_4\" placeholder=\"Write a birthday wish on his timeline...\" name=\"message\" cols=\"48\" role=\"textbox\" aria-autocomplete=\"list\" autocomplete=\"off\" aria-expanded=\"false\" aria-owns=\"typeahead_list_u_ps_0_2_7\" aria-haspopup=\"true\" onkeydown=\"run_with(this, [&quot;legacy:control-textarea&quot;], function() &#123;TextAreaControl.getInstance(this)&#125;);\" id=\"u_ps_0_2_8\">Write a birthday wish on his timeline...\u003C\/textarea>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cinput type=\"hidden\" autocomplete=\"off\" class=\"mentionsHidden\" \/>\u003C\/div>\u003Clabel class=\"hidden_elem\">\u003Cinput name=\"post\" value=\"Post\" type=\"submit\" class=\"enter_submit_target\" \/>\u003C\/label>\u003C\/div>\u003Cinput type=\"hidden\" autocomplete=\"off\" name=\"source\" value=\"birthday_reminders\" \/>\u003C\/form>\u003C\/div>\u003C\/span>\u003C\/div>\u003C\/div>\u003C\/li>\u003C\/ul>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"uiScrollableAreaTrack invisible_elem\">\u003Cdiv class=\"uiScrollableAreaGripper\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},9]],"elements":[["m_ps_0_2_3","u_ps_0_2_1",2],["m_ps_0_2_0","birthday_reminders_link",2],["m_ps_0_2_5","u_ps_0_2_3",2,"m_ps_0_2_2"],["m_ps_0_2_7","u_ps_0_2_3",2,"m_ps_0_2_2"],["m_ps_0_2_9","u_ps_0_2_5",2,"m_ps_0_2_2"],["m_ps_0_2_b","u_ps_0_2_6",2,"m_ps_0_2_2"],["m_ps_0_2_g","u_ps_0_2_7",2,"m_ps_0_2_2"],["m_ps_0_2_c","u_ps_0_2_8",6,"m_ps_0_2_2"],["m_ps_0_2_a","u_ps_0_2_5",2,"m_ps_0_2_2"]],"define":[["AsyncRequestConfig",[],{"retryOnNetworkError":"1"},328],["BootloaderConfig",[],{},329],["DTSGInitialData",[],{"token":"AQFFldLnHMji"},258],["SiteData",[],{"revision":1344176,"tier":"","push_phase":"V3","pkg_cohort":"EXP1:DEFAULT"},317],["CurrentUserInitialData",[],{"USER_ID":"100000590753545","ACCOUNT_ID":"100000590753545"},270],["ISB",[],{},330],["LSD",[],{},323],["BanzaiConfig",[],{"EXPIRY":86400000,"MAX_SIZE":10000,"MAX_WAIT":150000,"RESTORE_WAIT":150000,"blacklist":["time_spent"],"gks":{"boosted_pagelikes":true,"boosted_website":true,"boosted_posts":true,"jslogger":true,"miny_compression":true,"page_website_logger":true,"pages_client_logging":true,"time_spent_bit_array":true,"time_spent_debug":true,"useraction":true,"videos":true,"visibility_tracking":true,"vitals":true}},7],["TrackingConfig",[],{"domain":"https:\/\/pixel.facebook.com"},325],["ErrorSignalConfig",[],{"uri":"https:\/\/error.facebook.com\/common\/scribe_endpoint.php"},319],["MarauderConfig",[],{"app_version":1344176,"gk_enabled":false},31]],"require":[["AsyncRequestNectarLogging"],["Arbiter","inform",[],["netego_loaded",null]],["NetEgo","setup",[],[312251525568987]],["m_ps_0_2_1"],["m_ps_0_2_4"],["m_ps_0_2_6"],["Scrollable"],["m_ps_0_2_8"],["Hovercard"],["BirthdayReminder","registerWallpostHandler",["m_ps_0_2_9"],[{"__m":"m_ps_0_2_9"},"birthday",true]],["m_ps_0_2_d"],["m_ps_0_2_e"],["Typeahead","init",["m_ps_0_2_c","m_ps_0_2_e","m_ps_0_2_f"],[{"__m":"m_ps_0_2_c"},{"__m":"m_ps_0_2_e"},["buildBestAvailableNames"],{"__m":"m_ps_0_2_f"}]],["SubmitOnEnterListener"],["FlipDirectionOnKeypress"],["PlaceholderListener"],["PlaceholderOnsubmitFormListener"]]},"css":["bFa3M","zBuYA","W39r7","qfZQ2"],"resource_map":{"Dkh4m":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yD\/r\/zpH8G9EHR_2.js"},"vxsWQ":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/nNl0SVNvvpw.js"}},"js":["oA+g0","ZQfFN","yfRoF","AbNEf","zFEBF","OpVsJ","T3PSi","Dkh4m","A3tsq","fAL+r","WWhVy","vxsWQ","ULybE"],"displayJS":["oA+g0"],"id":"pagelet_reminders","phase":2})</script> <script>bigPipe.onPageletArrive({"is_last":true,"content":{"pagelet_ego_pane":{"container_id":"u_0_6g"}},"jsmods":{"elements":[["m_ps_0_3_0","u_ps_0_3_0",2],["m_ps_0_3_1","u_ps_0_3_1",2]],"define":[["AsyncRequestConfig",[],{"retryOnNetworkError":"1"},328],["BootloaderConfig",[],{},329],["DTSGInitialData",[],{"token":"AQGIUC8hXIxX"},258],["SiteData",[],{"revision":1344176,"tier":"","push_phase":"V3","pkg_cohort":"EXP1:DEFAULT"},317],["CurrentUserInitialData",[],{"USER_ID":"100000590753545","ACCOUNT_ID":"100000590753545"},270],["ISB",[],{},330],["LSD",[],{},323],["BanzaiConfig",[],{"EXPIRY":86400000,"MAX_SIZE":10000,"MAX_WAIT":150000,"RESTORE_WAIT":150000,"blacklist":["time_spent"],"gks":{"boosted_pagelikes":true,"boosted_website":true,"boosted_posts":true,"jslogger":true,"miny_compression":true,"page_website_logger":true,"pages_client_logging":true,"time_spent_bit_array":true,"time_spent_debug":true,"useraction":true,"videos":true,"visibility_tracking":true,"vitals":true}},7],["EagleEyeConfig",[],{"seed":"0vhy","sessionStorage":1},294],["TrackingConfig",[],{"domain":"https:\/\/pixel.facebook.com"},325],["ViewableImpressionConfig",[],{"selector":"[data-xt-vimp]","bypass_banzai_check":true,"handleAllHiddenEvents":true,"handleAllVisibleEvents":true,"minOffsetVisibleFromTop":0,"minOffsetVisibleFromBottom":0,"timeout":250,"skipVisibilityHiddenEvents":true,"cacheTrackedElements":true,"doHeatmapLogging":false,"heatmapLoggingDurationMS":null,"impressionURL":"\/xti.php","nonviewableEnabled":false,"minOffsetVisibleFromLeft":0,"minOffsetVisibleFromRight":0},437]],"require":[["AsyncRequestNectarLogging"],["Arbiter","inform",[],["netego_loaded",null]],["NetEgo","setup",[],[1399282617]],["NetEgo","setup",[],[100006588768656]],["NetEgo","setup",[],[100005906508690]],["AdblockDetectorLogging","assertUnblocked",["m_ps_0_3_0"],[{"__m":"m_ps_0_3_0"}]],["Hovercard"],["ViewableImpressionTracking","init",[],[]],["NetEgo","setup",[],[6017513256782]],["AdblockDetectorLogging","assertUnblocked",["m_ps_0_3_1"],[{"__m":"m_ps_0_3_1"}]],["SelectorDeprecated"]]},"css":["bFa3M","zBuYA","W39r7","qfZQ2"],"js":["oA+g0","ZQfFN","yfRoF","AbNEf","zFEBF","OpVsJ","T3PSi","fAL+r"],"onload":["new EmuController(\"6017513256782-id_53d55265272f98420687288\", \"AQJczARlnXUTQeI0Qv1eVrEI_vXNAaIvRAq9yJKB9P0bly2i20yCqdIbCNhiLKbCtoEWkjeTSGYzsrh5_LPyLJsJtZE4S8Nsi9k3DFbufyqMY3D68lJ7tir0Msoo33Ze2mITVm0Rc2PAdepnePR2VI9Ih_XQPXcUPuAuj_kuh1kBLf8yluNFXUhNJLa3naMEhQQIYehMzc-3PhlrNve3N51NM0vijTtni9RuVsrGXXo9pmragb0Qr_rLNF0ER9RXbWP9U6w5LDolKaISoBlxt5COiWT6KOrkr9G_g_i7wFcox1HWU4w_X80vi9Wd9-Sddx4POuK3pigeW7BtmHYUdJz_hd2cXDOqEQMGeIPpurmL2o4K3q95iGiKOMJlQTk428OmFuNPx7FxSa2FU1etwACPy_uV9WIDGkmlNFuknvJ8jd6r49XnAfeXVR3bizKvtpLb2Wk9zkbiUhnL0bZEhxw-KzUVvrsvx3hve2tSdqNzH6r1CghgzytaDP3XW_3l387LAj9nPspJ4SYUGusvcp5-pTEJSqIcCJSjfinCX4YK64OHji0H7iAmso8CagGX3_Q7UOJePq3qvvQ2eMZja91Wl-r3RFL2pYAeo0rrheoeRPwoQxTopVfO4fgjAk1j_7--wx_qwy2fbYe4M0LunZijt-AYcfY6ZSVsm4YPsrW6DGQMluAj4nxbN6vph9QjnQuIdhixyMBjoOlGhDhJOu1Uod-ER6fKpBL8y-Pd4vGVSqcoup0uKWRwtlhfwpPNHHgnz_ER-1PX2O5GZXkGPPi_MowlVAEh50AFJypgIqbkVzsxMhjc1k0lTYywcu1bMyFo2L9jb6kZAcSN3JxwSqXzfnhD5ECw8zQxo9UWXfz1D-da1N06n1PLqIWLQsHcQZeGhG1GNb-6K-gKpHdffTR_peHJh9MDDHBfAAvuygFVv2d4GVEWks0ybwVeEtZv18FA8pMjntZYoDOLqpwNnj3jBpizx6f3QgyoZVuPukF5JJiuKUcGSmPTGD7EDkQx0pLoAmiFdrxgSxIDQfse-M7cZ6XMuCAJxmifew-AaCJVowg-QlLugc10ZZr6hCOMP8R4-DGwr7AEOosmolmYlCMLZ8MLtFQLO2uYVkY7Y514vOKonYWtg0_8IKKntF-zCB8gGQ6YqNhkvSHj9R2Cgi11dRK5rHWu3c97R-DT3B7oX668GVpV8y1DaPKIVuBtJgodjLmEvg2QYpTnq_0mzH_kWhucLrSinXzvDOi68AKsNqHdWbyUuzY_SsRWnXEG2we9VyHXXH1moXx57LDCbNwLmemCoGXofMt3bV0-sZ-cEirF6tkuRgijiFoOrZr7udORMAZALRcpKNNr1wR6X8TjC_K499xJCNovOKk202OeuSGL5Jnx10VGAMzatV3SY9TQqpSQM7_rXOHFdRO1zqlQZ_DF3Fqy2L02gn5zocSMPgvtNG4LSirSBqXsByK0g8kjHjJ-sZOy8phw-hS_6iC9HEHJg8FPmOazWezIYkGkjlJy_yRpZb0lGWcS0bESYqYVm3HRZhHYfXdfDg0RGJXUj_N6Sa2tR1tWAn2CVm8yKWoGrZQYPp0Lpk_bRQTeq4yHm6PMj3DkbQ-D-b2lTSwKBxjT0w2nzje5V5gqqOG9niGCq3LzGKXGQlSnJhaCIwzIzqsyY4qbbN2KIr4L9rap13p0JgGcc3N6Hq6zh6_S0Dev6AQTcOTan_i2iaCzkmNa39_MH_rjHXcLS5JM7EEyhnwlNZ_PfLfN5LK2mB7OfmOaGLSKuOm2m-ligoBdwEj3ZYt6t6-X_nsT89SzqshO4W2sny9yeTKJDvjm80MXpbJ7ng9hDweDw7JNBWr_EFmqlYV2EBqVQ8GGpcvO4yUllF_2hRYlMnsEKVFNln0JWTQwX5QfLFXZ7wXlKs1_e9Rd8tb7UL0mfVYewE6rRaZL_enaD0Xc7dq8ofr_QULJMxwbUnPLm1cdFWTuQI4gLzjlzORVNfjtcgnLatCzBBBIGoofD2O47GRqGMpEcrQLqSb_INTgMNJAupxp1ApUsO2vjnVG2rmsO_P2QjgSxO1ZPRNOGtWfDcuudq6h7xdEi7kzJa5FQqz7AcRnTJCfjACJJSMoZiZLUFGfhiylVOQdyBAVfjcp7lXZu_5bPLVRuey5O-fgj2nr-7qymrVaBdA\")"],"id":"pagelet_ego_pane","phase":2})</script> <script>bigPipe.onPageletArrive({"is_last":true,"is_second_to_last_phase":true,"content":{"substream_1":{"container_id":"u_0_6h"}},"jsmods":{"instances":[["m_ps_0_0_t",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_u"],[{"__m":"m_ps_0_0_u"},"u_ps_0_0_e","S:_I500682704:10152278366177705",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10152278366177705&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10152278366177705&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwNDUyMrcwNjMzNDc3NzCtc80rCS5JLCktdi5KTSzJzM8LLskvqqyrMzUwMLMwMjcwqcuIz8svAgA"],1],["m_ps_0_0_u",["Menu","MenuItem","m_ps_0_0_v","m_ps_0_0_w","MenuSeparator","MenuTogglingItem","m_ps_0_0_x","m_ps_0_0_y","m_ps_0_0_z","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_e&story_location=feed&hideable_token=MzQwNDUyMrcwNjMzNDc3NzCtc80rCS5JLCktdi5KTSzJzM8LLskvqqyrMzUwMLMwMjcwqcuIz8svAgA&story_permalink_token=S\u00253A_I500682704\u00253A10152278366177705&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_v"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_e&story_location=feed&hideable_token=MzQwNDUyMrcwNjMzNDc3NzCtc80rCS5JLCktdi5KTSzJzM8LLskvqqyrMzUwMLMwMjcwqcuIz8svAgA&story_permalink_token=S\u00253A_I500682704\u00253A10152278366177705&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_w"},"label":"Unfollow Sanibh","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10152278366177705&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10152278366177705&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_x"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_y"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10152278366177705&follow=0"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_z"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_l","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_11",["PopoverMenu","m_ps_0_0_12","m_ps_0_0_10","m_ps_0_0_u"],[{"__m":"m_ps_0_0_12"},{"__m":"m_ps_0_0_10"},{"__m":"m_ps_0_0_u"},[]],1],["m_ps_0_0_12",["Popover","m_ps_0_0_13","m_ps_0_0_10","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_13"},{"__m":"m_ps_0_0_10"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_14",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_15"],[{"__m":"m_ps_0_0_15"},"u_ps_0_0_r","S:_I100000590753545:1468593853354452:4:YTowOnt9:5:eJx9VUmO20AM\/ItfwH2JX5BzXqDcccchPg42D+nhIsyYan1X0wIBXF6iKL9LIuvC5f\/9aF7vhhElIP8uKUtq7792NZPmO2w9UtbGFbxOOxLurrccvuzLuvf3x8R69Lmrp5cc2UGlt\/uvHzl33hCxJuYRb1E0mZicclPKiPMFnMrYM8Klvl5jwIQAXcchrwpZtpOdFJxyfdiW2p2CWIjEMYr\/iaLccmixVMGbKGaJPJWzxfbiR1sxlroUEr4NVtAlwqZXvWQKbSRpOSqh68IlKMjUKvSZAiZ9DDMqJk8h7zZjAoojXp4gnsys0jVCojtGZ+I84VnNhXaFZVq6lcc6XxHrYgKFErE1WGbeCQ1XwodjrzqlC8XYqzu4e1W9w1tSXHLi1e6ybh\/pTLQGuMbIqwf2dI+SVaVtqXTG5lBWLSOvJsPGkeUjtgPbvccrBnfADZ8WEzQLXime5PiccDbjf4X0eTccWAHm6kaMgqJzaa+UQOzkTY33RaCjyp5YjubwubWeOs+q6QWtNlQGweOCL2V8s0nJ7gnU1FpnJzOH0yEiWW73N2S0BFdfjn3rwgUhJkbO8vD8DzZNwjEEKWN5j4rUQb8oYwcccc2B7VR2bDluAtZ0mbIR1D2tfTj0bY8akqS632xmxLfssqRRqY9K63f8DQusCig==",null,"FcGxCoAgEADQX7o7z_McG9qDhsYQEhtEwVwC8duj91DECDmnMtfSj5DzVp--pNRiCj1ee6_tnRPhh-o9IQsPVBAPTEzDWWajFmCIMQ6IhOd9lto-"],1],["m_ps_0_0_15",["Menu","MenuItem","m_ps_0_0_16","m_ps_0_0_17","MenuSeparator","m_ps_0_0_18","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_r&story_location=feed&hideable_token=FcGxCoAgEADQX7o7z_McG9qDhsYQEhtEwVwC8duj91DECDmnMtfSj5DzVp--pNRiCj1ee6_tnRPhh-o9IQsPVBAPTEzDWWajFmCIMQ6IhOd9lto-&story_permalink_token=S\u00253A_I100000590753545\u00253A1468593853354452\u00253A4\u00253AYTowOnt9\u00253A5\u00253AeJx9VUmO20AM\u00252FItfwH2JX5BzXqDcccchPg42D\u00252BnhIsyYan1X0wIBXF6iKL9LIuvC5f\u00252F9aF7vhhElIP8uKUtq7792NZPmO2w9UtbGFbxOOxLurrccvuzLuvf3x8R69Lmrp5cc2UGlt\u00252FuvHzl33hCxJuYRb1E0mZicclPKiPMFnMrYM8Klvl5jwIQAXcchrwpZtpOdFJxyfdiW2p2CWIjEMYr\u00252FiaLccmixVMGbKGaJPJWzxfbiR1sxlroUEr4NVtAlwqZXvWQKbSRpOSqh68IlKMjUKvSZAiZ9DDMqJk8h7zZjAoojXp4gnsys0jVCojtGZ\u00252BI84VnNhXaFZVq6lcc6XxHrYgKFErE1WGbeCQ1XwodjrzqlC8XYqzu4e1W9w1tSXHLi1e6ybh\u00252FpTLQGuMbIqwf2dI\u00252BSVaVtqXTG5lBWLSOvJsPGkeUjtgPbvccrBnfADZ8WEzQLXime5PiccDbjf4X0eTccWAHm6kaMgqJzaa\u00252BUQOzkTY33RaCjyp5YjubwubWeOs\u00252Bq6QWtNlQGweOCL2V8s0nJ7gnU1FpnJzOH0yEiWW73N2S0BFdfjn3rwgUhJkbO8vD8DzZNwjEEKWN5j4rUQb8oYwcccc2B7VR2bDluAtZ0mbIR1D2tfTj0bY8akqS632xmxLfssqRRqY9K63f8DQusCig\u00253D\u00253D&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_16"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_r&story_location=feed&hideable_token=FcGxCoAgEADQX7o7z_McG9qDhsYQEhtEwVwC8duj91DECDmnMtfSj5DzVp--pNRiCj1ee6_tnRPhh-o9IQsPVBAPTEzDWWajFmCIMQ6IhOd9lto-&story_permalink_token=S\u00253A_I100000590753545\u00253A1468593853354452\u00253A4\u00253AYTowOnt9\u00253A5\u00253AeJx9VUmO20AM\u00252FItfwH2JX5BzXqDcccchPg42D\u00252BnhIsyYan1X0wIBXF6iKL9LIuvC5f\u00252F9aF7vhhElIP8uKUtq7792NZPmO2w9UtbGFbxOOxLurrccvuzLuvf3x8R69Lmrp5cc2UGlt\u00252FuvHzl33hCxJuYRb1E0mZicclPKiPMFnMrYM8Klvl5jwIQAXcchrwpZtpOdFJxyfdiW2p2CWIjEMYr\u00252FiaLccmixVMGbKGaJPJWzxfbiR1sxlroUEr4NVtAlwqZXvWQKbSRpOSqh68IlKMjUKvSZAiZ9DDMqJk8h7zZjAoojXp4gnsys0jVCojtGZ\u00252BI84VnNhXaFZVq6lcc6XxHrYgKFErE1WGbeCQ1XwodjrzqlC8XYqzu4e1W9w1tSXHLi1e6ybh\u00252FpTLQGuMbIqwf2dI\u00252BSVaVtqXTG5lBWLSOvJsPGkeUjtgPbvccrBnfADZ8WEzQLXime5PiccDbjf4X0eTccWAHm6kaMgqJzaa\u00252BUQOzkTY33RaCjyp5YjubwubWeOs\u00252Bq6QWtNlQGweOCL2V8s0nJ7gnU1FpnJzOH0yEiWW73N2S0BFdfjn3rwgUhJkbO8vD8DzZNwjEEKWN5j4rUQb8oYwcccc2B7VR2bDluAtZ0mbIR1D2tfTj0bY8akqS632xmxLfssqRRqY9K63f8DQusCig\u00253D\u00253D&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_17"},"label":"Unfollow Chandrachuda","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_18"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_s","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_1a",["PopoverMenu","m_ps_0_0_1b","m_ps_0_0_19","m_ps_0_0_15"],[{"__m":"m_ps_0_0_1b"},{"__m":"m_ps_0_0_19"},{"__m":"m_ps_0_0_15"},[]],1],["m_ps_0_0_1b",["Popover","m_ps_0_0_1c","m_ps_0_0_19","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_1c"},{"__m":"m_ps_0_0_19"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_1d",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_1e"],[{"__m":"m_ps_0_0_1e"},"u_ps_0_0_z","S:_I100000590753545:1468593853354452:4:YTowOnt9:5:eJyVmEGSJDccIRe\/iEwghAfKccwGufoLzzriJm6fDd\/VRZqZppgyM8PdHRndCFQPD\/Jx\/Phzwff\/35fLRvfBtjTJ3Luo+h3\/7+\/nj8bJcc5u3oPW9v4\/fvzof35+OX35+P5x28fI46tt64rYvmIMdr65duvj3\/FGt2ay1ouSayp3kxGGyeUnFDHtiPJ7Hy5aRccezTSSklPTPq9P+5pV2\/\/mak7yY55485Pazx7PR\/js5CVLzFeLPLvlfam7W56d2Fxr5tldtnd2ZDaa6n5kaaTZR3QbONTZtVCqJKvO7vZ4PlZ3bzGm92ltSR5TQsO0jSwmxe5jxogku2N7Z0eMmIvmiZF3yZTuEkIVskhOsVq0lkW6bXeXzCZiXXlU5NR0jbnolixScczMdnt3YsZ1IXU36flTccGJHaIlLLemMaPSWqWW\/cctrs3OqPGZfFoFJFoUY\/wrHpURKW3H8b5x0hv252T09CDhm7eqn4nJ195TuTbmlo+zW\/bHWlE28M1afki0vSYriu7J0zapF1T9zXSbXtHGt59rRU88jJSF9dI0XCPjccjiHNFbiRsfD5oo3Ie40NLTei9iDo5jK70xY1iU0kjWhbftyk5FQDzzPVxFJF99qnbLEEq6DGBAZmRYf4xvrJ8bKnpv9EtxZ0CneO+RZXXVSQengTOkrOTxeD68AR1GYSe4X6A+1wv+yhye5tf3R7YuaX638ccoPChMRQN9nFN1vai2WzpnFMoaDAtnMYh3jFUsiGL2IfZNFrLlC4R\/JePNVKW4k+FrTqlp+PHZXLtAV0HccmYRS9Mlxh1x6RdeXg+JuDsq68bR9s7AbZMBHFzO1YttknjTSBwJHy5rG9IzFnpqqDRzkKgzFMAOiT1hHO7Qyjpf1xjO\/+oH4t+sZ7y3F40B5qfViKw02GoRZSzLptN18uoi0Jfijqp9oWyfdsqn3SVMBZFunY7kgccFjgXHlWRICJ4LtL5ccqiWMs0D+T0+9TtGPkg9kG6m0sqM4NIAMzNmudQL4LMx9dIIqb45Hqg3tI0iN6IPzl5oU210KkfKesMUGJhvLPvahbftjccLwr4Vxaz20iqRjD16dHeJuo8KoszseZDeU0Qomm5Yrlff0hZ5sBRpz3KCns84\/xqvzaQF5VZcc7LFAYdQrJmmfIMTkhEnBllTy2owv4zz7Bo6KStBFS0UfKZ686If1o69VLXPx4MCyoR\/hjbdZSKTBEHBqlg0uFsEstdFMvee3j8QI4m7JT2atTsVnQUpONR9K5ezElf2403TWZKZcceD\/J00Lbt\/aEbDFbERJegp6PccMeTVBKoyypjHg5hrkB4KHRIH4KqYCoMzHlVMB0H2atcc+CtZ+jvnx2JDOKO7NEQ0toxdNJIpmslwwvwVdyN5g6lXx47GFio3u0O3Wq+WFAtdssJGKh6t0Ebv68R\/FvT02yrNao8SY8b4qEYE8FERoLccj+N+y47R\/Zr0zyBWu0ZWyZTGhGTRDOomwpNd22e+1BTrKL7CoXlMGSxE450uxsC0OqnccuVt+0Gnb2ZsKnxqIrkqqsQRhyQK5nuSaRjO2u+zLXngy2liMS8rgmRpHKWLRA5LyloH+NbrnPt1GfzhFY3xWbJCthKiOEz9hIgrYa140HJGYkWE\/gQA8SLlzQQEnqt168x1las7ccf152tHHo8Na2AWSoljAJX5tLNN+NY4I63pa644LvsYIF1O3vHYk0fKIfutl4GqVUxgTXNYe+H\/lq25wL1st0AzxFdbIFax\/NOXjGUfkkbiMwIqzVbyY7unQDb30hAVPew3RoAJDZ2RPHJL92uIjORv23nN4FsQoaOLKeiU1dimV03yHHW\/D5ytxq3bY+OWvH7v+53UyrGSvKBkdEEp0WTJAo+0FhYfD0qPPg8DObjDJvk0dHPZtJEur3D\/Xqokq+ixvSuqbIsMlqyQoqKsY76W9\/rlKMPLZq9ess\/H4\/lY4CdDHoqkEMnXyY12zHtPX7Vd9TKEF53Ra8Y7HrsgABYrccbNNMMUt4skdtPQ1qdHvyGVLX6zcctquiLFg+2RydR1V2zDdgrimqUJMRAJ1nSH2Mb3lNHeEyxiE2j\/8DPqfEng==",null,"FcaxCoAgFAXQX_Lpu-obG9qDhsYQEhtEwVyC8NvDMx2yosWzEx5r6UfIeatPX1JqMYUer73X9o5BaoIoBwPGR4A2TnsrH4xTlljxHFmIYNxnqe0H"],1],["m_ps_0_0_1e",["Menu","MenuItem","m_ps_0_0_1f","XUIMenuTheme"],[[{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_1f"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_10","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_1h",["PopoverMenu","m_ps_0_0_1i","m_ps_0_0_1g","m_ps_0_0_1e"],[{"__m":"m_ps_0_0_1i"},{"__m":"m_ps_0_0_1g"},{"__m":"m_ps_0_0_1e"},[]],1],["m_ps_0_0_1i",["Popover","m_ps_0_0_1j","m_ps_0_0_1g","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_1j"},{"__m":"m_ps_0_0_1g"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_1m",["SwapButton","m_ps_0_0_1l","m_ps_0_0_1o"],[{"__m":"m_ps_0_0_1l"},{"__m":"m_ps_0_0_1o"},false],3],["m_ps_0_0_25",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_26"],[{"__m":"m_ps_0_0_26"},"u_ps_0_0_c","S:_I391313867673164:Sca_I1416107408639463_1_30569909558_aToxMDE1MjUwODA4MDUwOTU1OTs=_155_0_YTowOnt9_:aca1ca{ica10152508080509559;sca3139ca\"AQJcccceG49f3pEoDlVDe__Jl7FPcc343CqXjJlABT3HK_DKB6DtnAEr2BFw694fXFlCAx3PTV0T0WJnkYXAQKekh2ICbGu8B9iNvuZTpccOiHWRLDpSCDy4tJK24zcczp1SRb18BlP-J3V2W9oZ8s8C4IlgRoAOeBXDJTGHOj5DmgPRt4rawZccyIPnxInhayz8O4Uzp_HAiowiwnll_OP0Wu9HNlQoG5YgogYHS1gXkSng4GSAX0TWSqAm-P4vw2QRwiE3uTeR_L5hXPwRTUra-hoASbgywdRoNvf17HXAdLv_zb_nFJnwasgiuURwmYLIf-M4KoBbhmccBrdAYccwl2eSA9PWrBv61kQto8EAeMAqNHjLPmPBKUzRQBBCAaipK8KhNvZg8r7ZXvM-y9qj-T-jP4IKejdejE13KMbnrqVCSC5CGr6eDEMyS2P8KtNZ2xOvflbza6DjL5gEixoXvh7bwbQwhGXFEiVNiKKqjqw0xQVYuLyBV-6Xw3tQ7EAm4sJYUo4jXAah6bSCF_W3UccCOMQmYHDr_050W0LWwKBUZ4yRHMnhdv4WPdTUqTccmbTFwCJelcc995is0WOKCoBgG5DbggeCVRoPAWRk8YDfyIkRbccKOWxHZYu22VzMXIsCRg5ujqWTQ9TlbYSngx2I7wnluPv3qDpU6iiFHQQl66Rva4_6z96mPwHzGJwrCsDCseZQPlOw9EPJDVKtUfDGm_-l-vZSvOzLjvbk_xlrG7d0iNMp9s3dtvVJccuz-A5gt7i4zsDFCQNqyfN2_aVgbnXfzQOmNV2SPHuw5G_N-tccDrMOA0UiMXgB35QaJNUuwQmWTLsqpD_zi7OzTiNKR1g06mXyI1Gm5-J7rN_VtO-EjkrhhAEbe5BccZ9B9LUoRBSCdhdFE6--arrkZhtd4jbnJHJcc0SQFyLiUpRX525FJccjCkFCqbCz6Zgcc1EYVDu6d2JIU6VTr9FsfYEseF4tCVIDTmQI2ZhYo-BPTruZ55AOKpYfZnyMefyGbrh7d15wadsMLBjQ0w8UDHF2hResCqRv4loaUh6S5jJ-jI5dVJM-IKnzO1oSfCIzPmPwGMnUidkZnNXPJu65gka3qr7dKdv0AP2NotFUgx5GeqfNm3621_bv9d_Vl-Cccrz9VFccRYWp3X7bXEcc8TFHu5Jggxv2k663hccccylP5mV6Ge2_CxRHpK0kVKXY2bqNaDGmZxIMT-e-G7oFG2ui3762X5ugkHibmtxZW6M00YMGRhs-fsXg8rC-Jm6bd4JSeEFwkWJj7a7R9QWgeepIyMu2btov1lHB40bTfirfrpyAOC6OZQccHGLH15ggoRgXQ7w3pHbWmU7_28sJ_ZSW-tDudrvhjfA_qyL7WQL-fGUdS-Bok61YTDp3y82SGAw93kVHNA3o-8gbFJuRlpfOfV1Q0NSkWInSsBZozJkGXR_r-1vmJT5olf5I8R8eGLPxHmBT4ccXmkmlV5A3BPXoSiRccSzXl06rdQTvGpD3J7oU2Z3HqEL9ELmqn1_5s2ibYTaVTFyERobYoEAYF6IVVSkccUvBMWrmIxFgxh76lzr-DoqWsZ-HjEmSvZ1hiletTYAk9HUhOeyqH7wEwYwqStxJHvGef9ISmVVxa9igiuk72QsLFYPFB7CeGYzIKBW2yVdgv1pXBgG0ADdjfAAwqErHiuXDP0WMtjLgsEsfSKeBCkQN97VTCRdz9OoEyj5vnCDV0TWoKbD-qtq6Iikkm_-AsTotf-doTxvU1lIaESb5gW0VN-M_iB3pA-yOlL3XBH2KVCC7eH4C0hUoxDYizq2AsYPW7o1Jx5BSOfIjU3gn1B2HhoccNMU8aiRM0eAhfVmMVmNNlTccI64QHOnFDSxynryfD7dg9HDYtMRful0-JoccMccnmTXXKGHEv_v9Nq8wC_JnoSlCA3tkhfuqa_09DF83KLN-YomTh9SFbRHro6TzcckMKfcc9q-8ZuLY4sm6kUPvqN84w4tccoPeG7QqKrFRLlWEjFDZPi2G7o3_Fe4K6v5sZeT58Z68SK6P0OFKG9AWwGmrNzrGBGj0Mpo4Cyf6ihHAeYZn13_GYkjqsaGbiO-X1H25cc-xDnh7BTyYSdweVsU21OARzNtMySx-lIIKOarTtNh5MedVRih5LLpS_drnLYQq-feXSdHjBPmRgD8xFt-RKMw6zky60JrVu59va5rDX-rJmUI3bu_3FIOxoFl9sqaOXdDlBk0JFccNn_vccBo2aSoVdAFMZVf2qKtvY5mezjj6gPd6baX4AoZgb_eMLPab7cc7T3rwJnVvrUA9aJVvleKfYCd94H6MCzLpjsyEKJlFDZ4tsqOiY6mRrMgWDQg2WhmrXvDyYkf2eJ7WPegmZ0FkcchJy5NZdOMjXHPa31vBsuzVCeo1I1pHfhSZ83Prfwcc26XL8zcciezi-wLX4MIWol2fNtMydU1rvb6yO-kfPdAAoJXSCs07LdInsu3JWW4B_7Mcc_0CM60YwsvQE1XBOccPd_AbKDo-778UnMJ5hAaexQys25OhnAWDNrlwT8ZGeHegCZUwaDMyRQT6eFUNEtyqnnPjGJERccrdfBkIjSdhgez3ccccUPdlzBndZ_eiDyDHm2sErSSg3rlP3NwaBuKmQdk9NA2oHePfP1G5YG9L9B8fM_kRzEfX95VjASMWM3ZV4XVm4iGs6mXu4xOZUWLpQFW3L5VR6diV96Ij3I62qiTm742mjBg-FdyZy6sCe2PEGA6JisAGTtQVm-ztD8mxn7MmmU13BM6TzPbsXkg19D8zmV4UsdzjwgUWKHrUr4muYYekHpsXdd6Sv9XlMsNTwRrZwax5N2B-LZP_lC9KDdccA2_NhTTH3DERdf-XulGaAiB-b9XskeHt--7LWEqpjZ4g7Squ9GvyqtW-IMUuIEieccCUxjS7Diu-zPqHFLl6VNf_mGP5RZyzRKPhWUHRaTUx4xRUGO7-2aUW4sACGJN9ziMNrylH0TNESsJ50vpNy_YlCwdXZDIsVyizT9gawB4W4eUiYdTxWkiHu0fvZOAtiJId9jb3Zwu3Di9EYo5o7G-xKHaID0m8GUSoyDPZFw6GX6Rq-deLi2q1TVJ0q1ccZQpnor0-qP16SPptinX-_snd3yZ1iuYn5FZM5qiJlSWUBlD9mCebXWb0GBccpO3_E\";}",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10152508080509559&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10152508080509559&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwNDUyNbAAQlMDS1NTyzrXvJLgjMSiVOei1MSSzPy84JL8oso6wzpjA1MzS0uQGou6jPi8_CIA"],1],["m_ps_0_0_26",["Menu","MenuItem","m_ps_0_0_27","m_ps_0_0_28","MenuSeparator","SaveCaretMenuItem","m_ps_0_0_29","m_ps_0_0_2a","MenuTogglingItem","m_ps_0_0_2b","m_ps_0_0_2c","m_ps_0_0_2d","m_ps_0_0_2e","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_c&story_location=feed&hideable_token=MzQwNDUyNbAAQlMDS1NTyzrXvJLgjMSiVOei1MSSzPy84JL8oso6wzpjA1MzS0uQGou6jPi8_CIA&story_permalink_token=S\u00253A_I391313867673164\u00253ASca_I1416107408639463_1_30569909558_aToxMDE1MjUwODA4MDUwOTU1OTs\u00253D_155_0_YTowOnt9_\u00253Aaca1ca\u00257Bica10152508080509559\u00253Bsca3139ca\u002522AQJcccceG49f3pEoDlVDe__Jl7FPcc343CqXjJlABT3HK_DKB6DtnAEr2BFw694fXFlCAx3PTV0T0WJnkYXAQKekh2ICbGu8B9iNvuZTpccOiHWRLDpSCDy4tJK24zcczp1SRb18BlP-J3V2W9oZ8s8C4IlgRoAOeBXDJTGHOj5DmgPRt4rawZccyIPnxInhayz8O4Uzp_HAiowiwnll_OP0Wu9HNlQoG5YgogYHS1gXkSng4GSAX0TWSqAm-P4vw2QRwiE3uTeR_L5hXPwRTUra-hoASbgywdRoNvf17HXAdLv_zb_nFJnwasgiuURwmYLIf-M4KoBbhmccBrdAYccwl2eSA9PWrBv61kQto8EAeMAqNHjLPmPBKUzRQBBCAaipK8KhNvZg8r7ZXvM-y9qj-T-jP4IKejdejE13KMbnrqVCSC5CGr6eDEMyS2P8KtNZ2xOvflbza6DjL5gEixoXvh7bwbQwhGXFEiVNiKKqjqw0xQVYuLyBV-6Xw3tQ7EAm4sJYUo4jXAah6bSCF_W3UccCOMQmYHDr_050W0LWwKBUZ4yRHMnhdv4WPdTUqTccmbTFwCJelcc995is0WOKCoBgG5DbggeCVRoPAWRk8YDfyIkRbccKOWxHZYu22VzMXIsCRg5ujqWTQ9TlbYSngx2I7wnluPv3qDpU6iiFHQQl66Rva4_6z96mPwHzGJwrCsDCseZQPlOw9EPJDVKtUfDGm_-l-vZSvOzLjvbk_xlrG7d0iNMp9s3dtvVJccuz-A5gt7i4zsDFCQNqyfN2_aVgbnXfzQOmNV2SPHuw5G_N-tccDrMOA0UiMXgB35QaJNUuwQmWTLsqpD_zi7OzTiNKR1g06mXyI1Gm5-J7rN_VtO-EjkrhhAEbe5BccZ9B9LUoRBSCdhdFE6--arrkZhtd4jbnJHJcc0SQFyLiUpRX525FJccjCkFCqbCz6Zgcc1EYVDu6d2JIU6VTr9FsfYEseF4tCVIDTmQI2ZhYo-BPTruZ55AOKpYfZnyMefyGbrh7d15wadsMLBjQ0w8UDHF2hResCqRv4loaUh6S5jJ-jI5dVJM-IKnzO1oSfCIzPmPwGMnUidkZnNXPJu65gka3qr7dKdv0AP2NotFUgx5GeqfNm3621_bv9d_Vl-Cccrz9VFccRYWp3X7bXEcc8TFHu5Jggxv2k663hccccylP5mV6Ge2_CxRHpK0kVKXY2bqNaDGmZxIMT-e-G7oFG2ui3762X5ugkHibmtxZW6M00YMGRhs-fsXg8rC-Jm6bd4JSeEFwkWJj7a7R9QWgeepIyMu2btov1lHB40bTfirfrpyAOC6OZQccHGLH15ggoRgXQ7w3pHbWmU7_28sJ_ZSW-tDudrvhjfA_qyL7WQL-fGUdS-Bok61YTDp3y82SGAw93kVHNA3o-8gbFJuRlpfOfV1Q0NSkWInSsBZozJkGXR_r-1vmJT5olf5I8R8eGLPxHmBT4ccXmkmlV5A3BPXoSiRccSzXl06rdQTvGpD3J7oU2Z3HqEL9ELmqn1_5s2ibYTaVTFyERobYoEAYF6IVVSkccUvBMWrmIxFgxh76lzr-DoqWsZ-HjEmSvZ1hiletTYAk9HUhOeyqH7wEwYwqStxJHvGef9ISmVVxa9igiuk72QsLFYPFB7CeGYzIKBW2yVdgv1pXBgG0ADdjfAAwqErHiuXDP0WMtjLgsEsfSKeBCkQN97VTCRdz9OoEyj5vnCDV0TWoKbD-qtq6Iikkm_-AsTotf-doTxvU1lIaESb5gW0VN-M_iB3pA-yOlL3XBH2KVCC7eH4C0hUoxDYizq2AsYPW7o1Jx5BSOfIjU3gn1B2HhoccNMU8aiRM0eAhfVmMVmNNlTccI64QHOnFDSxynryfD7dg9HDYtMRful0-JoccMccnmTXXKGHEv_v9Nq8wC_JnoSlCA3tkhfuqa_09DF83KLN-YomTh9SFbRHro6TzcckMKfcc9q-8ZuLY4sm6kUPvqN84w4tccoPeG7QqKrFRLlWEjFDZPi2G7o3_Fe4K6v5sZeT58Z68SK6P0OFKG9AWwGmrNzrGBGj0Mpo4Cyf6ihHAeYZn13_GYkjqsaGbiO-X1H25cc-xDnh7BTyYSdweVsU21OARzNtMySx-lIIKOarTtNh5MedVRih5LLpS_drnLYQq-feXSdHjBPmRgD8xFt-RKMw6zky60JrVu59va5rDX-rJmUI3bu_3FIOxoFl9sqaOXdDlBk0JFccNn_vccBo2aSoVdAFMZVf2qKtvY5mezjj6gPd6baX4AoZgb_eMLPab7cc7T3rwJnVvrUA9aJVvleKfYCd94H6MCzLpjsyEKJlFDZ4tsqOiY6mRrMgWDQg2WhmrXvDyYkf2eJ7WPegmZ0FkcchJy5NZdOMjXHPa31vBsuzVCeo1I1pHfhSZ83Prfwcc26XL8zcciezi-wLX4MIWol2fNtMydU1rvb6yO-kfPdAAoJXSCs07LdInsu3JWW4B_7Mcc_0CM60YwsvQE1XBOccPd_AbKDo-778UnMJ5hAaexQys25OhnAWDNrlwT8ZGeHegCZUwaDMyRQT6eFUNEtyqnnPjGJERccrdfBkIjSdhgez3ccccUPdlzBndZ_eiDyDHm2sErSSg3rlP3NwaBuKmQdk9NA2oHePfP1G5YG9L9B8fM_kRzEfX95VjASMWM3ZV4XVm4iGs6mXu4xOZUWLpQFW3L5VR6diV96Ij3I62qiTm742mjBg-FdyZy6sCe2PEGA6JisAGTtQVm-ztD8mxn7MmmU13BM6TzPbsXkg19D8zmV4UsdzjwgUWKHrUr4muYYekHpsXdd6Sv9XlMsNTwRrZwax5N2B-LZP_lC9KDdccA2_NhTTH3DERdf-XulGaAiB-b9XskeHt--7LWEqpjZ4g7Squ9GvyqtW-IMUuIEieccCUxjS7Diu-zPqHFLl6VNf_mGP5RZyzRKPhWUHRaTUx4xRUGO7-2aUW4sACGJN9ziMNrylH0TNESsJ50vpNy_YlCwdXZDIsVyizT9gawB4W4eUiYdTxWkiHu0fvZOAtiJId9jb3Zwu3Di9EYo5o7G-xKHaID0m8GUSoyDPZFw6GX6Rq-deLi2q1TVJ0q1ccZQpnor0-qP16SPptinX-_snd3yZ1iuYn5FZM5qiJlSWUBlD9mCebXWb0GBccpO3_E\u002522\u00253B\u00257D&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_27"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_c&story_location=feed&hideable_token=MzQwNDUyNbAAQlMDS1NTyzrXvJLgjMSiVOei1MSSzPy84JL8oso6wzpjA1MzS0uQGou6jPi8_CIA&story_permalink_token=S\u00253A_I391313867673164\u00253ASca_I1416107408639463_1_30569909558_aToxMDE1MjUwODA4MDUwOTU1OTs\u00253D_155_0_YTowOnt9_\u00253Aaca1ca\u00257Bica10152508080509559\u00253Bsca3139ca\u002522AQJcccceG49f3pEoDlVDe__Jl7FPcc343CqXjJlABT3HK_DKB6DtnAEr2BFw694fXFlCAx3PTV0T0WJnkYXAQKekh2ICbGu8B9iNvuZTpccOiHWRLDpSCDy4tJK24zcczp1SRb18BlP-J3V2W9oZ8s8C4IlgRoAOeBXDJTGHOj5DmgPRt4rawZccyIPnxInhayz8O4Uzp_HAiowiwnll_OP0Wu9HNlQoG5YgogYHS1gXkSng4GSAX0TWSqAm-P4vw2QRwiE3uTeR_L5hXPwRTUra-hoASbgywdRoNvf17HXAdLv_zb_nFJnwasgiuURwmYLIf-M4KoBbhmccBrdAYccwl2eSA9PWrBv61kQto8EAeMAqNHjLPmPBKUzRQBBCAaipK8KhNvZg8r7ZXvM-y9qj-T-jP4IKejdejE13KMbnrqVCSC5CGr6eDEMyS2P8KtNZ2xOvflbza6DjL5gEixoXvh7bwbQwhGXFEiVNiKKqjqw0xQVYuLyBV-6Xw3tQ7EAm4sJYUo4jXAah6bSCF_W3UccCOMQmYHDr_050W0LWwKBUZ4yRHMnhdv4WPdTUqTccmbTFwCJelcc995is0WOKCoBgG5DbggeCVRoPAWRk8YDfyIkRbccKOWxHZYu22VzMXIsCRg5ujqWTQ9TlbYSngx2I7wnluPv3qDpU6iiFHQQl66Rva4_6z96mPwHzGJwrCsDCseZQPlOw9EPJDVKtUfDGm_-l-vZSvOzLjvbk_xlrG7d0iNMp9s3dtvVJccuz-A5gt7i4zsDFCQNqyfN2_aVgbnXfzQOmNV2SPHuw5G_N-tccDrMOA0UiMXgB35QaJNUuwQmWTLsqpD_zi7OzTiNKR1g06mXyI1Gm5-J7rN_VtO-EjkrhhAEbe5BccZ9B9LUoRBSCdhdFE6--arrkZhtd4jbnJHJcc0SQFyLiUpRX525FJccjCkFCqbCz6Zgcc1EYVDu6d2JIU6VTr9FsfYEseF4tCVIDTmQI2ZhYo-BPTruZ55AOKpYfZnyMefyGbrh7d15wadsMLBjQ0w8UDHF2hResCqRv4loaUh6S5jJ-jI5dVJM-IKnzO1oSfCIzPmPwGMnUidkZnNXPJu65gka3qr7dKdv0AP2NotFUgx5GeqfNm3621_bv9d_Vl-Cccrz9VFccRYWp3X7bXEcc8TFHu5Jggxv2k663hccccylP5mV6Ge2_CxRHpK0kVKXY2bqNaDGmZxIMT-e-G7oFG2ui3762X5ugkHibmtxZW6M00YMGRhs-fsXg8rC-Jm6bd4JSeEFwkWJj7a7R9QWgeepIyMu2btov1lHB40bTfirfrpyAOC6OZQccHGLH15ggoRgXQ7w3pHbWmU7_28sJ_ZSW-tDudrvhjfA_qyL7WQL-fGUdS-Bok61YTDp3y82SGAw93kVHNA3o-8gbFJuRlpfOfV1Q0NSkWInSsBZozJkGXR_r-1vmJT5olf5I8R8eGLPxHmBT4ccXmkmlV5A3BPXoSiRccSzXl06rdQTvGpD3J7oU2Z3HqEL9ELmqn1_5s2ibYTaVTFyERobYoEAYF6IVVSkccUvBMWrmIxFgxh76lzr-DoqWsZ-HjEmSvZ1hiletTYAk9HUhOeyqH7wEwYwqStxJHvGef9ISmVVxa9igiuk72QsLFYPFB7CeGYzIKBW2yVdgv1pXBgG0ADdjfAAwqErHiuXDP0WMtjLgsEsfSKeBCkQN97VTCRdz9OoEyj5vnCDV0TWoKbD-qtq6Iikkm_-AsTotf-doTxvU1lIaESb5gW0VN-M_iB3pA-yOlL3XBH2KVCC7eH4C0hUoxDYizq2AsYPW7o1Jx5BSOfIjU3gn1B2HhoccNMU8aiRM0eAhfVmMVmNNlTccI64QHOnFDSxynryfD7dg9HDYtMRful0-JoccMccnmTXXKGHEv_v9Nq8wC_JnoSlCA3tkhfuqa_09DF83KLN-YomTh9SFbRHro6TzcckMKfcc9q-8ZuLY4sm6kUPvqN84w4tccoPeG7QqKrFRLlWEjFDZPi2G7o3_Fe4K6v5sZeT58Z68SK6P0OFKG9AWwGmrNzrGBGj0Mpo4Cyf6ihHAeYZn13_GYkjqsaGbiO-X1H25cc-xDnh7BTyYSdweVsU21OARzNtMySx-lIIKOarTtNh5MedVRih5LLpS_drnLYQq-feXSdHjBPmRgD8xFt-RKMw6zky60JrVu59va5rDX-rJmUI3bu_3FIOxoFl9sqaOXdDlBk0JFccNn_vccBo2aSoVdAFMZVf2qKtvY5mezjj6gPd6baX4AoZgb_eMLPab7cc7T3rwJnVvrUA9aJVvleKfYCd94H6MCzLpjsyEKJlFDZ4tsqOiY6mRrMgWDQg2WhmrXvDyYkf2eJ7WPegmZ0FkcchJy5NZdOMjXHPa31vBsuzVCeo1I1pHfhSZ83Prfwcc26XL8zcciezi-wLX4MIWol2fNtMydU1rvb6yO-kfPdAAoJXSCs07LdInsu3JWW4B_7Mcc_0CM60YwsvQE1XBOccPd_AbKDo-778UnMJ5hAaexQys25OhnAWDNrlwT8ZGeHegCZUwaDMyRQT6eFUNEtyqnnPjGJERccrdfBkIjSdhgez3ccccUPdlzBndZ_eiDyDHm2sErSSg3rlP3NwaBuKmQdk9NA2oHePfP1G5YG9L9B8fM_kRzEfX95VjASMWM3ZV4XVm4iGs6mXu4xOZUWLpQFW3L5VR6diV96Ij3I62qiTm742mjBg-FdyZy6sCe2PEGA6JisAGTtQVm-ztD8mxn7MmmU13BM6TzPbsXkg19D8zmV4UsdzjwgUWKHrUr4muYYekHpsXdd6Sv9XlMsNTwRrZwax5N2B-LZP_lC9KDdccA2_NhTTH3DERdf-XulGaAiB-b9XskeHt--7LWEqpjZ4g7Squ9GvyqtW-IMUuIEieccCUxjS7Diu-zPqHFLl6VNf_mGP5RZyzRKPhWUHRaTUx4xRUGO7-2aUW4sACGJN9ziMNrylH0TNESsJ50vpNy_YlCwdXZDIsVyizT9gawB4W4eUiYdTxWkiHu0fvZOAtiJId9jb3Zwu3Di9EYo5o7G-xKHaID0m8GUSoyDPZFw6GX6Rq-deLi2q1TVJ0q1ccZQpnor0-qP16SPptinX-_snd3yZ1iuYn5FZM5qiJlSWUBlD9mCebXWb0GBccpO3_E\u002522\u00253B\u00257D&initial_action_name=HIDE_ADVERTISER","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_28"},"label":"Hide all ads from The Los Angeles Film School","title":"Hide all ads from The Los Angeles Film School","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"#","logdata":{"collection_id":92,"is_multi":false,"story_id":"263;30569909558;0;10152508080509559;1402350529:1640384694583869493:5:0:42862::impl","surface":"story"},"ogobjectids":[1398445830430561],"rel":"async-post","saveajaxify":"\/timeline\/app\/collection\/item\/curation\/multi\/?object_ids\u00255B0\u00255D=1398445830430561&collection_tokens\u00255B0\u00255D=100000590753545\u00253A586254444758776\u00253A92&permalinks\u00255B0\u00255D=UzpfSTM5MTMxMzg2NzY3MzE2NDpTY2FfSTE0MTYxMDc0MDg2Mzk0NjNfMV8zMDU2OTkwOTU1OF9hVG94TURFMU1qVXdPREE0TURVd09UVTFPVHM9XzE1NV8wX1lUb3dPbnQ5XzphY2ExY2F7aWNhMTAxNTI1MDgwODA1MDk1NTk7c2NhMzEzOWNhIkFRSmNjY2NlRzQ5ZjNwRW9EbFZEZV9fSmw3RlBjYzM0M0NxWGpKbEFCVDNIS19ES0I2RHRuQUVyMkJGdzY5NGZYRmxDQXgzUFRWMFQwV0pua1lYQVFLZWtoMklDYkd1OEI5aU52dVpUcGNjT2lIV1JMRHBTQ0R5NHRKSzI0emNjenAxU1JiMThCbFAtSjNWMlc5b1o4czhDNElsZ1JvQU9lQlhESlRHSE9qNURtZ1BSdDRyYXdaY2N5SVBueEluaGF5ejhPNFV6cF9IQWlvd2l3bmxsX09QMFd1OUhObFFvRzVZZ29nWUhTMWdYa1NuZzRHU0FYMFRXU3FBbS1QNHZ3MlFSd2lFM3VUZVJfTDVoWFB3UlRVcmEtaG9BU2JneXdkUm9OdmYxN0hYQWRMdl96Yl9uRkpud2FzZ2l1VVJ3bVlMSWYtTTRLb0JiaG1jY0JyZEFZY2N3bDJlU0E5UFdyQnY2MWtRdG84RUFlTUFxTkhqTFBtUEJLVXpSUUJCQ0FhaXBLOEtoTnZaZzhyN1pYdk0teTlxai1ULWpQNElLZWpkZWpFMTNLTWJucnFWQ1NDNUNHcjZlREVNeVMyUDhLdE5aMnhPdmZsYnphNkRqTDVnRWl4b1h2aDdid2JRd2hHWEZFaVZOaUtLcWpxdzB4UVZZdUx5QlYtNlh3M3RRN0VBbTRzSllVbzRqWEFhaDZiU0NGX1czVWNjQ09NUW1ZSERyXzA1MFcwTFd3S0JVWjR5UkhNbmhkdjRXUGRUVXFUY2NtYlRGd0NKZWxjYzk5NWlzMFdPS0NvQmdHNURiZ2dlQ1ZSb1BBV1JrOFlEZnlJa1JiY2NLT1d4SFpZdTIyVnpNWElzQ1JnNXVqcVdUUTlUbGJZU25neDJJN3dubHVQdjNxRHBVNmlpRkhRUWw2NlJ2YTRfNno5Nm1Qd0h6R0p3ckNzRENzZVpRUGxPdzlFUEpEVkt0VWZER21fLWwtdlpTdk96TGp2YmtfeGxyRzdkMGlOTXA5czNkdHZWSmNjdXotQTVndDdpNHpzREZDUU5xeWZOMl9hVmdiblhmelFPbU5WMlNQSHV3NUdfTi10Y2NEck1PQTBVaU1YZ0IzNVFhSk5VdXdRbVdUTHNxcERfemk3T3pUaU5LUjFnMDZtWHlJMUdtNS1KN3JOX1Z0Ty1FamtyaGhBRWJlNUJjY1o5QjlMVW9SQlNDZGhkRkU2LS1hcnJrWmh0ZDRqYm5KSEpjYzBTUUZ5TGlVcFJYNTI1RkpjY2pDa0ZDcWJDejZaZ2NjMUVZVkR1NmQySklVNlZUcjlGc2ZZRXNlRjR0Q1ZJRFRtUUkyWmhZby1CUFRydVo1NUFPS3BZZlpueU1lZnlHYnJoN2QxNXdhZHNNTEJqUTB3OFVESEYyaFJlc0NxUnY0bG9hVWg2UzVqSi1qSTVkVkpNLUlLbnpPMW9TZkNJelBtUHdHTW5VaWRrWm5OWFBKdTY1Z2thM3FyN2RLZHYwQVAyTm90RlVneDVHZXFmTm0zNjIxX2J2OWRfVmwtQ2Njcno5VkZjY1JZV3AzWDdiWEVjYzhURkh1NUpnZ3h2Mms2NjNoY2NjY3lsUDVtVjZHZTJfQ3hSSHBLMGtWS1hZMmJxTmFER21aeElNVC1lLUc3b0ZHMnVpMzc2Mlg1dWdrSGlibXR4Wlc2TTAwWU1HUmhzLWZzWGc4ckMtSm02YmQ0SlNlRUZ3a1dKajdhN1I5UVdnZWVwSXlNdTJidG92MWxIQjQwYlRmaXJmcnB5QU9DNk9aUWNjSEdMSDE1Z2dvUmdYUTd3M3BIYldtVTdfMjhzSl9aU1ctdER1ZHJ2aGpmQV9xeUw3V1FMLWZHVWRTLUJvazYxWVREcDN5ODJTR0F3OTNrVkhOQTNvLThnYkZKdVJscGZPZlYxUTBOU2tXSW5Tc0Jab3pKa0dYUl9yLTF2bUpUNW9sZjVJOFI4ZUdMUHhIbUJUNGNjWG1rbWxWNUEzQlBYb1NpUmNjU3pYbDA2cmRRVHZHcEQzSjdvVTJaM0hxRUw5RUxtcW4xXzVzMmliWVRhVlRGeUVSb2JZb0VBWUY2SVZWU2tjY1V2Qk1Xcm1JeEZneGg3Nmx6ci1Eb3FXc1otSGpFbVN2WjFoaWxldFRZQWs5SFVoT2V5cUg3d0V3WXdxU3R4Skh2R2VmOUlTbVZWeGE5aWdpdWs3MlFzTEZZUEZCN0NlR1l6SUtCVzJ5VmRndjFwWEJnRzBBRGRqZkFBd3FFckhpdVhEUDBXTXRqTGdzRXNmU0tlQkNrUU45N1ZUQ1JkejlPb0V5ajV2bkNEVjBUV29LYkQtcXRxNklpa2ttXy1Bc1RvdGYtZG9UeHZVMWxJYUVTYjVnVzBWTi1NX2lCM3BBLXlPbEwzWEJIMktWQ0M3ZUg0QzBoVW94RFlpenEyQXNZUFc3bzFKeDVCU09mSWpVM2duMUIySGhvY2NOTVU4YWlSTTBlQWhmVm1NVm1OTmxUY2NJNjRRSE9uRkRTeHlucnlmRDdkZzlIRFl0TVJmdWwwLUpvY2NNY2NubVRYWEtHSEV2X3Y5TnE4d0NfSm5vU2xDQTN0a2hmdXFhXzA5REY4M0tMTi1Zb21UaDlTRmJSSHJvNlR6Y2NrTUtmY2M5cS04WnVMWTRzbTZrVVB2cU44NHc0dGNjb1BlRzdRcUtyRlJMbFdFakZEWlBpMkc3bzNfRmU0SzZ2NXNaZVQ1OFo2OFNLNlAwT0ZLRzlBV3dHbXJOenJHQkdqME1wbzRDeWY2aWhIQWVZWm4xM19HWWtqcXNhR2JpTy1YMUgyNWNjLXhEbmg3QlR5WVNkd2VWc1UyMU9BUnpOdE15U3gtbElJS09hclR0Tmg1TWVkVlJpaDVMTHBTX2RybkxZUXEtZmVYU2RIakJQbVJnRDh4RnQtUktNdzZ6a3k2MEpyVnU1OXZhNXJEWC1ySm1VSTNidV8zRklPeG9GbDlzcWFPWGREbEJrMEpGY2NObl92Y2NCbzJhU29WZEFGTVpWZjJxS3R2WTVtZXpqajZnUGQ2YmFYNEFvWmdiX2VNTFBhYjdjYzdUM3J3Sm5WdnJVQTlhSlZ2bGVLZllDZDk0SDZNQ3pMcGpzeUVLSmxGRFo0dHNxT2lZNm1Sck1nV0RRZzJXaG1yWHZEeVlrZjJlSjdXUGVnbVowRmtjY2hKeTVOWmRPTWpYSFBhMzF2QnN1elZDZW8xSTFwSGZoU1o4M1ByZndjYzI2WEw4emNjaWV6aS13TFg0TUlXb2wyZk50TXlkVTFydmI2eU8ta2ZQZEFBb0pYU0NzMDdMZEluc3UzSldXNEJfN01jY18wQ002MFl3c3ZRRTFYQk9jY1BkX0FiS0RvLTc3OFVuTUo1aEFhZXhReXMyNU9obkFXRE5ybHdUOFpHZUhlZ0NaVXdhRE15UlFUNmVGVU5FdHlxbm5QakdKRVJjY3JkZkJrSWpTZGhnZXozY2NjY1VQZGx6Qm5kWl9laUR5REhtMnNFclNTZzNybFAzTndhQnVLbVFkazlOQTJvSGVQZlAxRzVZRzlMOUI4Zk1fa1J6RWZYOTVWakFTTVdNM1pWNFhWbTRpR3M2bVh1NHhPWlVXTHBRRlczTDVWUjZkaVY5NklqM0k2MnFpVG03NDJtakJnLUZkeVp5NnNDZTJQRUdBNkppc0FHVHRRVm0tenREOG14bjdNbW1VMTNCTTZUelBic1hrZzE5RDh6bVY0VXNkemp3Z1VXS0hyVXI0bXVZWWVrSHBzWGRkNlN2OVhsTXNOVHdSclp3YXg1TjJCLUxaUF9sQzlLRGRjY0EyX05oVFRIM0RFUmRmLVh1bEdhQWlCLWI5WHNrZUh0LS03TFdFcXBqWjRnN1NxdTlHdnlxdFctSU1VdUlFaWVjY0NVeGpTN0RpdS16UHFIRkxsNlZOZl9tR1A1Ulp5elJLUGhXVUhSYVRVeDR4UlVHTzctMmFVVzRzQUNHSk45emlNTnJ5bEgwVE5FU3NKNTB2cE55X1lsQ3dkWFpESXNWeWl6VDlnYXdCNFc0ZVVpWWRUeFdraUh1MGZ2Wk9BdGlKSWQ5amIzWnd1M0RpOUVZbzVvN0cteEtIYUlEMG04R1VTb3lEUFpGdzZHWDZScS1kZUxpMnExVFZKMHExY2NaUXBub3IwLXFQMTZTUHB0aW5YLV9zbmQzeVoxaXVZbjVGWk01cWlKbFNXVUJsRDltQ2ViWFdiMEdCY2NwTzNfRSI7fQ\u00253D\u00253D&action_type=add&mechanism=caret_menu&surface=story","savecontent":"Save \"The Los Angeles Film School\"","unsaveajaxify":"\/timeline\/app\/collection\/item\/curation\/multi\/?object_ids\u00255B0\u00255D=1398445830430561&collection_tokens\u00255B0\u00255D=100000590753545\u00253A586254444758776\u00253A92&permalinks\u00255B0\u00255D=UzpfSTM5MTMxMzg2NzY3MzE2NDpTY2FfSTE0MTYxMDc0MDg2Mzk0NjNfMV8zMDU2OTkwOTU1OF9hVG94TURFMU1qVXdPREE0TURVd09UVTFPVHM9XzE1NV8wX1lUb3dPbnQ5XzphY2ExY2F7aWNhMTAxNTI1MDgwODA1MDk1NTk7c2NhMzEzOWNhIkFRSmNjY2NlRzQ5ZjNwRW9EbFZEZV9fSmw3RlBjYzM0M0NxWGpKbEFCVDNIS19ES0I2RHRuQUVyMkJGdzY5NGZYRmxDQXgzUFRWMFQwV0pua1lYQVFLZWtoMklDYkd1OEI5aU52dVpUcGNjT2lIV1JMRHBTQ0R5NHRKSzI0emNjenAxU1JiMThCbFAtSjNWMlc5b1o4czhDNElsZ1JvQU9lQlhESlRHSE9qNURtZ1BSdDRyYXdaY2N5SVBueEluaGF5ejhPNFV6cF9IQWlvd2l3bmxsX09QMFd1OUhObFFvRzVZZ29nWUhTMWdYa1NuZzRHU0FYMFRXU3FBbS1QNHZ3MlFSd2lFM3VUZVJfTDVoWFB3UlRVcmEtaG9BU2JneXdkUm9OdmYxN0hYQWRMdl96Yl9uRkpud2FzZ2l1VVJ3bVlMSWYtTTRLb0JiaG1jY0JyZEFZY2N3bDJlU0E5UFdyQnY2MWtRdG84RUFlTUFxTkhqTFBtUEJLVXpSUUJCQ0FhaXBLOEtoTnZaZzhyN1pYdk0teTlxai1ULWpQNElLZWpkZWpFMTNLTWJucnFWQ1NDNUNHcjZlREVNeVMyUDhLdE5aMnhPdmZsYnphNkRqTDVnRWl4b1h2aDdid2JRd2hHWEZFaVZOaUtLcWpxdzB4UVZZdUx5QlYtNlh3M3RRN0VBbTRzSllVbzRqWEFhaDZiU0NGX1czVWNjQ09NUW1ZSERyXzA1MFcwTFd3S0JVWjR5UkhNbmhkdjRXUGRUVXFUY2NtYlRGd0NKZWxjYzk5NWlzMFdPS0NvQmdHNURiZ2dlQ1ZSb1BBV1JrOFlEZnlJa1JiY2NLT1d4SFpZdTIyVnpNWElzQ1JnNXVqcVdUUTlUbGJZU25neDJJN3dubHVQdjNxRHBVNmlpRkhRUWw2NlJ2YTRfNno5Nm1Qd0h6R0p3ckNzRENzZVpRUGxPdzlFUEpEVkt0VWZER21fLWwtdlpTdk96TGp2YmtfeGxyRzdkMGlOTXA5czNkdHZWSmNjdXotQTVndDdpNHpzREZDUU5xeWZOMl9hVmdiblhmelFPbU5WMlNQSHV3NUdfTi10Y2NEck1PQTBVaU1YZ0IzNVFhSk5VdXdRbVdUTHNxcERfemk3T3pUaU5LUjFnMDZtWHlJMUdtNS1KN3JOX1Z0Ty1FamtyaGhBRWJlNUJjY1o5QjlMVW9SQlNDZGhkRkU2LS1hcnJrWmh0ZDRqYm5KSEpjYzBTUUZ5TGlVcFJYNTI1RkpjY2pDa0ZDcWJDejZaZ2NjMUVZVkR1NmQySklVNlZUcjlGc2ZZRXNlRjR0Q1ZJRFRtUUkyWmhZby1CUFRydVo1NUFPS3BZZlpueU1lZnlHYnJoN2QxNXdhZHNNTEJqUTB3OFVESEYyaFJlc0NxUnY0bG9hVWg2UzVqSi1qSTVkVkpNLUlLbnpPMW9TZkNJelBtUHdHTW5VaWRrWm5OWFBKdTY1Z2thM3FyN2RLZHYwQVAyTm90RlVneDVHZXFmTm0zNjIxX2J2OWRfVmwtQ2Njcno5VkZjY1JZV3AzWDdiWEVjYzhURkh1NUpnZ3h2Mms2NjNoY2NjY3lsUDVtVjZHZTJfQ3hSSHBLMGtWS1hZMmJxTmFER21aeElNVC1lLUc3b0ZHMnVpMzc2Mlg1dWdrSGlibXR4Wlc2TTAwWU1HUmhzLWZzWGc4ckMtSm02YmQ0SlNlRUZ3a1dKajdhN1I5UVdnZWVwSXlNdTJidG92MWxIQjQwYlRmaXJmcnB5QU9DNk9aUWNjSEdMSDE1Z2dvUmdYUTd3M3BIYldtVTdfMjhzSl9aU1ctdER1ZHJ2aGpmQV9xeUw3V1FMLWZHVWRTLUJvazYxWVREcDN5ODJTR0F3OTNrVkhOQTNvLThnYkZKdVJscGZPZlYxUTBOU2tXSW5Tc0Jab3pKa0dYUl9yLTF2bUpUNW9sZjVJOFI4ZUdMUHhIbUJUNGNjWG1rbWxWNUEzQlBYb1NpUmNjU3pYbDA2cmRRVHZHcEQzSjdvVTJaM0hxRUw5RUxtcW4xXzVzMmliWVRhVlRGeUVSb2JZb0VBWUY2SVZWU2tjY1V2Qk1Xcm1JeEZneGg3Nmx6ci1Eb3FXc1otSGpFbVN2WjFoaWxldFRZQWs5SFVoT2V5cUg3d0V3WXdxU3R4Skh2R2VmOUlTbVZWeGE5aWdpdWs3MlFzTEZZUEZCN0NlR1l6SUtCVzJ5VmRndjFwWEJnRzBBRGRqZkFBd3FFckhpdVhEUDBXTXRqTGdzRXNmU0tlQkNrUU45N1ZUQ1JkejlPb0V5ajV2bkNEVjBUV29LYkQtcXRxNklpa2ttXy1Bc1RvdGYtZG9UeHZVMWxJYUVTYjVnVzBWTi1NX2lCM3BBLXlPbEwzWEJIMktWQ0M3ZUg0QzBoVW94RFlpenEyQXNZUFc3bzFKeDVCU09mSWpVM2duMUIySGhvY2NOTVU4YWlSTTBlQWhmVm1NVm1OTmxUY2NJNjRRSE9uRkRTeHlucnlmRDdkZzlIRFl0TVJmdWwwLUpvY2NNY2NubVRYWEtHSEV2X3Y5TnE4d0NfSm5vU2xDQTN0a2hmdXFhXzA5REY4M0tMTi1Zb21UaDlTRmJSSHJvNlR6Y2NrTUtmY2M5cS04WnVMWTRzbTZrVVB2cU44NHc0dGNjb1BlRzdRcUtyRlJMbFdFakZEWlBpMkc3bzNfRmU0SzZ2NXNaZVQ1OFo2OFNLNlAwT0ZLRzlBV3dHbXJOenJHQkdqME1wbzRDeWY2aWhIQWVZWm4xM19HWWtqcXNhR2JpTy1YMUgyNWNjLXhEbmg3QlR5WVNkd2VWc1UyMU9BUnpOdE15U3gtbElJS09hclR0Tmg1TWVkVlJpaDVMTHBTX2RybkxZUXEtZmVYU2RIakJQbVJnRDh4RnQtUktNdzZ6a3k2MEpyVnU1OXZhNXJEWC1ySm1VSTNidV8zRklPeG9GbDlzcWFPWGREbEJrMEpGY2NObl92Y2NCbzJhU29WZEFGTVpWZjJxS3R2WTVtZXpqajZnUGQ2YmFYNEFvWmdiX2VNTFBhYjdjYzdUM3J3Sm5WdnJVQTlhSlZ2bGVLZllDZDk0SDZNQ3pMcGpzeUVLSmxGRFo0dHNxT2lZNm1Sck1nV0RRZzJXaG1yWHZEeVlrZjJlSjdXUGVnbVowRmtjY2hKeTVOWmRPTWpYSFBhMzF2QnN1elZDZW8xSTFwSGZoU1o4M1ByZndjYzI2WEw4emNjaWV6aS13TFg0TUlXb2wyZk50TXlkVTFydmI2eU8ta2ZQZEFBb0pYU0NzMDdMZEluc3UzSldXNEJfN01jY18wQ002MFl3c3ZRRTFYQk9jY1BkX0FiS0RvLTc3OFVuTUo1aEFhZXhReXMyNU9obkFXRE5ybHdUOFpHZUhlZ0NaVXdhRE15UlFUNmVGVU5FdHlxbm5QakdKRVJjY3JkZkJrSWpTZGhnZXozY2NjY1VQZGx6Qm5kWl9laUR5REhtMnNFclNTZzNybFAzTndhQnVLbVFkazlOQTJvSGVQZlAxRzVZRzlMOUI4Zk1fa1J6RWZYOTVWakFTTVdNM1pWNFhWbTRpR3M2bVh1NHhPWlVXTHBRRlczTDVWUjZkaVY5NklqM0k2MnFpVG03NDJtakJnLUZkeVp5NnNDZTJQRUdBNkppc0FHVHRRVm0tenREOG14bjdNbW1VMTNCTTZUelBic1hrZzE5RDh6bVY0VXNkemp3Z1VXS0hyVXI0bXVZWWVrSHBzWGRkNlN2OVhsTXNOVHdSclp3YXg1TjJCLUxaUF9sQzlLRGRjY0EyX05oVFRIM0RFUmRmLVh1bEdhQWlCLWI5WHNrZUh0LS03TFdFcXBqWjRnN1NxdTlHdnlxdFctSU1VdUlFaWVjY0NVeGpTN0RpdS16UHFIRkxsNlZOZl9tR1A1Ulp5elJLUGhXVUhSYVRVeDR4UlVHTzctMmFVVzRzQUNHSk45emlNTnJ5bEgwVE5FU3NKNTB2cE55X1lsQ3dkWFpESXNWeWl6VDlnYXdCNFc0ZVVpWWRUeFdraUh1MGZ2Wk9BdGlKSWQ5amIzWnd1M0RpOUVZbzVvN0cteEtIYUlEMG04R1VTb3lEUFpGdzZHWDZScS1kZUxpMnExVFZKMHExY2NaUXBub3IwLXFQMTZTUHB0aW5YLV9zbmQzeVoxaXVZbjVGWk01cWlKbFNXVUJsRDltQ2ViWFdiMEdCY2NwTzNfRSI7fQ\u00253D\u00253D&action_type=remove&mechanism=caret_menu&surface=story","unsavecontent":"Unsave \"The Los Angeles Film School\"","ctor":{"__m":"SaveCaretMenuItem"},"markup":null,"label":null,"title":"","className":null,"savemarkup":{"__m":"m_ps_0_0_29"},"unsavemarkup":{"__m":"m_ps_0_0_2a"}},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10152508080509559&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10152508080509559&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_2b"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_2c"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10152508080509559&follow=0"},{"ajaxify":"\/ajax\/entstream\/embed?no_preview=0&source=1&token=S\u00253A_I391313867673164\u00253ASca_I1416107408639463_1_30569909558_aToxMDE1MjUwODA4MDUwOTU1OTs\u00253D_155_0_YTowOnt9_\u00253Aaca1ca\u00257Bica10152508080509559\u00253Bsca3139ca\u002522AQJcccceG49f3pEoDlVDe__Jl7FPcc343CqXjJlABT3HK_DKB6DtnAEr2BFw694fXFlCAx3PTV0T0WJnkYXAQKekh2ICbGu8B9iNvuZTpccOiHWRLDpSCDy4tJK24zcczp1SRb18BlP-J3V2W9oZ8s8C4IlgRoAOeBXDJTGHOj5DmgPRt4rawZccyIPnxInhayz8O4Uzp_HAiowiwnll_OP0Wu9HNlQoG5YgogYHS1gXkSng4GSAX0TWSqAm-P4vw2QRwiE3uTeR_L5hXPwRTUra-hoASbgywdRoNvf17HXAdLv_zb_nFJnwasgiuURwmYLIf-M4KoBbhmccBrdAYccwl2eSA9PWrBv61kQto8EAeMAqNHjLPmPBKUzRQBBCAaipK8KhNvZg8r7ZXvM-y9qj-T-jP4IKejdejE13KMbnrqVCSC5CGr6eDEMyS2P8KtNZ2xOvflbza6DjL5gEixoXvh7bwbQwhGXFEiVNiKKqjqw0xQVYuLyBV-6Xw3tQ7EAm4sJYUo4jXAah6bSCF_W3UccCOMQmYHDr_050W0LWwKBUZ4yRHMnhdv4WPdTUqTccmbTFwCJelcc995is0WOKCoBgG5DbggeCVRoPAWRk8YDfyIkRbccKOWxHZYu22VzMXIsCRg5ujqWTQ9TlbYSngx2I7wnluPv3qDpU6iiFHQQl66Rva4_6z96mPwHzGJwrCsDCseZQPlOw9EPJDVKtUfDGm_-l-vZSvOzLjvbk_xlrG7d0iNMp9s3dtvVJccuz-A5gt7i4zsDFCQNqyfN2_aVgbnXfzQOmNV2SPHuw5G_N-tccDrMOA0UiMXgB35QaJNUuwQmWTLsqpD_zi7OzTiNKR1g06mXyI1Gm5-J7rN_VtO-EjkrhhAEbe5BccZ9B9LUoRBSCdhdFE6--arrkZhtd4jbnJHJcc0SQFyLiUpRX525FJccjCkFCqbCz6Zgcc1EYVDu6d2JIU6VTr9FsfYEseF4tCVIDTmQI2ZhYo-BPTruZ55AOKpYfZnyMefyGbrh7d15wadsMLBjQ0w8UDHF2hResCqRv4loaUh6S5jJ-jI5dVJM-IKnzO1oSfCIzPmPwGMnUidkZnNXPJu65gka3qr7dKdv0AP2NotFUgx5GeqfNm3621_bv9d_Vl-Cccrz9VFccRYWp3X7bXEcc8TFHu5Jggxv2k663hccccylP5mV6Ge2_CxRHpK0kVKXY2bqNaDGmZxIMT-e-G7oFG2ui3762X5ugkHibmtxZW6M00YMGRhs-fsXg8rC-Jm6bd4JSeEFwkWJj7a7R9QWgeepIyMu2btov1lHB40bTfirfrpyAOC6OZQccHGLH15ggoRgXQ7w3pHbWmU7_28sJ_ZSW-tDudrvhjfA_qyL7WQL-fGUdS-Bok61YTDp3y82SGAw93kVHNA3o-8gbFJuRlpfOfV1Q0NSkWInSsBZozJkGXR_r-1vmJT5olf5I8R8eGLPxHmBT4ccXmkmlV5A3BPXoSiRccSzXl06rdQTvGpD3J7oU2Z3HqEL9ELmqn1_5s2ibYTaVTFyERobYoEAYF6IVVSkccUvBMWrmIxFgxh76lzr-DoqWsZ-HjEmSvZ1hiletTYAk9HUhOeyqH7wEwYwqStxJHvGef9ISmVVxa9igiuk72QsLFYPFB7CeGYzIKBW2yVdgv1pXBgG0ADdjfAAwqErHiuXDP0WMtjLgsEsfSKeBCkQN97VTCRdz9OoEyj5vnCDV0TWoKbD-qtq6Iikkm_-AsTotf-doTxvU1lIaESb5gW0VN-M_iB3pA-yOlL3XBH2KVCC7eH4C0hUoxDYizq2AsYPW7o1Jx5BSOfIjU3gn1B2HhoccNMU8aiRM0eAhfVmMVmNNlTccI64QHOnFDSxynryfD7dg9HDYtMRful0-JoccMccnmTXXKGHEv_v9Nq8wC_JnoSlCA3tkhfuqa_09DF83KLN-YomTh9SFbRHro6TzcckMKfcc9q-8ZuLY4sm6kUPvqN84w4tccoPeG7QqKrFRLlWEjFDZPi2G7o3_Fe4K6v5sZeT58Z68SK6P0OFKG9AWwGmrNzrGBGj0Mpo4Cyf6ihHAeYZn13_GYkjqsaGbiO-X1H25cc-xDnh7BTyYSdweVsU21OARzNtMySx-lIIKOarTtNh5MedVRih5LLpS_drnLYQq-feXSdHjBPmRgD8xFt-RKMw6zky60JrVu59va5rDX-rJmUI3bu_3FIOxoFl9sqaOXdDlBk0JFccNn_vccBo2aSoVdAFMZVf2qKtvY5mezjj6gPd6baX4AoZgb_eMLPab7cc7T3rwJnVvrUA9aJVvleKfYCd94H6MCzLpjsyEKJlFDZ4tsqOiY6mRrMgWDQg2WhmrXvDyYkf2eJ7WPegmZ0FkcchJy5NZdOMjXHPa31vBsuzVCeo1I1pHfhSZ83Prfwcc26XL8zcciezi-wLX4MIWol2fNtMydU1rvb6yO-kfPdAAoJXSCs07LdInsu3JWW4B_7Mcc_0CM60YwsvQE1XBOccPd_AbKDo-778UnMJ5hAaexQys25OhnAWDNrlwT8ZGeHegCZUwaDMyRQT6eFUNEtyqnnPjGJERccrdfBkIjSdhgez3ccccUPdlzBndZ_eiDyDHm2sErSSg3rlP3NwaBuKmQdk9NA2oHePfP1G5YG9L9B8fM_kRzEfX95VjASMWM3ZV4XVm4iGs6mXu4xOZUWLpQFW3L5VR6diV96Ij3I62qiTm742mjBg-FdyZy6sCe2PEGA6JisAGTtQVm-ztD8mxn7MmmU13BM6TzPbsXkg19D8zmV4UsdzjwgUWKHrUr4muYYekHpsXdd6Sv9XlMsNTwRrZwax5N2B-LZP_lC9KDdccA2_NhTTH3DERdf-XulGaAiB-b9XskeHt--7LWEqpjZ4g7Squ9GvyqtW-IMUuIEieccCUxjS7Diu-zPqHFLl6VNf_mGP5RZyzRKPhWUHRaTUx4xRUGO7-2aUW4sACGJN9ziMNrylH0TNESsJ50vpNy_YlCwdXZDIsVyizT9gawB4W4eUiYdTxWkiHu0fvZOAtiJId9jb3Zwu3Di9EYo5o7G-xKHaID0m8GUSoyDPZFw6GX6Rq-deLi2q1TVJ0q1ccZQpnor0-qP16SPptinX-_snd3yZ1iuYn5FZM5qiJlSWUBlD9mCebXWb0GBccpO3_E\u002522\u00253B\u00257D&url=\u00252Flosangelesfilmschool\u00252Fposts\u00252F10152508080509559","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_2d"},"label":"Embed Post","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_2e"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1d","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_2g",["PopoverMenu","m_ps_0_0_2h","m_ps_0_0_2f","m_ps_0_0_26"],[{"__m":"m_ps_0_0_2h"},{"__m":"m_ps_0_0_2f"},{"__m":"m_ps_0_0_26"},[]],1],["m_ps_0_0_2h",["Popover","m_ps_0_0_2i","m_ps_0_0_2f","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_2i"},{"__m":"m_ps_0_0_2f"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_2n",["MentionsInput","m_ps_0_0_2l","m_ps_0_0_2o","m_ps_0_0_2m","m_ps_0_0_2p"],[{"__m":"m_ps_0_0_2l"},{"__m":"m_ps_0_0_2o"},{"__m":"m_ps_0_0_2m"},{"hashtags":false,"autosuggest_pages":"include_authoritative"},null,{"__m":"m_ps_0_0_2p"}],1],["m_ps_0_0_2o",["Typeahead","m_ps_0_0_2r","ContextualTypeaheadView","CompactTypeaheadRenderer","m_ps_0_0_2m","TypeaheadAreaCore","m_ps_0_0_2q"],[{"__m":"m_ps_0_0_2r"},{"node_id":"","node":null,"ctor":{"__m":"ContextualTypeaheadView"},"options":{"renderer":{"__m":"CompactTypeaheadRenderer"},"causalElement":{"__m":"m_ps_0_0_2m"},"maxResults":10,"minWidth":0,"alignment":"left","showBadges":true,"scrollarea":false}},{"ctor":{"__m":"TypeaheadAreaCore"},"options":{}},{"__m":"m_ps_0_0_2q"}],5],["m_ps_0_0_2t",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_2u"],[{"__m":"m_ps_0_0_2u"},"u_ps_0_0_15","S:_I100000189921464:945535718796083",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560581729498&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560581729498&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwMjA2NTMwtTA0N7I0sbSoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNAABQwtLSyNDEzOTOgA"],1],["m_ps_0_0_2u",["Menu","MenuItem","m_ps_0_0_2v","m_ps_0_0_2w","m_ps_0_0_2x","MenuSeparator","m_ps_0_0_2y","MenuTogglingItem","m_ps_0_0_2z","m_ps_0_0_30","m_ps_0_0_31","m_ps_0_0_32","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_15&story_location=feed&hideable_token=MzQwMjA2NTMwtTA0N7I0sbSoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNAABQwtLSyNDEzOTOgA&story_permalink_token=S\u00253A_I100000189921464\u00253A945535718796083&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_2v"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_15&story_location=feed&hideable_token=MzQwMjA2NTMwtTA0N7I0sbSoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNAABQwtLSyNDEzOTOgA&story_permalink_token=S\u00253A_I100000189921464\u00253A945535718796083&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_2w"},"label":"Unfollow Chandrachuda","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_15&story_location=feed&hideable_token=MzQwMjA2NTMwtTA0N7I0sbSoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNAABQwtLSyNDEzOTOgA&story_permalink_token=S\u00253A_I100000189921464\u00253A945535718796083&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_2x"},"label":"Unfollow Naveen","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=100000189921464&and=1663627786","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_2y"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560581729498&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560581729498&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_2z"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_30"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10203560581729498&follow=0"},{"ajaxify":"\/ajax\/entstream\/embed?no_preview=0&source=1&token=S\u00253A_I100000189921464\u00253A945535718796083&url=\u00252Fsainaveen721\u00252Fposts\u00252F10203560581729498","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_31"},"label":"Embed Post","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_32"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1k","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_34",["PopoverMenu","m_ps_0_0_35","m_ps_0_0_33","m_ps_0_0_2u"],[{"__m":"m_ps_0_0_35"},{"__m":"m_ps_0_0_33"},{"__m":"m_ps_0_0_2u"},[]],1],["m_ps_0_0_35",["Popover","m_ps_0_0_36","m_ps_0_0_33","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_36"},{"__m":"m_ps_0_0_33"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_37",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_38"],[{"__m":"m_ps_0_0_38"},"u_ps_0_0_16","S:_I1806904242:10201476718358992",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560562249011&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560562249011&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwMjA2NTMwNTMyMrE0MDSsc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKsztDAwszQwMTIxqgMA"],1],["m_ps_0_0_38",["Menu","MenuItem","m_ps_0_0_39","m_ps_0_0_3a","m_ps_0_0_3b","MenuSeparator","m_ps_0_0_3c","MenuTogglingItem","m_ps_0_0_3d","m_ps_0_0_3e","m_ps_0_0_3f","m_ps_0_0_3g","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_16&story_location=feed&hideable_token=MzQwMjA2NTMwNTMyMrE0MDSsc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKsztDAwszQwMTIxqgMA&story_permalink_token=S\u00253A_I1806904242\u00253A10201476718358992&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_39"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_16&story_location=feed&hideable_token=MzQwMjA2NTMwNTMyMrE0MDSsc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKsztDAwszQwMTIxqgMA&story_permalink_token=S\u00253A_I1806904242\u00253A10201476718358992&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3a"},"label":"Unfollow Naman","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_16&story_location=feed&hideable_token=MzQwMjA2NTMwNTMyMrE0MDSsc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKsztDAwszQwMTIxqgMA&story_permalink_token=S\u00253A_I1806904242\u00253A10201476718358992&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3b"},"label":"Unfollow Naveen","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=1806904242&and=1663627786","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3c"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560562249011&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560562249011&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_3d"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_3e"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10203560562249011&follow=0"},{"ajaxify":"\/ajax\/entstream\/embed?no_preview=0&source=1&token=S\u00253A_I1806904242\u00253A10201476718358992&url=\u00252Fsainaveen721\u00252Fposts\u00252F10203560562249011","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3f"},"label":"Embed Post","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3g"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1m","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_3i",["PopoverMenu","m_ps_0_0_3j","m_ps_0_0_3h","m_ps_0_0_38"],[{"__m":"m_ps_0_0_3j"},{"__m":"m_ps_0_0_3h"},{"__m":"m_ps_0_0_38"},[]],1],["m_ps_0_0_3j",["Popover","m_ps_0_0_3k","m_ps_0_0_3h","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_3k"},{"__m":"m_ps_0_0_3h"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_3l",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_3m"],[{"__m":"m_ps_0_0_3m"},"u_ps_0_0_17","S:_I754438500:10152600416218501",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560535808350&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560535808350&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwMjA2NTMwNTa1MLAwNjWoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNzUxMbYwNTCoAwA"],1],["m_ps_0_0_3m",["Menu","MenuItem","m_ps_0_0_3n","m_ps_0_0_3o","m_ps_0_0_3p","MenuSeparator","m_ps_0_0_3q","MenuTogglingItem","m_ps_0_0_3r","m_ps_0_0_3s","m_ps_0_0_3t","m_ps_0_0_3u","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_17&story_location=feed&hideable_token=MzQwMjA2NTMwNTa1MLAwNjWoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNzUxMbYwNTCoAwA&story_permalink_token=S\u00253A_I754438500\u00253A10152600416218501&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3n"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_17&story_location=feed&hideable_token=MzQwMjA2NTMwNTa1MLAwNjWoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNzUxMbYwNTCoAwA&story_permalink_token=S\u00253A_I754438500\u00253A10152600416218501&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3o"},"label":"Unfollow Aditya","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_17&story_location=feed&hideable_token=MzQwMjA2NTMwNTa1MLAwNjWoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNzUxMbYwNTCoAwA&story_permalink_token=S\u00253A_I754438500\u00253A10152600416218501&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3p"},"label":"Unfollow Naveen","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=754438500&and=1663627786","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3q"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560535808350&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560535808350&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_3r"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_3s"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10203560535808350&follow=0"},{"ajaxify":"\/ajax\/entstream\/embed?no_preview=0&source=1&token=S\u00253A_I754438500\u00253A10152600416218501&url=\u00252Fsainaveen721\u00252Fposts\u00252F10203560535808350","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3t"},"label":"Embed Post","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3u"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1o","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_3w",["PopoverMenu","m_ps_0_0_3x","m_ps_0_0_3v","m_ps_0_0_3m"],[{"__m":"m_ps_0_0_3x"},{"__m":"m_ps_0_0_3v"},{"__m":"m_ps_0_0_3m"},[]],1],["m_ps_0_0_3x",["Popover","m_ps_0_0_3y","m_ps_0_0_3v","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_3y"},{"__m":"m_ps_0_0_3v"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_3z",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_40"],[{"__m":"m_ps_0_0_40"},"u_ps_0_0_18","S:_I633702264:10152641388177265",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560704692572&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560704692572&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwMjA2NTMwNzAxszQyNTeqc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszMzY2NzAyMjOpAwA"],1],["m_ps_0_0_40",["Menu","MenuItem","m_ps_0_0_41","m_ps_0_0_42","m_ps_0_0_43","MenuSeparator","m_ps_0_0_44","MenuTogglingItem","m_ps_0_0_45","m_ps_0_0_46","m_ps_0_0_47","m_ps_0_0_48","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_18&story_location=feed&hideable_token=MzQwMjA2NTMwNzAxszQyNTeqc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszMzY2NzAyMjOpAwA&story_permalink_token=S\u00253A_I633702264\u00253A10152641388177265&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_41"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_18&story_location=feed&hideable_token=MzQwMjA2NTMwNzAxszQyNTeqc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszMzY2NzAyMjOpAwA&story_permalink_token=S\u00253A_I633702264\u00253A10152641388177265&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_42"},"label":"Hide all from Bharath","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_18&story_location=feed&hideable_token=MzQwMjA2NTMwNzAxszQyNTeqc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszMzY2NzAyMjOpAwA&story_permalink_token=S\u00253A_I633702264\u00253A10152641388177265&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_43"},"label":"Unfollow Naveen","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=633702264&and=1663627786","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_44"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560704692572&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560704692572&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_45"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_46"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10203560704692572&follow=0"},{"ajaxify":"\/ajax\/entstream\/embed?no_preview=0&source=1&token=S\u00253A_I633702264\u00253A10152641388177265&url=\u00252Fsainaveen721\u00252Fposts\u00252F10203560704692572","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_47"},"label":"Embed Post","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_48"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1q","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_4a",["PopoverMenu","m_ps_0_0_4b","m_ps_0_0_49","m_ps_0_0_40"],[{"__m":"m_ps_0_0_4b"},{"__m":"m_ps_0_0_49"},{"__m":"m_ps_0_0_40"},[]],1],["m_ps_0_0_4b",["Popover","m_ps_0_0_4c","m_ps_0_0_49","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_4c"},{"__m":"m_ps_0_0_49"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_4d",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_4e"],[{"__m":"m_ps_0_0_4e"},"u_ps_0_0_19","S:_I1552372869:10202398897484409",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4445359627443&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4445359627443&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzExMTU2tTQzMjcxMa5zzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM0NTUyNjeyMLOsAwA"],1],["m_ps_0_0_4e",["Menu","MenuItem","m_ps_0_0_4f","m_ps_0_0_4g","m_ps_0_0_4h","MenuSeparator","m_ps_0_0_4i","MenuTogglingItem","m_ps_0_0_4j","m_ps_0_0_4k","m_ps_0_0_4l","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_19&story_location=feed&hideable_token=MzExMTU2tTQzMjcxMa5zzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM0NTUyNjeyMLOsAwA&story_permalink_token=S\u00253A_I1552372869\u00253A10202398897484409&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4f"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_19&story_location=feed&hideable_token=MzExMTU2tTQzMjcxMa5zzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM0NTUyNjeyMLOsAwA&story_permalink_token=S\u00253A_I1552372869\u00253A10202398897484409&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4g"},"label":"Hide all from Umang","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_19&story_location=feed&hideable_token=MzExMTU2tTQzMjcxMa5zzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM0NTUyNjeyMLOsAwA&story_permalink_token=S\u00253A_I1552372869\u00253A10202398897484409&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4h"},"label":"Unfollow Manisha","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=1552372869&and=1692984794","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4i"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=4445359627443&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=4445359627443&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_4j"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_4k"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=4445359627443&follow=0"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4l"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1s","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_4n",["PopoverMenu","m_ps_0_0_4o","m_ps_0_0_4m","m_ps_0_0_4e"],[{"__m":"m_ps_0_0_4o"},{"__m":"m_ps_0_0_4m"},{"__m":"m_ps_0_0_4e"},[]],1],["m_ps_0_0_4o",["Popover","m_ps_0_0_4p","m_ps_0_0_4m","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_4p"},{"__m":"m_ps_0_0_4m"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_4q",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_4r"],[{"__m":"m_ps_0_0_4r"},"u_ps_0_0_1a","S:_I537061404:10152525763211405",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4444260719971&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4444260719971&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzExMTEyMzA3tLQ0N6xzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1NjcwMzQxMKkDAA"],1],["m_ps_0_0_4r",["Menu","MenuItem","m_ps_0_0_4s","m_ps_0_0_4t","m_ps_0_0_4u","MenuSeparator","m_ps_0_0_4v","MenuTogglingItem","m_ps_0_0_4w","m_ps_0_0_4x","m_ps_0_0_4y","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1a&story_location=feed&hideable_token=MzExMTEyMzA3tLQ0N6xzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1NjcwMzQxMKkDAA&story_permalink_token=S\u00253A_I537061404\u00253A10152525763211405&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4s"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1a&story_location=feed&hideable_token=MzExMTEyMzA3tLQ0N6xzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1NjcwMzQxMKkDAA&story_permalink_token=S\u00253A_I537061404\u00253A10152525763211405&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4t"},"label":"Unfollow Abhishek","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1a&story_location=feed&hideable_token=MzExMTEyMzA3tLQ0N6xzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1NjcwMzQxMKkDAA&story_permalink_token=S\u00253A_I537061404\u00253A10152525763211405&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4u"},"label":"Unfollow Manisha","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=537061404&and=1692984794","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4v"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=4444260719971&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=4444260719971&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_4w"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_4x"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=4444260719971&follow=0"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4y"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1u","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_50",["PopoverMenu","m_ps_0_0_51","m_ps_0_0_4z","m_ps_0_0_4r"],[{"__m":"m_ps_0_0_51"},{"__m":"m_ps_0_0_4z"},{"__m":"m_ps_0_0_4r"},[]],1],["m_ps_0_0_51",["Popover","m_ps_0_0_52","m_ps_0_0_4z","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_52"},{"__m":"m_ps_0_0_4z"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_53",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_54"],[{"__m":"m_ps_0_0_54"},"u_ps_0_0_1b","S:_I100000590753545:875284419167908",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4443962032504&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4443962032504&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzExMbY0MzIwNjI1MKlzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM0AAFTSwNzU2NTE9M6AA"],1],["m_ps_0_0_54",["Menu","MenuItem","m_ps_0_0_55","MenuSeparator","m_ps_0_0_56","m_ps_0_0_57","MenuTogglingItem","m_ps_0_0_58","m_ps_0_0_59","m_ps_0_0_5a","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/timeline\/delete\/confirm?identifier=S\u00253A_I100000590753545\u00253A875284419167908&location=9&story_dom_id=u_ps_0_0_i&render_location=1","rel":"async-post","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_55"},"label":"Delete","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"ajaxify":"\/ajax\/feed\/edit_post.php?display_context=home&post_fbid=875284419167908&parent_story_dom_id=u_ps_0_0_i&story_dom_id=u_ps_0_0_x&target_id=100000590753545&is_permalink=0&is_substory=1&entstory_id=S\u00253A_I100000590753545\u00253A875284419167908&entstory_context=\u00257B\u002522fbfeed_context\u002522\u00253Atrue\u00252C\u002522location_type\u002522\u00253A1\u00252C\u002522outer_object_element_id\u002522\u00253A\u002522u_ps_0_0_i\u002522\u00252C\u002522object_element_id\u002522\u00253A\u002522u_ps_0_0_x\u002522\u00252C\u002522is_ad_preview\u002522\u00253Afalse\u00252C\u002522is_inner_story\u002522\u00253Afalse\u00252C\u002522substory\u002522\u00253Atrue\u00252C\u002522card_depth\u002522\u00253A1\u00252C\u002522is_vintage_story\u002522\u00253Afalse\u00257D","rel":"async-post","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_56"},"label":"Edit Post","title":"","className":null},{"href":"\/profile.php?id=100000590753545&and=1692984794","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_57"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=4443962032504&follow=0","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=4443962032504&follow=1","togglecontent":{"__html":"Get Notifications"},"togglevalue":"unfollow_post","value":"follow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_58"},"label":"Stop Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_59"},"toggleValue":"unfollow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=4443962032504&follow=1"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_5a"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1w","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_5c",["PopoverMenu","m_ps_0_0_5d","m_ps_0_0_5b","m_ps_0_0_54"],[{"__m":"m_ps_0_0_5d"},{"__m":"m_ps_0_0_5b"},{"__m":"m_ps_0_0_54"},[]],1],["m_ps_0_0_5d",["Popover","m_ps_0_0_5e","m_ps_0_0_5b","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_5e"},{"__m":"m_ps_0_0_5b"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_5f",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_5g"],[{"__m":"m_ps_0_0_5g"},"u_ps_0_0_1c","S:_I537165995:10152632403365996",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4444972937776&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4444972937776&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzExMbE0N7I0Njc3N6tzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1Njc0M7W0NK0DAA"],1],["m_ps_0_0_5g",["Menu","MenuItem","m_ps_0_0_5h","m_ps_0_0_5i","m_ps_0_0_5j","MenuSeparator","m_ps_0_0_5k","MenuTogglingItem","m_ps_0_0_5l","m_ps_0_0_5m","m_ps_0_0_5n","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1c&story_location=feed&hideable_token=MzExMbE0N7I0Njc3N6tzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1Njc0M7W0NK0DAA&story_permalink_token=S\u00253A_I537165995\u00253A10152632403365996&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_5h"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1c&story_location=feed&hideable_token=MzExMbE0N7I0Njc3N6tzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1Njc0M7W0NK0DAA&story_permalink_token=S\u00253A_I537165995\u00253A10152632403365996&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_5i"},"label":"Unfollow Himangshu","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1c&story_location=feed&hideable_token=MzExMbE0N7I0Njc3N6tzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1Njc0M7W0NK0DAA&story_permalink_token=S\u00253A_I537165995\u00253A10152632403365996&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_5j"},"label":"Unfollow Manisha","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=537165995&and=1692984794","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_5k"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=4444972937776&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=4444972937776&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_5l"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_5m"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=4444972937776&follow=0"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_5n"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1y","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_5p",["PopoverMenu","m_ps_0_0_5q","m_ps_0_0_5o","m_ps_0_0_5g"],[{"__m":"m_ps_0_0_5q"},{"__m":"m_ps_0_0_5o"},{"__m":"m_ps_0_0_5g"},[]],1],["m_ps_0_0_5q",["Popover","m_ps_0_0_5r","m_ps_0_0_5o","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_5r"},{"__m":"m_ps_0_0_5o"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_5t",["UFIController","m_ps_0_0_5s","m_ps_0_0_5u"],[{"__m":"m_ps_0_0_5s"},{"canaddrecommendation":false,"ftentidentifier":"10152278366177705","instanceid":"u_ps_0_0_20","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10152278366177705","entidentifier":"10152278366177705","permalink":"\/sanibh\/posts\/10152278366177705","commentcount":0,"likecount":4,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{"text":"4 people like this.","ranges":[],"aggregatedranges":[{"offset":0,"length":8,"count":4}]},"alternate":{"text":"You and 4 others like this.","ranges":[],"aggregatedranges":[{"offset":8,"length":8,"count":4}]}},"sharecount":0,"ownerid":"500682704","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_5u"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"500682704","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"10152278366177705":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_64",["UFIController","m_ps_0_0_63","m_ps_0_0_65"],[{"__m":"m_ps_0_0_63"},{"canaddrecommendation":false,"ftentidentifier":"10203560581729498","instanceid":"u_ps_0_0_2a","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10203560581729498","entidentifier":"10203560581729498","permalink":"\/sainaveen721\/posts\/10203560581729498","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1663627786","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_65"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"100000189921464","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"10203560581729498":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_67",["UFIController","m_ps_0_0_66","m_ps_0_0_68"],[{"__m":"m_ps_0_0_66"},{"canaddrecommendation":false,"ftentidentifier":"10203560562249011","instanceid":"u_ps_0_0_2c","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10203560562249011","entidentifier":"10203560562249011","permalink":"\/sainaveen721\/posts\/10203560562249011","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1663627786","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_68"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"1806904242","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"10203560562249011":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6a",["UFIController","m_ps_0_0_69","m_ps_0_0_6b"],[{"__m":"m_ps_0_0_69"},{"canaddrecommendation":false,"ftentidentifier":"10203560535808350","instanceid":"u_ps_0_0_2e","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10203560535808350","entidentifier":"10203560535808350","permalink":"\/sainaveen721\/posts\/10203560535808350","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1663627786","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6b"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"754438500","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"10203560535808350":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6d",["UFIController","m_ps_0_0_6c","m_ps_0_0_6e"],[{"__m":"m_ps_0_0_6c"},{"canaddrecommendation":false,"ftentidentifier":"10203560704692572","instanceid":"u_ps_0_0_2g","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10203560704692572","entidentifier":"10203560704692572","permalink":"\/sainaveen721\/posts\/10203560704692572","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1663627786","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6e"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"633702264","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"10203560704692572":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6g",["UFIController","m_ps_0_0_6f","m_ps_0_0_6h"],[{"__m":"m_ps_0_0_6f"},{"canaddrecommendation":false,"ftentidentifier":"4445359627443","instanceid":"u_ps_0_0_2i","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"4445359627443","entidentifier":"4445359627443","permalink":"\/manisha.priyadarshini\/posts\/4445359627443","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1692984794","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6h"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"1552372869","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"4445359627443":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6j",["UFIController","m_ps_0_0_6i","m_ps_0_0_6k"],[{"__m":"m_ps_0_0_6i"},{"canaddrecommendation":false,"ftentidentifier":"4444260719971","instanceid":"u_ps_0_0_2k","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"4444260719971","entidentifier":"4444260719971","permalink":"\/manisha.priyadarshini\/posts\/4444260719971","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1692984794","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6k"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"537061404","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"4444260719971":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6m",["UFIController","m_ps_0_0_6l","m_ps_0_0_6n"],[{"__m":"m_ps_0_0_6l"},{"canaddrecommendation":false,"ftentidentifier":"4443962032504","instanceid":"u_ps_0_0_2m","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"4443962032504","entidentifier":"4443962032504","permalink":"\/manisha.priyadarshini\/posts\/4443962032504","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1692984794","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6n"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"100000590753545","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"4443962032504":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6p",["UFIController","m_ps_0_0_6o","m_ps_0_0_6q"],[{"__m":"m_ps_0_0_6o"},{"canaddrecommendation":false,"ftentidentifier":"4444972937776","instanceid":"u_ps_0_0_2o","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"4444972937776","entidentifier":"4444972937776","permalink":"\/manisha.priyadarshini\/posts\/4444972937776","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1692984794","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6q"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"537165995","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"4444972937776":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6t",["UFIController","m_ps_0_0_6s","m_ps_0_0_6u"],[{"__m":"m_ps_0_0_6s"},{"canaddrecommendation":false,"ftentidentifier":"10152508080509559","instanceid":"u_ps_0_0_2r","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10152508080509559","entidentifier":"10152508080509559","permalink":"\/losangelesfilmschool\/posts\/10152508080509559","commentcount":73,"likecount":1503,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{"text":"1,503 people like this.","ranges":[],"aggregatedranges":[{"offset":0,"length":12,"count":1503}]},"alternate":{"text":"You and 1,503 others like this.","ranges":[],"aggregatedranges":[{"offset":8,"length":12,"count":1503}]}},"sharecount":161,"ownerid":"30569909558","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6u"},"isranked":true,"isthreaded":true,"isownerpage":true,"isownerauthoritativepage":false,"isshare":true,"isqanda":false,"infinitescroll":false,"actorid":"30569909558","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":true,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"ranked_threaded","orderingmodes":[{"value":"ranked_threaded","selected":true,"name":"Top Comments"},{"value":"recent_activity","selected":false,"name":"Recent Activity"}]}],"comments":[{"id":"10152508080509559_10152588558019559","fbid":"10152588558019559","legacyid":"10152588558019559","body":{"text":"Thanks for making the cover person a woman, it really does help for (hopefully) future women in the industry like me! :)","ranges":[],"aggregatedranges":[],"hasTranslatableContent":true},"author":"1683264447","ftentidentifier":"10152508080509559","isfeatured":false,"likecount":8,"hasviewerliked":false,"hasviewerrecommended":false,"hasrecommendation":false,"canremove":false,"canreport":true,"canedit":false,"source":1,"viewercanlike":true,"cancomment":true,"istranslatable":false,"timestamp":{"time":1405217000,"text":"July 13 at 7:33am","verbose":"Sunday, July 13, 2014 at 7:33am"},"spamreplycount":0,"replyauthors":[]},{"id":"10152508080509559_10152590983929559","fbid":"10152590983929559","legacyid":"10152590983929559","body":{"text":"My son really wants to do this. Can it be done in Ireland","ranges":[],"aggregatedranges":[],"hasTranslatableContent":true},"author":"100000321015843","ftentidentifier":"10152508080509559","isfeatured":false,"likecount":2,"hasviewerliked":false,"hasviewerrecommended":false,"hasrecommendation":false,"canremove":false,"canreport":true,"canedit":false,"source":null,"viewercanlike":true,"cancomment":true,"istranslatable":false,"timestamp":{"time":1405298532,"text":"July 14 at 6:12am","verbose":"Monday, July 14, 2014 at 6:12am"},"spamreplycount":0,"replyauthors":[30569909558],"recentreplytimestamp":{"time":1405676721,"text":"July 18 at 3:15pm","verbose":"Friday, July 18, 2014 at 3:15pm"}}],"profiles":[{"id":"1683264447","name":"Sammi Scotto","firstName":"Sammi","vanity":"sammi.scotto","thumbSrc":"https:\/\/fbcdn-profile-a.akamaihd.net\/hprofile-ak-xpf1\/t1.0-1\/c21.0.32.32\/p32x32\/10463984_10201622478918793_164478866950406111_n.jpg","uri":"https:\/\/www.facebook.com\/sammi.scotto?fref=ufi","gender":1,"type":"user","is_friend":false},{"id":"100000321015843","name":"Susan Power Lundy","firstName":"Susan","vanity":"susan.p.lundy","thumbSrc":"https:\/\/scontent-b-sin.xx.fbcdn.net\/hprofile-xfp1\/l\/t1.0-1\/c0.0.32.32\/p32x32\/1618699_697688460251848_698905785_n.jpg","uri":"https:\/\/www.facebook.com\/susan.p.lundy?fref=ufi","gender":1,"type":"user","is_friend":false},{"id":"30569909558","name":"The Los Angeles Film School","firstName":"The Los Angeles Film School","vanity":"losangelesfilmschool","thumbSrc":"https:\/\/fbcdn-profile-a.akamaihd.net\/hprofile-ak-xap1\/t1.0-1\/p24x24\/1377069_10151950738104559_1345609235_n.jpg","uri":"https:\/\/www.facebook.com\/losangelesfilmschool","type":"page","is_friend":false}],"actions":[],"commentlists":{"comments":{"10152508080509559":{"ranked_threaded":{"range":{"offset":71,"length":2},"values":["10152508080509559_10152588558019559","10152508080509559_10152590983929559"],"count":73}}},"replies":{"10152508080509559_10152588558019559":{"range":{"offset":0,"length":0},"values":[],"count":0,"ftentidentifier":"10152508080509559"},"10152508080509559_10152590983929559":{"range":{"offset":2,"length":0},"values":[],"count":2,"ftentidentifier":"10152508080509559"}}},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_1n",["HoverButton","m_ps_0_0_6v","m_ps_0_0_6x","m_ps_0_0_6w"],[{"__m":"m_ps_0_0_6v"},{"__m":"m_ps_0_0_6x"},{"__m":"m_ps_0_0_6w"},"\/ajax\/lists\/interests_menu.php?profile_id=30569909558&list_location=like_button&use_feedtracking=1"],3],["m_ps_0_0_6y",["ContextualDialog","ContextualDialogArrow","ContextualDialogDefaultTheme","LayerFadeOnShow","LayerHideOnEscape","DialogHideOnSuccess","LayerHideOnTransition","LayerRemoveOnHide","LayerAutoFocus","ContextualLayerAutoFlip","LayerTabIsolation","m_ps_0_0_6z"],[{"width":null,"context":null,"contextID":null,"contextSelector":null,"position":"below","alignment":"left","offsetX":0,"offsetY":0,"arrowBehavior":{"__m":"ContextualDialogArrow"},"theme":{"__m":"ContextualDialogDefaultTheme"},"addedBehaviors":[{"__m":"LayerFadeOnShow"},{"__m":"LayerHideOnEscape"},{"__m":"DialogHideOnSuccess"},{"__m":"LayerHideOnTransition"},{"__m":"LayerRemoveOnHide"},{"__m":"LayerAutoFocus"},{"__m":"ContextualLayerAutoFlip"},{"__m":"LayerTabIsolation"}]},{"__m":"m_ps_0_0_6z"}],3],["m_ps_0_0_6x",["HoverFlyout","m_ps_0_0_6y","m_ps_0_0_70"],[{"__m":"m_ps_0_0_6y"},{"__m":"m_ps_0_0_70"},150,150],3],["m_ps_0_0_2p",["TypeaheadMetrics"],[{"extraData":{"event_name":"mentions","from_location":null}}],4],["m_ps_0_0_2r",["DataSource"],[{"maxResults":10,"queryData":{"viewer":100000590753545,"filter":["page","app","user"],"max_result":10,"context":"topics_limited_autosuggest","rsp":"mentions"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"viewer":100000590753545,"filter":["user","page","app","group","event"],"options":["friends_only","nm"],"token":"v7","context":"mentions","rsp":"mentions"},"bootstrapEndpoint":"\/ajax\/typeahead\/first_degree.php","enabledLocalCache":true,"enabledMergeUids":true,"token":"1406485711-7"}],2],["m_ps_0_0_5u",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10152278366177705"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_65",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10203560581729498"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_68",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10203560562249011"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6b",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10203560535808350"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6e",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10203560704692572"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6h",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":4445359627443},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6k",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":4444260719971},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6n",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":4443962032504},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6q",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":4444972937776},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6u",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10152508080509559"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2]],"markup":[["m_ps_0_0_s",{"__html":"Shared with: Sanibh&#039;s friends"},2],["m_ps_0_0_v",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_w",{"__html":"Unfollow Sanibh"},2],["m_ps_0_0_x",{"__html":"Get Notifications"},2],["m_ps_0_0_y",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_z",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_16",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_17",{"__html":"Unfollow Chandrachuda"},2],["m_ps_0_0_18",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_1f",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_1o",{"__html":"\u003Cbutton value=\"1\" class=\"_42ft _4jy0 PageLikedButton _52nf PageLikeButton _4jy3 _517h\" data-profileid=\"30569909558\" type=\"submit\" data-ownerid=\"u_ps_0_0_13\" id=\"u_ps_0_0_33\">\u003Cimg class=\"_3-8_ img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yY\/r\/pd2jiu4T1Y2.png\" alt=\"\" width=\"12\" height=\"12\" \/>Liked\u003Ci class=\"_3-99 img sp_m5zUGIMREvf sx_d10d01\">\u003C\/i>\u003C\/button>"},4],["m_ps_0_0_1q",{"__html":"Shared with: Public"},2],["m_ps_0_0_1s",{"__html":"Shared with: Public"},2],["m_ps_0_0_1u",{"__html":"Shared with: Public"},2],["m_ps_0_0_1w",{"__html":"Shared with: Public"},2],["m_ps_0_0_1y",{"__html":"Shared with: Manisha&#039;s friends"},2],["m_ps_0_0_20",{"__html":"Shared with: Manisha&#039;s friends"},2],["m_ps_0_0_22",{"__html":"Shared with: Manisha&#039;s friends"},2],["m_ps_0_0_24",{"__html":"Shared with: Manisha&#039;s friends"},2],["m_ps_0_0_27",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_28",{"__html":"Hide all ads from The Los Angeles Film School"},2],["m_ps_0_0_29",{"__html":"Save &quot;The Los Angeles Film School&quot;"},2],["m_ps_0_0_2a",{"__html":"Unsave &quot;The Los Angeles Film School&quot;"},2],["m_ps_0_0_2b",{"__html":"Get Notifications"},2],["m_ps_0_0_2c",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_2d",{"__html":"Embed Post"},2],["m_ps_0_0_2e",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_2v",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_2w",{"__html":"Unfollow Chandrachuda"},2],["m_ps_0_0_2x",{"__html":"Unfollow Naveen"},2],["m_ps_0_0_2y",{"__html":"See Friendship"},2],["m_ps_0_0_2z",{"__html":"Get Notifications"},2],["m_ps_0_0_30",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_31",{"__html":"Embed Post"},2],["m_ps_0_0_32",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_39",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_3a",{"__html":"Unfollow Naman"},2],["m_ps_0_0_3b",{"__html":"Unfollow Naveen"},2],["m_ps_0_0_3c",{"__html":"See Friendship"},2],["m_ps_0_0_3d",{"__html":"Get Notifications"},2],["m_ps_0_0_3e",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_3f",{"__html":"Embed Post"},2],["m_ps_0_0_3g",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_3n",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_3o",{"__html":"Unfollow Aditya"},2],["m_ps_0_0_3p",{"__html":"Unfollow Naveen"},2],["m_ps_0_0_3q",{"__html":"See Friendship"},2],["m_ps_0_0_3r",{"__html":"Get Notifications"},2],["m_ps_0_0_3s",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_3t",{"__html":"Embed Post"},2],["m_ps_0_0_3u",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_41",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_42",{"__html":"Hide all from Bharath"},2],["m_ps_0_0_43",{"__html":"Unfollow Naveen"},2],["m_ps_0_0_44",{"__html":"See Friendship"},2],["m_ps_0_0_45",{"__html":"Get Notifications"},2],["m_ps_0_0_46",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_47",{"__html":"Embed Post"},2],["m_ps_0_0_48",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_4f",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_4g",{"__html":"Hide all from Umang"},2],["m_ps_0_0_4h",{"__html":"Unfollow Manisha"},2],["m_ps_0_0_4i",{"__html":"See Friendship"},2],["m_ps_0_0_4j",{"__html":"Get Notifications"},2],["m_ps_0_0_4k",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_4l",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_4s",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_4t",{"__html":"Unfollow Abhishek"},2],["m_ps_0_0_4u",{"__html":"Unfollow Manisha"},2],["m_ps_0_0_4v",{"__html":"See Friendship"},2],["m_ps_0_0_4w",{"__html":"Get Notifications"},2],["m_ps_0_0_4x",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_4y",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_55",{"__html":"Delete"},2],["m_ps_0_0_56",{"__html":"Edit Post"},2],["m_ps_0_0_57",{"__html":"See Friendship"},2],["m_ps_0_0_58",{"__html":"Stop Notifications"},2],["m_ps_0_0_59",{"__html":"\u003Cdiv>Get Notifications\u003C\/div>"},2],["m_ps_0_0_5a",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_5h",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_5i",{"__html":"Unfollow Himangshu"},2],["m_ps_0_0_5j",{"__html":"Unfollow Manisha"},2],["m_ps_0_0_5k",{"__html":"See Friendship"},2],["m_ps_0_0_5l",{"__html":"Get Notifications"},2],["m_ps_0_0_5m",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_5n",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_6z",{"__html":"\u003Cdiv>\u003Cdiv>\u003Cdiv>\u003Cdiv id=\"u_ps_0_0_34\">\u003Cimg class=\"mal pal _52ng center img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yk\/r\/LOOn0JtHNzb.gif\" alt=\"\" width=\"16\" height=\"16\" \/>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},3]],"elements":[["m_ps_0_0_13","u_ps_0_0_e",2],["m_ps_0_0_10","u_ps_0_0_m",4],["m_ps_0_0_1c","u_ps_0_0_r",2],["m_ps_0_0_19","u_ps_0_0_t",4],["m_ps_0_0_1j","u_ps_0_0_z",2],["m_ps_0_0_1g","u_ps_0_0_11",4],["m_ps_0_0_1l","u_ps_0_0_14",4],["m_ps_0_0_2i","u_ps_0_0_c",2],["m_ps_0_0_2f","u_ps_0_0_1e",4],["m_ps_0_0_2j","u_ps_0_0_1f",2],["m_ps_0_0_2l","u_ps_0_0_1g",2],["m_ps_0_0_2q","u_ps_0_0_1h",2],["m_ps_0_0_2m","u_ps_0_0_1i",6],["m_ps_0_0_36","u_ps_0_0_15",2],["m_ps_0_0_33","u_ps_0_0_1l",4],["m_ps_0_0_3k","u_ps_0_0_16",2],["m_ps_0_0_3h","u_ps_0_0_1n",4],["m_ps_0_0_3y","u_ps_0_0_17",2],["m_ps_0_0_3v","u_ps_0_0_1p",4],["m_ps_0_0_4c","u_ps_0_0_18",2],["m_ps_0_0_49","u_ps_0_0_1r",4],["m_ps_0_0_4p","u_ps_0_0_19",2],["m_ps_0_0_4m","u_ps_0_0_1t",4],["m_ps_0_0_52","u_ps_0_0_1a",2],["m_ps_0_0_4z","u_ps_0_0_1v",4],["m_ps_0_0_5e","u_ps_0_0_1b",2],["m_ps_0_0_5b","u_ps_0_0_1x",4],["m_ps_0_0_5r","u_ps_0_0_1c",2],["m_ps_0_0_5o","u_ps_0_0_1z",4],["m_ps_0_0_5s","u_ps_0_0_21",2],["m_ps_0_0_63","u_ps_0_0_2b",2],["m_ps_0_0_66","u_ps_0_0_2d",2],["m_ps_0_0_69","u_ps_0_0_2f",2],["m_ps_0_0_6c","u_ps_0_0_2h",2],["m_ps_0_0_6f","u_ps_0_0_2j",2],["m_ps_0_0_6i","u_ps_0_0_2l",2],["m_ps_0_0_6l","u_ps_0_0_2n",2],["m_ps_0_0_6o","u_ps_0_0_2p",2],["m_ps_0_0_6s","u_ps_0_0_2s",2],["m_ps_0_0_1k","u_ps_0_0_2t",2],["m_ps_0_0_6r","u_ps_0_0_2q",2],["m_ps_0_0_r","u_ps_0_0_2u",2],["m_ps_0_0_2s","u_ps_0_0_1j",2],["m_ps_0_0_2k","u_ps_0_0_1f",2],["m_ps_0_0_1p","u_ps_0_0_2v",2],["m_ps_0_0_5v","u_ps_0_0_22",2],["m_ps_0_0_1r","u_ps_0_0_2w",2],["m_ps_0_0_5w","u_ps_0_0_23",2],["m_ps_0_0_1t","u_ps_0_0_2x",2],["m_ps_0_0_5x","u_ps_0_0_24",2],["m_ps_0_0_1v","u_ps_0_0_2y",2],["m_ps_0_0_5y","u_ps_0_0_25",2],["m_ps_0_0_1x","u_ps_0_0_2z",2],["m_ps_0_0_5z","u_ps_0_0_26",2],["m_ps_0_0_1z","u_ps_0_0_30",2],["m_ps_0_0_60","u_ps_0_0_27",2],["m_ps_0_0_21","u_ps_0_0_31",2],["m_ps_0_0_61","u_ps_0_0_28",2],["m_ps_0_0_23","u_ps_0_0_32",2],["m_ps_0_0_62","u_ps_0_0_29",2],["m_ps_0_0_6v","u_ps_0_0_33",2,"m_ps_0_0_1o"],["m_ps_0_0_70","u_ps_0_0_33",2,"m_ps_0_0_1o"],["m_ps_0_0_6w","u_ps_0_0_34",2,"m_ps_0_0_6z"]],"define":[["ViewableImpressionConfig",[],{"selector":"[data-xt-vimp]","bypass_banzai_check":true,"handleAllHiddenEvents":true,"handleAllVisibleEvents":true,"minOffsetVisibleFromTop":0,"minOffsetVisibleFromBottom":0,"timeout":250,"skipVisibilityHiddenEvents":true,"cacheTrackedElements":true,"doHeatmapLogging":false,"heatmapLoggingDurationMS":null,"impressionURL":"\/xti.php","nonviewableEnabled":false,"minOffsetVisibleFromLeft":0,"minOffsetVisibleFromRight":0},437],["MarauderConfig",[],{"app_version":1344176,"gk_enabled":false},31]],"require":[["StoryPositionTracking","registerNewStories",[],["substream_1"]],["LitestandStreamLoader","moreStoriesInserted",[],["substream_1"]],["FeedAdsClickLogger","init",[],[{"append_tracking_data_to_links":1}]],["ViewableImpressionTracking","init",[],[]],["EntstreamAttachmentRelatedShare","loadInlineStoryPivotAttachment",[],["u_ps_0_0_f","S:_I500682704:10152278366177705"]],["EntstreamAttachmentRelatedShare","loadInlineStoryPivotAttachment",[],["u_ps_0_0_g","S:_I500682704:10152278366177705"]],["Tooltip","set",["m_ps_0_0_r","m_ps_0_0_s"],[{"__m":"m_ps_0_0_r"},{"__m":"m_ps_0_0_s"}]],["SaveStateHandler","unsaved",[],[["1398445830430561"]]],["m_ps_0_0_t"],["m_ps_0_0_u"],["m_ps_0_0_11"],["m_ps_0_0_12"],["m_ps_0_0_14"],["m_ps_0_0_15"],["m_ps_0_0_1a"],["m_ps_0_0_1b"],["m_ps_0_0_1d"],["m_ps_0_0_1e"],["m_ps_0_0_1h"],["m_ps_0_0_1i"],["LitestandShareAttachment","init",["m_ps_0_0_1k"],[{"__m":"m_ps_0_0_1k"}]],["PageLikeButton","init",["m_ps_0_0_1m","m_ps_0_0_1l","m_ps_0_0_1n"],[{"__m":"m_ps_0_0_1m"},{"__m":"m_ps_0_0_1l"},{"__m":"m_ps_0_0_1n"},30569909558,"fan_context_story",null,null,null,0,false,null]],["m_ps_0_0_1m"],["Tooltip","set",["m_ps_0_0_1p","m_ps_0_0_1q"],[{"__m":"m_ps_0_0_1p"},{"__m":"m_ps_0_0_1q"}]],["Tooltip","set",["m_ps_0_0_1r","m_ps_0_0_1s"],[{"__m":"m_ps_0_0_1r"},{"__m":"m_ps_0_0_1s"}]],["Tooltip","set",["m_ps_0_0_1t","m_ps_0_0_1u"],[{"__m":"m_ps_0_0_1t"},{"__m":"m_ps_0_0_1u"}]],["Tooltip","set",["m_ps_0_0_1v","m_ps_0_0_1w"],[{"__m":"m_ps_0_0_1v"},{"__m":"m_ps_0_0_1w"}]],["Tooltip","set",["m_ps_0_0_1x","m_ps_0_0_1y"],[{"__m":"m_ps_0_0_1x"},{"__m":"m_ps_0_0_1y"}]],["Tooltip","set",["m_ps_0_0_1z","m_ps_0_0_20"],[{"__m":"m_ps_0_0_1z"},{"__m":"m_ps_0_0_20"}]],["Tooltip","set",["m_ps_0_0_21","m_ps_0_0_22"],[{"__m":"m_ps_0_0_21"},{"__m":"m_ps_0_0_22"}]],["Tooltip","set",["m_ps_0_0_23","m_ps_0_0_24"],[{"__m":"m_ps_0_0_23"},{"__m":"m_ps_0_0_24"}]],["m_ps_0_0_25"],["m_ps_0_0_26"],["m_ps_0_0_2g"],["m_ps_0_0_2h"],["BirthdayReminder","registerWallpostHandler",["m_ps_0_0_2j"],[{"__m":"m_ps_0_0_2j"},"birthday",true]],["m_ps_0_0_2n"],["m_ps_0_0_2o"],["Typeahead","init",["m_ps_0_0_2m","m_ps_0_0_2o","m_ps_0_0_2p"],[{"__m":"m_ps_0_0_2m"},{"__m":"m_ps_0_0_2o"},["buildBestAvailableNames"],{"__m":"m_ps_0_0_2p"}]],["SubmitOnEnterListener"],["FlipDirectionOnKeypress"],["PlaceholderListener"],["PlaceholderOnsubmitFormListener"],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_1j","10152278366177705"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_1j",{"targetID":"10152278366177705"},"02242802"]],["m_ps_0_0_2t"],["m_ps_0_0_2u"],["m_ps_0_0_34"],["m_ps_0_0_35"],["m_ps_0_0_37"],["m_ps_0_0_38"],["m_ps_0_0_3i"],["m_ps_0_0_3j"],["m_ps_0_0_3l"],["m_ps_0_0_3m"],["m_ps_0_0_3w"],["m_ps_0_0_3x"],["m_ps_0_0_3z"],["m_ps_0_0_40"],["m_ps_0_0_4a"],["m_ps_0_0_4b"],["m_ps_0_0_4d"],["m_ps_0_0_4e"],["m_ps_0_0_4n"],["m_ps_0_0_4o"],["m_ps_0_0_4q"],["m_ps_0_0_4r"],["m_ps_0_0_50"],["m_ps_0_0_51"],["m_ps_0_0_53"],["m_ps_0_0_54"],["m_ps_0_0_5c"],["m_ps_0_0_5d"],["m_ps_0_0_5f"],["m_ps_0_0_5g"],["m_ps_0_0_5p"],["m_ps_0_0_5q"],["m_ps_0_0_5t"],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_22","10203560581729498"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_22",{"targetID":"10203560581729498"},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_23","10203560562249011"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_23",{"targetID":"10203560562249011"},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_24","10203560535808350"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_24",{"targetID":"10203560535808350"},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_25","10203560704692572"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_25",{"targetID":"10203560704692572"},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_26",4445359627443]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_26",{"targetID":4445359627443},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_27",4444260719971]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_27",{"targetID":4444260719971},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_28",4443962032504]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_28",{"targetID":4443962032504},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_29",4444972937776]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_29",{"targetID":4444972937776},"02242802"]],["m_ps_0_0_64"],["m_ps_0_0_67"],["m_ps_0_0_6a"],["m_ps_0_0_6d"],["m_ps_0_0_6g"],["m_ps_0_0_6j"],["m_ps_0_0_6m"],["m_ps_0_0_6p"],["CensorLogger","registerForm",[],["u_ps_0_0_2q","10152508080509559"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_2q",{"targetID":"10152508080509559"},"02242802"]],["UFIOrderingModeSelector.react"],["m_ps_0_0_6t"],["m_ps_0_0_1n"],["m_ps_0_0_6y"],["m_ps_0_0_6x"]]},"css":["bFa3M","qfZQ2","W39r7","F3tfC","hY\/xw"],"resource_map":{"CffXe":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yk\/r\/apZveIG5EOp.js"},"bVMrR":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yV\/r\/DMxPFaIKbZs.js"},"E0eWs":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yV\/r\/kF5sBvoCgxe.js"},"F3tfC":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yp\/r\/pB245Yjxhs6.css"},"hY\/xw":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/ym\/r\/uClNkck-FMB.css"}},"js":["oA+g0","zFEBF","A3tsq","ZQfFN","fAL+r","X2CJw","AbNEf","WWhVy","yfRoF","CffXe","OpVsJ","bVMrR","E0eWs","\/weLr","T3PSi","Dkh4m","vxsWQ","ULybE"],"displayJS":["oA+g0","A3tsq","ZQfFN"],"id":"substream_1","phase":3})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_rhc_footer":{"container_id":"u_0_6i"}},"jsmods":{"instances":[["m_0_f3",["Menu","MenuItem","m_0_f4","m_0_f5","m_0_f6","m_0_f7","m_0_f8","m_0_f9","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"href":"https:\/\/www.facebook.com\/facebook","title":"","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_f4"},"label":"About","className":null},{"href":"https:\/\/www.facebook.com\/campaign\/landing.php?placement=pf_rhc_more&campaign_id=136808916455473&extra_1=auto","title":"","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_f5"},"label":"Advertising","className":null},{"href":"https:\/\/www.facebook.com\/careers\/?ref=pf","title":"","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_f6"},"label":"Careers","className":null},{"href":"https:\/\/www.facebook.com\/pages\/create\/?ref_type=site_footer","title":"","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_f7"},"label":"Create Page","className":null},{"href":"https:\/\/developers.facebook.com\/?ref=pf","title":"","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_f8"},"label":"Developers","className":null},{"href":"https:\/\/www.facebook.com\/help\/?ref=pf","title":"","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_f9"},"label":"Help","className":null}],{"id":"u_0_5u","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_fb",["PopoverMenu","m_0_fc","m_0_fa","m_0_f3"],[{"__m":"m_0_fc"},{"__m":"m_0_fa"},{"__m":"m_0_f3"},[]],1],["m_0_fc",["Popover","m_0_fd","m_0_fa","ContextualLayerAutoFlip","ContextualLayerUpdateOnScroll"],[{"__m":"m_0_fd"},{"__m":"m_0_fa"},[{"__m":"ContextualLayerAutoFlip"},{"__m":"ContextualLayerUpdateOnScroll"}],{"alignh":"right"}],3]],"markup":[["m_0_f4",{"__html":"About"},2],["m_0_f5",{"__html":"Advertising"},2],["m_0_f6",{"__html":"Careers"},2],["m_0_f7",{"__html":"Create Page"},2],["m_0_f8",{"__html":"Developers"},2],["m_0_f9",{"__html":"Help"},2]],"elements":[["m_0_fd","rhc_footer_selector",2],["m_0_fa","u_0_5v",4]],"require":[["Arbiter","inform",[],["footerLoaded","","persistent"]],["m_0_f3"],["m_0_fb"],["m_0_fc"]]},"css":["zBuYA","W39r7","qfZQ2"],"js":["oA+g0","zFEBF","AbNEf","ZQfFN","T3PSi"],"displayJS":["oA+g0"],"id":"pagelet_rhc_footer","phase":4})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_dock":{"container_id":"u_0_6j"}},"jsmods":{"instances":[["m_0_fj",["BuddyListNub","m_0_fi","m_0_fk","m_0_fl"],[{"__m":"m_0_fi"},{"__m":"m_0_fk"},{"__m":"m_0_fl"}],1],["m_0_fm",["ChatSidebarDropdown","m_0_fn","m_0_fo"],[{"__m":"m_0_fn"},{"__m":"m_0_fo"},false,false,false,true],1],["m_0_fn",["PopoverMenu","m_0_fq","m_0_fp","m_0_fo"],[{"__m":"m_0_fq"},{"__m":"m_0_fp"},{"__m":"m_0_fo"},[]],3],["m_0_fq",["Popover","m_0_fr","m_0_fp","ContextualLayerAutoFlip","ContextualDialogArrow"],[{"__m":"m_0_fr"},{"__m":"m_0_fp"},[{"__m":"ContextualLayerAutoFlip"},{"__m":"ContextualDialogArrow"}],{"alignh":"right"}],3],["m_0_fk",["ChatOrderedList","m_0_fu","m_0_fs"],[false,{"__m":"m_0_fu"},{"__m":"m_0_fs"}],3],["m_0_fl",["Typeahead","m_0_fy","ChatTypeaheadView","ChatTypeaheadRenderer","m_0_fv","ChatTypeaheadCore","m_0_fw"],[{"__m":"m_0_fy"},{"node_id":"u_0_5z","node":null,"ctor":{"__m":"ChatTypeaheadView"},"options":{"autoSelect":true,"renderer":{"__m":"ChatTypeaheadRenderer"},"causalElement":{"__m":"m_0_fv"},"minWidth":0,"alignment":"left","showBadges":true}},{"ctor":{"__m":"ChatTypeaheadCore"},"options":{"keepFocused":false,"resetOnSelect":true,"setValueOnSelect":false}},{"__m":"m_0_fw"}],7],["m_0_fs",["LegacyContextualDialog","AccessibleLayer"],[{"buildWrapper":false,"causalElement":null,"addedBehaviors":[{"__m":"AccessibleLayer"}]}],5],["m_0_fo",["SelectableMenu","MenuSelectableItem","m_0_fz","MenuItem","m_0_g0","MenuSeparator","m_0_g1","m_0_g2","m_0_g3","m_0_g4","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"value":"sound","selected":false,"label":"Chat Sounds","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_fz"},"title":"","className":null},{"href":"\/ajax\/chat\/privacy\/settings_dialog.php","rel":"dialog","value":"advanced_settings","label":"Advanced Settings...","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_g0"},"title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"value":"close_all_tabs","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_g1"},"label":"Close All Chat Tabs","title":"","className":null},{"class":"_2xvi","value":"sidebar","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_g2"},"label":"Hide Sidebar","title":"","className":"_2xvi"},{"class":"_5vmf","value":"online","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_g3"},"label":"Turn On Chat","title":"","className":"_5vmf"},{"class":"_5vmg","value":"turn_off_dialog","href":"\/ajax\/chat\/privacy\/turn_off_dialog.php","rel":"dialog","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_g4"},"label":"Turn Off Chat","title":"","className":"_5vmg"}],{"id":"u_0_60","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"className":"_57di","multiple":true,"theme":{"__m":"XUIMenuTheme"}}],5],["m_0_fy",["ChatTypeaheadDataSource"],[{"queryEndpoint":"\/ajax\/mercury\/composer_query.php","alwaysPrefixMatch":true,"enabledLocalCache":true,"enabledMergeUids":true}],2]],"markup":[["m_0_ft",{"__html":"\u003Cdiv class=\"uiContextualDialogPositioner\" id=\"u_0_68\" data-position=\"left\">\u003Cdiv class=\"uiOverlay uiContextualDialog\" data-width=\"300\" data-destroyonhide=\"false\" data-fadeonhide=\"false\">\u003Cdiv class=\"uiOverlayContent\">\u003Cdiv class=\"uiContextualDialogContent\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_fz",{"__html":"Chat Sounds"},2],["m_0_g0",{"__html":"Advanced Settings..."},2],["m_0_g1",{"__html":"Close All Chat Tabs"},2],["m_0_g2",{"__html":"Hide Sidebar"},2],["m_0_g3",{"__html":"Turn On Chat"},2],["m_0_g4",{"__html":"Turn Off Chat"},2]],"elements":[["m_0_fe","u_0_5w",2],["m_0_ff","u_0_5x",2],["m_0_fg","u_0_5y",2],["m_0_fi","fbDockChatBuddylistNub",2],["m_0_fr","u_0_61",2],["m_0_fp","u_0_62",4],["m_0_fu","u_0_63",2],["m_0_fw","u_0_64",2],["m_0_fx","u_0_65",2],["m_0_fv","u_0_66",4],["m_0_fh","u_0_67",2]],"define":[["NotificationBeeperItemRenderersList",["SyncRequestNotificationBeeperItemContents.react"],{"SyncRequestNotificationBeeperItemContents":{"__m":"SyncRequestNotificationBeeperItemContents.react"}},364],["NotificationBeeperPinnedPostLoader",[],{"payload":{"nodes":[],"servertime":1406489189}},408]],"require":[["MusicButtonManager","init",[],[["music.song"]]],["initLiveMessageReceiver"],["Dock","init",["m_0_fe"],[{"__m":"m_0_fe"}]],["ChatApp","init",["m_0_ff","m_0_fg"],[{"__m":"m_0_ff"},{"__m":"m_0_fg"},{"payload_source":"server_initial_data"}]],["React","constructAndRenderComponent",["NotificationBeeper.react","m_0_fh"],[{"__m":"NotificationBeeper.react"},{"canPause":false,"shouldShowPermalinkDialog":false,"soundPath":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yy\/r\/odIeERVR1c5.mp3","soundEnabled":true,"slowFade":false,"tracking":"{\"ref\":\"beeper\",\"jewel\":\"notifications\",\"type\":\"click2canvas\",\"fbsource\":\"1001\"}"},{"__m":"m_0_fh"}]],["ChatOptions"],["m_0_fj"],["m_0_fm"],["m_0_fo"],["m_0_fn"],["m_0_fq"],["Layer","init",["m_0_fs","m_0_ft"],[{"__m":"m_0_fs"},{"__m":"m_0_ft"}]],["m_0_fk"],["m_0_fl"],["Typeahead","init",["m_0_fv","m_0_fl"],[{"__m":"m_0_fv"},{"__m":"m_0_fl"},["chatTypeahead","buildBestAvailableNames","showLoadingIndicator"],null]],["ClearableTypeahead","resetOnCloseButtonClick",["m_0_fl","m_0_fx"],[{"__m":"m_0_fl"},{"__m":"m_0_fx"}]],["m_0_fs"]]},"css":["W39r7","qfZQ2","kFNWO","eDlKo"],"bootloadable":{"SpotifyJSONPRequest":{"resources":["oA+g0","AbNEf","xO\/k5"],"module":true},"Music":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","ru4+m","qu1rX","2xA31","Ko4Tz","eDlKo"],"module":true}},"resource_map":{"xO\/k5":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yv\/r\/RJ_CFhXG_qr.js"},"qu1rX":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yu\/r\/NY73xcd9ZUo.js"},"2xA31":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y9\/r\/0GafQx9IGQT.js"},"Ko4Tz":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yq\/r\/Fe9tJ1XqRpO.js"}},"js":["oA+g0","ZQfFN","AbNEf","ru4+m","9ZFTI","YuKpR","kW7VI","2xGCL","yfRoF","MV+4i","zFEBF","yzfhX","A3tsq","fAL+r","T3PSi"],"displayJS":["oA+g0"],"id":"pagelet_dock","phase":4})</script> <script>bigPipe.onPageletArrive({"content":{"fbRequestsList":{"container_id":"u_0_6k"}},"css":["W39r7"],"id":"fbRequestsList","phase":4})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_megaphone":""},"id":"pagelet_megaphone","phase":4})</script> <script>bigPipe.onPageletArrive({"content":{"more_pager_pagelet_53d55264c8a682984692903":{"container_id":"u_0_6l"}},"jsmods":{"elements":[["m_ps_0_0_71","u_ps_0_0_35",2]],"require":[["LitestandStreamLoader","register",["m_ps_0_0_71"],["feed_stream_53d55264c89022a29833764",{"bufferPixels":2000,"firstPagerScrollBuffer":100,"minStories":9999,"maxStories":9999,"maxFooterStories":10,"pollIntervalMS":60000,"newStoryIdleTime":60000,"substream_config":{"substream_story_count":6,"top_news_phases":[0,62],"default_phases":[0,1],"top_news_sizes":[5,4],"scroll_load_sizes":[3,5]}},"{\"edge\":null,\"source_id\":null,\"section_id\":408239535924329,\"pause_at\":null,\"stream_id\":null,\"section_type\":1,\"sizes\":null,\"most_recent\":false,\"unread_session\":false,\"continue_top_news_feed\":false}",{"__m":"m_ps_0_0_71"},null]]]},"css":["bFa3M","zBuYA","W39r7"],"js":["oA+g0","ZQfFN","AbNEf","A3tsq","zFEBF","WWhVy","X2CJw","fAL+r","yfRoF"],"id":"more_pager_pagelet_53d55264c8a682984692903","phase":4})</script><script>bigPipe.onPageletArrive({"id":"","phase":4,"jsmods":{},"is_last":true,"css":["bFa3M","W39r7","qfZQ2","kFNWO","wSNSL","AdGuG","ARvZo","UAyFP","8BdUi","XwoJp","Z6dBe"],"js":["oA+g0","A3tsq","ZQfFN","AbNEf","uMuQj","T3PSi","4vv8\/","yfRoF","Suw\/5","Wc6QC","zFEBF","kW7VI","YuKpR","2xGCL","ru4+m","MDo8O","Nd\/C+","yzfhX","SsUry","KKBlw","MV+4i","b4ccv","kkk4S"],"displayJS":["oA+g0","ZQfFN","A3tsq"],"the_end":true})</script> <div class="uiContextualDialogPositioner uiLayer hidden_elem uiContextualDialogLeft" id="u_0_3i" data-position="left"><div class="uiOverlay uiContextualDialog uiContextualDialogArrowRight" data-width="300" data-destroyonhide="false" data-fadeonhide="false"><div class="uiOverlayContent"><div class="uiContextualDialogContent" role="dialog"></div></div><i class="uiContextualDialogArrow" style="top: 0%; margin-top: 15px;"></i></div></div><div class="uiContextualDialogPositioner uiLayer hidden_elem uiContextualDialogLeft" id="u_0_68" data-position="left"><div class="uiOverlay uiContextualDialog uiContextualDialogArrowRight" data-width="300" data-destroyonhide="false" data-fadeonhide="false"><div class="uiOverlayContent"><div class="uiContextualDialogContent" role="dialog"></div></div><i class="uiContextualDialogArrow" style="top: 0%; margin-top: 15px;"></i></div></div><audio preload="auto"></audio><textarea class="textMetrics" style="width: 204px;">...</textarea><div class="_n8 _3qx fbPhotoSnowlift fbxPhoto uiLayer fullScreenAvailable slideshowAvailable hidden_elem" id="photos_snowlift" tabindex="0" role="region" aria-label="Facebook Photo Theater" aria-busy="true"><div class="_n9"><div class="_n3"><div class="fbPhotoSnowliftContainer uiContextualLayerParent" data-ft="{&quot;type&quot;:44,&quot;tn&quot;:&quot;*F&quot;}" data-ownerid="u_jsonp_5_11"><div class="clearfix fbPhotoSnowliftPopup" style="width: 1167px; height: 538px;"><div class="stageWrapper lfloat _ohe" style="width: 807px; line-height: 538px;"><div class="fbPhotoSnowliftFullScreen fullScreenSwitch" id="fullScreenSwitch"><a data-hover="tooltip" aria-label="Enter Fullscreen" data-tooltip-position="below" data-tooltip-alignh="right" href="https://www.facebook.com/#" id="fbPhotoSnowliftFullScreenSwitch" data-ft="{&quot;tn&quot;:&quot;+?&quot;}" role="button"></a><a data-hover="tooltip" aria-label="Press Esc to exit fullscreen" data-tooltip-position="below" data-tooltip-alignh="right" href="https://www.facebook.com/#" id="fbPhotoSnowliftFullScreenClose" data-ft="{&quot;tn&quot;:&quot;+\u003C&quot;}" role="button"></a></div><div class="stage" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><img class="spotlight hidden_elem" alt="" aria-describedby="fbPhotosSnowliftCaption" aria-busy="false" src="./ui_files/10513466_780485925306436_5657629826430071473_n(1).jpg" style="width: 807px; height: 538px;"><div class="fbPhotosPhotoTagboxes tagContainer" id="fbPhotoSnowliftTagBoxes"></div><div class="fbPhotoTagApproval hidden_elem" id="fbPhotoSnowliftTagApproval"></div><div class="_5bai" id="fbPhotoSnowliftComputerVisionInfo"></div></div><div class="videoStage" data-ft="{&quot;tn&quot;:&quot;F&quot;}"></div><div class="stageActions" id="snowliftStageActions" data-ft="{&quot;tn&quot;:&quot;+\u0040&quot;}"><div class="clearfix snowliftOverlay snowliftOverlayBar rightButtons"><div class="overlayBarButtons rfloat _ohf"><div class="_6a _6b fbPhotosPhotoActions" id="fbPhotoSnowliftActions"></div><div class="fbPhotosPhotoButtons" id="fbPhotoSnowliftButtons"></div></div><div class="mediaTitleInfo"><div class="mediaTitleBoxFlex"><div id="fbPhotoSnowliftMediaTitle"></div><span class="mlm hidden_elem" id="fbPhotoSnowliftPositionAndCount"></span><div class="mediaTitleInfoSpacer"></div></div></div></div><div class="fbPhotosPhotoTagboxBase newTagBox hidden_elem" style=""><div class="borderTagBox"><div class="innerTagBox"><div class="ieContentFix">&nbsp;&nbsp;&nbsp;&nbsp;</div></div></div><div class="tag" style=""><div class="tagPointer"><img class="tagArrow img" src="./ui_files/7eXyMfo7rRq.png" alt="" width="19" height="5"><div class="tagName"></div></div></div></div><div class="fbPhotoTagger hidden_elem" id="u_jsonp_7_2"><div class="faceBox"><div class="typeaheadWrapper"><div class="typeaheadContainer"><div class="arrow"><div class="nub"></div></div><div class="typeaheadBackdrop"><div class="mbs typeaheadLabel">Type any name to tag:</div><div class="clearfix uiTokenizer uiNormalTokenizer photoTagTokenizer" id="u_jsonp_7_1"><div class="uiTypeahead photoTagTypeahead" data-ft="{&quot;tn&quot;:&quot;+Q&quot;}" id="u_jsonp_7_x"><div class="wrap"><input type="hidden" autocomplete="off" class="hiddenInput"><div class="innerWrap"><div class="uiStickyPlaceholderInput uiStickyPlaceholderEmptyInput"><div class="placeholder" aria-hidden="true">Type any name</div><input type="text" class="inputtext textInput" name="user_name" placeholder="" autocomplete="off" aria-autocomplete="list" aria-expanded="false" aria-owns="typeahead_list_u_jsonp_7_x" aria-haspopup="true" role="combobox" spellcheck="false" id="u_jsonp_7_y" value="Type any name" aria-label="Type any name"></div></div></div></div></div></div></div></div></div></div></div><a class="snowliftPager prev" title="Previous" data-ft="{&quot;tn&quot;:&quot;+&gt;&quot;}"><i></i></a><a class="snowliftPager next hilightPager" title="Next" data-ft="{&quot;tn&quot;:&quot;+=&quot;}"><i></i></a><div class="photoError stageError hidden_elem" id="fbPhotoSnowliftError"></div></div><div class="rhc photoUfiContainer" data-ft="{&quot;tn&quot;:&quot;+Z&quot;}" aria-busy="false"><div class="rhcHeader"><div class="fbPhotoSnowliftControls"><a data-hover="tooltip" aria-label="Press Esc to close" data-tooltip-position="below" data-tooltip-alignh="right" class="closeTheater" href="https://www.facebook.com/#" data-ft="{&quot;tn&quot;:&quot;+\u003C&quot;}" role="button" id="js_106"></a><a data-hover="tooltip" aria-label="Press Esc to exit fullscreen" data-tooltip-position="below" data-tooltip-alignh="right" class="closeTheater fullscreenCommentClose" href="https://www.facebook.com/#" data-ft="{&quot;tn&quot;:&quot;+\u003C&quot;}" role="button"></a></div><div id="fbPhotoSnowliftInlineEditor"></div></div><form rel="async" class="fbPhotosSnowliftFeedbackForm rhcBody commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_ps_0_0_a" style="padding-bottom: 0px;"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGhzLRDnUA1" autocomplete="off"><div class="uiScrollableArea rhcScroller fade uiScrollableAreaWithShadow" style="width: 285px; height: auto;"><div class="uiScrollableAreaWrap scrollable" aria-label="Scrollable region" role="group" tabindex="0"><div class="uiScrollableAreaBody"><div class="uiScrollableAreaContent"><span id="fbPhotoSnowliftSpecificAudience"></span><div class="clearfix fbPhotoSnowliftAuthorInfo"><div class="lfloat _ohe" id="fbPhotoSnowliftAuthorPic"></div><div class="_42ef"><div class="fbPhotoContributorName" id="fbPhotoSnowliftAuthorName"></div><div class="mrs fsm fwn fcg"><span id="fbPhotoSnowliftCreatorInfo"></span></div><div class="mrs fsm fwn fcg"><span id="fbPhotoSnowliftSubscribe"></span><a href="https://www.facebook.com/#" role="button" id="u_jsonp_7_z"></a><span id="fbPhotoSnowliftTimestamp"></span><div class="mls" id="fbPhotoSnowliftAudienceSelector"></div></div><div class="fsm fwn fcg"><div class="fbPhotosOnProfile" id="fbPhotoSnowliftOnProfile"></div></div><span id="fbPhotoSnowliftPromote"></span><span id="fbPhotoSnowliftViewOnApp"></span><span id="fbPhotoSnowliftUseApp"></span></div></div><div><span class="fbPhotosPhotoCaption" tabindex="0" aria-live="polite" id="fbPhotoSnowliftCaption"></span><span class="fbPhotoTagList hidden_elem" id="fbPhotoSnowliftTagList"></span><div class="fbPhotoPagesTagList" id="fbPhotoSnowliftPagesTagList"></div><div class="pts fbPhotoLegacyTagList" id="fbPhotoSnowliftLegacyTagList"></div><div class="mvm fbPhotosPhotoOwnerButtons stat_elem" id="fbPhotoSnowliftOwnerButtons"></div></div><div class="fbPhotosSnowliftFeedback" id="fbPhotoSnowliftFeedback"></div></div></div></div><div class="uiScrollableAreaTrack invisible_elem" style="opacity: 0;"><div class="uiScrollableAreaGripper hidden_elem" style="height: 372.25457570715474px; top: 0px;"></div></div></div><div class="fbPhotosSnowboxFeedbackInput" id="fbPhotoSnowliftFeedbackInput"></div></form><div class="fbPhotosSnowliftPlaceInfo" id="fbPhotoSnowliftPlaceInfo"></div><div class="_5ciw rhcFooter" data-ft="{&quot;tn&quot;:&quot;+\\&quot;}" style="bottom: 0px;"></div></div></div></div><div id="pagelet_photo_viewer_init" class="hidden_elem" data-referrer="pagelet_photo_viewer_init" style="min-height: 100px;"><div id="pagelet_photo_viewer" data-referrer="pagelet_photo_viewer"><div id="snowlift_pagelet_photo_data" data-referrer="snowlift_pagelet_photo_data"></div></div></div></div></div></div></body></html>
/ui.R
no_license
Mayur131/datasciencecoursera
R
false
false
1,377,844
r
<!DOCTYPE html> <!-- saved from url=(0025)https://www.facebook.com/ --> <html lang="en" id="facebook" class=" sidebarMode sidebarCapable"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><script>function envFlush(a){function b(c){for(var d in a)c[d]=a[d];}if(window.requireLazy){window.requireLazy(['Env'],b);}else{Env=window.Env||{};b(Env);}}envFlush({"ajaxpipe_token":"AXhG3tSqvRJmNqlT","lhsh":"dAQHGHzv1","khsh":"0`sj`e`rm`s-0fdu^gshdoer-0gc^eurf-3gc^eurf;1;enbtldou;fduDmdldourCxO`ld-2YLMIuuqSdptdru;qsnunuxqd;rdoe"});</script><script>CavalryLogger=false;</script><noscript>&lt;meta http-equiv="refresh" content="0; URL=/?_fb_noscript=1" /&gt;</noscript><meta name="referrer" content="default" id="meta_referrer"> <link type="text/css" rel="stylesheet" href="./ui_files/j4z2phr21KX.css"> <link type="text/css" rel="stylesheet" href="./ui_files/EwszTllbSDz.css"> <link type="text/css" rel="stylesheet" href="./ui_files/6NZWqI2y-fd.css"> <link type="text/css" rel="stylesheet" href="./ui_files/PuhbUonU7qS.css"> <script src="./ui_files/dWOQpEVLiz_.js" crossorigin="anonymous"></script> <script>requireLazy(["Bootloader"], function(Bootloader) {Bootloader.loadEarlyResources({"oA+g0":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yi\/r\/phJi1G6gWBK.js"},"A3tsq":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yq\/r\/YpyINpZk66m.js"},"ZQfFN":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yT\/r\/lODl09x38xv.js"},"AbNEf":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/p4NQmz_DOGR.js"}});});</script><script></script><title id="pageTitle">Facebook</title><noscript>&lt;meta http-equiv="X-Frame-Options" content="DENY" /&gt;</noscript><link rel="shortcut icon" href="https://fbstatic-a.akamaihd.net/rsrc.php/yl/r/H3nktOa7ZMg.ico"> <link type="text/css" rel="stylesheet" href="./ui_files/xIENlqq3bNu.css"> <link type="text/css" rel="stylesheet" href="./ui_files/yKsltlPeIkj.css"> <link type="text/css" rel="stylesheet" href="./ui_files/uY4EBT1IuMz.css"> <link type="text/css" rel="stylesheet" href="./ui_files/xLtQjDknzkm.css"> <link type="text/css" rel="stylesheet" href="./ui_files/SMkhrGn8jD7.css"> <link type="text/css" rel="stylesheet" href="./ui_files/K8vhk76tHM0.css"> <script>(require("ServerJSDefine")).handleDefines([["URLFragmentPreludeConfig",[],{"incorporateQuicklingFragment":true,"hashtagRedirect":true},137],["BootloaderConfig",[],{},329]]);new (require("ServerJS"))().handle({"require":[["markJSEnabled"],["lowerDomain"],["URLFragmentPrelude"],["Bootloader"],["SidebarPrelude","addSidebarMode",[],[1258]]]});</script><script src="./ui_files/phJi1G6gWBK.js" async="" crossorigin="anonymous"></script><script src="./ui_files/YpyINpZk66m.js" async="" crossorigin="anonymous"></script><script src="./ui_files/lODl09x38xv.js" async="" crossorigin="anonymous"></script><script src="./ui_files/p4NQmz_DOGR.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/tjT_-akH-OF.css"><link rel="stylesheet" type="text/css" href="./ui_files/48O9yQoVg6T.css"><script src="./ui_files/IhQlJd5DVKL.js" async="" crossorigin="anonymous"></script><script src="./ui_files/7oZ_bUjy-x_.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/Tp5H8FgXL-n.css"><script src="./ui_files/agHH9NOc5WO.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/y45aGYrpL0T.css"><script src="./ui_files/hyxClz7bEht.js" async="" crossorigin="anonymous"></script><script src="./ui_files/fL22r63mEGA.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/d1-A8jrS3GA.css"><script src="./ui_files/__0y6zedrME.js" async="" crossorigin="anonymous"></script><script src="./ui_files/9G_33yah2iv.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/NB1sWNC3NuB.css"><link rel="stylesheet" type="text/css" href="./ui_files/n51SEGr4yZd.css"><link rel="stylesheet" type="text/css" href="./ui_files/k3CHctFxJjC.css"><link rel="stylesheet" type="text/css" href="./ui_files/4uCLtsOJzJW.css"><link rel="stylesheet" type="text/css" href="./ui_files/v88mUs6FXBQ.css"><link rel="stylesheet" type="text/css" href="./ui_files/pB245Yjxhs6.css"><link rel="stylesheet" type="text/css" href="./ui_files/uClNkck-FMB.css"><script src="./ui_files/GjANcgORD6q.js" async="" crossorigin="anonymous"></script><script src="./ui_files/quUWtaym-Dj.js" async="" crossorigin="anonymous"></script><script src="./ui_files/w-fYgVxn0sX.js" async="" crossorigin="anonymous"></script><script src="./ui_files/0VlHnvyRMyv.js" async="" crossorigin="anonymous"></script><script src="./ui_files/JvK_C44obT2.js" async="" crossorigin="anonymous"></script><script src="./ui_files/rHIO34pJd07.js" async="" crossorigin="anonymous"></script><script src="./ui_files/rjYJ7AVAtwq.js" async="" crossorigin="anonymous"></script><script src="./ui_files/xcQiH23CjJ0.js" async="" crossorigin="anonymous"></script><script src="./ui_files/unAQYb6wkHo.js" async="" crossorigin="anonymous"></script><script src="./ui_files/YJdaunsP1m4.js" async="" crossorigin="anonymous"></script><script src="./ui_files/6BXe-OpMLeg.js" async="" crossorigin="anonymous"></script><script src="./ui_files/9FvcGPgxnlb.js" async="" crossorigin="anonymous"></script><script src="./ui_files/K31A6M5ilc7.js" async="" crossorigin="anonymous"></script><script src="./ui_files/gSCl6H9ahV4.js" async="" crossorigin="anonymous"></script><script src="./ui_files/PP5HyCpDWAU.js" async="" crossorigin="anonymous"></script><script src="./ui_files/lUxyD14TPRr.js" async="" crossorigin="anonymous"></script><script src="./ui_files/v3i-nWnq6XU.js" async="" crossorigin="anonymous"></script><script src="./ui_files/G5IxSCpjuIf.js" async="" crossorigin="anonymous"></script><script src="./ui_files/3hoWhkPBVTH.js" async="" crossorigin="anonymous"></script><script src="./ui_files/Z-oKK1u4937.js" async="" crossorigin="anonymous"></script><script src="./ui_files/mVj2ywD6j2s.js" async="" crossorigin="anonymous"></script><script src="./ui_files/twBVRY-naah.js" async="" crossorigin="anonymous"></script><script src="./ui_files/J13_7rPguZk.js" async="" crossorigin="anonymous"></script><script src="./ui_files/Y0YIpRscXqh.js" async="" crossorigin="anonymous"></script><script src="./ui_files/cqkWa_JNz4G.js" async="" crossorigin="anonymous"></script><script src="./ui_files/pAc87nDlP8L.js" async="" crossorigin="anonymous"></script><script src="./ui_files/QpNB45Jzokg.js" async="" crossorigin="anonymous"></script><script src="./ui_files/zpH8G9EHR_2.js" async="" crossorigin="anonymous"></script><script src="./ui_files/nNl0SVNvvpw.js" async="" crossorigin="anonymous"></script><script src="./ui_files/apZveIG5EOp.js" async="" crossorigin="anonymous"></script><script src="./ui_files/DMxPFaIKbZs.js" async="" crossorigin="anonymous"></script><script src="./ui_files/kF5sBvoCgxe.js" async="" crossorigin="anonymous"></script><script src="./ui_files/OfOQmxq5uom.js" async="" crossorigin="anonymous"></script><script src="./ui_files/IQc0ALCNDHy.js" async="" crossorigin="anonymous"></script><script src="./ui_files/fFDIu2q2EgI.js" async="" crossorigin="anonymous"></script><script src="./ui_files/JcxdV2lb-4r.js" async="" crossorigin="anonymous"></script><script src="./ui_files/LhDGcct_70g.js" async="" crossorigin="anonymous"></script><script src="./ui_files/aF6I85qovE-.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/5AJjD2C7XGl.css"><script src="./ui_files/znYE9KMXN4Z.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/4nOI4EAMKK0.css"><script src="./ui_files/IwUJikSnnG6.js" async="" crossorigin="anonymous"></script><script src="./ui_files/yD_aKStGKbW.js" async="" crossorigin="anonymous"></script><script src="./ui_files/xRqPd5jdRXP.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/bjrH8Hliq-J.css"><link rel="stylesheet" type="text/css" href="./ui_files/lbC_H6pD-7v.css"><link rel="stylesheet" type="text/css" href="./ui_files/Uv--uo4VUQi.css"><script src="./ui_files/ptyii9PEF3Q.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/jSMBLXphVvd.css"><link rel="stylesheet" type="text/css" href="./ui_files/xH3-OJhoqIV.css"><link rel="stylesheet" type="text/css" href="./ui_files/Fuz2ZlpDbFA.css"><script src="./ui_files/JE8HRGDUUam.js" async="" crossorigin="anonymous"></script><script src="./ui_files/WnkkdsHM0JV.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/xpKlAYEJGLV.css"><link rel="stylesheet" type="text/css" href="./ui_files/HcV9X_akPn_.css"><script src="./ui_files/z2faVw73_aa.js" async="" crossorigin="anonymous"></script><script src="./ui_files/6QvdZ6KuzBm.js" async="" crossorigin="anonymous"></script><script src="./ui_files/iqqxHqHkZcL.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/g7R8d27P_Qq.css"><script src="./ui_files/XZ2-FjjwKeI.js" async="" crossorigin="anonymous"></script><script src="./ui_files/YT3KHj2muA-.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/-TE3gJAI1Cz.css"><link rel="stylesheet" type="text/css" href="./ui_files/-Auh1UK5Odv.css"><script src="./ui_files/ikNxuHdjWq1.js" async="" crossorigin="anonymous"></script><script src="./ui_files/D6fbdLIHaUu.js" async="" crossorigin="anonymous"></script><link rel="stylesheet" type="text/css" href="./ui_files/WbxhXuM-psp.css"></head><body class="hasLeftCol home composerExpanded _5vb_ fbx _5p3y webkit chrome mac Locale_en_US" dir="ltr"><div class="_li"><div id="pagelet_bluebar"><div id="blueBarDOMInspector" class="_21mm slim"><div id="blueBarNAXAnchor" class="_hdd _xxp fixed_elem"><div class="_5luh clearfix _5luh" role="banner"><div class="_59g8"><a class="accessible_elem" href="https://www.facebook.com/#newsFeedHeading" target="newsFeedHeading" id="u_0_1">Skip to News Feed</a><h1 class="_5lus" id="u_0_f"><a data-gt="{&quot;chrome_nav_item&quot;:&quot;logo_chrome&quot;}" href="https://www.facebook.com/?ref=logo"><i class="img sp_gPysIaDCTmE sx_5ddf0f"><u>Facebook</u></i></a></h1><div class="clearfix _e9t"><div class="rfloat _ohf"><ul class="_2exj clearfix" role="navigation"><li class="_4fn6 navItem firstItem litestandNavItem"><a class="_2dpe _1ayn" href="https://www.facebook.com/mayur.kumar.77" title="Timeline" data-gt="{&quot;chrome_nav_item&quot;:&quot;timeline_chrome&quot;}" accesskey="2"><img class="_s0 _2dpc _rw img" src="./ui_files/10492488_855847354444948_8753844995165142862_n.jpg" alt="" id="profile_pic_header_100000590753545"><span class="_2dpb">Mayur</span></a></li><li class="_2pdh _3zm- navItem middleItem _55bi litestandNavItem _55bh" id="u_0_g"><a class="_1ayn" data-gt="{&quot;chrome_nav_item&quot;:&quot;home_chrome&quot;}" href="https://www.facebook.com/?ref=tn_tnmn" accesskey="1">Home<div class="_5ah- _5ahy"><div class="_5ahz"></div></div></a></li><li class="navItem _56lq"></li><li class="_nji navItem"><div class="_3t_z notifCentered notifGentleAppReceipt"><div class="uiToggle _4962 _3nzl" id="fbRequestsJewel"><a class="jewelButton" aria-labelledby="requestsCountWrapper" href="https://www.facebook.com/#" rel="toggle" role="button" name="requests" data-gt="{&quot;ua_id&quot;:&quot;jewel:requests&quot;}" data-target="fbRequestsFlyout" aria-haspopup="true" aria-owns="fbRequestsFlyout"><i class="jewelButtonHcm img sp_gPysIaDCTmE sx_cebb6e"></i><span class="jewelCount"><span class="_5ugh _3z_5 hidden_elem" id="requestsCountValue">0</span><i class="accessible_elem"> Requests</i></span></a><div id="fbRequestsFlyout" class="__tw toggleTargetClosed _3nzk uiToggleFlyout"><div class="jewelBeeperHeader"><div class="beeperNubWrapper"><div class="beeperNub"></div></div></div><ul class="jewelItemList _3nzp" id="fbRequestsList" data-referrer="fbRequestsList"><div id="fbRequestsJewelLoading"><div id="fbRequestsJewelLoadingContent"><div class="uiHeader uiHeaderBottomBorder jewelHeader requestsUnitTitle"><div class="clearfix uiHeaderTop"><div class="requestsJewelLinks uiHeaderActions rfloat _ohf"><div class="fsm fwn fcg"><a href="https://www.facebook.com/?sk=ff" accesskey="3">Find Friends</a> · <a ajaxify="/ajax/settings/granular_privacy/can_friend.php" rel="dialog" href="https://www.facebook.com/#" role="button">Settings</a></div></div><div><h3 class="uiHeaderTitle">Friend Requests</h3></div></div></div><img class="jewelLoading img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"></div><div class="jewelFooter"><a class="seeMore" href="https://www.facebook.com/friends/requests/?fcref=jwl"><span>See All</span></a></div></div></ul></div></div><div class="uiToggle _4962 _1z4y" id="u_0_2"><a class="jewelButton" aria-labelledby="mercurymessagesCountWrapper" href="https://www.facebook.com/#" rel="toggle" role="button" name="mercurymessages" data-gt="{&quot;ua_id&quot;:&quot;jewel:mercurymessages&quot;}" data-target="fbMessagesFlyout" aria-haspopup="true" aria-owns="fbMessagesFlyout"><i class="jewelButtonHcm img sp_gPysIaDCTmE sx_21706f"></i><span class="jewelCount"><span class="_5ugh _3z_5 hidden_elem" id="mercurymessagesCountValue">0</span><i class="accessible_elem"> Messages</i></span></a><div id="fbMessagesFlyout" class="__tw _1y2l uiToggleFlyout toggleTargetClosed"><div class="jewelBeeperHeader"><div class="beeperNubWrapper"><div class="beeperNub"></div></div></div><div class="uiHeader uiHeaderBottomBorder jewelHeader"><div class="clearfix uiHeaderTop"><a class="uiHeaderActions rfloat _ohf" href="https://www.facebook.com/ajax/messaging/composer.php" accesskey="m" rel="dialog" role="button" id="u_0_3" tabindex="0">Send a New Message</a><div><h3 class="uiHeaderTitle"><div><a class="mrm _1sdi _1sdd _1sde" href="https://www.facebook.com/#" role="button">Inbox<span class="_1sdj _1sdg">(38)</span></a><a class="_1sdi _1v8t _1sdf" href="https://www.facebook.com/#" role="button">Other<span class="_1sdj _1sdh">(7)</span></a></div></h3></div></div></div><div class="uiScrollableArea fade uiScrollableAreaWithShadow contentAfter" style="width:430px;height:325px;" id="MercuryJewelThreadList"><div class="uiScrollableAreaWrap scrollable" aria-label="Scrollable region" role="group" tabindex="0"><div class="uiScrollableAreaBody" style="width:430px;"><div class="uiScrollableAreaContent"><ul class="uiList jewelItemList jewelHighlight _4kg _6-h _6-j _4kt"><li><div class="jewelContent"><div><li><a class="messagesContent" href="https://www.facebook.com/messages/1139985295" role="button"><div class="clearfix"><div class="MercuryThreadImage _8o _8s lfloat _ohe"><div size="50" class="_55lt" style="width:50px;height:50px;" data-reactid=".95"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n.jpg" width="50" height="50" alt="" class="img" data-reactid=".95.0"></div></div><div class="clearfix _42ef"><div class="snippetThumbnail rfloat _ohf"><span class="_56hv hidden_elem"><i style="background-image: url(/images/blank.gif);"></i></span><span class="hidden_elem"><span class="_56hy"></span><span class="_56hv"><i style="background-image: url(/images/blank.gif);"></i></span></span></div><div class="content fsm fwn fcg"><div class="author"><strong>Satya Prakash</strong><span class="presenceIndicator presenceListener_1139985295"></span></div><div class="snippet preview fsm fwn fcg"><span><span class="MercuryRepliedIndicator seenByListener"></span><span class="MercuryAttachmentIndicator"></span>ui</span></div><div class="time"><abbr title="Today" data-utime="1406494743.002" class="timestamp">2:29am</abbr></div></div></div></div><div class="x_div"><div class="_5c9q" data-hover="tooltip" aria-label="Mark as Unread"></div></div></a></li><li class="jewelItemNew"><a class="messagesContent" href="https://www.facebook.com/messages/750680493" role="button"><div class="clearfix"><div class="MercuryThreadImage _8o _8s lfloat _ohe"><div size="50" class="_55lt" style="width:50px;height:50px;" data-reactid=".96"><img src="./ui_files/1959374_10153805104400494_1295435059_n.jpg" width="50" height="50" alt="" class="img" data-reactid=".96.0"></div></div><div class="clearfix _42ef"><div class="snippetThumbnail rfloat _ohf"><span class="_56hv hidden_elem"><i style="background-image: url(/images/blank.gif);"></i></span><span class="hidden_elem"><span class="_56hy"></span><span class="_56hv"><i style="background-image: url(/images/blank.gif);"></i></span></span></div><div class="content fsm fwn fcg"><div class="author"><strong><span>Debashish Sinha (3)</span></strong><span class="presenceIndicator presenceListener_750680493"></span></div><div class="snippet preview fsm fwn fcg"><span><span class="MercuryRepliedIndicator seenByListener"></span>be</span></div><div class="time"><abbr title="Saturday" data-utime="1406359629.461" class="timestamp">12:57pm</abbr></div></div></div></div><div class="x_div"><div class="_5c9q" data-hover="tooltip" aria-label="Mark as Read"></div></div></a></li><li class="jewelItemNew"><a class="messagesContent" href="https://www.facebook.com/messages/1836900805" role="button"><div class="clearfix"><div class="MercuryThreadImage _8o _8s lfloat _ohe"><div size="50" class="_55lt" style="width:50px;height:50px;" data-reactid=".97"><img src="./ui_files/1425715_10200166512685669_876894750_n.jpg" width="50" height="50" alt="" class="img" data-reactid=".97.0"></div></div><div class="clearfix _42ef"><div class="snippetThumbnail rfloat _ohf"><span class="_56hv hidden_elem"><i style="background-image: url(/images/blank.gif);"></i></span><span class="hidden_elem"><span class="_56hy"></span><span class="_56hv"><i style="background-image: url(/images/blank.gif);"></i></span></span></div><div class="content fsm fwn fcg"><div class="author"><strong><span>Ramanagoud Parakanalli (2)</span></strong><span class="presenceIndicator presenceListener_1836900805"></span></div><div class="snippet preview fsm fwn fcg"><span><span class="MercuryRepliedIndicator seenByListener"></span><span class="_1az _1a- _2gn"></span></span></div><div class="time"><abbr title="Thursday" data-utime="1406222572.291" class="timestamp">Thu</abbr></div></div></div></div><div class="x_div"><div class="_5c9q" data-hover="tooltip" aria-label="Mark as Read"></div></div></a></li><li><a class="messagesContent" href="https://www.facebook.com/messages/607733450" role="button"><div class="clearfix"><div class="MercuryThreadImage _8o _8s lfloat _ohe"><div size="50" class="_55lt" style="width:50px;height:50px;" data-reactid=".98"><img src="./ui_files/10489982_10152342663828451_1700033478094368756_n.jpg" width="50" height="50" alt="" class="img" data-reactid=".98.0"></div></div><div class="clearfix _42ef"><div class="snippetThumbnail rfloat _ohf"><span class="_56hv hidden_elem"><i style="background-image: url(/images/blank.gif);"></i></span><span class="hidden_elem"><span class="_56hy"></span><span class="_56hv"><i style="background-image: url(/images/blank.gif);"></i></span></span></div><div class="content fsm fwn fcg"><div class="author"><strong>Saumya Verma</strong><span class="presenceIndicator presenceListener_607733450"></span></div><div class="snippet preview fsm fwn fcg"><span><span class="MercuryRepliedIndicator seenByListener"></span>Mai bhi theek hu <span class="emoticon_text" aria-hidden="true">:)</span><span title=":)" class="emoticon emoticon_smile"></span></span></div><div class="time"><abbr title="Thursday" data-utime="1406220131.646" class="timestamp">Thu</abbr></div></div></div></div><div class="x_div"><div class="_5c9q" data-hover="tooltip" aria-label="Mark as Unread"></div></div></a></li><li><a class="messagesContent" href="https://www.facebook.com/messages/504153371" role="button"><div class="clearfix"><div class="MercuryThreadImage _8o _8s lfloat _ohe"><div size="50" class="_55lt" style="width:50px;height:50px;" data-reactid=".99"><img src="./ui_files/994470_10152207885323372_6403415396523104172_n.jpg" width="50" height="50" alt="" class="img" data-reactid=".99.0"></div></div><div class="clearfix _42ef"><div class="snippetThumbnail rfloat _ohf"><span class="_56hv hidden_elem"><i style="background-image: url(/images/blank.gif);"></i></span><span class="hidden_elem"><span class="_56hy"></span><span class="_56hv"><i style="background-image: url(/images/blank.gif);"></i></span></span></div><div class="content fsm fwn fcg"><div class="author"><strong>Sneha Choudhary</strong><span class="presenceIndicator presenceListener_504153371"></span></div><div class="snippet preview fsm fwn fcg"><span><span class="MercuryRepliedIndicator seenByListener repliedLast"></span>Hi Sneha..</span></div><div class="time"><abbr title="Wednesday" data-utime="1406128422.486" class="timestamp">Wed</abbr></div></div></div></div><div class="x_div"><div class="_5c9q" data-hover="tooltip" aria-label="Mark as Unread"></div></div></a></li><li><a class="messagesContent" href="https://www.facebook.com/messages/537165995" role="button"><div class="clearfix"><div class="MercuryThreadImage _8o _8s lfloat _ohe"><div size="50" class="_55lt" style="width:50px;height:50px;" data-reactid=".9a"><img src="./ui_files/10505425_10152557839315996_7475969937511343698_n.jpg" width="50" height="50" alt="" class="img" data-reactid=".9a.0"></div></div><div class="clearfix _42ef"><div class="snippetThumbnail rfloat _ohf"><span class="_56hv hidden_elem"><i style="background-image: url(/images/blank.gif);"></i></span><span class="hidden_elem"><span class="_56hy"></span><span class="_56hv"><i style="background-image: url(/images/blank.gif);"></i></span></span></div><div class="content fsm fwn fcg"><div class="author"><strong>Himangshu Jyoti Hazarika</strong><span class="presenceIndicator presenceListener_537165995"></span></div><div class="snippet preview fsm fwn fcg"><span><span class="MercuryRepliedIndicator seenByListener repliedLast"></span>Sure</span></div><div class="time"><abbr title="Monday" data-utime="1405939497.645" class="timestamp">Mon</abbr></div></div></div></div><div class="x_div"><div class="_5c9q" data-hover="tooltip" aria-label="Mark as Unread"></div></div></a></li></div></div><img class="jewelLoading img hidden_elem" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"></li></ul><div class="clearfix uiMorePager stat_elem _8y5 uiMorePagerLight _52jv"><div><a class="pam uiBoxWhite topborder _8y6 uiMorePagerPrimary" rel="async" href="https://www.facebook.com/#" role="button">Show Older<i class="mts mls arrow img sp_6H68Ux8tLRN sx_5fa4eb"></i></a><span class="uiMorePagerLoader pam uiBoxWhite topborder _8y6"><img class="img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"></span></div></div></div></div></div><div class="uiScrollableAreaTrack" style="opacity: 0;"><div class="uiScrollableAreaGripper" style="height: 270.2720207253886px; top: 0px;"></div></div></div><div id="MercuryJewelFooter"><div class="jewelFooter"><a class="seeMore" href="https://www.facebook.com/messages/" accesskey="4"><span>See All</span></a></div></div></div></div><div class="uiToggle _4962 _4xi2 west" id="fbNotificationsJewel"><a class="jewelButton" aria-labelledby="notificationsCountWrapper" href="https://www.facebook.com/#" rel="toggle" role="button" name="notifications" data-gt="{&quot;ua_id&quot;:&quot;jewel:notifications&quot;}" data-target="fbNotificationsFlyout" aria-haspopup="true" aria-owns="fbNotificationsFlyout"><i class="jewelButtonHcm img sp_zx-0ABL3iAw sx_9bd663"></i><span class="jewelCount"><span class="_5ugh _3z_5 hidden_elem" id="notificationsCountValue">0</span><i class="accessible_elem"> Notifications</i></span></a><div id="fbNotificationsFlyout" class="__tw toggleTargetClosed _4xi1 uiToggleFlyout"><div class="jewelBeeperHeader"><div class="beeperNubWrapper"><div class="beeperNub"></div></div></div><div class="uiHeader uiHeaderBottomBorder jewelHeader"><div class="clearfix uiHeaderTop"><div class="rfloat _ohf"><h3 class="accessible_elem">Notifications</h3><div class="uiHeaderActions fsm fwn fcg"><a href="https://www.facebook.com/#" role="button" id="u_0_4">Mark as Read</a> · <a href="https://www.facebook.com/settings?tab=notifications&section=on_facebook" target="_blank">Settings</a></div></div><div><h3 class="uiHeaderTitle" aria-hidden="true">Notifications</h3></div></div></div><div class="_33p"><div id="u_0_5"><div class="_50-t" data-reactid=".y"><div width="430" class="uiScrollableArea fade uiScrollableAreaWithShadow" data-reactid=".y.0" height="464" style="height: 420px;"><div class="uiScrollableAreaWrap scrollable" data-reactid=".y.0.0"><div class="uiScrollableAreaBody" data-reactid=".y.0.0.0" style="width: 430px;"><div class="uiScrollableAreaContent" data-reactid=".y.0.0.0.0"><ul data-gt="{&quot;ref&quot;:&quot;notif_jewel&quot;,&quot;jewel&quot;:&quot;notifications&quot;}" data-reactid=".y.0.0.0.0.0"><li class="_33c" data-gt="{&quot;alert_id&quot;:143478183,&quot;app_id&quot;:2305272732,&quot;unread&quot;:0,&quot;context_id&quot;:10203279858731239,&quot;from_uids&quot;:{&quot;1388417017&quot;:&quot;1388417017&quot;,&quot;682736689&quot;:&quot;682736689&quot;,&quot;662549740&quot;:&quot;662549740&quot;,&quot;100000597944227&quot;:&quot;100000597944227&quot;,&quot;602211466&quot;:&quot;602211466&quot;},&quot;notif_type&quot;:&quot;photo_reply&quot;}" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0"><div class="anchorContainer" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0"><a id="notif_flyout_100000590753545:143478183" href="https://www.facebook.com/photo.php?fbid=10203279858731239&set=a.4040748571082.163432.1052839092&type=1&comment_id=10203280848235976&offset=0&total_comments=31&ref=notif&notif_t=photo_reply" ajaxify="https://www.facebook.com/photo.php?fbid=10203279858731239&amp;set=a.4040748571082.163432.1052839092&amp;type=1&amp;comment_id=10203280848235976&amp;offset=0&amp;total_comments=31&amp;ref=notif&amp;notif_t=photo_reply" class="_33e" rel="theater" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$left"><span class="img _8o _8r _33h" style="background-image:url(https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xfp1/t1.0-1/p50x50/10401488_10204367576094679_8816058433061417573_n.jpg);" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$left.0"><img src="./ui_files/notif_flyout_indicator.png" class="flyoutNoIndicator" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$left.0.0"></span></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0"><div class="_ohf rfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$right"><img src="./ui_files/10356011_10203279858731239_1889946027844198260_n.jpg" class="_42td" aria-hidden="true" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$right.0"></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left"><div class="_42ef" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0"><div class="_4l_v" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0"><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0.$range0:0">Emadul Hasan</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0.$text1:0:$0:0">, </span><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0.$range1:0">Mayank Goel</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0.$text2:0:$0:0"> and 3 others also commented on </span><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0.$range2:0">Udit Negi</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.0.$end:0:$0:0">'s photo.</span></span><div class="_33f clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2.$left"><img class="img _8o _8r _10cu" src="./ui_files/nW-U1RPGDdA.png" alt="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2.$left.0"></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2.$right.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0"><abbr class="_33g livetimestamp" title="Monday, July 28, 2014 at 12:13am" data-utime="1406486621" data-shorten="true" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0.0">2 hrs</abbr></span></div></div></div></div></div></div></div></div></div></div></a><a href="https://www.facebook.com/#" class="_55m9 _5c9_" role="button" aria-label="Read" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".y.0.0.0.0.0.$100000590753545=2143478183:0.0.1"></a></div></li><li class="_33c" data-gt="{&quot;alert_id&quot;:143381490,&quot;app_id&quot;:19675640871,&quot;unread&quot;:0,&quot;context_id&quot;:10152277826583479,&quot;from_uids&quot;:{&quot;532810186&quot;:&quot;532810186&quot;,&quot;707625796&quot;:&quot;707625796&quot;,&quot;581860218&quot;:&quot;581860218&quot;,&quot;631845375&quot;:&quot;631845375&quot;,&quot;100002098234331&quot;:&quot;100002098234331&quot;},&quot;notif_type&quot;:&quot;mentions_comment&quot;}" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0"><div class="anchorContainer" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0"><a id="notif_flyout_100000590753545:143381490" href="https://www.facebook.com/permalink.php?story_fbid=10152277826583479&id=579808478&comment_id=10152281005363479&offset=0&total_comments=6&ref=notif&notif_t=mentions_comment" class="_33e" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$left"><span class="img _8o _8r _33h" style="background-image:url(https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xpf1/t1.0-1/p50x50/10356274_10154333565780187_1804881492984713889_n.jpg);" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$left.0"><img src="./ui_files/notif_flyout_indicator.png" class="flyoutNoIndicator" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$left.0.0"></span></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0"><div class="_ohf rfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$right"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$right.0"></span></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left"><div class="_42ef" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0"><div class="_4l_v" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.0"><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.0.$range0:0">Neha Singh</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.0.$text1:0:$0:0">, </span><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.0.$range1:0">Supratik Mishra</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.0.$end:0:$0:0"> and 3 others commented on a status that you're tagged in.</span></span><div class="_33f clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2.$left"><img class="img _8o _8r _10cu" src="./ui_files/nW-U1RPGDdA.png" alt="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2.$left.0"></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2.$right.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0"><abbr class="_33g livetimestamp" title="Sunday, July 27, 2014 at 10:11pm" data-utime="1406479271" data-shorten="true" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0.0">4 hrs</abbr></span></div></div></div></div></div></div></div></div></div></div></a><a href="https://www.facebook.com/#" class="_55m9 _5c9_" role="button" aria-label="Read" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.1"></a><a class="_4ah _55m9 uiCloseButton" data-gt="{&quot;alert_id&quot;:143381490,&quot;app_id&quot;:19675640871,&quot;unread&quot;:0,&quot;context_id&quot;:10152277826583480,&quot;from_uids&quot;:{&quot;532810186&quot;:&quot;532810186&quot;,&quot;581860218&quot;:&quot;581860218&quot;,&quot;631845375&quot;:&quot;631845375&quot;,&quot;707625796&quot;:&quot;707625796&quot;,&quot;100002098234331&quot;:&quot;100002098234331&quot;},&quot;notif_type&quot;:&quot;mentions_comment&quot;,&quot;negative_feedback&quot;:&quot;negative_click&quot;}" href="https://www.facebook.com/#" role="button" aria-label="Turn Off" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.2"><img class="uiCloseButtonHighContrast img" src="./ui_files/close.png" data-reactid=".y.0.0.0.0.0.$100000590753545=2143381490:0.0.2.0"></a></div></li><li class="_33c" data-gt="{&quot;alert_id&quot;:143475159,&quot;app_id&quot;:2409997254,&quot;unread&quot;:0,&quot;context_id&quot;:10152277861618479,&quot;from_uids&quot;:{&quot;532810186&quot;:&quot;532810186&quot;},&quot;subtype&quot;:&quot;comment-comment&quot;,&quot;notif_type&quot;:&quot;like&quot;}" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0"><div class="anchorContainer" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0"><a id="notif_flyout_100000590753545:143475159" href="https://www.facebook.com/permalink.php?story_fbid=10152277826583479&id=579808478&comment_id=10152277861618479&ref=notif&notif_t=like" class="_33e" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$left"><span class="img _8o _8r _33h" style="background-image:url(https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xpf1/t1.0-1/p50x50/10356274_10154333565780187_1804881492984713889_n.jpg);" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$left.0"><img src="./ui_files/notif_flyout_indicator.png" class="flyoutNoIndicator" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$left.0.0"></span></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0"><div class="_ohf rfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$right"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$right.0"></span></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left"><div class="_42ef" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0"><div class="_4l_v" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.0"><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.0.$range0:0">Neha Singh</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.0.$end:0:$0:0"> likes your comment: "Arre yaar sahi mahaul hai...."</span></span><div class="_33f clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2.$left"><img class="img _8o _8r _10cu" src="./ui_files/QSjhWQt47wv.png" alt="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2.$left.0"></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2.$right.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0"><abbr class="_33g livetimestamp" title="Sunday, July 27, 2014 at 10:10pm" data-utime="1406479257" data-shorten="true" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0.0">4 hrs</abbr></span></div></div></div></div></div></div></div></div></div></div></a><a href="https://www.facebook.com/#" class="_55m9 _5c9_" role="button" aria-label="Read" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".y.0.0.0.0.0.$100000590753545=2143475159:0.0.1"></a></div></li><li class="_33c _4af" data-gt="{&quot;alert_id&quot;:143461067,&quot;app_id&quot;:210831918949520,&quot;unread&quot;:2,&quot;context_id&quot;:210831918949520,&quot;from_uids&quot;:{&quot;666916153&quot;:&quot;666916153&quot;,&quot;558221377&quot;:&quot;558221377&quot;},&quot;notif_type&quot;:&quot;app_invite&quot;,&quot;fbsource&quot;:1001,&quot;type&quot;:&quot;click2canvas&quot;,&quot;ref&quot;:&quot;notif_jewel&quot;,&quot;request_fbids&quot;:[767270659962680,1448786102054294]}" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0"><div class="anchorContainer" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0"><a id="notif_flyout_100000590753545:143461067" href="https://apps.facebook.com/candycrush/?fb_source=notification&request_ids=767270659962680%2C1448786102054294&ref=notif&app_request_type=user_to_user&notif_t=app_invite" class="_33e" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$left"><span class="img _8o _8r _33h" style="background-image:url(https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xaf1/v/t1.0-1/c66.66.828.828/s50x50/5283_10151838597331154_872785682_n.jpg?oh=f6d1c64179d5c15afb16d4b00999d7cd&amp;oe=5434377A&amp;__gda__=1414535345_de6e12ea1fad98768b0e139e6d9fd725);" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$left.0"><img src="./ui_files/notif_flyout_indicator.png" class="flyoutNoIndicator" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$left.0.0"></span></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0"><div class="clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0"><div class="_ohf rfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$right"><img src="./ui_files/10173495_757386157627424_390424487_n.png" class="_42td" aria-hidden="true" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$right.0"></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left"><div class="_42ef" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0"><div class="_4l_v" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0"><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0.$range0:0">Aditya Saurabh</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0.$text1:0:$0:0"> and </span><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0.$range1:0">Nalin Jha</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0.$text2:0:$0:0"> invited you to play </span><span class="fwb" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0.$range2:0">Candy Crush Saga</span><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.0.$end:0:$0:0">.</span></span><div class="_33f clearfix" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2"><div class="_ohe lfloat" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2.$left"><img class="img _8o _8r _10cu" src="./ui_files/10173495_757386157627424_390424487_n(1).png" alt="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2.$left.0"></div><div class="" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2.$right"><div class="_42ef _8u" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2.$right.0"><span data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0"><abbr class="_33g livetimestamp" title="Sunday, July 27, 2014 at 8:22pm" data-utime="1406472721" data-shorten="true" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.0.0.$right.0.0.$left.0.0.2.$right.0.0.0">6 hrs</abbr></span></div></div></div></div></div></div></div></div></div></div></a><a href="https://www.facebook.com/#" class="_55m9 _5c9q" role="button" aria-label="Mark as Read" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.1"></a><a class="_4ah _55m9 uiCloseButton" data-gt="{&quot;alert_id&quot;:143461067,&quot;app_id&quot;:210831918949520,&quot;unread&quot;:2,&quot;context_id&quot;:210831918949520,&quot;from_uids&quot;:{&quot;558221377&quot;:&quot;558221377&quot;,&quot;666916153&quot;:&quot;666916153&quot;},&quot;notif_type&quot;:&quot;app_invite&quot;,&quot;fbsource&quot;:1001,&quot;type&quot;:&quot;click2canvas&quot;,&quot;ref&quot;:&quot;notif_jewel&quot;,&quot;request_fbids&quot;:[767270659962680,1448786102054294],&quot;negative_feedback&quot;:&quot;negative_click&quot;}" href="https://www.facebook.com/#" role="button" aria-label="Turn Off" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.2"><img class="uiCloseButtonHighContrast img" src="./ui_files/close.png" data-reactid=".y.0.0.0.0.0.$100000590753545=2143461067:0.0.2.0"></a></div></li></ul><img src="./ui_files/indicator_blue_small.gif" class="_33i" data-reactid=".y.0.0.0.0.1"></div></div></div><div class="uiScrollableAreaTrack invisible_elem"><div class="uiScrollableAreaGripper hidden_elem"></div></div></div></div></div></div><div class="jewelFooter" id="u_0_6"><a class="seeMore" href="https://www.facebook.com/notifications" accesskey="5"><span>See All</span></a></div></div></div></div></li><li class="navItem middleItem _5cop _55bh" id="navPrivacy"><div class="uiToggle _8-a _4962" id="u_0_8"><a data-onclick="[[&quot;PrivacyLiteFlyout&quot;,&quot;loadBody&quot;]]" class="_59fc _1ayn" aria-labelledby="privacyFlyoutLabel" href="https://www.facebook.com/#" rel="toggle" role="button" aria-haspopup="true" aria-owns="u_0_7"><div class="_59fb" id="privacyFlyoutLabel"><i class="accessible_elem">Privacy Shortcuts</i></div></a><div class="_8-b __tw toggleTargetClosed uiToggleFlyout" id="u_0_7"><div class="jewelBeeperHeader"><div class="beeperNubWrapper"><div class="beeperNub"></div></div></div><div class="uiHeader uiHeaderBottomBorder _26y1"><div class="clearfix uiHeaderTop"><div class="rfloat _ohf"><h3 class="accessible_elem">Privacy Shortcuts</h3><a class="_d1r uiHeaderActions" href="https://www.facebook.com/#" role="button"><i class="img sp_xFwBv1W8Ynk sx_681f1a"><u>Search</u></i></a></div><div><h3 class="uiHeaderTitle" aria-hidden="true">Privacy Shortcuts</h3></div></div></div><div id="fbPrivacyLiteFlyoutLoading"><img class="_26y2 img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"></div><div class="_bxv"><div class="_awf"><a class="_awi" href="https://www.facebook.com/#" role="button" id="u_0_9"><i class="default img sp_gPysIaDCTmE sx_ab490d"></i></a><span class="uiSearchInput _awh" id="u_0_a"><span><input type="text" class="inputtext DOMControl_placeholder" maxlength="100" aria-label="Search" name="query" placeholder="Search for help" autocomplete="off" value="Search for help"><button type="submit" title="Search for help"><span class="accessible_elem">Search for help</span></button></span></span><a class="_awj hidden_elem" href="https://www.facebook.com/#" role="button" id="u_0_b"></a></div><div class="_awg"><div class="_awk hidden_elem" id="u_0_h"></div><div class="_awl hidden_elem" id="u_0_i"><img class="img" src="./ui_files/jKEcVPZFk-2.gif" alt="" width="32" height="32"></div></div></div><div class="_4_8m"></div><div class="_26y3"><a class="_5cw0" href="https://www.facebook.com/settings/?tab=privacy&privacy_source=privacy_lite">See More Settings</a><a class="_5cw1" href="https://www.facebook.com/help/?ref=privacy_lite" target="_blank">Visit Help Center</a></div></div></div></li><li class="_3tmp" id="u_0_j"><a class="_1xn5 _1ayn" id="pageLoginAnchor" href="https://www.facebook.com/editaccount.php?ref=mb&drop" rel="toggle" role="button" aria-haspopup="true" aria-controls="userNavigation" aria-labelledby="userNavigationLabel"><div class="_50__" id="userNavigationLabel">Account Settings</div></a><div class="navigation" id="userNavigation" role="menu navigation" aria-label="Account Menu"><div class="jewelBeeperHeader"><div class="beeperNubWrapper"><div class="beeperNub"></div></div></div><ul><li role="menuitem"><a class="navSubmenu" href="https://www.facebook.com/pages/create/?ref_type=logout_gear">Create Page</a></li><li class="menuDivider"></li><li role="menuitem"><a class="navSubmenu" href="https://www.facebook.com/campaign/landing.php?placement=tcr&campaign_id=276899725739312&extra_1=auto">Create Ads</a></li><li role="menuitem"><a class="navSubmenu" href="https://www.facebook.com/campaign/landing.php?placement=tad&campaign_id=264263327005748&extra_1=auto">Advertising on Facebook</a></li><li class="menuDivider"></li><li role="menuitem"><a class="navSubmenu" accesskey="7" href="https://www.facebook.com/mayur.kumar.77/allactivity?privacy_source=activity_log_top_menu"><div class="clearfix"><div class="lfloat _ohe">Activity Log</div><span class="count _5wk0 mls rfloat _ohf uiSideNavCount uiSideNavCountInline"><span class="countValue fss">60</span></span></div></a></li><li role="menuitem"><a class="navSubmenu" href="https://www.facebook.com/settings" accesskey="6">Settings</a></li><li id="user_chooser_settings_menu_replaceme" class="hidden_elem"></li><li role="menuitem"><form id="logout_form" method="post" action="https://www.facebook.com/logout.php" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="fb_dtsg" value="AQFcXAeFeVL6" autocomplete="off"><input type="hidden" autocomplete="off" name="ref" value="mb"><input type="hidden" autocomplete="off" name="h" value="AfdveCfCYR9jrhoC"><label class="uiLinkButton navSubmenu"><input class="uiLinkButtonInput" type="submit" value="Log Out"></label></form></li><li class="menuDivider"></li><li role="menuitem"><a class="navSubmenu" href="https://www.facebook.com/help/?ref=drop" id="navHelpCenter" target="_blank" ajaxify="/help/ajax/contextual/?page_type=364455653583099" rel="async"><div class="clearfix"><div class="lfloat _ohe">Help</div><img class="rfloat _ohf uiLoadingIndicatorAsync img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"></div></a></li><li role="menuitem"><a class="navSubmenu" ajaxify="/help/ajax/report_a_problem" rel="dialog" href="https://www.facebook.com/#" role="button">Report a Problem</a></li></ul></div></li></ul></div><div class="_585-" role="search"><i class="_585_"></i><div class="uiTypeahead _5860" data-ft="{&quot;tn&quot;:&quot;+Q&quot;}" id="u_0_d"><div class="wrap"><input type="hidden" autocomplete="off" class="hiddenInput"><div class="innerWrap"><div class="_5861 textInput _586g _586p focus_target" id="u_0_e" style="font-size: 14px;"><div class="_586j">Search for people, places and things</div><div class="_586k hidden_elem"></div><input type="text" class="inputtext _586f DOMControl_placeholder hidden_elem" name="q" value="Search for people, places and things" autocomplete="off" onfocus="Bootloader.loadModules([&quot;FacebarTypeaheadNavigation&quot;,&quot;FacebarTypeaheadDecorateEntities&quot;,&quot;FacebarTypeaheadDisambiguateResults&quot;,&quot;FacebarTypeaheadSeeMoreSerp&quot;,&quot;FacebarTypeaheadSizeAdjuster&quot;,&quot;FacebarTypeaheadShortcut&quot;,&quot;FacebarTypeaheadQuickSelect&quot;,&quot;FacebarTypeaheadAutoWidth&quot;,&quot;FacebarTypeaheadMagGo&quot;,&quot;FacebarTypeaheadSelectAll&quot;,&quot;FacebarTypeaheadPrefixLengthOrderedCache&quot;,&quot;FacebarTypeaheadRecorderBasic&quot;,&quot;FacebarTypeaheadHashtagResult&quot;,&quot;FacebarTypeaheadSearchMap&quot;,&quot;FacebarTypeaheadCore&quot;,&quot;FacebarTypeaheadView&quot;,&quot;FacebarDataSource&quot;,&quot;FacebarTypeahead&quot;], emptyFunction);" placeholder="Search for people, places and things" aria-label="Search for people, places and things" tabindex="-1"><div class="_586i" onfocus="Bootloader.loadModules([&quot;FacebarTypeaheadNavigation&quot;,&quot;FacebarTypeaheadDecorateEntities&quot;,&quot;FacebarTypeaheadDisambiguateResults&quot;,&quot;FacebarTypeaheadSeeMoreSerp&quot;,&quot;FacebarTypeaheadSizeAdjuster&quot;,&quot;FacebarTypeaheadShortcut&quot;,&quot;FacebarTypeaheadQuickSelect&quot;,&quot;FacebarTypeaheadAutoWidth&quot;,&quot;FacebarTypeaheadMagGo&quot;,&quot;FacebarTypeaheadSelectAll&quot;,&quot;FacebarTypeaheadPrefixLengthOrderedCache&quot;,&quot;FacebarTypeaheadRecorderBasic&quot;,&quot;FacebarTypeaheadHashtagResult&quot;,&quot;FacebarTypeaheadSearchMap&quot;,&quot;FacebarTypeaheadCore&quot;,&quot;FacebarTypeaheadView&quot;,&quot;FacebarDataSource&quot;,&quot;FacebarTypeahead&quot;], emptyFunction);" role="textbox" aria-autocomplete="list" aria-expanded="false" aria-owns="js_0" aria-haspopup="true" contenteditable="true" spellcheck="false" tabindex="1"></div><input type="text" tabindex="-1" style="position: absolute; top: 0px; left: -100px; width: 1px; height: 1px;"></div></div></div></div></div></div></div></div><div class="_7fw"><div class="_7fz" id="u_0_k"></div><div class="_7fx"></div></div><div class="pagesVoiceBar"><div id="pagesVoiceBarContent"></div><div id="pagesVoiceBarShadow"></div></div></div></div></div><div id="globalContainer" class="uiContextualLayerParent"><div id="content" class="fb_content clearfix"><div><div id="toolbarContainer" class="hidden_elem"><div id="toolbarContainer" class="hidden_elem"></div></div><div id="mainContainer"><div id="leftCol"><div id="pagelet_welcome_box" data-referrer="pagelet_welcome_box"><div class="clearfix fbxWelcomeBox litestandClassicWelcomeBox" data-gt="{&quot;ref&quot;:&quot;bookmarks&quot;}"><a class="fbxWelcomeBoxBlock _8o _8s lfloat _ohe" aria-hidden="true" data-gt="{&quot;bmid&quot;:100000590753545,&quot;count&quot;:0,&quot;bookmark_type&quot;:&quot;type_self_timeline&quot;}" href="https://www.facebook.com/mayur.kumar.77" tabindex="-1"><img class="_s0 fbxWelcomeBoxImg _rw img" src="./ui_files/10492488_855847354444948_8753844995165142862_n.jpg" alt="" id="profile_pic_welcome_100000590753545"></a><div class="_42ef"><div class="_6a prs"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><a class="fbxWelcomeBoxName" data-gt="{&quot;bmid&quot;:100000590753545,&quot;count&quot;:0,&quot;bookmark_type&quot;:&quot;type_self_timeline&quot;}" href="https://www.facebook.com/mayur.kumar.77">Mayur Kumar</a><a href="https://www.facebook.com/mayur.kumar.77?sk=info&edit=eduwork&ref=home_edit_profile">Edit Profile</a></div></div></div></div></div><div id="pagelet_navigation" data-referrer="pagelet_navigation"><div class="_5plv"><div aria-label="Apps" role="navigation" class="uiFutureSideNav" data-gt="{&quot;ref&quot;:&quot;bookmarks&quot;}" id="sideNav" data-ft="{&quot;tn&quot;:&quot;+H&quot;}"><div id="pagelet_pinned_nav" data-referrer="pagelet_pinned_nav"><div class="homeSideNav" id="pinnedNav"><h4 class="navHeader accessible_elem">FAVORITES</h4><div class="mts mbm droppableNav"><ul class="uiSideNav" data-gt="{&quot;nav_items_count&quot;:&quot;3&quot;,&quot;nav_section&quot;:&quot;pinnedNav&quot;,&quot;bm_sec&quot;:&quot;pinnedNav&quot;}"><li class="sideNavItem stat_elem selectedItem open" data-bookmarkid="4748854339" id="navItem_app_4748854339"><div class="_6a uiPopover uiSideNavAux" id="u_0_3n"><a class="_2jq5 _p" aria-label="Sort options" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_3o"></a></div><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_3q"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit News Feed" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_3r"></a></div></div><a class="item clearfix" href="https://www.facebook.com/?sk=nf" title="News Feed" data-gt="{&quot;bmid&quot;:&quot;4748854339&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_newsfeed&quot;,&quot;rank&quot;:&quot;1&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_2b1c6e"></i></span><div class="linkWrap noCount">News Feed</div></div></a></li><li class="sideNavItem stat_elem" data-bookmarkid="217974574879787" id="navItem_app_217974574879787"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_3k"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Messages" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_3l"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/messages/" title="Messages" data-gt="{&quot;bmid&quot;:&quot;217974574879787&quot;,&quot;count&quot;:&quot;39&quot;,&quot;bookmark_type&quot;:&quot;type_facebook_app&quot;,&quot;rank&quot;:&quot;2&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">38</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_e0e00d"></i></span><div class="linkWrap hasCount">Messages</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="2344061033" id="navItem_app_2344061033"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_3t"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Events" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_3u"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/events/list?ref=46" title="Events" data-gt="{&quot;bmid&quot;:&quot;2344061033&quot;,&quot;count&quot;:&quot;1&quot;,&quot;bookmark_type&quot;:&quot;type_facebook_app&quot;,&quot;rank&quot;:&quot;3&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">1</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_QJMnTnphIUg sx_f54935"></i></span><div class="linkWrap hasCount">Events</div></div></a><span class="mover hidden_elem"></span></li></ul><div class="actionLinks stat_elem"><a class="navEditDone" href="https://www.facebook.com/#" data-endpoint="/ajax/bookmark/edit/" role="button"><span class="navEdit">Edit</span><span class="navDone">Done</span></a><span class="img _55ym _55yn _55yo loadingIndicator" aria-label="Loading..." aria-busy="1"></span></div></div></div></div><div id="pagelet_bookmark_nav" data-referrer="pagelet_bookmark_nav"><div><div class="homeSideNav" id="groupsNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}"><h4 class="navHeader"><a href="https://www.facebook.com/browsegroups/?category=membership&ref=bookmark_header"><div class="clearfix"><div class="lfloat _ohe">GROUPS</div><span class="mrm rfloat _ohf"><div class="bookmarksNavSeeAll">More</div><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span></span></div></a></h4><ul class="uiSideNav mts mbm nonDroppableNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}" data-gt="{&quot;nav_items_count&quot;:&quot;14&quot;,&quot;nav_section&quot;:&quot;groupsNav&quot;,&quot;bm_sec&quot;:&quot;groupsNav&quot;}"><li class="sideNavItem stat_elem" data-bookmarkid="697850363602950" id="navItem_group_697850363602950"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_52"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit lets do it guys ;)" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_53"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/697850363602950/" title="lets do it guys ;)" data-gt="{&quot;bmid&quot;:&quot;697850363602950&quot;,&quot;count&quot;:&quot;7&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;1&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">7</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/_9rFHMj4DIY.png" alt="" width="16" height="16"></span><div class="linkWrap hasCount">lets do it guys ;)</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="1486334851608134" id="navItem_group_1486334851608134"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4b"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit राष्ट्रकवि रामधारी सिंह &quot;दिनकर&quot;" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4c"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/1486334851608134/" title="राष्ट्रकवि रामधारी सिंह &quot;दिनकर&quot;" data-gt="{&quot;bmid&quot;:&quot;1486334851608134&quot;,&quot;count&quot;:&quot;7&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;2&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">7</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_7ce2bb"></i></span><div class="linkWrap hasCount">राष्ट्रकवि रामधारी सिंह "दिनकर"</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="458089457642810" id="navItem_group_458089457642810"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4e"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit MDI Job Referrals" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4f"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/mdigurgaon/" title="MDI Job Referrals" data-gt="{&quot;bmid&quot;:&quot;458089457642810&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;3&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/3OYk4ErGiUt.png" alt="" width="16" height="16"></span><div class="linkWrap noCount">MDI Job Referrals</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="398637273528511" id="navItem_group_398637273528511"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4h"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit MIT Manipal Alumni Open group" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4i"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/mitmanipalalumni/" title="MIT Manipal Alumni Open group" data-gt="{&quot;bmid&quot;:&quot;398637273528511&quot;,&quot;count&quot;:&quot;25&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;4&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_jQ50cqjcfGy sx_98b83e"></i></span><div class="linkWrap hasCount">MIT Manipal Alumni Open group</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="284314518394092" id="navItem_group_284314518394092"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_55"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Travel Buddy" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_56"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/284314518394092/" title="Travel Buddy" data-gt="{&quot;bmid&quot;:&quot;284314518394092&quot;,&quot;count&quot;:&quot;25&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;5&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_db668e"></i></span><div class="linkWrap hasCount">Travel Buddy</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="288841594499715" id="navItem_group_288841594499715"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4k"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit I&amp;CT MIT Manipal" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4l"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/288841594499715/" title="I&amp;CT MIT Manipal" data-gt="{&quot;bmid&quot;:&quot;288841594499715&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;6&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_e7c025"></i></span><div class="linkWrap noCount">I&amp;CT MIT Manipal</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="150893991629890" id="navItem_group_150893991629890"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4n"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Beehad Hard Gane 90 ke dashak ke" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4o"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/150893991629890/" title="Beehad Hard Gane 90 ke dashak ke" data-gt="{&quot;bmid&quot;:&quot;150893991629890&quot;,&quot;count&quot;:&quot;25&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;7&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_e7c025"></i></span><div class="linkWrap hasCount">Beehad Hard Gane 90 ke dashak ke</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="137568023111395" id="navItem_group_137568023111395"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4q"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit MDI PGP 2012 - 14" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4r"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/137568023111395/" title="MDI PGP 2012 - 14" data-gt="{&quot;bmid&quot;:&quot;137568023111395&quot;,&quot;count&quot;:&quot;17&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;8&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">17</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_jQ50cqjcfGy sx_98b83e"></i></span><div class="linkWrap hasCount">MDI PGP 2012 - 14</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="248292315251935" id="navItem_group_248292315251935"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4t"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit In loving memory of a friend" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4u"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/248292315251935/" title="In loving memory of a friend" data-gt="{&quot;bmid&quot;:&quot;248292315251935&quot;,&quot;count&quot;:&quot;17&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;9&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">17</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_e7c025"></i></span><div class="linkWrap hasCount">In loving memory of a friend</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="137645986366973" id="navItem_group_137645986366973"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4w"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit MDI PGP 2012-14" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_4x"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/mdi.pgp.2014/" title="MDI PGP 2012-14" data-gt="{&quot;bmid&quot;:&quot;137645986366973&quot;,&quot;count&quot;:&quot;25&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;10&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/_9rFHMj4DIY.png" alt="" width="16" height="16"></span><div class="linkWrap hasCount">MDI PGP 2012-14</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="345181272212991" id="navItem_group_345181272212991"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_4z"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit MADSAM TINZIN" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_50"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/groups/345181272212991/" title="MADSAM TINZIN" data-gt="{&quot;bmid&quot;:&quot;345181272212991&quot;,&quot;count&quot;:&quot;25&quot;,&quot;bookmark_type&quot;:&quot;type_group&quot;,&quot;rank&quot;:&quot;11&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_e7c025"></i></span><div class="linkWrap hasCount">MADSAM TINZIN</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="1453691111529322" id="navItem_app_1453691111529322"><div class="buttonWrap"></div><a class="item clearfix" href="https://www.facebook.com/browsegroups/?category=membership&ref=bookmarks&dismissnux=1" title="Manage Your Groups" data-gt="{&quot;bmid&quot;:&quot;1453691111529322&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_group_tool&quot;,&quot;rank&quot;:&quot;12&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/p8wxhmZcSa_.png" alt="" width="16" height="16"></span><div class="linkWrap noCount">Manage Your Groups</div></div></a></li><li class="sideNavItem stat_elem" data-bookmarkid="637803516301738" id="navItem_app_637803516301738"><div class="buttonWrap"></div><a class="item clearfix" href="https://www.facebook.com/browsegroups?ref=bookmarks&dismissnux=true" title="Find New Groups" data-gt="{&quot;bmid&quot;:&quot;637803516301738&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_group_tool&quot;,&quot;rank&quot;:&quot;13&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/TbPApve0wPE.png" alt="" width="16" height="16"></span><div class="linkWrap noCount">Find New Groups</div></div></a></li><li class="sideNavItem stat_elem" data-bookmarkid="230259100322928" id="navItem_app_230259100322928"><div class="buttonWrap"></div><a class="item clearfix" rel="dialog" href="https://www.facebook.com/ajax/groups/create_get.php?ref=bookmarks" title="Create Group" data-gt="{&quot;bmid&quot;:&quot;230259100322928&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_group_tool&quot;,&quot;rank&quot;:&quot;14&quot;}" role="button"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_0d2f32"></i></span><div class="linkWrap noCount">Create Group</div></div></a></li></ul></div><div class="homeSideNav" id="appsNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}"><h4 class="navHeader"><a href="https://www.facebook.com/bookmarks/apps"><div class="clearfix"><div class="lfloat _ohe">APPS</div><span class="mrm rfloat _ohf"><div class="bookmarksNavSeeAll">More</div><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span></span></div></a></h4><ul class="uiSideNav mts mbm nonDroppableNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}" data-gt="{&quot;nav_items_count&quot;:&quot;8&quot;,&quot;nav_section&quot;:&quot;appsNav&quot;,&quot;bm_sec&quot;:&quot;appsNav&quot;}"><li class="sideNavItem stat_elem" data-bookmarkid="140332009231" id="navItem_app_140332009231"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_58"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Apps and Games" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_59"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/games/?from_bookmark=1" title="Games" data-gt="{&quot;bmid&quot;:&quot;140332009231&quot;,&quot;count&quot;:&quot;33&quot;,&quot;bookmark_type&quot;:&quot;type_game_tool&quot;,&quot;rank&quot;:&quot;1&quot;,&quot;type&quot;:&quot;click2appcenter&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/3JtZHx9TaF3.png" alt="" width="16" height="16"></span><div class="linkWrap hasCount">Games</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="2389801228" id="navItem_app_2389801228"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_5b"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Texas HoldEm Poker" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_5c"></a></div></div><a class="item clearfix sortableItem" rel="nofollow" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Ftexas_holdem%2F%3Ffb_source%3Dbookmark%26ref%3Dbookmarks%26count%3D1%26fb_bmpos%3D2_1&h=lAQFnv-YS&s=1" title="Texas HoldEm Poker" data-gt="{&quot;bmid&quot;:&quot;2389801228&quot;,&quot;count&quot;:&quot;1&quot;,&quot;bookmark_type&quot;:&quot;type_canvas_app_game&quot;,&quot;rank&quot;:&quot;2&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;appid&quot;:&quot;2389801228&quot;,&quot;fbsource&quot;:&quot;301&quot;}" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/apps.facebook.com\/texas_holdem\/?fb_source=bookmark&amp;ref=bookmarks&amp;count=1&amp;fb_bmpos=2_1&quot;);" onclick="LinkshimAsyncLink.swap(this, &quot;\/l.php?u=https\u00253A\u00252F\u00252Fapps.facebook.com\u00252Ftexas_holdem\u00252F\u00253Ffb_source\u00253Dbookmark\u002526ref\u00253Dbookmarks\u002526count\u00253D1\u002526fb_bmpos\u00253D2_1&amp;h=lAQFnv-YS&amp;s=1&quot;);"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">1</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" height="16" src="./ui_files/851561_10151520509171229_2012052015_n.png" width="16" alt=""></span><div class="linkWrap hasCount">Texas HoldEm Poker</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="183217215062060" id="navItem_app_183217215062060"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_42"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Pokes" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_43"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/pokes?ref_type=bookmark" title="Pokes" data-gt="{&quot;bmid&quot;:&quot;183217215062060&quot;,&quot;count&quot;:&quot;1&quot;,&quot;bookmark_type&quot;:&quot;type_facebook_app&quot;,&quot;rank&quot;:&quot;3&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">1</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_220762"></i></span><div class="linkWrap hasCount">Pokes</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="133451120007663" id="navItem_app_133451120007663"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_5e"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Truth Game" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_5f"></a></div></div><a class="item clearfix sortableItem" rel="nofollow" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fsocialtrueorfalse%2F%3Ffb_source%3Dbookmark%26ref%3Dbookmarks%26count%3D3%26fb_bmpos%3D4_3&h=MAQGTW2rm&s=1" title="Truth Game" data-gt="{&quot;bmid&quot;:&quot;133451120007663&quot;,&quot;count&quot;:&quot;3&quot;,&quot;bookmark_type&quot;:&quot;type_canvas_app_non_game&quot;,&quot;rank&quot;:&quot;4&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;appid&quot;:&quot;133451120007663&quot;,&quot;fbsource&quot;:&quot;301&quot;}" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/apps.facebook.com\/socialtrueorfalse\/?fb_source=bookmark&amp;ref=bookmarks&amp;count=3&amp;fb_bmpos=4_3&quot;);" onclick="LinkshimAsyncLink.swap(this, &quot;\/l.php?u=https\u00253A\u00252F\u00252Fapps.facebook.com\u00252Fsocialtrueorfalse\u00252F\u00253Ffb_source\u00253Dbookmark\u002526ref\u00253Dbookmarks\u002526count\u00253D3\u002526fb_bmpos\u00253D4_3&amp;h=MAQGTW2rm&amp;s=1&quot;);"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">3</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" height="16" src="./ui_files/851560_597214673631303_41456674_n.gif" width="16" alt=""></span><div class="linkWrap hasCount">Truth Game</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="291549705119" id="navItem_app_291549705119"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_5h"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit CityVille" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_5i"></a></div></div><a class="item clearfix sortableItem" rel="nofollow" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fcityville%2F%3Ffb_source%3Dbookmark%26ref%3Dbookmarks%26count%3D0%26fb_bmpos%3D5_0&h=JAQHiD1x7&s=1" title="CityVille" data-gt="{&quot;bmid&quot;:&quot;291549705119&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_canvas_app_game&quot;,&quot;rank&quot;:&quot;5&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;appid&quot;:&quot;291549705119&quot;,&quot;fbsource&quot;:&quot;301&quot;}" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/apps.facebook.com\/cityville\/?fb_source=bookmark&amp;ref=bookmarks&amp;count=0&amp;fb_bmpos=5_0&quot;);" onclick="LinkshimAsyncLink.swap(this, &quot;\/l.php?u=https\u00253A\u00252F\u00252Fapps.facebook.com\u00252Fcityville\u00252F\u00253Ffb_source\u00253Dbookmark\u002526ref\u00253Dbookmarks\u002526count\u00253D0\u002526fb_bmpos\u00253D5_0&amp;h=JAQHiD1x7&amp;s=1&quot;);"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" height="16" src="./ui_files/851578_10151677700040120_627798878_n.png" width="16" alt=""></span><div class="linkWrap noCount">CityVille</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="2305272732" id="navItem_app_2305272732"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_3w"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Photos" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_3x"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/mayur.kumar.77/photos?ref_type=bookmark" title="Photos" data-gt="{&quot;bmid&quot;:&quot;2305272732&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_facebook_app&quot;,&quot;rank&quot;:&quot;6&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_4ab491"></i></span><div class="linkWrap noCount">Photos</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="124318160942877" id="navItem_app_124318160942877"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_5k"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Get Revealed" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_5l"></a></div></div><a class="item clearfix sortableItem" rel="nofollow" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fgetrevealed%2F%3Ffb_source%3Dbookmark%26ref%3Dbookmarks%26count%3D3%26fb_bmpos%3D7_3&h=TAQEhAmGV&s=1" title="Get Revealed" data-gt="{&quot;bmid&quot;:&quot;124318160942877&quot;,&quot;count&quot;:&quot;3&quot;,&quot;bookmark_type&quot;:&quot;type_canvas_app_non_game&quot;,&quot;rank&quot;:&quot;7&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;appid&quot;:&quot;124318160942877&quot;,&quot;fbsource&quot;:&quot;301&quot;}" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/apps.facebook.com\/getrevealed\/?fb_source=bookmark&amp;ref=bookmarks&amp;count=3&amp;fb_bmpos=7_3&quot;);" onclick="LinkshimAsyncLink.swap(this, &quot;\/l.php?u=https\u00253A\u00252F\u00252Fapps.facebook.com\u00252Fgetrevealed\u00252F\u00253Ffb_source\u00253Dbookmark\u002526ref\u00253Dbookmarks\u002526count\u00253D3\u002526fb_bmpos\u00253D7_3&amp;h=TAQEhAmGV&amp;s=1&quot;);"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">3</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" height="16" src="./ui_files/851582_536987513009271_727903419_n.gif" width="16" alt=""></span><div class="linkWrap hasCount">Get Revealed</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="261369767293002" id="navItem_app_261369767293002"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_45"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Games Feed" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_46"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/apps/feed" title="Games Feed" data-gt="{&quot;bmid&quot;:&quot;261369767293002&quot;,&quot;count&quot;:&quot;230&quot;,&quot;bookmark_type&quot;:&quot;type_game_tool&quot;,&quot;rank&quot;:&quot;8&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/jr7r-LBNMdR.png" alt="" width="16" height="16"></span><div class="linkWrap hasCount">Games Feed</div></div></a><span class="mover hidden_elem"></span></li></ul></div><div class="homeSideNav" id="listsNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}"><h4 class="navHeader"><a href="https://www.facebook.com/bookmarks/lists"><div class="clearfix"><div class="lfloat _ohe">FRIENDS</div><span class="mrm rfloat _ohf"><div class="bookmarksNavSeeAll">More</div><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span></span></div></a></h4><ul class="uiSideNav mts mbm nonDroppableNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}" data-gt="{&quot;nav_items_count&quot;:&quot;1&quot;,&quot;nav_section&quot;:&quot;listsNav&quot;,&quot;bm_sec&quot;:&quot;listsNav&quot;}"><li class="sideNavItem stat_elem" data-bookmarkid="485218421507845" id="navItem_fl_485218421507845"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_5n"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Management Development Institute" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_5o"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/lists/485218421507845" title="Management Development Institute" data-gt="{&quot;bmid&quot;:&quot;485218421507845&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_friend_list&quot;,&quot;rank&quot;:&quot;1&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/nyGEC6hOf9m.png" alt="" width="16" height="16"></span><div class="linkWrap noCount">Management Development Institute</div></div></a><span class="mover hidden_elem"></span></li></ul></div><div class="homeSideNav" id="interestsNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}"><h4 class="navHeader"><a href="https://www.facebook.com/bookmarks/interests"><div class="clearfix"><div class="lfloat _ohe">INTERESTS</div><span class="mrm rfloat _ohf"><div class="bookmarksNavSeeAll">More</div><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span></span></div></a></h4><ul class="uiSideNav mts mbm nonDroppableNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}" data-gt="{&quot;nav_items_count&quot;:&quot;1&quot;,&quot;nav_section&quot;:&quot;interestsNav&quot;,&quot;bm_sec&quot;:&quot;interestsNav&quot;}"><li class="sideNavItem stat_elem" data-bookmarkid="298069413556081" id="navItem_fl_298069413556081"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_5q"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Pages and Public Figures" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_5r"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/lists/298069413556081" title="Pages and Public Figures" data-gt="{&quot;bmid&quot;:&quot;298069413556081&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_interest_list&quot;,&quot;rank&quot;:&quot;1&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/C0eConWN8vs.png" alt="" width="16" height="16"></span><div class="linkWrap noCount">Pages and Public Figures</div></div></a><span class="mover hidden_elem"></span></li></ul></div><div class="homeSideNav" id="pagesNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}"><h4 class="navHeader">PAGES</h4><ul class="uiSideNav mts mbm nonDroppableNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}" data-gt="{&quot;nav_items_count&quot;:&quot;3&quot;,&quot;nav_section&quot;:&quot;pagesNav&quot;,&quot;bm_sec&quot;:&quot;pagesNav&quot;}"><li class="sideNavItem stat_elem" data-bookmarkid="140472815972081" id="navItem_app_140472815972081"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_48"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Pages Feed" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_49"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/pages/feed?ref=bookmarks" title="Pages Feed" data-gt="{&quot;bmid&quot;:&quot;140472815972081&quot;,&quot;count&quot;:&quot;65&quot;,&quot;bookmark_type&quot;:&quot;type_pinnable_page_tool&quot;,&quot;rank&quot;:&quot;1&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 uiSideNavCount"><span class="countValue fss">20</span><span class="maxCountIndicator">+</span></span><span class="grip"></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_f60a2f"></i></span><div class="linkWrap hasCount">Pages Feed</div></div></a><span class="mover hidden_elem"></span></li><li class="sideNavItem stat_elem" data-bookmarkid="357937250942127" id="navItem_app_357937250942127"><div class="buttonWrap"></div><a class="item clearfix" href="https://www.facebook.com/pages" title="Like Pages" data-gt="{&quot;bmid&quot;:&quot;357937250942127&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_pinnable_page_tool&quot;,&quot;rank&quot;:&quot;2&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div><div><span class="imgWrap"><i class="img sp_3Bevu-3hjTi sx_ae654a"></i></span><div class="linkWrap noCount">Like Pages</div></div></a></li><li class="sideNavItem stat_elem" data-bookmarkid="188619144602540" id="navItem_app_188619144602540"><div class="buttonWrap"></div><a class="item clearfix" href="https://www.facebook.com/pages/create/?ref_type=bookmark" title="Create Page" data-gt="{&quot;bmid&quot;:&quot;188619144602540&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_page_tool&quot;,&quot;rank&quot;:&quot;3&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/6E9hzsKtqGP.png" alt="" width="16" height="16"></span><div class="linkWrap noCount">Create Page</div></div></a></li></ul></div><div class="homeSideNav" id="developerNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}"><h4 class="navHeader"><a href="https://developers.facebook.com/apps"><div class="clearfix"><div class="lfloat _ohe">DEVELOPER</div><span class="mrm rfloat _ohf"><div class="bookmarksNavSeeAll">More</div><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span></span></div></a></h4><ul class="uiSideNav mts mbm nonDroppableNav" data-ft="{&quot;tn&quot;:&quot;+X&quot;}" data-gt="{&quot;nav_items_count&quot;:&quot;1&quot;,&quot;nav_section&quot;:&quot;developerNav&quot;,&quot;bm_sec&quot;:&quot;developerNav&quot;}"><li class="sideNavItem stat_elem" data-bookmarkid="188833664616804" id="navItem_app_188833664616804"><div class="buttonWrap"><div class="_6a mas uiPopover uiSideNavEditButton" title="Edit" id="u_0_3z"><a class="_26tg accessible_elem _p" href="https://www.facebook.com/#" title="Edit" aria-label="Edit Developer Insights" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_40"></a></div></div><a class="item clearfix sortableItem" href="https://www.facebook.com/insights/?ref=bm" title="Insights" data-gt="{&quot;bmid&quot;:&quot;188833664616804&quot;,&quot;count&quot;:&quot;0&quot;,&quot;bookmark_type&quot;:&quot;type_developer_tool&quot;,&quot;rank&quot;:&quot;1&quot;}"><div class="rfloat"><span class="img _55ym _55yn _55yo _5tqs uiSideNavSpinner" aria-label="Loading..." aria-busy="1"></span><span class="count _5wk0 hidden_elem uiSideNavCount"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span><span class="grip"></span></div><div><span class="imgWrap"><img class="img" src="./ui_files/qXp0obBTSK_.png" alt="" width="15" height="16"></span><div class="linkWrap noCount">Insights</div></div></a><span class="mover hidden_elem"></span></li></ul></div></div></div></div><div id="pagelet_pinned_nav" data-referrer="pagelet_pinned_nav"></div><div id="pagelet_bookmark_nav" data-referrer="pagelet_bookmark_nav"></div></div></div></div><div id="contentCol" class="homeWiderContent homeFixedLayout hasExpandedComposer newsFeedComposer _5r-_ homeFixedLayout hasRightCol" data-referrer="contentCol" style="min-height: 100px;"><div><div id="headerArea" class="hidden_elem"></div><div id="rightCol" role="complementary"><div class="_5rzs _5v6d"><div class="home_right_column tickerOnTop"><div class="rightColumnWrapper fixed_elem" style="top: -498px;"><div class="_4-u2 _5v6e" id="u_jsonp_4_0"><div class="hidden_rhc_ticker pagelet hidden_elem" id="pagelet_rhc_ticker"></div><div class="pagelet" id="pagelet_reminders" data-referrer="pagelet_reminders"><div class=" pagelet _5qrt _y92 _1snm egoOrganicColumn"><div><div><div class="tickerToggleWrapper displayedTickerToggleWrapper fbRemindersThickline toggleWrapperWithoutMargin"><a data-hover="tooltip" aria-label="Show Ticker" data-tooltip-alignh="center" class="tickerLineToggle stat_elem" ajaxify="/ajax/feed/ticker/hide/?hide=0" rel="async-post" href="https://www.facebook.com/#" role="button"><div class="tickerLineToggleNormal"><img class="img" src="./ui_files/g9fa9rLidUb.png" alt="" width="12" height="10"></div><div class="tickerLineToggleAsync"><img class="uiLoadingIndicatorAsync img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"></div></a></div></div><div class="fbReminders"><div class="clearfix fbRemindersStory" id="u_jsonp_4_z"><a href="https://www.facebook.com/#" id="birthday_reminders_link" role="button"><div class="clearfix"><i class="fbRemindersIcon _8o _8r lfloat _ohe img sp_843e1e sx_fc4977"></i><div class="_8u _42ef"><span class="_50f8"><span class="fbRemindersTitle"><strong>Naveen Bolla</strong></span>'s birthday is today</span></div></div></a></div><div class="clearfix fbRemindersStory" id="u_jsonp_4_y"><a href="https://www.facebook.com/#" id="pages_reminders_link" role="button"><div class="clearfix"><i class="fbRemindersIcon _8o _8r lfloat _ohe img sp_Fl-Bi-rXZkL sx_5bc1ce"></i><div class="_8u _42ef"><span class="_50f8"><span class="fbRemindersTitle"><strong>Abhishek Kumar</strong></span> and <span class="fbRemindersTitle">41 others</span> invited you to like Pages</span></div></div></a></div></div></div></div><span class="muffin_tracking_pixel_start"></span><iframe src="./ui_files/ai(1).html" class="fbEmuTracking" width="0" height="0" scrolling="no" frameborder="0"></iframe><span class="muffin_tracking_pixel_end"></span></div><div class="pagelet" id="pagelet_trending_tags_and_topics" data-referrer="pagelet_trending_tags_and_topics"><div class="_5mym"><div class="uiHeader uiHeaderTopBorder pbs _2w2d"><div class="clearfix uiHeaderTop"><div><h6 class="uiHeaderTitle"><a class="_2w2e" href="https://www.facebook.com/help/1401671260054622" target="_blank">Trending</a></h6></div></div></div><div class="_5my7"><div id="u_2c_1s"><ul class="_5myl"><li class="_5my2" data-position="1" id="u_2c_17"><div class="clearfix _4_nm"><button value="1" class="_42ft _5upp _19_3 rfloat _ohf" title="Hide" type="submit" id="u_2c_18"><span></span></button><div class="clearfix _uhk _19_2 _42ef"><img class="_5r-z _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div class="_5r--"><span><span><a class="_5cl5 _7ge _5v0t _5v0s" href="https://www.facebook.com/topic/Avengers-Age-of-Ultron/568422066549498?source=whfrt&position=1&trqid=6040847686396380970"><span class="_452y"></span><span class="_5my8">Avengers: Age of Ultron</span></a>: </span><span class="_5v9v">Marvel Brought The Goods From ‘Avengers: Age Of Ultron’ To Comic-Con</span></span></div></div></div></div><div class="clearfix _4_nl hidden_elem" id="u_2c_19"><img class="_19_0 _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div><div class="clearfix"><span class="lfloat _ohe fwb">Topic Hidden</span><a class="_4_nn rfloat _ohf" href="https://www.facebook.com/#" role="button">Undo</a></div><div class="mbm">We'll try not to show you this topic again.</div><form class="mbs" action="https://www.facebook.com/#" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_2c_1t"><div class="mbs">Why did you hide it?</div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1b"><input type="radio" name="trending_hide_reason" value="1" id="u_2c_1a"><span></span></label><label for="u_2c_1a" class="uiInputLabelLabel">I don't care about this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1d"><input type="radio" name="trending_hide_reason" value="2" id="u_2c_1c"><span></span></label><label for="u_2c_1c" class="uiInputLabelLabel">I keep seeing this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1f"><input type="radio" name="trending_hide_reason" value="3" id="u_2c_1e"><span></span></label><label for="u_2c_1e" class="uiInputLabelLabel">It's offensive or inappropriate</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1h"><input type="radio" name="trending_hide_reason" value="4" id="u_2c_1g"><span></span></label><label for="u_2c_1g" class="uiInputLabelLabel">Other</label></div></form></div></div></div></li><li class="_5my2" data-position="2" id="u_2c_m"><div class="clearfix _4_nm"><button value="1" class="_42ft _5upp _19_3 rfloat _ohf" title="Hide" type="submit" id="u_2c_n"><span></span></button><div class="clearfix _uhk _19_2 _42ef"><img class="_5r-z _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div class="_5r--"><span><span><a class="_5cl5 _7ge _5v0t _5v0s" href="https://www.facebook.com/topic/Pankaj-Singh/105654446135224?source=whfrt&position=2&trqid=6040847686396380970"><span class="_452y"></span><span class="_5my8">Pankaj Singh</span></a>: </span><span class="_5v9v">Pankaj Singh 282nd Indian to play Test cricket | gocricket.com</span></span></div></div></div></div><div class="clearfix _4_nl hidden_elem" id="u_2c_o"><img class="_19_0 _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div><div class="clearfix"><span class="lfloat _ohe fwb">Topic Hidden</span><a class="_4_nn rfloat _ohf" href="https://www.facebook.com/#" role="button">Undo</a></div><div class="mbm">We'll try not to show you this topic again.</div><form class="mbs" action="https://www.facebook.com/#" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_2c_1u"><div class="mbs">Why did you hide it?</div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_q"><input type="radio" name="trending_hide_reason" value="1" id="u_2c_p"><span></span></label><label for="u_2c_p" class="uiInputLabelLabel">I don't care about this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_s"><input type="radio" name="trending_hide_reason" value="2" id="u_2c_r"><span></span></label><label for="u_2c_r" class="uiInputLabelLabel">I keep seeing this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_u"><input type="radio" name="trending_hide_reason" value="3" id="u_2c_t"><span></span></label><label for="u_2c_t" class="uiInputLabelLabel">It's offensive or inappropriate</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_w"><input type="radio" name="trending_hide_reason" value="4" id="u_2c_v"><span></span></label><label for="u_2c_v" class="uiInputLabelLabel">Other</label></div></form></div></div></div></li><li class="_5my2" data-position="3" id="u_2c_1"><div class="clearfix _4_nm"><button value="1" class="_42ft _5upp _19_3 rfloat _ohf" title="Hide" type="submit" id="u_2c_2"><span></span></button><div class="clearfix _uhk _19_2 _42ef"><img class="_5r-z _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div class="_5r--"><span><span><a class="_5cl5 _7ge _5v0t _5v0s" href="https://www.facebook.com/topic/Gaza/107601032603195?source=whfrt&position=3&trqid=6040847686396380970"><span class="_452y"></span><span class="_5my8">Gaza</span></a>: </span><span class="_5v9v">Gaza War Rages Despite Hamas, Israel Truce Pledges</span></span></div></div></div></div><div class="clearfix _4_nl hidden_elem" id="u_2c_3"><img class="_19_0 _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div><div class="clearfix"><span class="lfloat _ohe fwb">Topic Hidden</span><a class="_4_nn rfloat _ohf" href="https://www.facebook.com/#" role="button">Undo</a></div><div class="mbm">We'll try not to show you this topic again.</div><form class="mbs" action="https://www.facebook.com/#" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_2c_1v"><div class="mbs">Why did you hide it?</div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_5"><input type="radio" name="trending_hide_reason" value="1" id="u_2c_4"><span></span></label><label for="u_2c_4" class="uiInputLabelLabel">I don't care about this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_7"><input type="radio" name="trending_hide_reason" value="2" id="u_2c_6"><span></span></label><label for="u_2c_6" class="uiInputLabelLabel">I keep seeing this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_9"><input type="radio" name="trending_hide_reason" value="3" id="u_2c_8"><span></span></label><label for="u_2c_8" class="uiInputLabelLabel">It's offensive or inappropriate</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_b"><input type="radio" name="trending_hide_reason" value="4" id="u_2c_a"><span></span></label><label for="u_2c_a" class="uiInputLabelLabel">Other</label></div></form></div></div></div></li><li class="_5my2 _5my1 hidden_elem" data-position="5"><div class="clearfix _4_nm"><button value="1" class="_42ft _5upp _19_3 rfloat _ohf" title="Hide" type="submit" id="u_2c_c"><span></span></button><div class="clearfix _uhk _19_2 _42ef"><img class="_5r-z _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div class="_5r--"><span><span><a class="_5cl5 _7ge _5v0t _5v0s" href="https://www.facebook.com/hashtag/hungariangp?source=whrt&position=5&trqid=6040847686396380970"><span class="_452y"></span><span class="_5my8">#HungarianGP</span></a>: </span><span class="_5v9v">Red Bull's Ricciardo Wins Hungarian Grand Prix</span></span></div></div></div></div><div class="clearfix _4_nl hidden_elem" id="u_2c_d"><img class="_19_0 _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div><div class="clearfix"><span class="lfloat _ohe fwb">Topic Hidden</span><a class="_4_nn rfloat _ohf" href="https://www.facebook.com/#" role="button">Undo</a></div><div class="mbm">We'll try not to show you this topic again.</div><form class="mbs" action="https://www.facebook.com/#" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_2c_1w"><div class="mbs">Why did you hide it?</div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_f"><input type="radio" name="trending_hide_reason" value="1" id="u_2c_e"><span></span></label><label for="u_2c_e" class="uiInputLabelLabel">I don't care about this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_h"><input type="radio" name="trending_hide_reason" value="2" id="u_2c_g"><span></span></label><label for="u_2c_g" class="uiInputLabelLabel">I keep seeing this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_j"><input type="radio" name="trending_hide_reason" value="3" id="u_2c_i"><span></span></label><label for="u_2c_i" class="uiInputLabelLabel">It's offensive or inappropriate</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_l"><input type="radio" name="trending_hide_reason" value="4" id="u_2c_k"><span></span></label><label for="u_2c_k" class="uiInputLabelLabel">Other</label></div></form></div></div></div></li><li class="_5my2 _5my1 hidden_elem" data-position="6"><div class="clearfix _4_nm"><button value="1" class="_42ft _5upp _19_3 rfloat _ohf" title="Hide" type="submit" id="u_2c_x"><span></span></button><div class="clearfix _uhk _19_2 _42ef"><img class="_5r-z _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div class="_5r--"><span><span><a class="_5cl5 _7ge _5v0t _5v0s" href="https://www.facebook.com/topic/Alastair-Cook/109560909063174?source=whrt&position=6&trqid=6040847686396380970"><span class="_452y"></span><span class="_5my8">Alastair Cook</span></a>: </span><span class="_5v9v">England’s Alastair Cook unmoved by Kevin Pietersen’s calls to resign</span></span></div></div></div></div><div class="clearfix _4_nl hidden_elem" id="u_2c_y"><img class="_19_0 _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div><div class="clearfix"><span class="lfloat _ohe fwb">Topic Hidden</span><a class="_4_nn rfloat _ohf" href="https://www.facebook.com/#" role="button">Undo</a></div><div class="mbm">We'll try not to show you this topic again.</div><form class="mbs" action="https://www.facebook.com/#" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_2c_1x"><div class="mbs">Why did you hide it?</div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_10"><input type="radio" name="trending_hide_reason" value="1" id="u_2c_z"><span></span></label><label for="u_2c_z" class="uiInputLabelLabel">I don't care about this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_12"><input type="radio" name="trending_hide_reason" value="2" id="u_2c_11"><span></span></label><label for="u_2c_11" class="uiInputLabelLabel">I keep seeing this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_14"><input type="radio" name="trending_hide_reason" value="3" id="u_2c_13"><span></span></label><label for="u_2c_13" class="uiInputLabelLabel">It's offensive or inappropriate</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_16"><input type="radio" name="trending_hide_reason" value="4" id="u_2c_15"><span></span></label><label for="u_2c_15" class="uiInputLabelLabel">Other</label></div></form></div></div></div></li><li class="_5my2 _5my1 hidden_elem" data-position="7"><div class="clearfix _4_nm"><button value="1" class="_42ft _5upp _19_3 rfloat _ohf" title="Hide" type="submit" id="u_2c_1i"><span></span></button><div class="clearfix _uhk _19_2 _42ef"><img class="_5r-z _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div class="_5r--"><span><span><a class="_5cl5 _7ge _5v0t _5v0s" href="https://www.facebook.com/topic/David-Ospina/106266956070382?source=whrt&position=7&trqid=6040847686396380970"><span class="_452y"></span><span class="_5my8">David Ospina</span></a>: </span><span class="_5v9v">Arsenal Confirm Signing Colombian Goalkeeper David Ospina</span></span></div></div></div></div><div class="clearfix _4_nl hidden_elem" id="u_2c_1j"><img class="_19_0 _8o lfloat _ohe img" alt="" src="./ui_files/-PAXP-deijE.gif"><div class="_42ef"><div><div class="clearfix"><span class="lfloat _ohe fwb">Topic Hidden</span><a class="_4_nn rfloat _ohf" href="https://www.facebook.com/#" role="button">Undo</a></div><div class="mbm">We'll try not to show you this topic again.</div><form class="mbs" action="https://www.facebook.com/#" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_2c_1y"><div class="mbs">Why did you hide it?</div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1l"><input type="radio" name="trending_hide_reason" value="1" id="u_2c_1k"><span></span></label><label for="u_2c_1k" class="uiInputLabelLabel">I don't care about this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1n"><input type="radio" name="trending_hide_reason" value="2" id="u_2c_1m"><span></span></label><label for="u_2c_1m" class="uiInputLabelLabel">I keep seeing this</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1p"><input type="radio" name="trending_hide_reason" value="3" id="u_2c_1o"><span></span></label><label for="u_2c_1o" class="uiInputLabelLabel">It's offensive or inappropriate</label></div><div class="uiInputLabel clearfix"><label class="_55sh uiInputLabelInput" id="u_2c_1r"><input type="radio" name="trending_hide_reason" value="4" id="u_2c_1q"><span></span></label><label for="u_2c_1q" class="uiInputLabelLabel">Other</label></div></form></div></div></div></li></ul><a class="_5my2 _5my9" data-position="seemore" href="https://www.facebook.com/#" role="button" id="u_2c_0"><i class="_5myd"></i>See More</a></div></div></div></div><div id="pagelet_ego_pane" data-referrer="pagelet_ego_pane"><div class="ego_column pagelet _5qrt _y92 _1snm"><div class="ego_section" id="u_2g_0" data-adblock-hash="13"><div class="uiHeader uiHeaderTopBorder mbs uiSideHeader"><div class="clearfix uiHeaderTop"><div class="rfloat _ohf"><h6 class="accessible_elem"><a class="adsCategoryTitleLink" href="https://www.facebook.com/campaign/landing.php?placement=egot&campaign_id=366925476690229&extra_1=auto">Sponsored</a></h6><a class="uiHeaderActions" href="https://www.facebook.com/campaign/landing.php?placement=emuca&campaign_id=282141474901&extra_1=auto">Create Ad</a></div><div><h6 class="uiHeaderTitle" aria-hidden="true"><a class="adsCategoryTitleLink" href="https://www.facebook.com/campaign/landing.php?placement=egot&campaign_id=366925476690229&extra_1=auto">Sponsored</a><a href="https://www.facebook.com/campaign/landing.php?placement=egot&campaign_id=366925476690229&extra_1=auto"><i class="mls adsCategoryIcon img sp_dzv753ayfE0 sx_f1a2d2"></i></a></h6></div></div></div><div class="ego_unit_container"><div class="ego_unit" data-xt="3.AQL-VKF8X50zzq2VqgABF53Frfc58ZN414fuNPynzdhJVd5OOLkyRRihlaTefWQhudH6BmB4TndGzf1ahi2hO2_jSCLzL2d1V9KO7n62fo1PiJbphoR4jIc5c84z-pMV6Xog7yupqKVhVvqkSppuPhIxUph6Ug7umL1xzZHff680wuZE1lUfWTY5HUthjgNYY9Ydtc-JgpNdjUOcyByE6qW6CxpHt0CzP9aKORlLS_37U8Ei3qN3sSoUuvNR4UhY5OCNBo0pxQih0orExyfFfRuclvHCDQD0K0fArgl2SVirAuttlN1ZLvU3a7s0Y5h_u0QY2VOEhq7O5Fyy0kpoHE9R2ReoD7ziv5mViMLRLiso7QzKbwrjoQAn3I8-gqTouChTSYroj-rtyvrYNY9-PxzjOR5WQQ3sZY-ljpwXygx_gSig_rU1-xz8T66jFB_JzrfzC58JPHLil0dWJt91c63UZVp2CGhkn3eD2EcP4lHf58BIxwIlGH3cNoyvW_LjNde_SQuo2uB0IS-EsKBf9m_GalCpZKXeYI9Mrt3EqAbRhkkfE8inGvbh3SdhTINvLBO_u81jMOK0bXu5Sqlfox_etdMm7E6iyiM86quhrobs9cC1-pu9goB2OJeYtsWT7AJhH1pN5UZ5kI3CqR6Upojh09qsq2yba3STTPRtS_WtOls3m4ifpxS1vBK3Q2Qfn6H3Zku88xcqk0YKjUQp-NNS_ciRtWuXZ6KJbdTqU-dokhmt3eIFOFv4yTtN_D7BCXTgIc90O2jqd-jOmMslvm8ywOxnUbChiwk2vzbPTKg3gWu3c1qO64CMWiFNLJZKDbTTwh04dpSSSbXFHcr7muRePPo0sKJ_tKon8M9kHpXROZQsqkmf46o1-KdutjoqMlhHPXGay0vaD5qkIoMO_8XVFnnFdQe-dwhJvtqQ3BllEtcekTCNGnSmctJYBosP8m5W9qmgIZ1YAjW9xaA0YmFbLoUxcjRWl-AO8K1VSJbjkYpM85ocOIudiLkO5G7dyatCMQBRHr_u73dQRC6WmuBcJzqVAGhrLJKSuNEc_pupXfANwA6H5S4gI37kN5T21GTBPd78b19WwEpnqqXB-SmPaifC4UK2SJ47q1s83mHCeOw9EDgus-yuU2Qx_h2Ybt_yynJN8fqOamB6Y3_-JUKRWmAM_ihfcmC6sLbvySb4u-zTlYDd_WkGaiKsS9xymKaZXUua-qBKMknHoPbSPPlTEO3FlHpb7wtC6YCGQf1x1CyWNEtbHMb_egAvXhSJDAMV1EQa-EBeiE_wS0ZSVHcxunhEejY4u7ZCApQVop5r71Py-RtPiOccT2TkPq3zZwpqdhknOZA7ZeUrCrOU0faSPoX_jSU9UFQu3YvJ8edRTo2pW08OaSl4iHqMDoi4HaZZfgJ5bgEB2urO0CkCpXnRzd5BL9aOJh0DRVVQlGHbU_o7lZBQk6UKkJ_2B43BPGOlxIOBo2ejBc-2CKYKDwtk3Fda0LPZ3Dza9WyUSS57m86qCFzJlSThPBKPSkuR8BeCVddd1FzUQQxKef_cn2o743E-380kk7IJiJ6POSNQRPwezVKvnf6xl9VBAsNMCTP9V71wG0Hr9FyDfK8sVlLvAlBfssBP2LuI8x6FWg-HSdJqPOtVtpUJerPIkmyYiielf1XNU06MsAEU7N8jhj3aMQ0lvvdLR524bYv0wRoF9xZCaPVUT-MD9YtgxCfg3x2TbHWuCwrdTh7hl5G5IPyINvb5c3CbRlY1wccfb9KuEdACPdoi363kWdD9l-ieCDIoaRC1XN2C8r7b05-T5Q-FB1iaVoSKMR8rIGKCLtkYAZH0eqtE7NMRmXqC47U12F-4SE3HokAoWebF5TxXD3MzK3DcUm4jyptLVvXZeKHF5Mm-aFSnxGLPkylEkoo-i9n1KDeAzkWSZ5kPIKcoNVpoI8ouF4AXRc5lD8gsGMQoFs2v6e4xhknpH4G5ae1Y_j2bZtfj_ZxjgrCJvK1LUQXUH8CDzqR5djmIbwWq2xfVJKtl1aIjg5xn5e67w02YMDaATFKVkBQDIHzEfed0tH70CqqwMYEuSLo2V-W4_fJUsVqY2G6U9A5-vNpsc0H8S4xiLB3PyxeIk_RvKMokr2Qi69AihQe2hS_PZfhIhp__WH-nerJJ6IiFK9r0pBDKaksfHV-ORVnHFiHaDzC5Zp3g" data-xt-vimp="{&quot;pixel_in_percentage&quot;:1,&quot;duration_in_ms&quot;:1,&quot;subsequent_gap_in_ms&quot;:60000,&quot;log_initial_nonviewable&quot;:true}" data-ego-fbid="6017513256782" id="xt_uniq_15"><div class="_4u8" data-ad="{&quot;adid&quot;:6017513256782,&quot;segment&quot;:&quot;market&quot;}" id="6017513256782-id_53d568435b37e7e18606900"><div class="_5vw9"><div class="uiSelector inlineBlock emu_x uiSelectorRight"><div class="uiToggle wrap"><a class="uiSelectorButton uiCloseButton uiCloseButtonSmall" href="https://www.facebook.com/#" role="button" title="About Facebook Ads" aria-label="About Facebook Ads" ajaxify="/ajax/a.php?__tn__=%2AC&amp;sig=65536&amp;hide_event=fad_hide&amp;ui=6017513256782-id_53d568435b37e7e18606900&amp;eid=AQL-VKF8X50zzq2VqgABF53Frfc58ZN414fuNPynzdhJVd5OOLkyRRihlaTefWQhudH6BmB4TndGzf1ahi2hO2_jSCLzL2d1V9KO7n62fo1PiJbphoR4jIc5c84z-pMV6Xog7yupqKVhVvqkSppuPhIxUph6Ug7umL1xzZHff680wuZE1lUfWTY5HUthjgNYY9Ydtc-JgpNdjUOcyByE6qW6CxpHt0CzP9aKORlLS_37U8Ei3qN3sSoUuvNR4UhY5OCNBo0pxQih0orExyfFfRuclvHCDQD0K0fArgl2SVirAuttlN1ZLvU3a7s0Y5h_u0QY2VOEhq7O5Fyy0kpoHE9R2ReoD7ziv5mViMLRLiso7QzKbwrjoQAn3I8-gqTouChTSYroj-rtyvrYNY9-PxzjOR5WQQ3sZY-ljpwXygx_gSig_rU1-xz8T66jFB_JzrfzC58JPHLil0dWJt91c63UZVp2CGhkn3eD2EcP4lHf58BIxwIlGH3cNoyvW_LjNde_SQuo2uB0IS-EsKBf9m_GalCpZKXeYI9Mrt3EqAbRhkkfE8inGvbh3SdhTINvLBO_u81jMOK0bXu5Sqlfox_etdMm7E6iyiM86quhrobs9cC1-pu9goB2OJeYtsWT7AJhH1pN5UZ5kI3CqR6Upojh09qsq2yba3STTPRtS_WtOls3m4ifpxS1vBK3Q2Qfn6H3Zku88xcqk0YKjUQp-NNS_ciRtWuXZ6KJbdTqU-dokhmt3eIFOFv4yTtN_D7BCXTgIc90O2jqd-jOmMslvm8ywOxnUbChiwk2vzbPTKg3gWu3c1qO64CMWiFNLJZKDbTTwh04dpSSSbXFHcr7muRePPo0sKJ_tKon8M9kHpXROZQsqkmf46o1-KdutjoqMlhHPXGay0vaD5qkIoMO_8XVFnnFdQe-dwhJvtqQ3BllEtcekTCNGnSmctJYBosP8m5W9qmgIZ1YAjW9xaA0YmFbLoUxcjRWl-AO8K1VSJbjkYpM85ocOIudiLkO5G7dyatCMQBRHr_u73dQRC6WmuBcJzqVAGhrLJKSuNEc_pupXfANwA6H5S4gI37kN5T21GTBPd78b19WwEpnqqXB-SmPaifC4UK2SJ47q1s83mHCeOw9EDgus-yuU2Qx_h2Ybt_yynJN8fqOamB6Y3_-JUKRWmAM_ihfcmC6sLbvySb4u-zTlYDd_WkGaiKsS9xymKaZXUua-qBKMknHoPbSPPlTEO3FlHpb7wtC6YCGQf1x1CyWNEtbHMb_egAvXhSJDAMV1EQa-EBeiE_wS0ZSVHcxunhEejY4u7ZCApQVop5r71Py-RtPiOccT2TkPq3zZwpqdhknOZA7ZeUrCrOU0faSPoX_jSU9UFQu3YvJ8edRTo2pW08OaSl4iHqMDoi4HaZZfgJ5bgEB2urO0CkCpXnRzd5BL9aOJh0DRVVQlGHbU_o7lZBQk6UKkJ_2B43BPGOlxIOBo2ejBc-2CKYKDwtk3Fda0LPZ3Dza9WyUSS57m86qCFzJlSThPBKPSkuR8BeCVddd1FzUQQxKef_cn2o743E-380kk7IJiJ6POSNQRPwezVKvnf6xl9VBAsNMCTP9V71wG0Hr9FyDfK8sVlLvAlBfssBP2LuI8x6FWg-HSdJqPOtVtpUJerPIkmyYiielf1XNU06MsAEU7N8jhj3aMQ0lvvdLR524bYv0wRoF9xZCaPVUT-MD9YtgxCfg3x2TbHWuCwrdTh7hl5G5IPyINvb5c3CbRlY1wccfb9KuEdACPdoi363kWdD9l-ieCDIoaRC1XN2C8r7b05-T5Q-FB1iaVoSKMR8rIGKCLtkYAZH0eqtE7NMRmXqC47U12F-4SE3HokAoWebF5TxXD3MzK3DcUm4jyptLVvXZeKHF5Mm-aFSnxGLPkylEkoo-i9n1KDeAzkWSZ5kPIKcoNVpoI8ouF4AXRc5lD8gsGMQoFs2v6e4xhknpH4G5ae1Y_j2bZtfj_ZxjgrCJvK1LUQXUH8CDzqR5djmIbwWq2xfVJKtl1aIjg5xn5e67w02YMDaATFKVkBQDIHzEfed0tH70CqqwMYEuSLo2V-W4_fJUsVqY2G6U9A5-vNpsc0H8S4xiLB3PyxeIk_RvKMokr2Qi69AihQe2hS_PZfhIhp__WH-nerJJ6IiFK9r0pBDKaksfHV-ORVnHFiHaDzC5Zp3g" data-gt="{&quot;type&quot;:&quot;ads_xout&quot;,&quot;data_to_log&quot;:{&quot;ad_id&quot;:6017513256782,&quot;ads_page_type&quot;:7,&quot;creative_type&quot;:1,&quot;event&quot;:&quot;click_hide_link_dropdown&quot;}}" aria-haspopup="1" rel="toggle"></a></div></div><a href="https://www.facebook.com/a.php?u=http%3A%2F%2Fpixel.everesttech.net%2F2992%2Fc%3Fev_sid%3D45%26ev_ct%3Do%26ev_cl%3D6d0b441190be140340439e46a0068506%26url%3Dhttp%253A%252F%252Fwww.jabong.com%252Fmen%252Fshoes%252Fmen-sneakers%252F%253Futm_source%253Dfacebook%2526utm_medium%253Dsocial_paid%2526utm_campaign%253Dm.1865.Foo_10818.140513.1714.FooM011.STA.CU064.TC023.INT000.BRD000.PC002.PS004.BR000.SC04.LPC%2526utm_term%253Dm.1865.PAN.PR0019.ALL.C000.RS00.TL0331.TX0331.FooM011%2BAd%2B15&__tn__=%2AB&xt=3.AQL-VKF8X50zzq2VqgABF53Frfc58ZN414fuNPynzdhJVd5OOLkyRRihlaTefWQhudH6BmB4TndGzf1ahi2hO2_jSCLzL2d1V9KO7n62fo1PiJbphoR4jIc5c84z-pMV6Xog7yupqKVhVvqkSppuPhIxUph6Ug7umL1xzZHff680wuZE1lUfWTY5HUthjgNYY9Ydtc-JgpNdjUOcyByE6qW6CxpHt0CzP9aKORlLS_37U8Ei3qN3sSoUuvNR4UhY5OCNBo0pxQih0orExyfFfRuclvHCDQD0K0fArgl2SVirAuttlN1ZLvU3a7s0Y5h_u0QY2VOEhq7O5Fyy0kpoHE9R2ReoD7ziv5mViMLRLiso7QzKbwrjoQAn3I8-gqTouChTSYroj-rtyvrYNY9-PxzjOR5WQQ3sZY-ljpwXygx_gSig_rU1-xz8T66jFB_JzrfzC58JPHLil0dWJt91c63UZVp2CGhkn3eD2EcP4lHf58BIxwIlGH3cNoyvW_LjNde_SQuo2uB0IS-EsKBf9m_GalCpZKXeYI9Mrt3EqAbRhkkfE8inGvbh3SdhTINvLBO_u81jMOK0bXu5Sqlfox_etdMm7E6iyiM86quhrobs9cC1-pu9goB2OJeYtsWT7AJhH1pN5UZ5kI3CqR6Upojh09qsq2yba3STTPRtS_WtOls3m4ifpxS1vBK3Q2Qfn6H3Zku88xcqk0YKjUQp-NNS_ciRtWuXZ6KJbdTqU-dokhmt3eIFOFv4yTtN_D7BCXTgIc90O2jqd-jOmMslvm8ywOxnUbChiwk2vzbPTKg3gWu3c1qO64CMWiFNLJZKDbTTwh04dpSSSbXFHcr7muRePPo0sKJ_tKon8M9kHpXROZQsqkmf46o1-KdutjoqMlhHPXGay0vaD5qkIoMO_8XVFnnFdQe-dwhJvtqQ3BllEtcekTCNGnSmctJYBosP8m5W9qmgIZ1YAjW9xaA0YmFbLoUxcjRWl-AO8K1VSJbjkYpM85ocOIudiLkO5G7dyatCMQBRHr_u73dQRC6WmuBcJzqVAGhrLJKSuNEc_pupXfANwA6H5S4gI37kN5T21GTBPd78b19WwEpnqqXB-SmPaifC4UK2SJ47q1s83mHCeOw9EDgus-yuU2Qx_h2Ybt_yynJN8fqOamB6Y3_-JUKRWmAM_ihfcmC6sLbvySb4u-zTlYDd_WkGaiKsS9xymKaZXUua-qBKMknHoPbSPPlTEO3FlHpb7wtC6YCGQf1x1CyWNEtbHMb_egAvXhSJDAMV1EQa-EBeiE_wS0ZSVHcxunhEejY4u7ZCApQVop5r71Py-RtPiOccT2TkPq3zZwpqdhknOZA7ZeUrCrOU0faSPoX_jSU9UFQu3YvJ8edRTo2pW08OaSl4iHqMDoi4HaZZfgJ5bgEB2urO0CkCpXnRzd5BL9aOJh0DRVVQlGHbU_o7lZBQk6UKkJ_2B43BPGOlxIOBo2ejBc-2CKYKDwtk3Fda0LPZ3Dza9WyUSS57m86qCFzJlSThPBKPSkuR8BeCVddd1FzUQQxKef_cn2o743E-380kk7IJiJ6POSNQRPwezVKvnf6xl9VBAsNMCTP9V71wG0Hr9FyDfK8sVlLvAlBfssBP2LuI8x6FWg-HSdJqPOtVtpUJerPIkmyYiielf1XNU06MsAEU7N8jhj3aMQ0lvvdLR524bYv0wRoF9xZCaPVUT-MD9YtgxCfg3x2TbHWuCwrdTh7hl5G5IPyINvb5c3CbRlY1wccfb9KuEdACPdoi363kWdD9l-ieCDIoaRC1XN2C8r7b05-T5Q-FB1iaVoSKMR8rIGKCLtkYAZH0eqtE7NMRmXqC47U12F-4SE3HokAoWebF5TxXD3MzK3DcUm4jyptLVvXZeKHF5Mm-aFSnxGLPkylEkoo-i9n1KDeAzkWSZ5kPIKcoNVpoI8ouF4AXRc5lD8gsGMQoFs2v6e4xhknpH4G5ae1Y_j2bZtfj_ZxjgrCJvK1LUQXUH8CDzqR5djmIbwWq2xfVJKtl1aIjg5xn5e67w02YMDaATFKVkBQDIHzEfed0tH70CqqwMYEuSLo2V-W4_fJUsVqY2G6U9A5-vNpsc0H8S4xiLB3PyxeIk_RvKMokr2Qi69AihQe2hS_PZfhIhp__WH-nerJJ6IiFK9r0pBDKaksfHV-ORVnHFiHaDzC5Zp3g&mac=AQIG186pTn93WeAZ" target="_blank" onmousedown="this.href = this.href.replace(/([\?|&amp;]sig=[^&amp;]*)/, &quot;&quot;) + &quot;&amp;sig=&quot; + Math.floor(Math.random()*65535+65536);"><div class="_jh6"><div class="_jh8"><div class="fbEmuImage _5pd0"><div class="_5vw4"><div class="_57f6"><div class="uiScaledImageContainer" style="width:254px;height:133px;"><img class="scaledImageFitWidth img" src="./ui_files/10550577_6017388509982_700682776_n.png" alt="" width="254" height="133"></div></div></div></div></div><div class="_5vwg" title="Sneakers - Upto 50% OFF"><div class="_5vwh"><strong>Sneakers - Upto 50% OFF</strong></div><div class="_4xvg">jabong.com</div></div><div></div><div class="_5vwj"><div><span class="_5vwk">All new Stylish Sneakers from Top Brands. Easy on your pockets. Pay COD. Order Now!</span></div></div><div class="_5pd3"></div></div></a></div></div><iframe src="./ui_files/xti.html" width="0" height="0" frameborder="0" scrolling="no" class="fbEmuTracking" aria-hidden="true"></iframe></div><div class="ego_unit" data-xt="3.AQJpefMD89tLWRg8nFD2YfLfinc93MNUJlcGQwcSDp4MixFxkciy2aAqJNtZ0SGVfUi2P-f46bJy6lzSQ_Fn-YIH4h0mOgIGpqn4YT3UoeMYWjgLSguySHWcU_sWMDn9dQPPw7KamqaztsiiOf4BmOk-AJB74M6ASXnn5TAjK15rHuRpalSc3OP_KbMSXRMYcrhYsWJP0IUl5tL7WnNuXuPa3WAI8Mk5lrVXQs4DnajviKwDMGydaU67f_yvGMTstPpdrKrSUAbBDd0l_nTmAqciahXK8yOkBZgDN6US0H65oALwGqKhiTbg0f9jgRkhusAV_F0aqbThroCJwcNqinZHemjoYbeayq_DubFlq4yVnE2ErhWkH-MmYJHye1dSbIWEY4yISYTvs-7yULdnRF2vnwSjkR8ZFPdJVFSsgOCpdSWfXTt3-VHX0vgroxCC-1iAeCz9lUr_QzmmCTaLGdUBp1KWNy0JdqfrjxybxPiHd7HzN7gMhkeVHLdH48T1uAMXy5NFiysfyP4LtMpXolCmmIzGq7sMYSi9y3KHWekdbP-cSCZXIKDQoobfl1FYT9_aKV_nSW4j1pGhtMTJKIcbn4euP9bDujgCwGU5XYIQ349srADt4aPO76Jl_HwYCdmI8BaJ0tn1Sl1nAO_6pEYJUZThWT3gAt_4DdKJ-OR5qbWP8A1kiS7VHPnn6jGNA7GnHbRP6kWvDoTLGy8QcUeYCyQBIO1GothA9Seqw3w88xKl0TPyYlHWFAD6Dqxa-Rguk0jHg-kNFRBFqzqfe6jCMZF6nIyrfGBD4Zt72T6Dx-g1jqCPPYTceBxe6EuY3gyU4KiVvRZxqV5augumt1DEt9PiBGSV65ZiRDUkbYllGTtk_H35BxirPD-yvJzeptxI8lNUTCn2NQSJsL8gjjYopcAWg7KXCscst9JXNi8odtWoyIgQVMMRvAoiv7KH1Xf-2K6krGBXw3Fe9Mqj04CQyTjjax8hy7rU3xHAbH8O8p3Ez8cN4o3j5PiyinJlnc0AHpknvjEUXh-AbM5x9rUlZMKqB0pA2uzPdkkDMylOyogYgpR-A1k_MuwHONzPth8gza1Jvx5b3-0AohMveApy8H0qVN14K-37El4aiK7kc7l6mSzQrLu0e0Cp_OyHAzeuwhnXcBVltziauEeaZd0Q3tCGhK_Vd98ZTKi9XQpFFl369NCYbjWEx5HJr_-2xmiuLudjz6MJOk8JZowoiupc0d36vmBa7OELH4YnbZoRY7hD8TNO0nADGHeK0qdLfkSkoBwYbCEFTWqt37joiYliHi91guSalPBQ2u4aFd1YB94GM71KxGv9qYsBaxRLoA9XpjJnpEzazWSpxkG4G8pu-cJnqbweqcYu4D3HNXyK3Osx-WLSzyz8im2-YgTL7ejKRjoqNBz7Fs6zkUETRRog2SmEi6yZOrBKUmCb7L7gJwdDeIBT3Sl7Z1ptyiN7s-1kMdu0nt73Q1APDFevbm8kXUdpUm9bviGp7YWOW1X2xKGErr4ZfyDuOgdY2VZTXlV--tQYgiU7vHqYE1fWbA9Paj5BEj-GuOxQLNYK3d-6Js7LX_CqTzcRGFJG3DRNUoaGNlAJRlts2jsCkDWeFf_5SVqxNmqE6-kZEg6knOH-BCg4cSIpAMLihfQFhDtn_7_ICWZOoM7rzGv05fiejqBzPdsqw9CY4Ngose6COPFhbiDpEMaGIOes0CUeCPXis0J2CWjD1TnF6S63zbthHWXkPQ3yCz7jsF0v18r8JsqmIamSg8pTIdVx6VEjIrtB9yOGCpyHs2CVj1svcKY8osRVhrVcU0-MqvtjDCJIRpdlF-7AIL_I_SJL_tiOCBhF2gWWIfihkVHSmnY65M0ibUgoBhyeBLjYkOy8CWVx41qjZodPVPKi7H0c88EUmMhFnVo" data-xt-vimp="{&quot;pixel_in_percentage&quot;:1,&quot;duration_in_ms&quot;:1,&quot;subsequent_gap_in_ms&quot;:60000,&quot;log_initial_nonviewable&quot;:true}" data-ego-fbid="6018931542189" id="xt_uniq_16"><div class="_4u8" data-ad="{&quot;adid&quot;:6018931542189,&quot;segment&quot;:&quot;market&quot;}" id="6018931542189-id_53d568435b69e5f71918993"><div class="_5vw9"><div class="uiSelector inlineBlock emu_x uiSelectorRight"><div class="uiToggle wrap"><a class="uiSelectorButton uiCloseButton uiCloseButtonSmall" href="https://www.facebook.com/#" role="button" title="About Facebook Ads" aria-label="About Facebook Ads" ajaxify="/ajax/a.php?__tn__=%2AC&amp;sig=65536&amp;hide_event=fad_hide&amp;ui=6018931542189-id_53d568435b69e5f71918993&amp;eid=AQJpefMD89tLWRg8nFD2YfLfinc93MNUJlcGQwcSDp4MixFxkciy2aAqJNtZ0SGVfUi2P-f46bJy6lzSQ_Fn-YIH4h0mOgIGpqn4YT3UoeMYWjgLSguySHWcU_sWMDn9dQPPw7KamqaztsiiOf4BmOk-AJB74M6ASXnn5TAjK15rHuRpalSc3OP_KbMSXRMYcrhYsWJP0IUl5tL7WnNuXuPa3WAI8Mk5lrVXQs4DnajviKwDMGydaU67f_yvGMTstPpdrKrSUAbBDd0l_nTmAqciahXK8yOkBZgDN6US0H65oALwGqKhiTbg0f9jgRkhusAV_F0aqbThroCJwcNqinZHemjoYbeayq_DubFlq4yVnE2ErhWkH-MmYJHye1dSbIWEY4yISYTvs-7yULdnRF2vnwSjkR8ZFPdJVFSsgOCpdSWfXTt3-VHX0vgroxCC-1iAeCz9lUr_QzmmCTaLGdUBp1KWNy0JdqfrjxybxPiHd7HzN7gMhkeVHLdH48T1uAMXy5NFiysfyP4LtMpXolCmmIzGq7sMYSi9y3KHWekdbP-cSCZXIKDQoobfl1FYT9_aKV_nSW4j1pGhtMTJKIcbn4euP9bDujgCwGU5XYIQ349srADt4aPO76Jl_HwYCdmI8BaJ0tn1Sl1nAO_6pEYJUZThWT3gAt_4DdKJ-OR5qbWP8A1kiS7VHPnn6jGNA7GnHbRP6kWvDoTLGy8QcUeYCyQBIO1GothA9Seqw3w88xKl0TPyYlHWFAD6Dqxa-Rguk0jHg-kNFRBFqzqfe6jCMZF6nIyrfGBD4Zt72T6Dx-g1jqCPPYTceBxe6EuY3gyU4KiVvRZxqV5augumt1DEt9PiBGSV65ZiRDUkbYllGTtk_H35BxirPD-yvJzeptxI8lNUTCn2NQSJsL8gjjYopcAWg7KXCscst9JXNi8odtWoyIgQVMMRvAoiv7KH1Xf-2K6krGBXw3Fe9Mqj04CQyTjjax8hy7rU3xHAbH8O8p3Ez8cN4o3j5PiyinJlnc0AHpknvjEUXh-AbM5x9rUlZMKqB0pA2uzPdkkDMylOyogYgpR-A1k_MuwHONzPth8gza1Jvx5b3-0AohMveApy8H0qVN14K-37El4aiK7kc7l6mSzQrLu0e0Cp_OyHAzeuwhnXcBVltziauEeaZd0Q3tCGhK_Vd98ZTKi9XQpFFl369NCYbjWEx5HJr_-2xmiuLudjz6MJOk8JZowoiupc0d36vmBa7OELH4YnbZoRY7hD8TNO0nADGHeK0qdLfkSkoBwYbCEFTWqt37joiYliHi91guSalPBQ2u4aFd1YB94GM71KxGv9qYsBaxRLoA9XpjJnpEzazWSpxkG4G8pu-cJnqbweqcYu4D3HNXyK3Osx-WLSzyz8im2-YgTL7ejKRjoqNBz7Fs6zkUETRRog2SmEi6yZOrBKUmCb7L7gJwdDeIBT3Sl7Z1ptyiN7s-1kMdu0nt73Q1APDFevbm8kXUdpUm9bviGp7YWOW1X2xKGErr4ZfyDuOgdY2VZTXlV--tQYgiU7vHqYE1fWbA9Paj5BEj-GuOxQLNYK3d-6Js7LX_CqTzcRGFJG3DRNUoaGNlAJRlts2jsCkDWeFf_5SVqxNmqE6-kZEg6knOH-BCg4cSIpAMLihfQFhDtn_7_ICWZOoM7rzGv05fiejqBzPdsqw9CY4Ngose6COPFhbiDpEMaGIOes0CUeCPXis0J2CWjD1TnF6S63zbthHWXkPQ3yCz7jsF0v18r8JsqmIamSg8pTIdVx6VEjIrtB9yOGCpyHs2CVj1svcKY8osRVhrVcU0-MqvtjDCJIRpdlF-7AIL_I_SJL_tiOCBhF2gWWIfihkVHSmnY65M0ibUgoBhyeBLjYkOy8CWVx41qjZodPVPKi7H0c88EUmMhFnVo" data-gt="{&quot;type&quot;:&quot;ads_xout&quot;,&quot;data_to_log&quot;:{&quot;ad_id&quot;:6018931542189,&quot;ads_page_type&quot;:7,&quot;creative_type&quot;:1,&quot;event&quot;:&quot;click_hide_link_dropdown&quot;}}" aria-haspopup="1" rel="toggle"></a></div></div><a href="https://www.facebook.com/a.php?u=http%3A%2F%2Fzovi.com%2Fmens-casual-shoes%3Fccode%3DtktkSH_22_25_29_1%26utm_source%3Ding%26utm_medium%3Dbanner%26utm_campaign%3DShoes_22-25thJul-25_29%26utm_content%3DShoes_22-25thJul-25_29-ad1&__tn__=%2AB&xt=3.AQJpefMD89tLWRg8nFD2YfLfinc93MNUJlcGQwcSDp4MixFxkciy2aAqJNtZ0SGVfUi2P-f46bJy6lzSQ_Fn-YIH4h0mOgIGpqn4YT3UoeMYWjgLSguySHWcU_sWMDn9dQPPw7KamqaztsiiOf4BmOk-AJB74M6ASXnn5TAjK15rHuRpalSc3OP_KbMSXRMYcrhYsWJP0IUl5tL7WnNuXuPa3WAI8Mk5lrVXQs4DnajviKwDMGydaU67f_yvGMTstPpdrKrSUAbBDd0l_nTmAqciahXK8yOkBZgDN6US0H65oALwGqKhiTbg0f9jgRkhusAV_F0aqbThroCJwcNqinZHemjoYbeayq_DubFlq4yVnE2ErhWkH-MmYJHye1dSbIWEY4yISYTvs-7yULdnRF2vnwSjkR8ZFPdJVFSsgOCpdSWfXTt3-VHX0vgroxCC-1iAeCz9lUr_QzmmCTaLGdUBp1KWNy0JdqfrjxybxPiHd7HzN7gMhkeVHLdH48T1uAMXy5NFiysfyP4LtMpXolCmmIzGq7sMYSi9y3KHWekdbP-cSCZXIKDQoobfl1FYT9_aKV_nSW4j1pGhtMTJKIcbn4euP9bDujgCwGU5XYIQ349srADt4aPO76Jl_HwYCdmI8BaJ0tn1Sl1nAO_6pEYJUZThWT3gAt_4DdKJ-OR5qbWP8A1kiS7VHPnn6jGNA7GnHbRP6kWvDoTLGy8QcUeYCyQBIO1GothA9Seqw3w88xKl0TPyYlHWFAD6Dqxa-Rguk0jHg-kNFRBFqzqfe6jCMZF6nIyrfGBD4Zt72T6Dx-g1jqCPPYTceBxe6EuY3gyU4KiVvRZxqV5augumt1DEt9PiBGSV65ZiRDUkbYllGTtk_H35BxirPD-yvJzeptxI8lNUTCn2NQSJsL8gjjYopcAWg7KXCscst9JXNi8odtWoyIgQVMMRvAoiv7KH1Xf-2K6krGBXw3Fe9Mqj04CQyTjjax8hy7rU3xHAbH8O8p3Ez8cN4o3j5PiyinJlnc0AHpknvjEUXh-AbM5x9rUlZMKqB0pA2uzPdkkDMylOyogYgpR-A1k_MuwHONzPth8gza1Jvx5b3-0AohMveApy8H0qVN14K-37El4aiK7kc7l6mSzQrLu0e0Cp_OyHAzeuwhnXcBVltziauEeaZd0Q3tCGhK_Vd98ZTKi9XQpFFl369NCYbjWEx5HJr_-2xmiuLudjz6MJOk8JZowoiupc0d36vmBa7OELH4YnbZoRY7hD8TNO0nADGHeK0qdLfkSkoBwYbCEFTWqt37joiYliHi91guSalPBQ2u4aFd1YB94GM71KxGv9qYsBaxRLoA9XpjJnpEzazWSpxkG4G8pu-cJnqbweqcYu4D3HNXyK3Osx-WLSzyz8im2-YgTL7ejKRjoqNBz7Fs6zkUETRRog2SmEi6yZOrBKUmCb7L7gJwdDeIBT3Sl7Z1ptyiN7s-1kMdu0nt73Q1APDFevbm8kXUdpUm9bviGp7YWOW1X2xKGErr4ZfyDuOgdY2VZTXlV--tQYgiU7vHqYE1fWbA9Paj5BEj-GuOxQLNYK3d-6Js7LX_CqTzcRGFJG3DRNUoaGNlAJRlts2jsCkDWeFf_5SVqxNmqE6-kZEg6knOH-BCg4cSIpAMLihfQFhDtn_7_ICWZOoM7rzGv05fiejqBzPdsqw9CY4Ngose6COPFhbiDpEMaGIOes0CUeCPXis0J2CWjD1TnF6S63zbthHWXkPQ3yCz7jsF0v18r8JsqmIamSg8pTIdVx6VEjIrtB9yOGCpyHs2CVj1svcKY8osRVhrVcU0-MqvtjDCJIRpdlF-7AIL_I_SJL_tiOCBhF2gWWIfihkVHSmnY65M0ibUgoBhyeBLjYkOy8CWVx41qjZodPVPKi7H0c88EUmMhFnVo&mac=AQJ4feKcXrOnogOh" target="_blank" onmousedown="this.href = this.href.replace(/([\?|&amp;]sig=[^&amp;]*)/, &quot;&quot;) + &quot;&amp;sig=&quot; + Math.floor(Math.random()*65535+65536);"><div class="_jh6"><div class="_jh8"><div class="fbEmuImage _5pd0"><div class="_5vw4"><div class="_57f6"><div class="uiScaledImageContainer" style="width:254px;height:133px;"><img class="scaledImageFitWidth img" src="./ui_files/10550686_6018898332789_1892345374_n.png" alt="" width="254" height="133"></div></div></div></div></div><div class="_5vwg" title="Casual Shoes - Sneakers!"><div class="_5vwh"><strong>Casual Shoes - Sneakers!</strong></div><div class="_4xvg">zovi.com</div></div><div></div><div class="_5vwj"><div><span class="_5vwk">Best Collection for just 499/ - With 10-20% Discount. Hurry!</span></div></div><div class="_5pd3"></div></div></a></div></div><iframe src="about:blank" width="0" height="0" frameborder="0" scrolling="no" class="fbEmuTracking" aria-hidden="true"></iframe></div></div></div></div><span class="muffin_tracking_pixel_start"></span><iframe src="./ui_files/ai.html" class="fbEmuTracking" width="0" height="0" scrolling="no" frameborder="0"></iframe><span class="muffin_tracking_pixel_end"></span></div></div><div class="pagelet" id="pagelet_rhc_footer" data-referrer="pagelet_rhc_footer"><div class="mtm"><div class="rhcFooterBorder"></div><div class="rhcFooterWrap" role="contentinfo"><div class="fsm fwn fcg"><a rel="dialog" ajaxify="/settings/language/language/?uri=https%3A%2F%2Fwww.facebook.com%2Fajax%2Fhome%2Fgeneric.php%3Fsidecol%3Dtrue%26path%3D%252F%26sk%3Dnf%26key%3Dnf%26ref%3Dtn_tnmn%26endpoint%3D%252Fajax%252Fhome%252Fgeneric.php&amp;source=TOP_LOCALES_DIALOG" title="Use Facebook in another language." href="https://www.facebook.com/#" role="button">English (US)</a> · <a href="https://www.facebook.com/privacy/explanation" title="Learn about your privacy and Facebook.">Privacy</a> · <a href="https://www.facebook.com/policies?ref=pf" title="Review our terms and policies.">Terms</a> · <a href="https://www.facebook.com/help/cookies?ref_type=sitefooter" title="Cookies">Cookies</a> · <div class="_6a uiPopover" id="rhc_footer_selector"><a class="rhcFooterSelectorButton _p" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_an" role="button">More<i class="img sp_xFwBv1W8Ynk sx_9be865"></i></a></div></div><div class="rhcFooterCopyright fsm fwn fcg"><span> Facebook © 2014</span></div></div></div></div></div></div></div> &nbsp; </div><div id="contentArea" role="main"><div id="stream_pagelet" data-referrer="stream_pagelet"><div id="pagelet_megaphone" data-referrer="pagelet_megaphone"></div><div id="pagelet_composer" data-referrer="pagelet_composer"><div class="_4-u2 mbm"><div class="_119 stat_elem focus_target mtm mbl _5bsm _5t_y" id="u_jsonp_4_2" data-location="maincolumn" onclick="run_with(this, [&quot;legacy:ComposerXControllerBootload&quot;], function() {});"><form rel="async" class="_2_4" action="https://www.facebook.com/#" method="post" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_jsonp_4_l"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><div class="clearfix _5142"><img class="_mi rfloat _ohf uiLoadingIndicatorAsync img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"><div><ul class="uiList _1dsl _509- _4ki _6-h _6-j _6-i"><li class="_4j _519b" data-ft="{&quot;tn&quot;:&quot;*t&quot;}"><a data-onclick="[[&quot;ComposerXAttachmentBootstrap&quot;,&quot;bootstrap&quot;]]" class="_9lb" aria-pressed="true" href="https://www.facebook.com/#" role="button" data-endpoint="/ajax/composerx/attachment/status/"><span class="uiIconText _51z7"><i class="img sp_xFwBv1W8Ynk sx_157255"></i>Update Status<i class="_2wr"></i></span></a></li><li class="_92" data-ft="{&quot;tn&quot;:&quot;*u&quot;}"><a data-onclick="[[&quot;ComposerXAttachmentBootstrap&quot;,&quot;bootstrap&quot;]]" class="_9lb" aria-pressed="false" href="https://www.facebook.com/#" role="button" data-endpoint="/ajax/composerx/attachment/media/chooser/"><span class="uiIconText _51z7"><i class="img sp_xFwBv1W8Ynk sx_3e0c66"></i>Add Photos/Video<i class="_2wr"></i></span></a></li></ul></div></div><input type="hidden" autocomplete="off" name="composerid" value="u_jsonp_4_2"><input type="hidden" autocomplete="off" name="targetid" value="100000590753545"><input type="hidden" autocomplete="off" name="ishome" value="1"><input type="hidden" autocomplete="off" name="loaded_components[]" value="maininput"><input type="hidden" autocomplete="off" name="loaded_components[]" value="prompt"><input type="hidden" autocomplete="off" name="loaded_components[]" value="withtaggericon"><input type="hidden" autocomplete="off" name="loaded_components[]" value="placetaggericon"><input type="hidden" autocomplete="off" name="loaded_components[]" value="ogtaggericon"><input type="hidden" autocomplete="off" name="loaded_components[]" value="mainprivacywidget"><input type="hidden" autocomplete="off" name="composerid" value="u_jsonp_4_2"><input type="hidden" name="loaded_components[]" value="maininput"><input type="hidden" name="loaded_components[]" value="prompt"><input type="hidden" name="loaded_components[]" value="withtaggericon"><input type="hidden" name="loaded_components[]" value="placetaggericon"><input type="hidden" name="loaded_components[]" value="ogtaggericon"><input type="hidden" name="loaded_components[]" value="mainprivacywidget"></form><div class="_55d0"><form rel="async" action="https://www.facebook.com/ajax/updatestatus.php?__av=100000590753545" method="post" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_jsonp_4_3"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><div class="_2yg"><div class="_1zja"><div class="_1zjb"><span class="_1zjd">Drag Link/Photos Here</span><span class="_4_9w">Drop Link</span><span class="_4_9x">Drop Photo</span><span class="_4_9y">Drop Photos</span></div></div><input type="hidden" autocomplete="off" name="xhpc_context" value="home"><input type="hidden" autocomplete="off" name="xhpc_ismeta" value="1"><input type="hidden" autocomplete="off" name="xhpc_timeline" value=""><input type="hidden" autocomplete="off" name="xhpc_composerid" value="u_jsonp_4_2"><input type="hidden" autocomplete="off" name="xhpc_targetid" value="100000590753545"><input type="hidden" autocomplete="off" name="xhpc_publish_type" value="1"><div data-onfocus="[[&quot;ComposerXStatusAttachmentBootloader&quot;,&quot;emptyFunction&quot;]]"><div id="u_jsonp_4_4"><div class="uiMentionsInput _11a" id="u_jsonp_4_5"><div class="highlighter"><div><span class="highlighterContent"></span></div></div><div class="uiTypeahead composerTypeahead mentionsTypeahead" data-ft="{&quot;tn&quot;:&quot;+Q&quot;}" id="u_jsonp_4_6"><input type="hidden" name="clp" value="{&quot;cl_impid&quot;:&quot;d5c77c8b&quot;,&quot;clearcounter&quot;:0,&quot;elementid&quot;:&quot;u_jsonp_4_7&quot;,&quot;version&quot;:&quot;x&quot;,&quot;parent_fbid&quot;:100000590753545}"><div class="wrap"><input type="hidden" autocomplete="off" class="hiddenInput"><div class="innerWrap"><textarea class="DOMControl_placeholder uiTextareaAutogrow input autofocus mentionsTextarea textInput" title="What&#39;s on your mind?" name="xhpc_message" placeholder="What&#39;s on your mind?" role="textbox" aria-autocomplete="list" autocomplete="off" aria-expanded="false" aria-owns="typeahead_list_u_jsonp_4_6" aria-haspopup="true" onkeydown="run_with(this, [&quot;legacy:control-textarea&quot;], function() {TextAreaControl.getInstance(this)});" id="u_jsonp_4_7" aria-label="What&#39;s on your mind?">What's on your mind?</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden"></div></div></div><div id="u_jsonp_4_8"></div><div class="_3-6"></div><div class="_35ee _2pi2 _2pi9 hidden_elem"><button value="1" class="_42ft _5upp _50zy _5usm _3-91 _50zz _50z-" title="Remove" type="submit">Remove</button></div><div class="_1dsp _4-"><div class="clearfix"><div class="_52lb _3-7 lfloat _ohe"><div class="lfloat" id="u_jsonp_4_9"><a class="_1dsq _1dsv" href="https://www.facebook.com/#" data-gt="{&quot;composer&quot;:{&quot;comp&quot;:&quot;people&quot;,&quot;ua_id&quot;:&quot;composer:post&quot;}}" role="button" aria-label="Tag people in your post" title="Tag people in your post" id="u_jsonp_4_a"><span class="_1dsr"><span class="_4-px ellipsis">Tag People</span></span></a></div><div class="lfloat" id="u_jsonp_4_b"><a class="_1dsq _1dss" href="https://www.facebook.com/#" data-gt="{&quot;composer&quot;:{&quot;comp&quot;:&quot;location&quot;,&quot;ua_id&quot;:&quot;composer:post&quot;}}" aria-label="Add a location to post" role="button" id="u_jsonp_4_c"><span class="_1dsr"><span class="_4-px ellipsis">Add a location to post</span></span></a></div><div class="lfloat _1dsq _1dsw"><div class="_1dsr"></div></div><div class="lfloat" id="u_jsonp_4_d"><a class="_1dsq _4-jj" href="https://www.facebook.com/#" data-gt="{&quot;composer&quot;:{&quot;comp&quot;:&quot;action&quot;,&quot;ua_id&quot;:&quot;composer:post&quot;}}" role="button" aria-label="Say what you are doing" title="Say what you are doing" id="composerActionTagger"><span class="_1dsr"><span class="hidden_elem _5xlw"></span><span class="_4-px ellipsis">Tag action</span></span></a></div></div><ul class="uiList _1dso rfloat _ohf _509- _4ki _6-h _6-j _6-i"><li><div><div class="_1lo2" id="u_jsonp_4_e"><div class="composerAudienceWrapper stat_elem fbComposerAudienceTourContext" id="u_jsonp_4_f"><div class="_6a _3h0d"><div class="_6a uiPopover" id="u_jsonp_4_j"><a data-hover="tooltip" aria-label="Your friends" data-tooltip-alignh="right" class="_42ft _4jy0 _55pi _5vto _55_p _2agf _p _4jy3 _517h" role="button" href="https://www.facebook.com/#" style="max-width:200px;" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_k"><span class="_55pe" style="max-width:186px;"><i class="mrs img sp_nN2ib0v85u2 sx_cfd330 customimg"></i>Friends</span><i class="_3-99 img sp_xFwBv1W8Ynk sx_3f3601"></i></a></div><input type="hidden" autocomplete="off" name="privacyx" value="291667064279714" id="u_jsonp_4_g"></div></div></div></div></li><li><button value="1" class="_42ft _4jy0 _11b _4jy3 _4jy1 selected" type="submit">Post</button></li></ul></div></div></div></form></div></div></div></div><h2 class="accessible_elem" id="newsFeedHeading">News Feed</h2><div id="topnews_main_stream_408239535924329" data-referrer="topnews_main_stream_408239535924329" data-gt="{&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_5pcb" id="feed_stream_53d558e41ceaf9070031392" data-referrer="feed_stream_53d558e41ceaf9070031392" style="min-height: 100px;"><div class="_4ikz" id="substream_0" data-referrer="substream_0" style="height: 518px; margin-bottom: 9px;"><div class="hidden_elem"><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;3107772207255417077&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:0}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjE6MzEwNzc3MjIwNzI1NTQxNzA3NzoxNDA2NDkwNTY5OjA=" data-dedupekey="3107772207255417077" data-timestamp="1406490569" id="u_jsonp_4_m" aria-labelledby="js_58 js_59 js_60" data-insertion-position="0"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_n" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_r"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/mallika.srivastavajain?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=763558879"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1459133_10151905706133880_311667154_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_58"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/mallika.srivastavajain" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=763558879">Mallika Srivastava</a></span> shared <a class="profileLink" href="https://www.facebook.com/theManKindProject" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=95845568627">The ManKind Project</a>'s <a class="profileLink" href="https://www.facebook.com/theManKindProject/photos/a.10151885997893628.1073741826.95845568627/10152392519808628/?type=1" data-ft="{&quot;tn&quot;:&quot;E&quot;}">photo</a>.</span></div></h5><div class="_5pcp" id="js_59"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/mallika.srivastavajain/posts/10152452206563880"><abbr title="Monday, July 28, 2014 at 1:19am" data-utime="1406490569" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_v" aria-label="Shared with: Mallika&#39;s friends and Surbhi&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_60"><p><a class="profileLink" href="https://www.facebook.com/surbhi.shriwastava.37" data-hovercard="/ajax/hovercard/user.php?id=100004927363232">Surbhi Shriwastava</a></p></div><div><div><div class="_5r69"><div class="mtm"><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo _2t9n" href="https://www.facebook.com/theManKindProject/photos/a.10151885997893628.1073741826.95845568627/10152392519808628/?type=1" rel="theater" ajaxify="https://www.facebook.com/theManKindProject/photos/a.10151885997893628.1073741826.95845568627/10152392519808628/?type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xpa1%2Ft1.0-9%2F1511020_10152392519808628_271192491_n.jpg&amp;size=720%2C525&amp;fbid=10152392519808628&amp;player_origin=home" style="width:470px;"><div class="_46-h _4-ep" style="width:470px;height:342px;" id="u_jsonp_4_p"><img class="_46-i img" src="./ui_files/1511020_10152392519808628_271192491_n.jpg" style="left:-5px; top:0px;" alt="The ManKind Project&#39;s photo." width="480" height="350"></div></a></div></div></div></div></div></div><div><form rel="async" class="live_10152452206563880_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_4_s" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;763558879&quot;,&quot;target_fbid&quot;:&quot;10152452206563880&quot;,&quot;target_profile_id&quot;:&quot;763558879&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406490568&quot;,&quot;check_hash&quot;:&quot;AQCGNGpwVbOcUF7v&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".44"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".44.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".44.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=95845568627&p[1]=1073742962&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".45">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_u"><ul class="UFIList" data-reactid=".46"><li class="UFIRow UFIUnseenItem UFILikeSentence UFIFirstComponent" data-reactid=".46.1:0"><div class="clearfix" data-reactid=".46.1:0.0"><div class="_ohe lfloat" data-reactid=".46.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".46.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".46.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".46.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".46.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".46.1:0.0.$right.0.0"><span data-reactid=".46.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/surbhi.shriwastava.37" data-hovercard="/ajax/hovercard/hovercard.php?id=100004927363232&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".46.1:0.0.$right.0.0.0.$range0:0">Surbhi Shriwastava</a><span data-reactid=".46.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIFirstComment UFILastComment UFIFirstCommentComponent UFILastCommentComponent UFIComment display UFIComponent UFIUnseenItem" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0"><div class="clearfix" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0"><div class="_ohe lfloat" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/surbhi.shriwastava.37" data-hovercard="/ajax/hovercard/hovercard.php?id=100004927363232&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$left.0"><img src="./ui_files/10306173_290476247793285_8212114706155513833_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$left.0.0"></a></div><div class="" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$right.0"><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0"><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100004927363232&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/surbhi.shriwastava.37" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.$author.0">Surbhi Shriwastava</a></span><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Very true darling......n we r lucky dat we are sharing such kind of relationship.....miss u lot...</span></span></span><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.3"><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/mallika.srivastavajain/posts/10152452206563880?comment_id=10152452221403880&offset=0&total_comments=1" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Monday, July 28, 2014 at 1:29am" data-utime="1406491144" data-shorten="true" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">1 hr</abbr></a></span><span data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".46.1:3:1:$comment10152452206563880_10152452221403880:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".46.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".46.1:4.0"><div class="_ohe lfloat" data-reactid=".46.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".46.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".46.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".46.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".46.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".46.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".46.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".46.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".46.1:4.0.$right.0.0.0.0.0"><div data-reactid=".46.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".46.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".46.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".46.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".46.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".46.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".46.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".46.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".46.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".46.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".46.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div class="_4ikz" id="substream_1" data-referrer="substream_1" style="height: 1569px; margin-bottom: 9px;"><div class="hidden_elem"><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;8014060869018592875&quot;,&quot;ei&quot;:&quot;AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:1}" data-xt="7.qid.6040832212780584222:mf_story_key.8014060869018592875:ei.AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w" data-xt-vimp="{&quot;pixel_in_percentage&quot;:1,&quot;duration_in_ms&quot;:1,&quot;subsequent_gap_in_ms&quot;:60000,&quot;log_initial_nonviewable&quot;:false}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjI6MzQzOTI0NzY1NDUxNjM4OTg1MDoxNDA2MzIyMTkxOjA=" data-dedupekey="3439247654516389850" id="u_jsonp_4_8o" aria-labelledby="js_61 js_62 js_63" data-insertion-position="1"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_5g-l"><span>Suggested Post</span></div><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_8p" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_9h"></a></div></div><span id="u_jsonp_4_8w" class="uiLikePageButton _47we _42b7"><button value="1" class="_42ft _4jy0 PageLikeButton _4jy3 _517h" data-profileid="5585759167" data-ft="{&quot;type&quot;:28,&quot;tn&quot;:&quot;c&quot;}" data-ownerid="u_jsonp_4_8w" id="u_jsonp_4_8x" type="submit"><img class="_3-8_ img" src="./ui_files/2KL1UzJC9rt.png" alt="" width="12" height="13">Like Page</button></span><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/Newegg?ft[tn]=%3C&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;\u003C&quot;}" data-hovercard="/ajax/hovercard/page.php?id=5585759167" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/424067_10150656781914168_1855592899_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_61"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;k&quot;}"><a href="https://www.facebook.com/Newegg?fref=nf&ft[tn]=kC&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-hovercard="/ajax/hovercard/page.php?id=5585759167&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Newegg</a></span></div></h5><div class="_5pcp" id="js_62"><span class="uiStreamAdditionalLogging _5paw" data-ft="{&quot;tn&quot;:&quot;j&quot;}"><a class="uiStreamSponsoredLink" href="https://www.facebook.com/about/ads?ft[tn]=j&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Sponsored</a></span> · <a data-hover="tooltip" aria-label="Public" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_63"><p>Are We Losing Interest in Tablets?</p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6m2 _1zpr clearfix _dcs _4_w4 _59ap mtm" data-ft="{&quot;tn&quot;:&quot;H&quot;}" id="u_jsonp_4_ad"><div class="_6ks"><a href="http://bit.ly/1ooAktT" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bit.ly\/1ooAktT&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bit.ly\/1ooAktT&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbit.ly\u00252F1ooAktT&amp;h=fAQEgptlf&amp;render_verification=0&amp;enc=AZOeDgR9eZAbyf2xr-JWFjQ7UNXVXb-JiWijbNK0MLBrd4hdb9SVKwronXwgfHfEAtT0gafp8YCZWdu3TypIAKIj_bsZO6LZsUrFO18qBWPw_rr3oYECi2opBAOi87scA9uZquM2uYJVeMJOELJgYP5T&amp;d&quot;);"><div class="_6l- __c_"><img class="_6m5 fbStoryAttachmentImage img" src="./ui_files/safe_image.php" style="width:470px;height:246px;" alt=""></div></a></div><div><div class="_6m3"><div class="mbs _6m6"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fbit.ly%2F1ooAktT&h=XAQFUykgH&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bit.ly\/1ooAktT&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bit.ly\/1ooAktT&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbit.ly\u00252F1ooAktT&amp;h=XAQFUykgH&amp;render_verification=0&amp;enc&amp;d&quot;);">Are We Losing Interest in Tablets?</a></div><div class="_6ma"><div class="_6m7">The telautograph quickly became the standard method of obtaining signatures over distances and was installed in banks, hospitals, and anywhere else that needed to send information quickly and accurately. The telautograph was so popular, that it...</div><div class="_59tj"><div class="_6lz _6mb ellipsis">blog.newegg.com</div></div></div></div><a class="_52c6" href="http://bit.ly/1ooAktT" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bit.ly\/1ooAktT&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bit.ly\/1ooAktT&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbit.ly\u00252F1ooAktT&amp;h=uAQF6E1bDAQHNnOHr3_f8dnXzeJ4BMhJA-L4HK9SZ4pDnzw&amp;render_verification=0&amp;enc=AZPZriWAqQVrYnD7VUEbNOMP4aeXvsOcYRUuklyOQnUUOQOpkiJndn8ukJFjs3059YepbKmnicVsKhIWKi9-B5LqBZv06B2H-oYlay7pptFqQCEEYD16KpWP8AXI66Cngr4ribIKltKVxl2VUB6BQyGf&amp;d&quot;);"></a></div></div></div></div><div><form rel="async" class="commentable_item hidden_add_comment collapsed_comments" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" id="u_jsonp_4_a8" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;5585759167&quot;,&quot;target_fbid&quot;:&quot;10152592287329168&quot;,&quot;target_profile_id&quot;:&quot;5585759167&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406322189&quot;,&quot;check_hash&quot;:&quot;AQCy5iF_4AomAS00&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4p"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4p.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4p.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=99&appid=2309869772&p[0]=5585759167&p[1]=10152592287329168&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4q">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/Newegg/posts/10152592287329168?ft[tn]=O]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="9346 likes 135 comments 18 shares" data-reactid=".4o" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><span data-reactid=".4o.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".4o.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".4o.$like.1">9,346</span></span><span data-reactid=".4o.$comment"><i class="mls UFIBlingBoxCommentIcon UFIBlingBoxSprite" data-reactid=".4o.$comment.0"></i><span class="UFIBlingBoxText" data-reactid=".4o.$comment.1">135</span></span><span data-reactid=".4o.$reshare"><i class="mls UFIBlingBoxReshareIcon UFIBlingBoxSprite" data-reactid=".4o.$reshare.0"></i><span class="UFIBlingBoxText" data-reactid=".4o.$reshare.1">18</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_ac"><ul class="UFIList" data-reactid=".4r"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".4r.1:0"><div class="clearfix" data-reactid=".4r.1:0.0"><div class="_ohe lfloat" data-reactid=".4r.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".4r.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".4r.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".4r.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".4r.1:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".4r.1:0.0.$right.0.$right"><div class="UFIOrderingModeSelector" data-reactid=".4r.1:0.0.$right.0.$right.0"><div class="_6a" data-reactid=".4r.1:0.0.$right.0.$right.0.1"><div class="UFIOrderingModeSelectorPopover uiPopover _6a _6b" data-reactid=".4r.1:0.0.$right.0.$right.0.1.0"><a class="_p" href="https://www.facebook.com/#" data-reactid=".4r.1:0.0.$right.0.$right.0.1.0.0" role="button"><span data-reactid=".4r.1:0.0.$right.0.$right.0.1.0.0.0">Top Comments</span><i class="UFIOrderingModeSelectorDownCaret img sp_6H68Ux8tLRN sx_48d920" data-reactid=".4r.1:0.0.$right.0.$right.0.1.0.0.1"></i></a></div></div></div></div><div class="" data-reactid=".4r.1:0.0.$right.0.$left"><div class="UFILikeSentenceText" data-reactid=".4r.1:0.0.$right.0.$left.0"><span data-reactid=".4r.1:0.0.$right.0.$left.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152592287329168&amp;actorid=5585759167" href="https://www.facebook.com/browse/likes?id=10152592287329168&actorid=5585759167" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152592287329168&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".4r.1:0.0.$right.0.$left.0.0.$range0:0">9,346 people</a><span data-reactid=".4r.1:0.0.$right.0.$left.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></div></li><li class="UFIRow UFIShareRow" data-reactid=".4r.1:1"><div class="clearfix" data-reactid=".4r.1:1.0"><div class="_ohe lfloat" data-reactid=".4r.1:1.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIShareIcon" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=10152592287329168" href="https://www.facebook.com/shares/view?id=10152592287329168" tabindex="-1" aria-hidden="true" data-reactid=".4r.1:1.0.$left.0"></a></div><div class="" data-reactid=".4r.1:1.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4r.1:1.0.$right.0"><a class="UFIShareLink" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=10152592287329168" href="https://www.facebook.com/shares/view?id=10152592287329168" data-reactid=".4r.1:1.0.$right.0.0">18 shares</a></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4r.1:2"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4r.1:2.0"><div class="_ohe lfloat" data-reactid=".4r.1:2.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4r.1:2.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4r.1:2.0.$left.0.0"></div></div><div class="" data-reactid=".4r.1:2.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4r.1:2.0.$right.0"><div class="UFICommentContainer" data-reactid=".4r.1:2.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4r.1:2.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4r.1:2.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4r.1:2.0.$right.0.0.0.0.0"><div data-reactid=".4r.1:2.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4r.1:2.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4r.1:2.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4r.1:2.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4r.1:2.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4r.1:2.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4r.1:2.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4r.1:2.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4r.1:2.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4r.1:2.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4r.1:2.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0"><div class="clearfix" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0"><div class="_ohe lfloat" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/kak133?fref=ufi&ft[tn]=TR0]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-hovercard="/ajax/hovercard/hovercard.php?id=17003715&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$left.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img src="./ui_files/559869_10100975025637771_979677743_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$left.0.0"></a></div><div class="" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$right.0"><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0"><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=17003715&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/kak133?fref=ufi&ft[tn]=%3BR0]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.$author.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Kyle Kelly</a></span><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Never had interest in the first place. Why carry a tablet around when my laptop isn't much bigger or heavier?</span></span></span><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10152592522654168" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152592522654168&amp;comment_from=17003715&amp;comment_likecount=33&amp;comment_id=10152592287329168_10152592522654168&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10152592522654168" rel="dialog" role="button" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">33</span></a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/Newegg/posts/10152592287329168?comment_id=10152592522654168&offset=0&total_comments=135&ft[tn]=NR0]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 4:38am" data-utime="1406329689" data-shorten="true" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">July 26 at 4:38am</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592522654168:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><ul class=" UFIReplyList" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0"><li class="UFIRow UFIReplySocialSentenceRow UFIFirstComponent UFILastComponent" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0"><a class="UFICommentLink" href="https://www.facebook.com/#" role="button" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0"><div class="clearfix" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0"><div class="_ohe lfloat" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$left"><div class="img _8o _8r UFIImageBlockImage" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$left.0"><i class="UFIPagerIcon" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$left.0.0"></i></div></div><div class="" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$right.0"><span class="" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$right.0.0"><span class="UFIReplySocialSentenceLinkText" data-reactid=".4r.1:3:1:$replies10152592287329168_10152592522654168:0.1:0.0.0.$right.0.0.0">7 Replies</span></span></div></div></div></a></li></ul><li class="UFIRow UFILastComment UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0"><div class="clearfix" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0"><div class="_ohe lfloat" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/toxic.intruder?fref=ufi&ft[tn]=TR]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-hovercard="/ajax/hovercard/hovercard.php?id=1668382236&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$left.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img src="./ui_files/1689787_10202543842951822_1424110217_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$left.0.0"></a></div><div class="" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$right.0"><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0"><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=1668382236&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/toxic.intruder?fref=ufi&ft[tn]=%3BR]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.$author.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Ivan Kutyrev</a></span><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Can't lose an interest if you didn't have it in the first place..</span></span></span><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10152592514859168" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152592514859168&amp;comment_from=1668382236&amp;comment_likecount=22&amp;comment_id=10152592287329168_10152592514859168&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10152592514859168" rel="dialog" role="button" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">22</span></a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/Newegg/posts/10152592287329168?comment_id=10152592514859168&offset=0&total_comments=135&ft[tn]=NR]&ft[qid]=6040832212780584222&ft[mf_story_key]=8014060869018592875&ft[ei]=AQI-yzYRvDCYQRMgC_v2GfU5zY2kDldcfIKQ-y-XJp462YRgD9jpeWvD2dSICHcf-z0ZYcoF5PlsOr8vNfq7xYUNMuIVQk4A6dQy1oGjGbUT2kZp0bipcClV5p9YIagGRWi9LIIgiocUqECqjdsZPPSWLVSmPBjeee0U0nB-46QBdpJjI1Wm5ZOp58gykAFyd3czYCqZ2j5EXJ2mQMFA3dFk-JhSiU_aPmJxhzr9Qn1qd-H_R5znPJALS4z_UN0fpqGk8tCUGv7Ssw3CHybYf_YxxsU1V8rKBkBJ3Hf3hBk2D7AAaDmUBgxZuuIug0O_HTb83aN3QG3RHM5hMbULZtwEinwUEfmIWKMcSJjwjVG1lcQYtRcSNB7HUESdXQ3lhSrGVI34JTQQlQnB_Q-NcHhX8dZDFhBbBUw9B2y9IBAXRknT8-4cMZiPMFY5PNBmkwnfuF-dNsLDfZfcbFTRgZaH8ukYmmA8XP7ESvgS0zH5qfiqgsMvtvp619Cz3JWczUJ4p8ltjca-0JxiwEyuyl18k6iCeqQ4-eH38IvHL5dwbuJ1Z_7pzVUYETZjLPPS1KMwRZskMrZwQptyhKErx6E3q8eimuUStpPjqVf-RGWnGZwcv7O-c5lWr0TsbEFohEAtgI09kjaIn2sJbijt45Ux1ldOCS6xNMyV9ktYCCbfnINLruv_6EtuTrddV6ROGGWHIOFgh0pYMgxCBxaWlXHHTUnK4XW8zFdz5zz3OhiW7JoxBt37yPYbvIYLxolumC_uWUI8V268yiT1aRoNj1UKTTKx3fBCQViEltLbPyQnjzRZWctI5SofINpR49lRRnpdlhipn5nFUhLZXCrQ-fcNQ5jfDpkGEIKq5NeW7DVZ-N7hq2RruxsK9LupgL_wmbdOMXIQ3Pn3ouoPMVDdyLHh6-vXKJEq2wuiFB5htw1hdt29ZtIP2qAsqPr2dWCUI9ZhDPLK19q38kyBjLcJqvVR6C3Yp6A7rYsYCfidf3j9rHmpKr72UL8RQWJMLU9511x5JByDyAo0lRsoUCSJOOxs13uVnH3T76i3GL7cuzZqTYJR-LG7DQ2YK9hmU0snTMHOUz-4tdsdKUJhVUDE6l58bjlrW_Zgntm-11kAbv8Z-hjaQTCU91-dt8gw6caHIuKgGjSKeBe3elLt8eQ1z01MDL42VwynAQ0K8BbmOVLDEmp2ml7nSlh7qvyLC7sjqBpzllYkOPq7g3NwryqW_PU2X6ok6UykvAblZ3JIih0uSxRC7YAHj7N_gg1ByOJYIpcIVvk_0ECondexNz0G3SV-V6fiRTAMGHigR909QyJ7yzE_xXeL0T3Ha8yp72xrOBO5MSTc1e7X1lsJO0ZcMYFkTZQftujk2vd8p9q3rgoove_BYoSx31sCZhwlK-mnFZPe6qyj9PKrDXUTUdW3mK78d1I0ytsoZRGF8mQQR8lo0I67si5rDhW1MrKJK6SIu8zkI1mmKaMGzAahUrY84o6iAmoRQMbeCUCc7ZwKLYVR4t6uN1mBhzKRLqQVNd9REI9qjkgx164DBB8nhAadBWAbRn6tLP37JC5FalfClOFPcXbngbJaG5q1pAejkb8gjeRChQYG6ZgVDX6hpla3u4mfW9iUW2C9Omz2ZsqcXM1qgjBKOMH7E6FZU5D6ZbKap923rOpqPcgQKCjdMIVcmlmvAtOXQhxR_yN-3-U94cAlv-50nbegV5mOHIM5csdV-6PXgEXQgq_ozkb4P-rz9VPl6tYLhjRkdpH8frhk4vWFfHHYxkEBGqyq3aE4mSd8v6OtHymF7nimtWfq9ZHtQXiKh_DR-j9ISUZoelPes0HvoDpu6eNHTDr6o9VcGPbUpH7dQItKqS5zIxnIKVgIj5Mu9RJtGGhQaNvJ34bYbjiTif8z9m_Jqz8RsUXb3FRHzKflPwsldDS5F1Trq8x5QcQz4d52rqeV70-ReaFWC33--aUgPr0IOORtstvHo3hoeeoDaLvCQ501M9cDLOQWmvuKFqTnhmVljutbvoPad3obIQT7qY2SiwStCklaItXeBK9RFj9AC7gyhPz6e5KFp8c4LRLV2EcZK-1DOgb2PHNDAfNDOti9ERDFIKrGQgiigD4L6awSIGdt1AZxszZeMp6ApHAACwr9hfluh1oH22KuWSpj5tz6VfOQLWMW9NahjDd4WUpH7llkIEzWymOjI1XJCmZUeOukOvLag7MiNJhtydKQdzf-JNBJwnsK35VFnFNOmXFNMN3URSzM4KXXRIFeK_ToNcPR5gIMfXonFIJiulhjLwLOdv4RdkBa-w89WRO9BlwnNGO_H7MShSNI6ytAVVEso2dOlLzBwNDKAhZ7ZM1vQFuqyvVl2BJrfGUTQi_J0ZjIVyCZo88c72_46ojqljlwe8-NviQUK2wnENdTWFDnykh9Da0fMf4K6JiXbbLxgYuZZzM74hh0EAhw5ZJ-rj3Ne-f5txOU-r8_QjHhQjnae2u1cr93KopDTiLlxANd3zHEoI1MNtcFqcmlqCiIEy6J2ihidm-6erhzCFq9dCgtMlYlEfxD3-G4CsjHBgGrHXVgfaAiEorMB5LOBVRL7I4dESBMtiZSsjQCDocKxDOvwqXFp4s1o1X0EFhwZhx-pYsxmm7JM4Ux0fftTo8rcGUKGEmUqhQbbhfdepiKQ7CBD8uMZW8SOKGu4uqYGq7wbu_SoTYwJ4b5SlSJMcjxVsEv2y2r_kmgRdlLBa_6ffn99ouIg74EG9fKaR4pl3TmEhKk4ZSqV_JVMRJKCatJqWaqih2O6Ri2Yz63_z12GXU-3BaHEFS5YxgvEkboe7ZufyzAW8DazIY0TEgowbAZDDmRpH3dx95-kZIn9aGL52nIhR9ueKc1XPd4_zDkNDZYZ32V8Wc3sHH9YHEiJeKLFe08FjToPj8ECKiH7OxUMU8fQi_oKGI6NFou6dyYDXncMgHMa-vazJKyygEwsge4LJgK1x8dCYWiks1hnqUIacN_i3uEqcOkSB2EWf0tFC0hykUfpbkSkhno_Jnml_A4VD7OOXR5j0QiK9S-g-xuaH3G-fSeM-6Tm6ciAbdQs1zsNYinsg22ZY6cGYCmqDn5f3VC83G6OeSi2aN-C7-XsVx3jXYPBho-I19r-nmdLAb4w2yaEUtoW_yd0jVUoHKSDFpXICbVvVLhAYvSW0icN_ZvraSiDrYduJXBw4CbVxgPB7YuS6eOGKNYB9zrnu1w&ft[fbfeed_location]=1&ft[insertion_position]=1&__md__=0" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 4:33am" data-utime="1406329401" data-shorten="true" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">July 26 at 4:33am</abbr></a><span data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$metadata:0:$action:0.3:0"> · </span><a ajaxify="/ajax/edits/browser/comment?comment_token=10152592287329168_10152592514859168" aria-label="Show edit history" class="uiLinkSubtle" data-hover="tooltip" href="https://www.facebook.com/#" rel="dialog" role="button" title="Show edit history" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.3.$metadata:0:$action:0.3:$edit-link">Edited</a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".4r.1:3:1:$comment10152592287329168_10152592514859168:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIPagerRow UFIComponent UFILastCommentComponent UFILastComponent" data-reactid=".4r.1:3:$bottomPager"><div class="clearfix" data-reactid=".4r.1:3:$bottomPager.0"><div class="_ohe lfloat" data-reactid=".4r.1:3:$bottomPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".4r.1:3:$bottomPager.0.$left.0"></a></div><div class="" data-reactid=".4r.1:3:$bottomPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".4r.1:3:$bottomPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".4r.1:3:$bottomPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".4r.1:3:$bottomPager.0.$right.0.$right.0">2 of 135</span></div><div class="" data-reactid=".4r.1:3:$bottomPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".4r.1:3:$bottomPager.0.$right.0.$left.0"><span data-reactid=".4r.1:3:$bottomPager.0.$right.0.$left.0.0">View more comments</span></a></div></div></div></div></li></ul></div></form></div></div><iframe class="fbEmuTracking" src="./ui_files/xti(1).html" width="0" height="0" scrolling="no" frameborder="0"></iframe></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;-9068285865369297108&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:2}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjM6LTkwNjgyODU4NjUzNjkyOTcxMDg6MTQwNjQ5MDQyNzow" data-dedupekey="-9068285865369297108" data-timestamp="1406490427" id="u_jsonp_4_8q" aria-labelledby="js_64 js_65 js_66" data-insertion-position="2"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_8r" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_8z"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/ssouvik8?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1630893146"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/943270_10200697592755472_49980918_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_64"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/ssouvik8?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1630893146&amp;extragetparams=%7B%22fref%22%3A%22nf%22%2C%22directed_target_id%22%3A284314518394092%7D">Souvik Saha</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/groups/284314518394092/?fref=nf" data-hovercard="/ajax/hovercard/group.php?id=284314518394092&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Travel Buddy</a></span></div></h5><div class="_5pcp" id="js_65"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/groups/284314518394092/permalink/321212378037639/"><abbr title="Monday, July 28, 2014 at 1:17am" data-utime="1406490427" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a> · <a class="_5pcq" href="https://www.facebook.com/pages/Gurgaon-Haryana/106487939387579" data-hovercard="/ajax/hovercard/page.php?id=106487939387579">Gurgaon</a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_ae" aria-label="Shared with: Members of Travel Buddy"><i class="lock img sp_843e1e sx_447ccd"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_66"><p>Which would be a better place to go at this time? Kasol or Mcleodganj? Or maybe Lansdowne? PLease share your experiences.</p></div><div></div><div><form rel="async" class="live_321212378037639_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:321213008037576}" id="u_jsonp_4_a7" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;1630893146&quot;,&quot;target_fbid&quot;:&quot;321212378037639&quot;,&quot;target_profile_id&quot;:&quot;&quot;,&quot;type_id&quot;:&quot;308&quot;,&quot;assoc_obj_id&quot;:&quot;284314518394092&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406490426&quot;,&quot;check_hash&quot;:&quot;AQBX8LCXT0_Xwy90&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4m"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4m.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4m.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_aa"><ul class="UFIList" data-reactid=".4n"><li class="UFIRow UFIUnseenItem UFILikeSentence UFIFirstComponent" data-reactid=".4n.1:0"><div class="clearfix" data-reactid=".4n.1:0.0"><div class="_ohe lfloat" data-reactid=".4n.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".4n.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".4n.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".4n.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4n.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".4n.1:0.0.$right.0.0"><span data-reactid=".4n.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/ashirmadaan" data-hovercard="/ajax/hovercard/hovercard.php?id=1386605186&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".4n.1:0.0.$right.0.0.0.$range0:0">Ashir Madaan</a><span data-reactid=".4n.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0"><div class="clearfix" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0"><div class="_ohe lfloat" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/rahul.stylejunction?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=693685012&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$left.0"><img src="./ui_files/1926671_10153892982570013_1802540997_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$left.0.0"></a></div><div class="" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$right.0"><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0"><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=693685012&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/rahul.stylejunction?fref=ufi" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.$author.0">Rahul Sood</a></span><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Kasol anyday....</span></span></span><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.3"><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/groups/284314518394092/permalink/321212378037639/?comment_id=321212654704278&offset=0&total_comments=2" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Monday, July 28, 2014 at 1:18am" data-utime="1406490519" data-shorten="true" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">1 hr</abbr></a></span><span data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".4n.1:3:1:$comment321212378037639_321212654704278:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFILastCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0"><div class="clearfix" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0"><div class="_ohe lfloat" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/nishantgupta100?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=1029319140&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$left.0"><img src="./ui_files/10366025_10202769750418066_2642527353600848356_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$left.0.0"></a></div><div class="" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$right.0"><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0"><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=1029319140&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/nishantgupta100?fref=ufi" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.$author.0">Nishant Gupta</a></span><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Go to Kheerganga, 32 kms from Kasol</span></span></span><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.3"><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/groups/284314518394092/permalink/321212378037639/?comment_id=321213008037576&offset=0&total_comments=2" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Monday, July 28, 2014 at 1:20am" data-utime="1406490637" data-shorten="true" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">1 hr</abbr></a></span><span data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".4n.1:3:1:$comment321212378037639_321213008037576:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4n.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4n.1:4.0"><div class="_ohe lfloat" data-reactid=".4n.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4n.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4n.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4n.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4n.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4n.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4n.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4n.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4n.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4n.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4n.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4n.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4n.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4n.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4n.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4n.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4n.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4n.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4n.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4n.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;-5284350930492807642&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:3}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjQ6LTUyODQzNTA5MzA0OTI4MDc2NDI6MTQwNjQ4ODE0MDow" data-dedupekey="-5284350930492807642" data-timestamp="1406486776" id="u_jsonp_4_8s" aria-labelledby="js_67 js_68 js_69 js_70 js_71 js_72 js_73" data-insertion-position="3"><div class="_5pcr clearfix" id="u_jsonp_4_8v"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_94" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_96"></a></div><h5 class="mbs _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_67"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/chandrachudasarma" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000189921464">Chandrachuda Sharma</a></span> and <a data-hover="tooltip" aria-label="Naman Sharma Aditya Chadha Bharath Velishala and 12 more..." data-tooltip-position="below" href="https://www.facebook.com/#" ajaxify="/ajax/browser/dialog/participants/?q=AeKFhkW72h3sZAYldazWUjJAzcwFgQHu2O58tiTwJ67pwk6e7ak1MT0kZzELMubGUA8m1NUgWaGq3qh0EZqIcr4M3hnC8xDrcHyQQJlWqFTBWIWalzeQgiLiZ_wzneuL5xbzI8-2F5sTv1ALjhjVDDL0N9cPJySNKc0y3VKpahDOP3zi5bM3d4Arp6xWnVi89N8UnWPCdKJdiOef2MxqNTSB9oVJu3uqUbNTnu-HVvrc03liiUMj_2ptQOOl-GFMfU_vnbJS-4cKS8tOR_vLsvFJUGkDjH_NYY6oXKhrg0TjDETXebRunaNBy4nCGsRrExjz9uLPbmtjjK7p-V1Gfddjz2Nsliinhhof9vRqqXK7u618aWAKoro7dyjoTElgG0TkgSdVFyXM7vJy5OD80g2yZvU1k7xJ_ZJvYU6YS8COfiMB-hVOZWKFLd0U0zJV3rOk6zFf_7ZXpVJqoqVGc8AkePNz1Orp5O_-WtrS4aVPJDnrZVTrhxjo8xtu9iMQzxnZXyH1VRpu55dRQZ47fMzk-diMqAmR64z6EsblTiavcx_XOMZG6IAZea7yiKBsQH0gSWoXDgLIT8Vk310ZFnF4zo2eJ9xJgWrLZpaz67Q-csi8ZVr9_Oolgz-3oNw4yW-2Ua2d-Q-oLNZGXhPE_TkukKMwBRIPxZXWrGO-VTbDRe1rKmtm4QVpawDc1PH3CJSTQb2MkF1I5NZdRMe_DmbqqT_aY5Q5oRYqBkvlAZx5HwvioPrw1NUGbonue5o33L6_rK7k-J7J2fOWZLndhNXo3tE1Eb7utF4hdplJogaxLmVZjYsxB0obOXsJ53zjQMdci5XcPhg8iW2yLOozuQNBNyn30628d22GL7FoFt3uzS8toUwsndGjnjydAefVaFP1Ge9kwfwU0xr4vGVFqpsjVgszjMoNYlr19dN09Jhsxg" rel="dialog" data-ft="{&quot;tn&quot;:&quot;l&quot;}" role="button">15 others</a> wrote on <a class="profileLink" href="https://www.facebook.com/sainaveen721" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1663627786">Naveen Bolla</a>'s timeline.</span></div></h5><div class="clearfix mvm"><a class="_8o _8t lfloat _ohe" href="https://www.facebook.com/sainaveen721" tabindex="-1" aria-hidden="true" data-hovercard="/ajax/hovercard/user.php?id=1663627786"><div class="uiScaledImageContainer" style="width: 90px; height: 90px"><img class="scaledImageFitWidth img" src="./ui_files/1538682_10202283464882375_844078298_n.jpg" alt="" width="90" height="90"></div></a><div class="_42ef"><div class="mbs fwb"><a href="https://www.facebook.com/sainaveen721" data-hovercard="/ajax/hovercard/user.php?id=1663627786">Naveen Bolla</a></div><div class="mbs fcg">Birthday: Today</div><ul class="uiList _4kg _6-h _704 _6-i"><li><form rel="async" class="uiStreamInlineAction" action="https://www.facebook.com/ajax/stream/inline.php" method="post" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_jsonp_4_97"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><div class="formWrapper"><input type="hidden" autocomplete="off" name="walltarget" value="1663627786"><input type="hidden" autocomplete="off" name="render_notif_only" value="1"><input type="hidden" autocomplete="off" name="birthday" value="1"><div class="uiMentionsInput" id="u_jsonp_4_98"><div class="highlighter"><div><span class="highlighterContent"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-ft="{&quot;tn&quot;:&quot;+Q&quot;}" id="u_jsonp_4_99"><div class="wrap"><input type="hidden" autocomplete="off" class="hiddenInput"><div class="innerWrap"><textarea class="enter_submit DOMControl_placeholder uiTextareaNoResize uiTextareaAutogrow uiStreamInlineTextarea inlineReplyTextArea mentionsTextarea textInput" title="Write a birthday wish on his timeline..." placeholder="Write a birthday wish on his timeline..." name="message" cols="48" role="textbox" aria-autocomplete="list" autocomplete="off" aria-expanded="false" aria-owns="typeahead_list_u_jsonp_4_99" aria-haspopup="true" onkeydown="run_with(this, [&quot;legacy:control-textarea&quot;], function() {TextAreaControl.getInstance(this)});" id="u_jsonp_4_9a">Write a birthday wish on his timeline...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden"></div><label class="hidden_elem"><input name="post" value="Post" type="submit" class="enter_submit_target"></label></div><input type="hidden" autocomplete="off" name="source" value="avatar_attachment"></form></li></ul></div></div><div class="stat_elem"><ul class="uiList uiCollapsedList uiCollapsedListHidden _5pbz _5va0 _4kg" id="u_jsonp_4_9b"><li><div class="userContentWrapper _5pcr mbs _5v9_ _5va1 _3ccb" data-dedup="S:_I100000189921464:945535718796083" id="u_jsonp_4_90" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_9c" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_9m"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/chandrachudasarma?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000189921464"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/67132_556186177731041_585147869_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_68"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/chandrachudasarma?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=100000189921464&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Chandrachuda Sharma</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/sainaveen721?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1663627786&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Naveen Bolla</a></span></div></h6><div class="_5pcp" id="js_72"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/sainaveen721/posts/10203560581729498"><abbr title="Monday, July 28, 2014 at 12:16am" data-utime="1406486776" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_af" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_73"><p>Orey Happy birthday ra..</p></div><div></div><div><form rel="async" class="live_10203560581729498_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_4_9v" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;100000189921464&quot;,&quot;target_fbid&quot;:&quot;10203560581729498&quot;,&quot;target_profile_id&quot;:&quot;1663627786&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406486776&quot;,&quot;check_hash&quot;:&quot;AQBhXwnKFuIyG51f&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4a"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4a.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4a.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=100000189921464&p[1]=10203560581729498&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4b">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_a0"><ul class="UFIList" data-reactid=".4c"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4c.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4c.1:4.0"><div class="_ohe lfloat" data-reactid=".4c.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4c.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4c.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4c.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4c.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4c.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4c.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4c.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4c.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4c.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4c.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4c.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4c.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4c.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4c.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4c.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4c.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4c.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4c.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4c.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I1806904242:10201476718358992" id="u_jsonp_4_91" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_9d" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_9o"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/naman.sharma.1800?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1806904242"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1796457_10200668324829659_419841048_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_69"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/naman.sharma.1800?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1806904242&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Naman Sharma</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/sainaveen721?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1663627786&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Naveen Bolla</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/sainaveen721/posts/10203560562249011"><abbr title="Monday, July 28, 2014 at 12:11am" data-utime="1406486498" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_ag" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Happy B'day</p></div><div></div><div><form rel="async" class="live_10203560562249011_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_4_9w" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;1806904242&quot;,&quot;target_fbid&quot;:&quot;10203560562249011&quot;,&quot;target_profile_id&quot;:&quot;1663627786&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406486498&quot;,&quot;check_hash&quot;:&quot;AQAGFFMsD-QBoGzU&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4d"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4d.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4d.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=1806904242&p[1]=10203560562249011&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4e">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_a2"><ul class="UFIList" data-reactid=".4f"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4f.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4f.1:4.0"><div class="_ohe lfloat" data-reactid=".4f.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4f.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4f.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4f.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4f.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4f.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4f.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4f.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4f.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4f.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4f.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4f.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4f.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4f.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4f.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4f.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4f.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4f.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4f.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4f.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="hiddenItem"><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I754438500:10152600416218501" id="u_jsonp_4_92" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_9e" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_9q"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/adityarchadha?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=754438500"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10434312_10152498669578501_7595833544498234698_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_70"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/adityarchadha?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=754438500&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Aditya Chadha</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/sainaveen721?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1663627786&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Naveen Bolla</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/sainaveen721/posts/10203560535808350"><abbr title="Monday, July 28, 2014 at 12:06am" data-utime="1406486189" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_ah" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>happy bday <i class="_4-k1 img sp_F6Afu2XGiZY sx_a8bc3e"></i></p></div><div></div><div><form rel="async" class="live_10203560535808350_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_4_9x" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;754438500&quot;,&quot;target_fbid&quot;:&quot;10203560535808350&quot;,&quot;target_profile_id&quot;:&quot;1663627786&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406486189&quot;,&quot;check_hash&quot;:&quot;AQDTOfk4f_ct9xq7&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4g"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4g.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4g.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=754438500&p[1]=10203560535808350&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4h">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_a4"><ul class="UFIList" data-reactid=".4i"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4i.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4i.1:4.0"><div class="_ohe lfloat" data-reactid=".4i.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4i.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4i.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4i.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4i.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4i.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4i.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4i.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4i.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4i.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4i.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4i.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4i.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4i.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4i.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4i.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4i.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4i.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4i.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4i.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="hiddenItem"><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I633702264:10152641388177265" id="u_jsonp_4_93" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_9f" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_9s"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/bharath.velishala?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=633702264"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1960041_10152363808472265_1989571149_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_71"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/bharath.velishala?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=633702264&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Bharath Velishala</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/sainaveen721?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1663627786&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Naveen Bolla</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/sainaveen721/posts/10203560704692572"><abbr title="Monday, July 28, 2014 at 12:39am" data-utime="1406488140" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_ai" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>happy b'day naveen <i class="_4-k1 img sp_F6Afu2XGiZY sx_a8bc3e"></i></p></div><div></div><div><form rel="async" class="live_10203560704692572_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_4_9y" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;633702264&quot;,&quot;target_fbid&quot;:&quot;10203560704692572&quot;,&quot;target_profile_id&quot;:&quot;1663627786&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406488140&quot;,&quot;check_hash&quot;:&quot;AQDbGqNVLBNqsWu5&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4j"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4j.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4j.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=633702264&p[1]=10203560704692572&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4k">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_a6"><ul class="UFIList" data-reactid=".4l"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4l.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4l.1:4.0"><div class="_ohe lfloat" data-reactid=".4l.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4l.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4l.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4l.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4l.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4l.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4l.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4l.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4l.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4l.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4l.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4l.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4l.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4l.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4l.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4l.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4l.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4l.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4l.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4l.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="showAll _5q5v" onclick="CSS.removeClass($(&quot;u_jsonp_4_9b&quot;), &quot;uiCollapsedListHidden&quot;); CSS.addClass($(&quot;u_jsonp_4_9b&quot;), &quot;uiCollapsedListVisible&quot;); return false;"><a class="_44b2" href="https://www.facebook.com/ajax/feed/substories/?context=%7B%22fbfeed_context%22%3Atrue%2C%22location_type%22%3A1%2C%22outer_object_element_id%22%3A%22u_jsonp_4_8s%22%2C%22object_element_id%22%3A%22u_jsonp_4_93%22%2C%22is_ad_preview%22%3Afalse%2C%22is_inner_story%22%3Afalse%2C%22substory%22%3Atrue%2C%22card_depth%22%3A1%2C%22is_vintage_story%22%3Afalse%7D&count=12&id=S%3A_I100000590753545%3A1468593853354452%3A4%3AYTowOnt9%3A5%3AeJx9VUmO20AM%2FItfwH2JX5BzXqDcccchPg42D%2BnhIsyYan1X0wIBXF6iKL9LIuvC5f%2F9aF7vhhElIP8uKUtq7792NZPmO2w9UtbGFbxOOxLurrccvuzLuvf3x8R69Lmrp5cc2UGlt%2FuvHzl33hCxJuYRb1E0mZicclPKiPMFnMrYM8Klvl5jwIQAXcchrwpZtpOdFJxyfdiW2p2CWIjEMYr%2FiaLccmixVMGbKGaJPJWzxfbiR1sxlroUEr4NVtAlwqZXvWQKbSRpOSqh68IlKMjUKvSZAiZ9DDMqJk8h7zZjAoojXp4gnsys0jVCojtGZ%2BI84VnNhXaFZVq6lcc6XxHrYgKFErE1WGbeCQ1XwodjrzqlC8XYqzu4e1W9w1tSXHLi1e6ybh%2FpTLQGuMbIqwf2dI%2BSVaVtqXTG5lBWLSOvJsPGkeUjtgPbvccrBnfADZ8WEzQLXime5PiccDbjf4X0eTccWAHm6kaMgqJzaa%2BUQOzkTY33RaCjyp5YjubwubWeOs%2Bq6QWtNlQGweOCL2V8s0nJ7gnU1FpnJzOH0yEiWW73N2S0BFdfjn3rwgUhJkbO8vD8DzZNwjEEKWN5j4rUQb8oYwcccc2B7VR2bDluAtZ0mbIR1D2tfTj0bY8akqS632xmxLfssqRRqY9K63f8DQusCig%3D%3D" rel="async">See 14 more posts</a></li></ul><div class="_52jv"><span class="img _55ym _55yn _55yo _5tqs mts" aria-label="Loading..." aria-busy="1"></span></div></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;-4654620944896426152&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:4}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjU6LTQ2NTQ2MjA5NDQ4OTY0MjYxNTI6MTQwNjQ3NjA3Njow" data-dedupekey="-4654620944896426152" data-timestamp="1406476076" id="u_jsonp_4_8t" aria-labelledby="js_74 js_75 js_76" data-insertion-position="4"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_4_8u" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_4_9j"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/suyashkant?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=856885384"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10372006_10154252722540385_2367321161725996696_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_74"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/suyashkant?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=856885384&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Suyash Kant</a></span></div></h5><div class="_5pcp" id="js_75"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/suyashkant/posts/10154433971925385"><abbr title="Sunday, July 27, 2014 at 9:17pm" data-utime="1406476076" data-shorten="1" class="_5ptz timestamp livetimestamp">5 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_4_aj" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_76"><p>Riots - Request all friends to spread and maintain peace.Any rage whatsoever,should be expressed as a message for peace and not against each others.People spreading communal hatred now should be diligently taught to reconsider their opinions and understand that root cause of all this is nothing but political cynicism.All anger could instead be intelligently channelised to demonstrate and campaign against the communal forces.India is and always will remain Secular. <a class="_58cn" href="https://www.facebook.com/hashtag/unity?source=feed_text&story_id=10154433971925385" data-ft="{&quot;tn&quot;:&quot;*N&quot;,&quot;type&quot;:104}"><span class="_58cl">‪#‎</span><span class="_58cm">Unity‬</span></a> <a class="_58cn" href="https://www.facebook.com/hashtag/riot?source=feed_text&story_id=10154433971925385" data-ft="{&quot;tn&quot;:&quot;*N&quot;,&quot;type&quot;:104}"><span class="_58cl">‪#‎</span><span class="_58cm">Riot‬</span></a></p></div><div></div><div><form rel="async" class="live_10154433971925385_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_4_9k" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGu_d_uoqoN" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;856885384&quot;,&quot;target_fbid&quot;:&quot;10154433971925385&quot;,&quot;target_profile_id&quot;:&quot;856885384&quot;,&quot;type_id&quot;:&quot;22&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406476076&quot;,&quot;check_hash&quot;:&quot;AQAh6BFkypbnEZ2B&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".47"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".47.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".47.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=22&appid=25554907596&p[0]=856885384&p[1]=10154433971925385&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".48">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_4_9u"><ul class="UFIList" data-reactid=".49"><li class="UFIRow UFIUnseenItem UFILikeSentence UFIFirstComponent" data-reactid=".49.1:0"><div class="clearfix" data-reactid=".49.1:0.0"><div class="_ohe lfloat" data-reactid=".49.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".49.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".49.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".49.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".49.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".49.1:0.0.$right.0.0"><span data-reactid=".49.1:0.0.$right.0.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10154433971925385&amp;actorid=856885384" href="https://www.facebook.com/browse/likes?id=10154433971925385&actorid=856885384" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10154433971925385&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".49.1:0.0.$right.0.0.0.$range0:0">10 people</a><span data-reactid=".49.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".49.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".49.1:4.0"><div class="_ohe lfloat" data-reactid=".49.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".49.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".49.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".49.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".49.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".49.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".49.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".49.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".49.1:4.0.$right.0.0.0.0.0"><div data-reactid=".49.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".49.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".49.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".49.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".49.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".49.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".49.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".49.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".49.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".49.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".49.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div id="more_pager_pagelet_53d558e41cf449e01176465" data-referrer="more_pager_pagelet_53d558e41cf449e01176465"></div><div class="_4ikz" id="substream_0_53d558f2f2c870c63022740" data-referrer="substream_0_53d558f2f2c870c63022740" style="height: 841px; margin-bottom: 9px;"><div class="hidden_elem"><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;351094231698321464&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:5}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjY6MzUxMDk0MjMxNjk4MzIxNDY0OjE0MDYzMzA2NDQ6MA==" data-dedupekey="351094231698321464" data-timestamp="1406330644" id="u_jsonp_5_1" aria-labelledby="js_77 js_78 js_79" data-insertion-position="5"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_2" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_a"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/sanibh?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=500682704"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10446021_10152232972012705_8107501677041962875_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_77"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/sanibh?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=500682704&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Sanibh Aryan</a></span></div></h5><div class="_5pcp" id="js_78"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/sanibh/posts/10152275319617705"><abbr title="Saturday, July 26, 2014 at 4:54am" data-utime="1406330644" data-shorten="1" class="_5ptz">July 26 at 4:54am</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_o" aria-label="Shared with: Sanibh&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_79"><p><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dx0DDFJh_bxc%26list%3DUUDPM_n1atn2ijUwHd0NNRQw&h=EAQEava1M&enc=AZNLWf1y94yZG7td2dG7laWn-OXdfwnRyPl4AsNDQDDZ1zUsfx5fiU85u_YaZf_L6AX2JACz5Pm3XPnoBhdpIk4GHxodPBtl2fs2ZfVvTjt3L2RIMX2KkzSkduAjQAFCYjkudLnKxoOBZb9nmBDpuvt6&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253Dx0DDFJh_bxc\u002526list\u00253DUUDPM_n1atn2ijUwHd0NNRQw&amp;h=EAQEava1M&amp;render_verification=0&amp;enc=AZNLWf1y94yZG7td2dG7laWn-OXdfwnRyPl4AsNDQDDZ1zUsfx5fiU85u_YaZf_L6AX2JACz5Pm3XPnoBhdpIk4GHxodPBtl2fs2ZfVvTjt3L2RIMX2KkzSkduAjQAFCYjkudLnKxoOBZb9nmBDpuvt6&amp;d&quot;);">http://www.youtube.com/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw</a></p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6m2 _1zpr clearfix _dcs _4_w4 _5cwb mtm" id="u_jsonp_5_7" data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="clearfix"><div class="lfloat _ohe"><div class="_6ks" data-ft="{&quot;tn&quot;:&quot;F&quot;}"><div id="u_jsonp_5_8"><a class="_6kt _6l- __c_" aria-label="Coldplay - O (from Ghost Stories)" ajaxify="/ajax/flash/expand_inline.php?max_width=470&amp;selector=%5E._6m2&amp;target_div=u_jsonp_5_8&amp;share_id=523241587775880&amp;user_share_id=10152275319617705" href="http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dx0DDFJh_bxc%26list%3DUUDPM_n1atn2ijUwHd0NNRQw&h=6AQHY7NxK&enc=AZO1sod9Ekfbbt93x5xnbujHD4tsJCAODKKoTYfq1tsyrGTs589AMLGjmz4lvlpvDTWaQQaL_vL74EhJLVMW9CvcHQWuapRM1t6pcNyK99zWGZBeAv4Q-6Uv0H3B6PnPQu663Bzq7aOoK4_ui7AnI54I&s=1" rel="nofollow async" target="_blank" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253Dx0DDFJh_bxc\u002526list\u00253DUUDPM_n1atn2ijUwHd0NNRQw&amp;h=6AQHY7NxK&amp;render_verification=0&amp;enc=AZO1sod9Ekfbbt93x5xnbujHD4tsJCAODKKoTYfq1tsyrGTs589AMLGjmz4lvlpvDTWaQQaL_vL74EhJLVMW9CvcHQWuapRM1t6pcNyK99zWGZBeAv4Q-6Uv0H3B6PnPQu663Bzq7aOoK4_ui7AnI54I&amp;d&quot;);"><img class="_6m5 fbStoryAttachmentImage img" src="./ui_files/safe_image(1).php" alt=""><i class="_6ku"></i><span class="img _55ym _55yq _55yp _5tqs _5epl" aria-label="Loading..." aria-busy="1"></span></a></div></div></div><div class="_42ef"><div><div class="_6m3"><div class="mbs _6m6"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dx0DDFJh_bxc%26list%3DUUDPM_n1atn2ijUwHd0NNRQw&h=9AQHuQ4Ni&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253Dx0DDFJh_bxc\u002526list\u00253DUUDPM_n1atn2ijUwHd0NNRQw&amp;h=9AQHuQ4Ni&amp;render_verification=0&amp;enc&amp;d&quot;);">Coldplay - O (from Ghost Stories)</a></div><div class="_6ma"><div class="_6m7">Coldplay's new album Ghost Stories, is out now! Download it at <a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fsmarturl.it%2Fghoststories&h=2AQEM0fH9&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/smarturl.it\/ghoststories&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/smarturl.it\/ghoststories&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fsmarturl.it\u00252Fghoststories&amp;h=2AQEM0fH9&amp;render_verification=0&amp;enc&amp;d&quot;);">http://smarturl.it/ghoststories</a> or get the CD at <a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fsmarturl.it%2Fghoststoriescd&h=_AQGKiLXB&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/smarturl.it\/ghoststoriescd&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/smarturl.it\/ghoststoriescd&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fsmarturl.it\u00252Fghoststoriescd&amp;h=_AQGKiLXB&amp;render_verification=0&amp;enc&amp;d&quot;);">http://smarturl.it/ghoststoriescd</a> ~ Follow Co...</div><div class="_59tj"><div class="_6lz _6mb ellipsis">youtube.com</div></div></div></div><a class="_52c6" href="http://www.youtube.com/watch?v=x0DDFJh_bxc&list=UUDPM_n1atn2ijUwHd0NNRQw" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/www.youtube.com\/watch?v=x0DDFJh_bxc&amp;list=UUDPM_n1atn2ijUwHd0NNRQw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253Dx0DDFJh_bxc\u002526list\u00253DUUDPM_n1atn2ijUwHd0NNRQw&amp;h=NAQFjus9mAQGH4c9XkzbDT8zStUgdIKtdltZTnKo4wIFHjw&amp;render_verification=0&amp;enc=AZMjBpW5BzAmchX8rLMh4g5st_LxCt6WaqALjFOec-TaLqtEwkSiTyfo-3KX4E9llwawpxL_t8iy-rZ7D5MuGFO-PVyTx9iEpNGKW09idpsU2-xJ6QdBeoD-VsgQmn1C7Hw&amp;d&quot;);"></a></div></div></div></div></div></div><div><form rel="async" class="live_10152275319617705_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_5_f" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;500682704&quot;,&quot;target_fbid&quot;:&quot;10152275319617705&quot;,&quot;target_profile_id&quot;:&quot;500682704&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406330643&quot;,&quot;check_hash&quot;:&quot;AQAfqnrnU809IwBf&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4s"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4s.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4s.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=99&appid=2309869772&p[0]=500682704&p[1]=10152275319617705&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4t">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_j"><ul class="UFIList" data-reactid=".4u"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".4u.1:0"><div class="clearfix" data-reactid=".4u.1:0.0"><div class="_ohe lfloat" data-reactid=".4u.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".4u.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".4u.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".4u.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4u.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".4u.1:0.0.$right.0.0"><span data-reactid=".4u.1:0.0.$right.0.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152275319617705&amp;actorid=500682704" href="https://www.facebook.com/browse/likes?id=10152275319617705&actorid=500682704" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152275319617705&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".4u.1:0.0.$right.0.0.0.$range0:0">2 people</a><span data-reactid=".4u.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4u.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4u.1:4.0"><div class="_ohe lfloat" data-reactid=".4u.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4u.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4u.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4u.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4u.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4u.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4u.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4u.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4u.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4u.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4u.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4u.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4u.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4u.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4u.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4u.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4u.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4u.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4u.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4u.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;6935483056987928540&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:6}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjc6NjkzNTQ4MzA1Njk4NzkyODU0MDoxNDA2NDc3OTcwOjA=" data-dedupekey="6935483056987928540" data-timestamp="1406477970" id="u_jsonp_5_3" data-insertion-position="6"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_4" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_c"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/dheerajvijay1?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=709921046"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1208961_10151860002021047_1988756176_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/dheerajvijay1" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=709921046">Dheeraj Vijay</a></span> was at <a class="profileLink" href="https://www.facebook.com/cocosbarandgrill" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=321112731348400">Coco's Bar &amp; Grill</a>.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/dheerajvijay1/posts/10152543423516047"><abbr title="Sunday, July 27, 2014 at 9:49pm" data-utime="1406477970" data-shorten="1" class="_5ptz timestamp livetimestamp">4 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_p" aria-label="Shared with: Dheeraj&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="userContent"></div><div></div><div><form rel="async" class="live_10152543423516047_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:&quot;10152543423516047_10152543705651047&quot;}" id="u_jsonp_5_h" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;709921046&quot;,&quot;target_fbid&quot;:&quot;10152543423516047&quot;,&quot;target_profile_id&quot;:&quot;709921046&quot;,&quot;type_id&quot;:&quot;22&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406477969&quot;,&quot;check_hash&quot;:&quot;AQBDa9agxdxW3rp6&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4y"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4y.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4y.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=22&appid=25554907596&p[0]=709921046&p[1]=10152543423516047&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4z">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_n"><ul class="UFIList" data-reactid=".50"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".50.1:0"><div class="clearfix" data-reactid=".50.1:0.0"><div class="_ohe lfloat" data-reactid=".50.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".50.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".50.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".50.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".50.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".50.1:0.0.$right.0.0"><span data-reactid=".50.1:0.0.$right.0.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152543423516047&amp;actorid=709921046" href="https://www.facebook.com/browse/likes?id=10152543423516047&actorid=709921046" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152543423516047&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".50.1:0.0.$right.0.0.0.$range0:0">2 people</a><span data-reactid=".50.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0"><div class="clearfix" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0"><div class="_ohe lfloat" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/TtheDevil?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100003465782550&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$left.0"><img src="./ui_files/10565028_539147232877465_3928546222330880730_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$left.0.0"></a></div><div class="" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$right.0"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100003465782550&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/TtheDevil?fref=ufi" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.$author.0">Tan Divaa</a></span><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Bht Sahi DJ <span class="emoticon_text" aria-hidden="true">3:)</span><span title="3:)" class="emoticon emoticon_devil"></span></span></span></span><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.3"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/dheerajvijay1/posts/10152543423516047?comment_id=10152543520586047&offset=0&total_comments=2" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 10:38pm" data-utime="1406480914" data-shorten="true" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">3 hrs</abbr></a></span><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".50.1:3:1:$comment10152543423516047_10152543520586047:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFILastCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0"><div class="clearfix" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0"><div class="_ohe lfloat" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/vivek.jurangal?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=514664240&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$left.0"><img src="./ui_files/1545985_10152111534744241_1566716435_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$left.0.0"></a></div><div class="" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$right.0"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=514664240&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/vivek.jurangal?fref=ufi" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.$author.0">Vivek Jurangal</a></span><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Bhai.. Come on Friday...</span></span></span><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.3"><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/dheerajvijay1/posts/10152543423516047?comment_id=10152543705651047&offset=0&total_comments=2" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Monday, July 28, 2014 at 12:20am" data-utime="1406487029" data-shorten="true" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">2 hrs</abbr></a></span><span data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".50.1:3:1:$comment10152543423516047_10152543705651047:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".50.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".50.1:4.0"><div class="_ohe lfloat" data-reactid=".50.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".50.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".50.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".50.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".50.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".50.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".50.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".50.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".50.1:4.0.$right.0.0.0.0.0"><div data-reactid=".50.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".50.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".50.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".50.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".50.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".50.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".50.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".50.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".50.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".50.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".50.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;-6740240207950610028&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:7}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjg6LTY3NDAyNDAyMDc5NTA2MTAwMjg6MTQwNjQ3MjMzMDow" data-dedupekey="-6740240207950610028" data-timestamp="1406472330" id="u_jsonp_5_5" data-insertion-position="7"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_6" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_e"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/prakash.prateek?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=638261292"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10413339_10152411293916293_8624502103146728888_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/prakash.prateek" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=638261292">Prateek Prakash</a></span> was with <a class="profileLink" href="https://www.facebook.com/meghna.gaurav" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100002021533178">Meghna Gaurav</a> at <a class="profileLink" href="https://www.facebook.com/GoldenTempleJi" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=444384225578958">Golden Temple Harimandir Sahib</a>.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/prakash.prateek/posts/10152515307466293"><abbr title="Sunday, July 27, 2014 at 8:15pm" data-utime="1406472330" data-shorten="1" class="_5ptz timestamp livetimestamp">6 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_q" aria-label="Shared with: Prateek&#39;s friends and Meghna&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="userContent"></div><div></div><div><form rel="async" class="live_10152515307466293_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_5_g" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;638261292&quot;,&quot;target_fbid&quot;:&quot;10152515307466293&quot;,&quot;target_profile_id&quot;:&quot;638261292&quot;,&quot;type_id&quot;:&quot;22&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406472329&quot;,&quot;check_hash&quot;:&quot;AQBeEr8bkXPJQCJR&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".4v"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".4v.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".4v.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=22&appid=25554907596&p[0]=638261292&p[1]=10152515307466293&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".4w">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_l"><ul class="UFIList" data-reactid=".4x"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".4x.1:0"><div class="clearfix" data-reactid=".4x.1:0.0"><div class="_ohe lfloat" data-reactid=".4x.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".4x.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".4x.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".4x.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4x.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".4x.1:0.0.$right.0.0"><span data-reactid=".4x.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/varun.rahul2" data-hovercard="/ajax/hovercard/hovercard.php?id=708781018&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".4x.1:0.0.$right.0.0.0.$range0:0">Varun Rahul</a><span data-reactid=".4x.1:0.0.$right.0.0.0.$text1:0:$0:0"> and </span><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152515307466293&amp;actorid=638261292" href="https://www.facebook.com/browse/likes?id=10152515307466293&actorid=638261292" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152515307466293&amp;comment_from=100000590753545&amp;seen_user_fbids[0]=708781018&amp;__av=100000590753545" role="button" data-reactid=".4x.1:0.0.$right.0.0.0.$range1:0">7 others</a><span data-reactid=".4x.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".4x.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".4x.1:4.0"><div class="_ohe lfloat" data-reactid=".4x.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".4x.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".4x.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".4x.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".4x.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".4x.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".4x.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".4x.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".4x.1:4.0.$right.0.0.0.0.0"><div data-reactid=".4x.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".4x.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".4x.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".4x.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".4x.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".4x.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".4x.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".4x.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".4x.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".4x.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".4x.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div class="_4ikz" id="substream_1_53d558f2f2d154114962039" data-referrer="substream_1_53d558f2f2d154114962039" style="height: 2875px; margin-bottom: 9px;"><div class="hidden_elem"><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;4220279481215032944&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:8}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjk6NDIyMDI3OTQ4MTIxNTAzMjk0NDoxNDA2NDg0OTY4OjA=" data-dedupekey="4220279481215032944" data-timestamp="1406484968" id="u_jsonp_5_r" data-insertion-position="8"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_s" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_1h"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/profile.php?id=100000153349477&fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000153349477"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1533955_804159206265850_382736482_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/profile.php?id=100000153349477" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000153349477">Manish Kumar</a></span> shared <a class="profileLink" href="https://www.facebook.com/sarika.dheer" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100001781942071">Sarika Dheer</a>'s <a href="https://www.facebook.com/photo.php?v=701458749923517" data-ft="{&quot;tn&quot;:&quot;F&quot;}">video</a>.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/permalink.php?story_fbid=919645351383901&id=100000153349477"><abbr title="Sunday, July 27, 2014 at 11:46pm" data-utime="1406484968" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_1x" aria-label="Shared with: Manish&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div><div class="_5r69"><div class="mtm"><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6n_ mtm" style="width:400px;" data-ft="{&quot;tn&quot;:&quot;F&quot;}"><a href="https://www.facebook.com/photo.php?v=701458749923517" rel="theater" ajaxify="https://www.facebook.com/photo.php?v=701458749923517&amp;player_origin=newsfeed"><div class="uiScaledImageContainer _57tt" style="width:400px;height:224px;"><img class="scaledImageFitWidth img" src="./ui_files/10549450_701460496590009_701458749923517_17782_997_b.jpg" alt="" width="400" height="224"></div><i class="_6o1"></i><div class="_5b_0 _5bgz"><div class="_578n fsm fwb">01:07</div></div></a></div></div><div class="mtm plm _5pcm"><div class="mbs fwn fcg" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="_5pcn fwb" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/photo.php?v=701458749923517&fref=nf">Sarika Dheer</a></div></div><div class="mtm _5pco" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Kindly share this video as much as u can.....</p></div></div></div></div></div></div><div><form rel="async" class="live_919645351383901_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_5_1i" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;100000153349477&quot;,&quot;target_fbid&quot;:&quot;919645351383901&quot;,&quot;target_profile_id&quot;:&quot;100000153349477&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406484968&quot;,&quot;check_hash&quot;:&quot;AQDCIAJis3u6C-xk&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".51"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".51.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".51.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=11&appid=2392950137&p[0]=701458749923517&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".52">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_1l"><ul class="UFIList" data-reactid=".53"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".53.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".53.1:4.0"><div class="_ohe lfloat" data-reactid=".53.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".53.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".53.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".53.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".53.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".53.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".53.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".53.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".53.1:4.0.$right.0.0.0.0.0"><div data-reactid=".53.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".53.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".53.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".53.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".53.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".53.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".53.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".53.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".53.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".53.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".53.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;5605668689402528569&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:9}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjEwOjU2MDU2Njg2ODk0MDI1Mjg1Njk6MTQwNjQ4MTA0Nzow" data-dedupekey="5605668689402528569" data-timestamp="1406481046" id="u_jsonp_5_t" aria-labelledby="js_80 js_81 js_82" data-insertion-position="9"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_u" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_19"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/headpai?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=876075360"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10305505_10154087974245361_6122121650125895954_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_80"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/headpai" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=876075360">Krishnanand S Pai</a></span> added 3 new photos.</span></div></h5><div class="_5pcp" id="js_81"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/headpai/posts/10154361495720361"><abbr title="Sunday, July 27, 2014 at 10:40pm" data-utime="1406481046" data-shorten="1" class="_5ptz timestamp livetimestamp">3 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_1y" aria-label="Shared with: Krishnanand&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_82"><p>Sunday !</p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_2a2q mtm" style="width:470px; height:470px;"><a class="_5dec _2a2r" href="https://www.facebook.com/photo.php?fbid=10154361495400361&set=pcb.10154361495720361&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10154361495400361&amp;set=pcb.10154361495720361&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-e-a.akamaihd.net%2Fhphotos-ak-xaf1%2Ft1.0-9%2F10563200_10154361495400361_5742762859778318699_n.jpg&amp;size=720%2C960&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_5_v" style="top:0px; left:0px;"><div class="_46-h" style="width:236px;height:470px;"><img class="_46-i img" src="./ui_files/10563200_10154361495400361_5742762859778318699_n.jpg" style="left:-62px; top:0px;" alt="Krishnanand S Pai&#39;s photo." width="360" height="480"></div></a><a class="_5dec _2a2r" href="https://www.facebook.com/photo.php?fbid=10154361495540361&set=pcb.10154361495720361&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10154361495540361&amp;set=pcb.10154361495720361&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-h-a.akamaihd.net%2Fhphotos-ak-xfp1%2Fv%2Ft1.0-9%2F1920433_10154361495540361_6499535865492072079_n.jpg%3Foh%3Da2e28acf093997559c4febe095b7dee9%26oe%3D5436BBDD%26__gda__%3D1414928013_d04da32dd00dfa737188ea66650a2ad7&amp;size=960%2C720&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_5_w" style="top:0px; left:238px;"><div class="_46-h" style="width:232px;height:236px;"><img class="_46-i img" src="./ui_files/1920433_10154361495540361_6499535865492072079_n.jpg" style="left:-44px; top:0px;" alt="Krishnanand S Pai&#39;s photo." width="320" height="240"></div></a><a class="_5dec _2a2r" href="https://www.facebook.com/photo.php?fbid=10154361495680361&set=pcb.10154361495720361&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10154361495680361&amp;set=pcb.10154361495720361&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-b-a.akamaihd.net%2Fhphotos-ak-xpa1%2Ft1.0-9%2F10517493_10154361495680361_5437725975946160438_n.jpg&amp;size=720%2C960&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_5_x" style="top:238px; left:238px;"><div class="_46-h" style="width:232px;height:232px;"><img class="_46-i img" src="./ui_files/10517493_10154361495680361_5437725975946160438_n.jpg" style="left:-1px; top:0px;" alt="Krishnanand S Pai&#39;s photo." width="235" height="313"></div></a></div></div></div><div><form rel="async" class="live_10154361495720361_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:&quot;10154361495720361_10154361558500361&quot;}" id="u_jsonp_5_1j" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;876075360&quot;,&quot;target_fbid&quot;:&quot;10154361495720361&quot;,&quot;target_profile_id&quot;:&quot;876075360&quot;,&quot;type_id&quot;:&quot;22&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406481046&quot;,&quot;check_hash&quot;:&quot;AQBBXxb8gh-smilG&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".54"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".54.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".54.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=22&appid=25554907596&p[0]=876075360&p[1]=10154361495720361&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".55">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_1p"><ul class="UFIList" data-reactid=".56"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".56.1:0"><div class="clearfix" data-reactid=".56.1:0.0"><div class="_ohe lfloat" data-reactid=".56.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".56.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".56.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".56.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".56.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".56.1:0.0.$right.0.0"><span data-reactid=".56.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/swati.chopra.7" data-hovercard="/ajax/hovercard/hovercard.php?id=1595706868&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".56.1:0.0.$right.0.0.0.$range0:0">Swati Chopra</a><span data-reactid=".56.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R1&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0"><div class="clearfix" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0"><div class="_ohe lfloat" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/dhruv.jauhar?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=568670712&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$left.0"><img src="./ui_files/10511311_10154373857965713_6774687152183368218_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$left.0.0"></a></div><div class="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$right.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=568670712&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/dhruv.jauhar?fref=ufi" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.$author.0">Dhruv Jauhar</a></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Making the most of a dry state <span class="emoticon_text" aria-hidden="true">:p</span><span title=":p" class="emoticon emoticon_tongue"></span></span></span></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.3"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/headpai/posts/10154361495720361?comment_id=10154361548420361&offset=0&total_comments=3" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 10:57pm" data-utime="1406482044" data-shorten="true" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">3 hrs</abbr></a></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".56.1:3:1:$comment10154361495720361_10154361548420361:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0"><div class="clearfix" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0"><div class="_ohe lfloat" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/headpai?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=876075360&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$left.0"><img src="./ui_files/10305505_10154087974245361_6122121650125895954_n(1).jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$left.0.0"></a></div><div class="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$right.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=876075360&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/headpai?fref=ufi" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.$author.0">Krishnanand S Pai</a></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Yeah man...totally new things to do</span></span></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.3"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/headpai/posts/10154361495720361?comment_id=10154361554670361&offset=0&total_comments=3" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 10:59pm" data-utime="1406482161" data-shorten="true" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">3 hrs</abbr></a></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".56.1:3:1:$comment10154361495720361_10154361554670361:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFILastCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0"><div class="clearfix" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0"><div class="_ohe lfloat" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/dhruv.jauhar?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=568670712&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$left.0"><img src="./ui_files/10511311_10154373857965713_6774687152183368218_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$left.0.0"></a></div><div class="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$right.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=568670712&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/dhruv.jauhar?fref=ufi" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.$author.0">Dhruv Jauhar</a></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Hahaha I guess you would be a changed man by the time you get back to gurgaon :l</span></span></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.3"><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/headpai/posts/10154361495720361?comment_id=10154361558500361&offset=0&total_comments=3" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 11:00pm" data-utime="1406482213" data-shorten="true" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">3 hrs</abbr></a></span><span data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".56.1:3:1:$comment10154361495720361_10154361558500361:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".56.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".56.1:4.0"><div class="_ohe lfloat" data-reactid=".56.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".56.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".56.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".56.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".56.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".56.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".56.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".56.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".56.1:4.0.$right.0.0.0.0.0"><div data-reactid=".56.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".56.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".56.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".56.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".56.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".56.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".56.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".56.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".56.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".56.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".56.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;-7463363901000223798&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:10}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjExOi03NDYzMzYzOTAxMDAwMjIzNzk4OjE0MDYzNDgxMDM6MA==" data-dedupekey="-7463363901000223798" data-timestamp="1406348103" id="u_jsonp_5_z" data-insertion-position="10"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_10" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_1b"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/Kaul046?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=709875210"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1465380_10152042892260211_430644926_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/Kaul046" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=709875210">Mukut Kaul</a></span> updated his cover photo.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/photo.php?fbid=10152544089270211&set=a.10150529748560211.426869.709875210&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10152544089270211&amp;set=a.10150529748560211.426869.709875210&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xaf1%2Fv%2Ft1.0-9%2F10541465_10152544089270211_6844926006544688101_n.jpg%3Foh%3D204bbff5b3b93e55f5c5985eebd7c4b6%26oe%3D54392C26%26__gda__%3D1412819090_c1c3e7bd5c24cd26fa1f1129313bc326&amp;size=765%2C604&amp;source=12&amp;player_origin=newsfeed"><abbr title="Saturday, July 26, 2014 at 9:45am" data-utime="1406348103" data-shorten="1" class="_5ptz">July 26 at 9:45am</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_1z" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="mtm"><a class="_6k_ _4-eo _5dec" href="https://www.facebook.com/photo.php?fbid=10152544089270211&set=a.10150529748560211.426869.709875210&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10152544089270211&amp;set=a.10150529748560211.426869.709875210&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xaf1%2Fv%2Ft1.0-9%2F10541465_10152544089270211_6844926006544688101_n.jpg%3Foh%3D204bbff5b3b93e55f5c5985eebd7c4b6%26oe%3D54392C26%26__gda__%3D1412819090_c1c3e7bd5c24cd26fa1f1129313bc326&amp;size=765%2C604&amp;player_origin=newsfeed" style="width:470px;"><div class="_46-h" style="width:470px;height:174px;"><img class="_46-i img" src="./ui_files/10541465_10152544089270211_6844926006544688101_n.jpg" style="left:-5px; top:-107px;" alt="Mukut Kaul&#39;s photo." width="480" height="378"></div></a></div></div></div><div><form rel="async" class="live_10152544089270211_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:&quot;10152544089270211_10152544349035211&quot;}" id="u_jsonp_5_1n" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;709875210&quot;,&quot;target_fbid&quot;:&quot;10152544089270211&quot;,&quot;target_profile_id&quot;:&quot;709875210&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406348102&quot;,&quot;check_hash&quot;:&quot;AQC_u0yRYUd0GWrB&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".5a"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".5a.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".5a.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=709875210&p[1]=1073741893&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".5b">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_1u"><ul class="UFIList" data-reactid=".5c"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".5c.1:0"><div class="clearfix" data-reactid=".5c.1:0.0"><div class="_ohe lfloat" data-reactid=".5c.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".5c.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".5c.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".5c.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".5c.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".5c.1:0.0.$right.0.0"><span data-reactid=".5c.1:0.0.$right.0.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152544089270211&amp;actorid=709875210" href="https://www.facebook.com/browse/likes?id=10152544089270211&actorid=709875210" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152544089270211&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".5c.1:0.0.$right.0.0.0.$range0:0">8 people</a><span data-reactid=".5c.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0"><div class="clearfix" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0"><div class="_ohe lfloat" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/goelmaya?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=682736689&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$left.0"><img src="./ui_files/165348_10150107805621690_7004606_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$left.0.0"></a></div><div class="" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$right.0"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=682736689&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/goelmaya?fref=ufi" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.$author.0">Mayank Goel</a></span><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Mood mai kyun hai?</span></span></span><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10152544089270211&set=a.10150529748560211.426869.709875210&type=1&comment_id=10152544318465211&offset=0&total_comments=2" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 1:52pm" data-utime="1406362968" data-shorten="true" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">July 26 at 1:52pm</abbr></a></span><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10152544318465211" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152544318465211&amp;comment_from=682736689&amp;comment_likecount=1&amp;comment_id=10152544089270211_10152544318465211&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10152544318465211" rel="dialog" role="button" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">1</span></a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544318465211:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFILastCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0"><div class="clearfix" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0"><div class="_ohe lfloat" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/Kaul046?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=709875210&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$left.0"><img src="./ui_files/1465380_10152042892260211_430644926_n(1).jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$left.0.0"></a></div><div class="" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$right.0"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=709875210&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/Kaul046?fref=ufi" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.$author.0">Mukut Kaul</a></span><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Haha.</span></span></span><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.3"><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10152544089270211&set=a.10150529748560211.426869.709875210&type=1&comment_id=10152544349035211&offset=0&total_comments=2" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 2:35pm" data-utime="1406365541" data-shorten="true" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">July 26 at 2:35pm</abbr></a></span><span data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".5c.1:3:1:$comment10152544089270211_10152544349035211:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".5c.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".5c.1:4.0"><div class="_ohe lfloat" data-reactid=".5c.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".5c.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".5c.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".5c.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".5c.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".5c.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".5c.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".5c.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".5c.1:4.0.$right.0.0.0.0.0"><div data-reactid=".5c.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".5c.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".5c.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".5c.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".5c.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".5c.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".5c.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".5c.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".5c.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".5c.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".5c.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l _x72" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;4023663073104592574&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:11}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjEyOjQwMjM2NjMwNzMxMDQ1OTI1NzQ6MTQwNjQ4NDc4NDow" data-dedupekey="4023663073104592574" data-timestamp="1406484779" id="u_jsonp_5_11" aria-labelledby="js_83 js_84 js_85" data-insertion-position="11"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_12" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_1d"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/IndianCricketTeam" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;\u003C&quot;}" data-hovercard="/ajax/hovercard/page.php?id=190313434323691"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/524659_541118035909894_2022767661_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_83"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/IndianCricketTeam?ref=stream" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=190313434323691">Indian Cricket Team</a></span> added 3 new photos.</span></div></h5><div class="_5pcp" id="js_84"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/IndianCricketTeam/posts/780486001973095"><abbr title="Sunday, July 27, 2014 at 11:42pm" data-utime="1406484779" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" aria-label="Public" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_85"><p><a class="profileLink" href="https://www.facebook.com/englandcricket" data-hovercard="/ajax/hovercard/page.php?id=19390830193">England Cricket</a> 247/2 (90.0 ov) v <a class="profileLink" href="https://www.facebook.com/IndianCricketTeam?ref=stream" data-hovercard="/ajax/hovercard/page.php?id=190313434323691">Indian Cricket Team</a> - Day 1. <a class="profileLink" href="https://www.facebook.com/AlastairCookOfficial" data-hovercard="/ajax/hovercard/page.php?id=1423610664558925">Alastair Cook</a> (95), <a class="profileLink" href="https://www.facebook.com/GaryBallanceOfficial" data-hovercard="/ajax/hovercard/page.php?id=688685741141757">Gary Ballance</a> (104*), <a class="profileLink" href="https://www.facebook.com/IanBellOfficial" data-hovercard="/ajax/hovercard/page.php?id=265127620174615">Ian Bell</a> (16*) <a class="_58cn" href="https://www.facebook.com/hashtag/engvind?source=feed_text&story_id=780486001973095" data-ft="{&quot;tn&quot;:&quot;*N&quot;,&quot;type&quot;:104}"><span class="_58cl">‪#‎</span><span class="_58cm">EngvInd‬</span></a></p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_2a2q mtm" style="width:470px; height:470px;"><a class="_5dec _2a2r" href="https://www.facebook.com/IndianCricketTeam/photos/pcb.780486001973095/780485925306436/?type=1" rel="theater" ajaxify="https://www.facebook.com/IndianCricketTeam/photos/pcb.780486001973095/780485925306436/?type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-f-a.akamaihd.net%2Fhphotos-ak-xap1%2Fv%2Ft1.0-9%2F10513466_780485925306436_5657629826430071473_n.jpg%3Foh%3Da5da90ee2612f24e0723b65dd67075d5%26oe%3D544333F9%26__gda__%3D1412922405_940a4814bb417bb7a1b4876b9adb2e1d&amp;size=900%2C600&amp;fbid=780485925306436&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_5_13" style="top:0px; left:0px;"><div class="_46-h" style="width:470px;height:236px;"><img class="_46-i img" src="./ui_files/10513466_780485925306436_5657629826430071473_n.jpg" style="left:-1px; top:-39px;" alt="Indian Cricket Team&#39;s photo." width="472" height="315"></div></a><a class="_5dec _2a2r" href="https://www.facebook.com/IndianCricketTeam/photos/pcb.780486001973095/780485921973103/?type=1" rel="theater" ajaxify="https://www.facebook.com/IndianCricketTeam/photos/pcb.780486001973095/780485921973103/?type=1&amp;src=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpa1%2Ft1.0-9%2F47639_780485921973103_3677064959132560159_n.jpg&amp;size=433%2C650&amp;fbid=780485921973103&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_5_14" style="top:238px; left:0px;"><div class="_46-h" style="width:236px;height:232px;"><img class="_46-i img" src="./ui_files/47639_780485921973103_3677064959132560159_n.jpg" style="left:-2px; top:-64px;" alt="Indian Cricket Team&#39;s photo." width="240" height="360"></div></a><a class="_5dec _2a2r" href="https://www.facebook.com/IndianCricketTeam/photos/pcb.780486001973095/780485928639769/?type=1" rel="theater" ajaxify="https://www.facebook.com/IndianCricketTeam/photos/pcb.780486001973095/780485928639769/?type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-d-a.akamaihd.net%2Fhphotos-ak-xpf1%2Ft1.0-9%2F10418140_780485928639769_7374157663186895644_n.jpg&amp;size=900%2C600&amp;fbid=780485928639769&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_5_15" style="top:238px; left:238px;"><div class="_46-h" style="width:232px;height:232px;"><img class="_46-i img" src="./ui_files/10418140_780485928639769_7374157663186895644_n.jpg" style="left:-59px; top:0px;" alt="Indian Cricket Team&#39;s photo." width="350" height="233"></div></a></div></div></div><div><form rel="async" class="commentable_item hidden_add_comment collapsed_comments" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" id="u_jsonp_5_1q" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;190313434323691&quot;,&quot;target_fbid&quot;:&quot;780486001973095&quot;,&quot;target_profile_id&quot;:&quot;190313434323691&quot;,&quot;type_id&quot;:&quot;22&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406484778&quot;,&quot;check_hash&quot;:&quot;AQC2RjSJtuFdT4HK&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".5e"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".5e.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".5e.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=22&appid=25554907596&p[0]=190313434323691&p[1]=780486001973095&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".5f">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/IndianCricketTeam/posts/780486001973095" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="7656 likes 281 comments 137 shares" data-reactid=".5d"><span data-reactid=".5d.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".5d.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".5d.$like.1">7,656</span></span><span data-reactid=".5d.$comment"><i class="mls UFIBlingBoxCommentIcon UFIBlingBoxSprite" data-reactid=".5d.$comment.0"></i><span class="UFIBlingBoxText" data-reactid=".5d.$comment.1">281</span></span><span data-reactid=".5d.$reshare"><i class="mls UFIBlingBoxReshareIcon UFIBlingBoxSprite" data-reactid=".5d.$reshare.0"></i><span class="UFIBlingBoxText" data-reactid=".5d.$reshare.1">137</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_1w"><ul class="UFIList" data-reactid=".5g"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".5g.1:0"><div class="clearfix" data-reactid=".5g.1:0.0"><div class="_ohe lfloat" data-reactid=".5g.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".5g.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".5g.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".5g.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".5g.1:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".5g.1:0.0.$right.0.$right"><div class="UFIOrderingModeSelector" data-reactid=".5g.1:0.0.$right.0.$right.0"><div class="_6a" data-reactid=".5g.1:0.0.$right.0.$right.0.1"><div class="UFIOrderingModeSelectorPopover uiPopover _6a _6b" data-reactid=".5g.1:0.0.$right.0.$right.0.1.0"><a class="_p" href="https://www.facebook.com/#" data-reactid=".5g.1:0.0.$right.0.$right.0.1.0.0" role="button"><span data-reactid=".5g.1:0.0.$right.0.$right.0.1.0.0.0">Top Comments</span><i class="UFIOrderingModeSelectorDownCaret img sp_6H68Ux8tLRN sx_48d920" data-reactid=".5g.1:0.0.$right.0.$right.0.1.0.0.1"></i></a></div></div></div></div><div class="" data-reactid=".5g.1:0.0.$right.0.$left"><div class="UFILikeSentenceText" data-reactid=".5g.1:0.0.$right.0.$left.0"><span data-reactid=".5g.1:0.0.$right.0.$left.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=780486001973095&amp;actorid=190313434323691" href="https://www.facebook.com/browse/likes?id=780486001973095&actorid=190313434323691" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=780486001973095&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".5g.1:0.0.$right.0.$left.0.0.$range0:0">7,656 people</a><span data-reactid=".5g.1:0.0.$right.0.$left.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></div></li><li class="UFIRow UFIShareRow" data-reactid=".5g.1:1"><div class="clearfix" data-reactid=".5g.1:1.0"><div class="_ohe lfloat" data-reactid=".5g.1:1.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIShareIcon" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=780486001973095" href="https://www.facebook.com/shares/view?id=780486001973095" tabindex="-1" aria-hidden="true" data-reactid=".5g.1:1.0.$left.0"></a></div><div class="" data-reactid=".5g.1:1.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".5g.1:1.0.$right.0"><a class="UFIShareLink" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=780486001973095" href="https://www.facebook.com/shares/view?id=780486001973095" data-reactid=".5g.1:1.0.$right.0.0">137 shares</a></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".5g.1:2"><div class="UFIMentionsInputWrap clearfix" data-reactid=".5g.1:2.0"><div class="_ohe lfloat" data-reactid=".5g.1:2.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".5g.1:2.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".5g.1:2.0.$left.0.0"></div></div><div class="" data-reactid=".5g.1:2.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".5g.1:2.0.$right.0"><div class="UFICommentContainer" data-reactid=".5g.1:2.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".5g.1:2.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".5g.1:2.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".5g.1:2.0.$right.0.0.0.0.0"><div data-reactid=".5g.1:2.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".5g.1:2.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".5g.1:2.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".5g.1:2.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".5g.1:2.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".5g.1:2.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".5g.1:2.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".5g.1:2.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".5g.1:2.0.$right.0.0.0.1"></div></div></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0"><div class="clearfix" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0"><div class="_ohe lfloat" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/profile.php?id=100006259118073&fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100006259118073&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$left.0"><img src="./ui_files/10527858_1512213662330590_2542851173672314704_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$left.0.0"></a></div><div class="" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$right.0"><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0"><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100006259118073&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/profile.php?id=100006259118073&fref=ufi" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.$author.0">Dinesh Bhardwaj</a></span><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0"> Santa samundar me dahi dal raha tha Banta-kya kar rahe ho? Santa-lassi bana raha hu! Banta-teri isi harkato se log humpe haste hai, ab itni lassi kon piyega be?</span></span></span><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=780488445306184" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=780488445306184&amp;comment_from=100006259118073&amp;comment_likecount=23&amp;comment_id=780486001973095_780488445306184&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=780488445306184" rel="dialog" role="button" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">23</span></a><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/IndianCricketTeam/posts/780486001973095?comment_id=780488445306184&offset=0&total_comments=281" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 11:47pm" data-utime="1406485071" data-shorten="true" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">2 hrs</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".5g.1:3:1:$comment780486001973095_780488445306184:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><ul class=" UFIReplyList" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0"><li class="UFIRow UFIReplySocialSentenceRow UFIFirstComponent UFILastComponent" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0"><a class="UFICommentLink" href="https://www.facebook.com/#" role="button" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0"><div class="clearfix" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0"><div class="_ohe lfloat" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$left"><div class="img _8o _8r UFIImageBlockImage" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$left.0"><i class="UFIPagerIcon" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$left.0.0"></i></div></div><div class="" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right.0"><span class="" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right.0.0"><span class="UFIReplySocialSentenceLinkText" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right.0.0.0">3 Replies</span><span class="fcg" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right.0.0.1"><span data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right.0.0.1.0"> · </span><abbr class="livetimestamp" title="Monday, July 28, 2014 at 12:36am" data-utime="1406487991" data-shorten="true" data-reactid=".5g.1:3:1:$replies780486001973095_780488445306184:0.1:0.0.0.$right.0.0.1.1">1 hr</abbr></span></span></div></div></div></a></li></ul><li class="UFIRow UFILastComment UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0"><div class="clearfix" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0"><div class="_ohe lfloat" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/rubaiz.mp?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=1459968520&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$left.0"><img src="./ui_files/65538_10200512250756340_697144401_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$left.0.0"></a></div><div class="" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$right.0"><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0"><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=1459968520&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/rubaiz.mp?fref=ufi" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.$author.0">Rubaiz Muhamed Mp</a></span><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">we miss you dear sachin tendulkar very badly</span></span></span><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=780486195306409" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=780486195306409&amp;comment_from=1459968520&amp;comment_likecount=22&amp;comment_id=780486001973095_780486195306409&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=780486195306409" rel="dialog" role="button" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">22</span></a><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/IndianCricketTeam/posts/780486001973095?comment_id=780486195306409&offset=0&total_comments=281" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 11:43pm" data-utime="1406484809" data-shorten="true" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">2 hrs</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".5g.1:3:1:$comment780486001973095_780486195306409:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><ul class=" UFIReplyList" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0"><li class="UFIRow UFIReplySocialSentenceRow UFIFirstComponent UFILastComponent" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0"><a class="UFICommentLink" href="https://www.facebook.com/#" role="button" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0"><div class="clearfix" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0"><div class="_ohe lfloat" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$left"><div class="img _8o _8r UFIImageBlockImage" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$left.0"><i class="UFIPagerIcon" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$left.0.0"></i></div></div><div class="" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right.0"><span class="" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right.0.0"><span class="UFIReplySocialSentenceLinkText" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right.0.0.0">9 Replies</span><span class="fcg" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right.0.0.1"><span data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right.0.0.1.0"> · </span><abbr class="livetimestamp" title="Monday, July 28, 2014 at 12:32am" data-utime="1406487731" data-shorten="true" data-reactid=".5g.1:3:1:$replies780486001973095_780486195306409:0.1:0.0.0.$right.0.0.1.1">1 hr</abbr></span></span></div></div></div></a></li></ul><li class="UFIRow UFIPagerRow UFIComponent UFILastCommentComponent UFILastComponent" data-reactid=".5g.1:3:$bottomPager"><div class="clearfix" data-reactid=".5g.1:3:$bottomPager.0"><div class="_ohe lfloat" data-reactid=".5g.1:3:$bottomPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".5g.1:3:$bottomPager.0.$left.0"></a></div><div class="" data-reactid=".5g.1:3:$bottomPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".5g.1:3:$bottomPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".5g.1:3:$bottomPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".5g.1:3:$bottomPager.0.$right.0.$right.0">2 of 281</span></div><div class="" data-reactid=".5g.1:3:$bottomPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".5g.1:3:$bottomPager.0.$right.0.$left.0"><span data-reactid=".5g.1:3:$bottomPager.0.$right.0.$left.0.0">View more comments</span></a></div></div></div></div></li></ul></div></form></div></div></div><div data-ownerid="u_jsonp_5_11"><div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l" data-ft="{&quot;qid&quot;:&quot;6040832212780584222&quot;,&quot;mf_story_key&quot;:&quot;8541690747483329817&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:12}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjEzOjg1NDE2OTA3NDc0ODMzMjk4MTc6MTQwNjMyNzM0Njow" data-dedupekey="8541690747483329817" data-timestamp="1406327346" id="u_jsonp_5_16"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_5_17" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_5_1f"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/anand3mit?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=638822118"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10362855_10152904231782119_1867537781102654745_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/anand3mit" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=638822118">Anand Verma</a></span> updated his cover photo.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/photo.php?fbid=10153014476352119&set=a.10150534509987119.443689.638822118&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10153014476352119&amp;set=a.10150534509987119.443689.638822118&amp;type=1&amp;src=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpf1%2Ft31.0-8%2F10457715_10153014476352119_4783630969163450167_o.jpg&amp;smallsrc=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpf1%2Ft1.0-9%2F10354666_10153014476352119_4783630969163450167_n.jpg&amp;size=1280%2C960&amp;source=12&amp;player_origin=newsfeed"><abbr title="Saturday, July 26, 2014 at 3:59am" data-utime="1406327346" data-shorten="1" class="_5ptz">July 26 at 3:59am</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_5_20" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="mtm"><a class="_6k_ _4-eo _5dec" href="https://www.facebook.com/photo.php?fbid=10153014476352119&set=a.10150534509987119.443689.638822118&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10153014476352119&amp;set=a.10150534509987119.443689.638822118&amp;type=1&amp;src=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpf1%2Ft31.0-8%2F10457715_10153014476352119_4783630969163450167_o.jpg&amp;smallsrc=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpf1%2Ft1.0-9%2F10354666_10153014476352119_4783630969163450167_n.jpg&amp;size=1280%2C960&amp;player_origin=newsfeed" style="width:470px;"><div class="_46-h" style="width:470px;height:174px;"><img class="_46-i img" src="./ui_files/10354666_10153014476352119_4783630969163450167_n.jpg" style="left:-5px; top:-93px;" alt="Anand Verma&#39;s photo." width="480" height="360"></div></a></div></div></div><div><form rel="async" class="live_10153014476352119_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:&quot;10153014476352119_10153015933217119&quot;}" id="u_jsonp_5_1m" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQHDfCxRucH7" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;638822118&quot;,&quot;target_fbid&quot;:&quot;10153014476352119&quot;,&quot;target_profile_id&quot;:&quot;638822118&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406327343&quot;,&quot;check_hash&quot;:&quot;AQBDC7ZAFzNs1M1h&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".57"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".57.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".57.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=638822118&p[1]=1073742076&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".58">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_5_1s"><ul class="UFIList" data-reactid=".59"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".59.1:0"><div class="clearfix" data-reactid=".59.1:0.0"><div class="_ohe lfloat" data-reactid=".59.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".59.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".59.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".59.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".59.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".59.1:0.0.$right.0.0"><span data-reactid=".59.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/prabhat.ranjan.33886305" data-hovercard="/ajax/hovercard/hovercard.php?id=100000380812773&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".59.1:0.0.$right.0.0.0.$range0:0">Prabhat Ranjan</a><span data-reactid=".59.1:0.0.$right.0.0.0.$text1:0:$0:0">, </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/gauravcivil06" data-hovercard="/ajax/hovercard/hovercard.php?id=638843342&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".59.1:0.0.$right.0.0.0.$range1:0">Gaurav Kumar Singh</a><span data-reactid=".59.1:0.0.$right.0.0.0.$text2:0:$0:0">, </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/ashishjain87" data-hovercard="/ajax/hovercard/hovercard.php?id=634120614&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".59.1:0.0.$right.0.0.0.$range2:0">Ashish Jain</a><span data-reactid=".59.1:0.0.$right.0.0.0.$text3:0:$0:0"> and </span><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10153014476352119&amp;actorid=638822118" href="https://www.facebook.com/browse/likes?id=10153014476352119&actorid=638822118" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10153014476352119&amp;comment_from=100000590753545&amp;seen_user_fbids[0]=100000380812773&amp;seen_user_fbids[1]=638843342&amp;seen_user_fbids[2]=634120614&amp;__av=100000590753545" role="button" data-reactid=".59.1:0.0.$right.0.0.0.$range3:0">38 others</a><span data-reactid=".59.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIPagerRow UFIComponent UFIFirstCommentComponent" data-ft="{&quot;tn&quot;:&quot;Q&quot;}" data-reactid=".59.1:3:$allPager"><div class="clearfix" data-reactid=".59.1:3:$allPager.0"><div class="_ohe lfloat" data-reactid=".59.1:3:$allPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".59.1:3:$allPager.0.$left.0"></a></div><div class="" data-reactid=".59.1:3:$allPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".59.1:3:$allPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".59.1:3:$allPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".59.1:3:$allPager.0.$right.0.$right.0"></span></div><div class="" data-reactid=".59.1:3:$allPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".59.1:3:$allPager.0.$right.0.$left.0"><span data-reactid=".59.1:3:$allPager.0.$right.0.$left.0.0">View 2 more comments</span></a></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R2&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0"><div class="clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0"><div class="_ohe lfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/bernd.berndhausen?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100001897683748&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$left.0"><img src="./ui_files/542246_535224746550777_1619784974_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$left.0.0"></a></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$right.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100001897683748&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/bernd.berndhausen?fref=ufi" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.$author.0">Bernd Berndhausen</a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">be a man</span></span></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10153014476352119&set=a.10150534509987119.443689.638822118&type=1&comment_id=10153015247977119&offset=0&total_comments=6" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 1:01pm" data-utime="1406359901" data-shorten="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">July 26 at 1:01pm</abbr></a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10153015247977119" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10153015247977119&amp;comment_from=100001897683748&amp;comment_likecount=2&amp;comment_id=10153014476352119_10153015247977119&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10153015247977119" rel="dialog" role="button" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">2</span></a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".59.1:3:1:$comment10153014476352119_10153015247977119:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R1&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0"><div class="clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0"><div class="_ohe lfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/pallavi.singh.7311?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100000353750908&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$left.0"><img src="./ui_files/10526094_760863093935475_8091231504042161460_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$left.0.0"></a></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$right.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100000353750908&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/pallavi.singh.7311?fref=ufi" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.$author.0">Pallavi Singh</a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">khatron ke khiladi..</span></span></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10153014476352119&set=a.10150534509987119.443689.638822118&type=1&comment_id=10153015400402119&offset=0&total_comments=6" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 3:24pm" data-utime="1406368491" data-shorten="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">July 26 at 3:24pm</abbr></a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10153015400402119" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10153015400402119&amp;comment_from=100000353750908&amp;comment_likecount=1&amp;comment_id=10153014476352119_10153015400402119&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10153015400402119" rel="dialog" role="button" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">1</span></a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".59.1:3:1:$comment10153014476352119_10153015400402119:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0"><div class="clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0"><div class="_ohe lfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/jacobks1781?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=1098147127&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$left.0"><img src="./ui_files/1488205_10201692358646239_1330026880_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$left.0.0"></a></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$right.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=1098147127&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/jacobks1781?fref=ufi" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.$author.0">Javed Akhtar</a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Akhir karna kya chahte ho tum bhai!! <span class="_1az _1a- _2g6"></span><span class="_1az _1a- _2g6"></span></span></span></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10153014476352119&set=a.10150534509987119.443689.638822118&type=1&comment_id=10153015401227119&offset=0&total_comments=6" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 3:25pm" data-utime="1406368555" data-shorten="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">July 26 at 3:25pm</abbr></a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10153015401227119" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10153015401227119&amp;comment_from=1098147127&amp;comment_likecount=1&amp;comment_id=10153014476352119_10153015401227119&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10153015401227119" rel="dialog" role="button" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">1</span></a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".59.1:3:1:$comment10153014476352119_10153015401227119:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFILastCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0"><div class="clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0"><div class="_ohe lfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/kumar.gaurav.71066700?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=579777357&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$left.0"><img src="./ui_files/10463020_10152238915917358_5746253569512842609_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$left.0.0"></a></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$right.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=579777357&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/kumar.gaurav.71066700?fref=ufi" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.$author.0">Kumar Gaurav</a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">ruk kyun gaya...thoda aage ja taarzan</span></span></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.3"><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10153014476352119&set=a.10150534509987119.443689.638822118&type=1&comment_id=10153015933217119&offset=0&total_comments=6" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Saturday, July 26, 2014 at 8:17pm" data-utime="1406386063" data-shorten="true" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">July 26 at 8:17pm</abbr></a></span><span data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".59.1:3:1:$comment10153014476352119_10153015933217119:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".59.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".59.1:4.0"><div class="_ohe lfloat" data-reactid=".59.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".59.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".59.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".59.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".59.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".59.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".59.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".59.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".59.1:4.0.$right.0.0.0.0.0"><div data-reactid=".59.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".59.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".59.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".59.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".59.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".59.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".59.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".59.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".59.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".59.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".59.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div id="more_pager_pagelet_53d558f2f2d301e80909713" data-referrer="more_pager_pagelet_53d558f2f2d301e80909713"></div><div class="_4ikz" id="substream_0_53d55a4fea8477391624450" data-referrer="substream_0_53d55a4fea8477391624450" style="height: 1434px; margin-bottom: 9px;"><div class="hidden_elem"><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;6070591003090781560&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:13}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjE0OjYwNzA1OTEwMDMwOTA3ODE1NjA6MTQwNjM3MDkwMzow" data-dedupekey="6070591003090781560" data-timestamp="1406370903" id="u_jsonp_6_1"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_2" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_d"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/profile.php?id=580061482&fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=580061482"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1536538_10152075640646483_3158895479096722019_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/profile.php?id=580061482" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=580061482&amp;extragetparams=%7B%22directed_target_id%22%3A1486334851608134%7D">Manoj Kumar</a></span> changed the name of the group "रामधारी सिंह "दिनकर"" to "राष्ट्रकवि रामधारी सिंह "दिनकर"".</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/groups/1486334851608134/permalink/1486340071607612/"><abbr title="Saturday, July 26, 2014 at 4:05pm" data-utime="1406370903" data-shorten="1" class="_5ptz">July 26 at 4:05pm</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_6_r" aria-label="Shared with: Members of राष्ट्रकवि रामधारी सिंह &quot;दिनकर&quot;"><i class="lock img sp_843e1e sx_447ccd"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_4sdm _6lh _dcs _1hl6 mtm"><div class="_5hv6"><div class="_6lp"><div class="_6ln fsxxl fwb"><a href="https://www.facebook.com/groups/1486334851608134/">राष्ट्रकवि रामधारी सिंह "दिनकर"</a></div><div class="_6lo ellipsis fsm fwn fcg">18 Members</div></div></div><div class="_46-h _6li _6l-" style="width:470px;"><img class="_46-i img" src="./ui_files/10537169_10152287639196483_7257343956654068628_n.jpg" style="left:-5px; top:-60px;" alt="Manoj Kumar&#39;s photo." width="480" height="360"></div><a class="_8xh" href="https://www.facebook.com/groups/1486334851608134/" style="width:470px;"></a><div class="_5kun"><div class="clearfix _6lk"><div class="_8y9 rfloat _ohf"><a class="_42ft _4jy0 _59x2 _59x2 _4jy3 _517h" role="button" href="https://www.facebook.com/groups/1486334851608134/">Joined</a></div><div class="_42ef"><div class="_43qm _8ya _43q9"><ul class="uiList _4cg3 _509- _4ki" data-ft="{&quot;tn&quot;:&quot;l&quot;}"><li class="_43q7 _8yc"><a data-hover="tooltip" aria-label="Tina Madsam Tinzin" class="link" href="https://www.facebook.com/tina.bhardwaj.39" data-jsid="anchor"><img class="_s0 _ry img" src="./ui_files/1545234_10203032994129653_1979303625_n.jpg" alt="Tina Madsam Tinzin" data-jsid="img"></a></li><li class="_43q7 _8yc"><a data-hover="tooltip" aria-label="Abhinav Bhaskar" class="link" href="https://www.facebook.com/abhinav.bhaskar" data-jsid="anchor"><img class="_s0 _ry img" src="./ui_files/1896767_10152157479905219_443007042_n.jpg" alt="Abhinav Bhaskar" data-jsid="img"></a></li><li class="_43q7 _8yc"><a data-hover="tooltip" aria-label="Siddharth Dixit" class="link" href="https://www.facebook.com/siddharth.dixit.104" data-jsid="anchor"><img class="_s0 _ry img" src="./ui_files/10433838_10203667792952698_6520676624572670771_n.jpg" alt="Siddharth Dixit" data-jsid="img"></a></li><li class="_43q7 _8yc"><a data-hover="tooltip" aria-label="Manoj Kumar" class="link" href="https://www.facebook.com/profile.php?id=580061482" data-jsid="anchor"><img class="_s0 _ry img" src="./ui_files/1536538_10152075640646483_3158895479096722019_n.jpg" alt="Manoj Kumar" data-jsid="img"></a></li></ul></div></div></div></div></div></div></div><div><form rel="async" class="live_1486340071607612_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_6_l" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;580061482&quot;,&quot;target_fbid&quot;:&quot;1486340071607612&quot;,&quot;target_profile_id&quot;:&quot;&quot;,&quot;type_id&quot;:&quot;308&quot;,&quot;assoc_obj_id&quot;:&quot;1486334851608134&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406370902&quot;,&quot;check_hash&quot;:&quot;AQA54vhKsHN53Kv0&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".67"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".67.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".67.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_n"><ul class="UFIList" data-reactid=".68"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".68.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".68.1:4.0"><div class="_ohe lfloat" data-reactid=".68.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".68.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".68.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".68.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".68.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".68.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".68.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".68.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".68.1:4.0.$right.0.0.0.0.0"><div data-reactid=".68.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".68.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".68.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".68.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".68.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".68.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".68.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".68.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".68.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".68.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".68.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _2l4l" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;-9197047082979487606&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:14}" data-cursor="MTQwNjQ5MDg1MjoxNDA2NDkwODUyOjE1Oi05MTk3MDQ3MDgyOTc5NDg3NjA2OjE0MDY0NzQxMzE6MA==" data-dedupekey="-9197047082979487606" data-timestamp="1406474131" id="u_jsonp_6_3" aria-labelledby="js_89 js_90 js_91 js_92"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div><h5 class="_1qbu _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_89"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/swati.mehrotra.39" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100001006883430">Swati Mehrotra</a></span> was tagged in <a class="profileLink" href="https://www.facebook.com/TheTickleTroll?ref=stream" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=147670868677714">LOLComics - The Tickle Troll</a>'s <a class="profileLink" href="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1" data-ft="{&quot;tn&quot;:&quot;E&quot;}">photo</a>.</span></div></h5></div><div class="userContent"></div><div><div><div class="userContentWrapper _5pcr _5pbu _5mxv _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_8" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_h"></a></div></div><span id="u_jsonp_6_e" class="uiLikePageButton _47we _42b7"><button value="1" class="_42ft _4jy0 PageLikeButton _4jy3 _517h" data-profileid="147670868677714" data-ft="{&quot;type&quot;:28,&quot;tn&quot;:&quot;c&quot;}" data-ownerid="u_jsonp_6_e" id="u_jsonp_6_f" type="submit"><img class="_3-8_ img" src="./ui_files/2KL1UzJC9rt.png" alt="" width="12" height="13">Like Page</button></span><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/TheTickleTroll?ref=stream" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;\u003C&quot;}" data-hovercard="/ajax/hovercard/page.php?id=147670868677714"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/65174_307396126038520_400530251_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_90"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/TheTickleTroll?ref=stream" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=147670868677714">LOLComics - The Tickle Troll</a></span> with <a class="profileLink" href="https://www.facebook.com/swati.mehrotra.39" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100001006883430">Swati Mehrotra</a> and <a data-hover="tooltip" aria-label="Kitza Rodriguez Shubham Anchal Sos Naulak Milan Limbu Taara Renaa Kirankumar Yengkhom Shraddha Sengupta Diwakar Dachepalli Atul Frank II Deepak Kumar Destiny Galati Jainish Mistry Dipen Prajapati TeeRth Patel Yash Salunke Pratap Yadav Akshay Singh Yash Soni Austin Gregory Ankit Chauhan" data-tooltip-position="below" href="https://www.facebook.com/#" ajaxify="/ajax/browser/dialog/participants/?q=AeJ4k9xRGxWi-5qf6h_CCcfzkbRLId5FsRsn2iG7FIGSRCzYPZ1onB0UNYkKF0FRFFG0ony1VJCziWUNTQi9yL_rr_w5ypgox0LBox2sp4jHBsYNvzb8flBQ02YnfSi7SeDFXs4K65URzLo033uXTlBzUgq0JY9ozJWMYLo8ZqnN9zKJJ2UKt9nbqmcC6ZJiwxurDOzxvz3KorS0G6bI9Z-LGJMOveUJsskO-BxHtHrJnV4Rf7z36j0nmX6jOLmMI64YfZV-LTnia0S6DK72-aOu3NMok3HrPMkvq4WbO4gqXXguevSL1DBRZA00_FRI4lxjPpFK_LWY_fG0Hwk-45zyPFqksi3Ep1qmA93PYUpvlXlEa-ZJF_QCiGYSaie7InaghwgBqlZGF_p6vVqmslcBCcUjdi3RlAxMiuVh1mDZrFYmCPyy_sRpV8nOmJeFTlAOD9jpfJSDNilU5kVtPCQBqQo6QoO1BS1E3LDB-Mpl4Q" rel="dialog" data-ft="{&quot;tn&quot;:&quot;l&quot;}" role="button">20 others</a></span></div></h6><div class="_5pcp" id="js_91"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1" rel="theater" ajaxify="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-e-a.akamaihd.net%2Fhphotos-ak-xfp1%2Ft1.0-9%2F10468364_602333113211485_1467230280389684532_n.jpg&amp;size=640%2C480&amp;fbid=602333113211485&amp;source=12&amp;player_origin=newsfeed"><abbr title="Sunday, July 27, 2014 at 8:31pm" data-utime="1406473260" data-shorten="1" class="_5ptz timestamp livetimestamp">5 hrs</abbr></a></span></span> · <a data-hover="tooltip" aria-label="Custom" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button"><i class="lock img sp_KDSzhRZRVse sx_0652dd"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_92"><p>Tag your Friends</p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo _2t9n" href="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1" rel="theater" ajaxify="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-e-a.akamaihd.net%2Fhphotos-ak-xfp1%2Ft1.0-9%2F10468364_602333113211485_1467230280389684532_n.jpg&amp;size=640%2C480&amp;fbid=602333113211485&amp;player_origin=newsfeed" style="width:470px;"><div class="_46-h _4-ep" style="width:470px;height:352px;" id="u_jsonp_6_9"><img class="_46-i img" src="./ui_files/10468364_602333113211485_1467230280389684532_n.jpg" style="left:-5px; top:0px;" alt="Tag your Friends" width="480" height="360"></div></a></div></div></div><div><form rel="async" class="commentable_item hidden_add_comment collapsed_comments" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" id="u_jsonp_6_o" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;147670868677714&quot;,&quot;target_fbid&quot;:&quot;602333113211485&quot;,&quot;target_profile_id&quot;:&quot;147670868677714&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406473260&quot;,&quot;check_hash&quot;:&quot;AQAFe0b_WbE6R3fm&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".6a"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".6a.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".6a.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=147670868677714&p[1]=1073752963&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".6b">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="3470 likes 172 comments 209 shares" data-reactid=".69"><span data-reactid=".69.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".69.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".69.$like.1">3,470</span></span><span data-reactid=".69.$comment"><i class="mls UFIBlingBoxCommentIcon UFIBlingBoxSprite" data-reactid=".69.$comment.0"></i><span class="UFIBlingBoxText" data-reactid=".69.$comment.1">172</span></span><span data-reactid=".69.$reshare"><i class="mls UFIBlingBoxReshareIcon UFIBlingBoxSprite" data-reactid=".69.$reshare.0"></i><span class="UFIBlingBoxText" data-reactid=".69.$reshare.1">209</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_q"><ul class="UFIList" data-reactid=".6c"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".6c.1:0"><div class="clearfix" data-reactid=".6c.1:0.0"><div class="_ohe lfloat" data-reactid=".6c.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".6c.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".6c.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".6c.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".6c.1:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".6c.1:0.0.$right.0.$right"><div class="UFIOrderingModeSelector" data-reactid=".6c.1:0.0.$right.0.$right.0"><div class="_6a" data-reactid=".6c.1:0.0.$right.0.$right.0.1"><div class="UFIOrderingModeSelectorPopover uiPopover _6a _6b" data-reactid=".6c.1:0.0.$right.0.$right.0.1.0"><a class="_p" href="https://www.facebook.com/#" data-reactid=".6c.1:0.0.$right.0.$right.0.1.0.0" role="button"><span data-reactid=".6c.1:0.0.$right.0.$right.0.1.0.0.0">Top Comments</span><i class="UFIOrderingModeSelectorDownCaret img sp_6H68Ux8tLRN sx_48d920" data-reactid=".6c.1:0.0.$right.0.$right.0.1.0.0.1"></i></a></div></div></div></div><div class="" data-reactid=".6c.1:0.0.$right.0.$left"><div class="UFILikeSentenceText" data-reactid=".6c.1:0.0.$right.0.$left.0"><span data-reactid=".6c.1:0.0.$right.0.$left.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=602333113211485&amp;actorid=147670868677714" href="https://www.facebook.com/browse/likes?id=602333113211485&actorid=147670868677714" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=602333113211485&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".6c.1:0.0.$right.0.$left.0.0.$range0:0">3,470 people</a><span data-reactid=".6c.1:0.0.$right.0.$left.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></div></li><li class="UFIRow UFIShareRow" data-reactid=".6c.1:1"><div class="clearfix" data-reactid=".6c.1:1.0"><div class="_ohe lfloat" data-reactid=".6c.1:1.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIShareIcon" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=602333113211485" href="https://www.facebook.com/shares/view?id=602333113211485" tabindex="-1" aria-hidden="true" data-reactid=".6c.1:1.0.$left.0"></a></div><div class="" data-reactid=".6c.1:1.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6c.1:1.0.$right.0"><a class="UFIShareLink" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=602333113211485" href="https://www.facebook.com/shares/view?id=602333113211485" data-reactid=".6c.1:1.0.$right.0.0">209 shares</a></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".6c.1:2"><div class="UFIMentionsInputWrap clearfix" data-reactid=".6c.1:2.0"><div class="_ohe lfloat" data-reactid=".6c.1:2.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".6c.1:2.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".6c.1:2.0.$left.0.0"></div></div><div class="" data-reactid=".6c.1:2.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6c.1:2.0.$right.0"><div class="UFICommentContainer" data-reactid=".6c.1:2.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".6c.1:2.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".6c.1:2.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".6c.1:2.0.$right.0.0.0.0.0"><div data-reactid=".6c.1:2.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".6c.1:2.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".6c.1:2.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".6c.1:2.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".6c.1:2.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".6c.1:2.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".6c.1:2.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".6c.1:2.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".6c.1:2.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".6c.1:2.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".6c.1:2.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0"><div class="clearfix" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0"><div class="_ohe lfloat" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/martha.m.hewison?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100003225977271&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$left.0"><img src="./ui_files/1613914_560358227415038_4732113951143655941_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$left.0.0"></a></div><div class="" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$right.0"><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0"><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100003225977271&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/martha.m.hewison?fref=ufi" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.$author.0">Martha May Hewison</a></span><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/ellie.m.jones" target="_blank" data-hovercard="/ajax/hovercard/hovercard.php?id=1253735603&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0.$range0:0">Ellie Megan Jones</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0.$text1:0:$0:0"> </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/profile.php?id=100000121661985" target="_blank" data-hovercard="/ajax/hovercard/hovercard.php?id=100000121661985&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0.$range1:0">Carly Oxley</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0.$text2:0:$0:0"> </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/kayanna5967" target="_blank" data-hovercard="/ajax/hovercard/hovercard.php?id=100000020105361&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0.$range2:0">Kayleigh Chapman</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0"> this is me x</span></span></span><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=602660973178699" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=602660973178699&amp;comment_from=100003225977271&amp;comment_likecount=2&amp;comment_id=602333113211485_602660973178699&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=602660973178699" rel="dialog" role="button" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">2</span></a><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1&comment_id=602660973178699&offset=0&total_comments=172" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 9:02pm" data-utime="1406475179" data-shorten="true" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">5 hrs</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".6c.1:3:1:$comment602333113211485_602660973178699:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0"><div class="clearfix" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0"><div class="_ohe lfloat" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/angel.anjali.3386?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100003212050165&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$left.0"><img src="./ui_files/10483120_597663017017428_3906256447106954182_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$left.0.0"></a></div><div class="" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$right.0"><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0"><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100003212050165&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/angel.anjali.3386?fref=ufi" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.$author.0">Anjali Bhadra</a></span><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.1:$comment-body.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/anu.mishra.58367" target="_blank" data-hovercard="/ajax/hovercard/hovercard.php?id=100006005322065&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.1:$comment-body.0.$range0:0">Anu</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0"> : hai ? Wo aisa karti h ?</span></span></span><a href="https://www.facebook.com/#" role="button" title="Translate this comment" class="UFITranslateLink" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.2">See Translation</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=602648406513289" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=602648406513289&amp;comment_from=100003212050165&amp;comment_likecount=2&amp;comment_id=602333113211485_602648406513289&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=602648406513289" rel="dialog" role="button" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">2</span></a><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/TheTickleTroll/photos/a.162355227209278.31589.147670868677714/602333113211485/?type=1&comment_id=602648406513289&offset=0&total_comments=172" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 8:37pm" data-utime="1406473658" data-shorten="true" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">5 hrs</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".6c.1:3:1:$comment602333113211485_602648406513289:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><ul class=" UFIReplyList" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0"><li class="UFIRow UFIReplySocialSentenceRow UFIFirstComponent UFILastComponent" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0"><a class="UFICommentLink" href="https://www.facebook.com/#" role="button" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0"><div class="clearfix" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0"><div class="_ohe lfloat" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$left"><div class="img _8o _8r UFIImageBlockImage" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$left.0"><i class="UFIPagerIcon" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$left.0.0"></i></div></div><div class="" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right.0"><span class="" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right.0.0"><span class="UFIReplySocialSentenceLinkText" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right.0.0.0">2 Replies</span><span class="fcg" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right.0.0.1"><span data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right.0.0.1.0"> · </span><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 11:21pm" data-utime="1406483479" data-shorten="true" data-reactid=".6c.1:3:1:$replies602333113211485_602648406513289:0.1:0.0.0.$right.0.0.1.1">3 hrs</abbr></span></span></div></div></div></a></li></ul><li class="UFIRow UFIPagerRow UFIComponent UFILastCommentComponent UFILastComponent" data-reactid=".6c.1:3:$bottomPager"><div class="clearfix" data-reactid=".6c.1:3:$bottomPager.0"><div class="_ohe lfloat" data-reactid=".6c.1:3:$bottomPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".6c.1:3:$bottomPager.0.$left.0"></a></div><div class="" data-reactid=".6c.1:3:$bottomPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".6c.1:3:$bottomPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".6c.1:3:$bottomPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".6c.1:3:$bottomPager.0.$right.0.$right.0">2 of 172</span></div><div class="" data-reactid=".6c.1:3:$bottomPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".6c.1:3:$bottomPager.0.$right.0.$left.0"><span data-reactid=".6c.1:3:$bottomPager.0.$right.0.$left.0.0">View more comments</span></a></div></div></div></div></li></ul></div></form></div></div></div></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;2016707879739417463&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:15}" data-cursor="MTQwNjQ5MDExMzoxNDA2NDkwMTEzOjE6MjAxNjcwNzg3OTczOTQxNzQ2MzoxNDA2NDg5OTg2OjA=" data-dedupekey="2016707879739417463" data-timestamp="1406489986" id="u_jsonp_6_4" data-insertion-position="15"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_5" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_b"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/arpitsachdeva8?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=634847246"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10385414_10152558563797247_487558822477919704_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/arpitsachdeva8" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=634847246">Arpit Sachdeva</a></span> changed his profile picture.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/photo.php?fbid=10152558563797247&set=a.486865402246.278475.634847246&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10152558563797247&amp;set=a.486865402246.278475.634847246&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xap1%2Ft31.0-8%2F10498641_10152558563797247_487558822477919704_o.jpg&amp;smallsrc=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xap1%2Ft31.0-8%2Fs960x960%2F10498641_10152558563797247_487558822477919704_o.jpg&amp;size=1365%2C2048&amp;source=12&amp;player_origin=newsfeed"><abbr title="Monday, July 28, 2014 at 1:09am" data-utime="1406489986" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_6_s" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo" href="https://www.facebook.com/photo.php?fbid=10152558563797247&set=a.486865402246.278475.634847246&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10152558563797247&amp;set=a.486865402246.278475.634847246&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xap1%2Ft31.0-8%2F10498641_10152558563797247_487558822477919704_o.jpg&amp;smallsrc=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xap1%2Ft31.0-8%2Fs960x960%2F10498641_10152558563797247_487558822477919704_o.jpg&amp;size=1365%2C2048&amp;player_origin=newsfeed" style="width:262px;"><div class="_46-h _4-ep" style="width:262px;height:394px;" id="u_jsonp_6_7"><img class="_46-i img" src="./ui_files/10385414_10152558563797247_487558822477919704_n(1).jpg" style="left:0px; top:0px;" alt="Arpit Sachdeva&#39;s photo." width="263" height="395"></div></a></div></div></div><div><form rel="async" class="live_10152558563797247_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_6_i" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;634847246&quot;,&quot;target_fbid&quot;:&quot;10152558563797247&quot;,&quot;target_profile_id&quot;:&quot;634847246&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406489985&quot;,&quot;check_hash&quot;:&quot;AQD42GAm26baO-ws&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".65"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".65.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".65.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_k"><ul class="UFIList" data-reactid=".66"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".66.1:0"><div class="clearfix" data-reactid=".66.1:0.0"><div class="_ohe lfloat" data-reactid=".66.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".66.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".66.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".66.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".66.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".66.1:0.0.$right.0.0"><span data-reactid=".66.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/profile.php?id=100001255413937" data-hovercard="/ajax/hovercard/hovercard.php?id=100001255413937&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".66.1:0.0.$right.0.0.0.$range0:0">Rao Kapil</a><span data-reactid=".66.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".66.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".66.1:4.0"><div class="_ohe lfloat" data-reactid=".66.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".66.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".66.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".66.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".66.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".66.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".66.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".66.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".66.1:4.0.$right.0.0.0.0.0"><div data-reactid=".66.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".66.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".66.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".66.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".66.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".66.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".66.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".66.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".66.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".66.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".66.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div class="_4ikz" id="substream_1_53d55a4fea8e10e50864815" data-referrer="substream_1_53d55a4fea8e10e50864815"><div class=""><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;-8518595256766284477&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:16}" data-cursor="MTQwNjQ5MDExMzoxNDA2NDkwMTEzOjI6LTg1MTg1OTUyNTY3NjYyODQ0Nzc6MTQwNjQ4OTc5Njow" data-dedupekey="-8518595256766284477" data-timestamp="1406489796" id="u_jsonp_6_w" aria-labelledby="js_93 js_94 js_95 js_96" data-insertion-position="16"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div><h5 class="_1qbu _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_93"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/puja.sharma.1044" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000043307961">Pooja Khan</a></span> was tagged in a <a class="profileLink" href="https://www.facebook.com/photo.php?fbid=941627289198439&set=a.185711081456734.48679.100000535302055&type=1" data-ft="{&quot;tn&quot;:&quot;E&quot;}">post</a>.</span></div></h5></div><div class="userContent"></div><div><div><div class="userContentWrapper _5pcr _5pbu _5mxv _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_x" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_1b"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/osama.khan.315865?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000535302055"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10547515_935089553185546_5305019595542157735_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_94"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/osama.khan.315865" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000535302055">Osama Khan</a></span> with <a class="profileLink" href="https://www.facebook.com/puja.sharma.1044" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000043307961">Pooja Khan</a></span></div></h6><div class="_5pcp" id="js_95"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/photo.php?fbid=941627289198439&set=a.185711081456734.48679.100000535302055&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=941627289198439&amp;set=a.185711081456734.48679.100000535302055&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-g-a.akamaihd.net%2Fhphotos-ak-xaf1%2Ft1.0-9%2F10494608_941627289198439_8921514735702639328_n.jpg&amp;size=234%2C215&amp;source=12&amp;player_origin=newsfeed"><abbr title="Monday, July 28, 2014 at 1:04am" data-utime="1406489655" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a> · <a class="_5pcq" href="https://www.facebook.com/pages/Doha/111612325521963" data-hovercard="/ajax/hovercard/page.php?id=111612325521963">Doha, Qatar</a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_6_23" aria-label="Shared with: Osama&#39;s friends and Pooja&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_96"><p>EID Mubarak to all my family &amp; friends!</p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo" href="https://www.facebook.com/photo.php?fbid=941627289198439&set=a.185711081456734.48679.100000535302055&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=941627289198439&amp;set=a.185711081456734.48679.100000535302055&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-g-a.akamaihd.net%2Fhphotos-ak-xaf1%2Ft1.0-9%2F10494608_941627289198439_8921514735702639328_n.jpg&amp;size=234%2C215&amp;player_origin=newsfeed" style="width:234px;"><div class="uiScaledImageContainer _4-ep" style="width:234px;height:215px;" id="u_jsonp_6_17"><img class="scaledImageFitWidth img" src="./ui_files/10494608_941627289198439_8921514735702639328_n.jpg" alt="EID Mubarak to all my family &amp; friends!" width="234" height="215"></div></a></div></div></div><div><form rel="async" class="live_941627289198439_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_6_1p" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;100000535302055&quot;,&quot;target_fbid&quot;:&quot;941627289198439&quot;,&quot;target_profile_id&quot;:&quot;100000535302055&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406489795&quot;,&quot;check_hash&quot;:&quot;AQBzjE85UP2E0w-l&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".6m"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".6m.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".6m.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=100000535302055&p[1]=1073741853&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".6n">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_1z"><ul class="UFIList" data-reactid=".6o"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".6o.1:0"><div class="clearfix" data-reactid=".6o.1:0.0"><div class="_ohe lfloat" data-reactid=".6o.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".6o.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".6o.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".6o.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6o.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".6o.1:0.0.$right.0.0"><span data-reactid=".6o.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/puja.sharma.1044" data-hovercard="/ajax/hovercard/hovercard.php?id=100000043307961&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".6o.1:0.0.$right.0.0.0.$range0:0">Pooja Khan</a><span data-reactid=".6o.1:0.0.$right.0.0.0.$text1:0:$0:0"> and </span><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=941627289198439&amp;actorid=100000535302055" href="https://www.facebook.com/browse/likes?id=941627289198439&actorid=100000535302055" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=941627289198439&amp;comment_from=100000590753545&amp;seen_user_fbids[0]=100000043307961&amp;__av=100000590753545" role="button" data-reactid=".6o.1:0.0.$right.0.0.0.$range1:0">2 others</a><span data-reactid=".6o.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".6o.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".6o.1:4.0"><div class="_ohe lfloat" data-reactid=".6o.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".6o.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".6o.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".6o.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6o.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".6o.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".6o.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".6o.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".6o.1:4.0.$right.0.0.0.0.0"><div data-reactid=".6o.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".6o.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".6o.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".6o.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".6o.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".6o.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".6o.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".6o.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".6o.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".6o.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".6o.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16 _x72" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;-8085334195100944490&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:17}" data-cursor="MTQwNjQ4OTQyOToxNDA2NDg5NDI5OjE6LTgwODUzMzQxOTUxMDA5NDQ0OTA6MTQwNjQ4OTEyNzow" data-dedupekey="-8085334195100944490" data-timestamp="1406489127" id="u_jsonp_6_y" aria-labelledby="js_97 js_98 js_99" data-insertion-position="17"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_z" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_1j"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/n.saigoutham?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1417670739"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/404260_2377516963492_1335824258_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_97"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/n.saigoutham" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1417670739">Sai Goutham Nagarapu</a></span> shared <a class="profileLink" href="https://www.facebook.com/iimacultcomm" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=286239768110912">IIMA Cultural Committee</a>'s <a class="profileLink" href="https://www.facebook.com/iimacultcomm/photos/a.658720997529452.1073741853.286239768110912/658721010862784/?type=1" data-ft="{&quot;tn&quot;:&quot;E&quot;}">photo</a>.</span></div></h5><div class="_5pcp" id="js_98"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/n.saigoutham/posts/10202339513075346"><abbr title="Monday, July 28, 2014 at 12:55am" data-utime="1406489127" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_6_24" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_99"><p>Friends. Please open this pic and like it.</p></div><div><div><div class="_5r69"><div class="mtm"><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo" href="https://www.facebook.com/iimacultcomm/photos/a.658720997529452.1073741853.286239768110912/658721010862784/?type=1" rel="theater" ajaxify="https://www.facebook.com/iimacultcomm/photos/a.658720997529452.1073741853.286239768110912/658721010862784/?type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-c-a.akamaihd.net%2Fhphotos-ak-xaf1%2Ft1.0-9%2F1888532_658721010862784_7461861882730800784_n.jpg&amp;size=679%2C960&amp;fbid=658721010862784&amp;player_origin=newsfeed" style="width:278px;"><div class="_46-h _4-ep" style="width:278px;height:394px;" id="u_jsonp_6_19"><img class="_46-i img" src="./ui_files/1888532_658721010862784_7461861882730800784_n.jpg" style="left:0px; top:0px;" alt="Section E" width="279" height="395"></div></a></div></div><div class="mtm plm _5pcm"><div class="mbs fwn fcg" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/iimacultcomm" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=286239768110912">IIMA Cultural Committee</a></span> with <a class="profileLink" href="https://www.facebook.com/yashsheelsrivastava" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=571910321">Yash Sheel Srivastava</a> and <a data-hover="tooltip" aria-label="Shaik Shabeena Abhiram Thejus Sujit Madhukar Swati Tiwary Suruchi Mundhra Veeravilli Swathi Ribhu Ranjan Saha Utkarsh Garg Rilu Debashis Anurag Agrawal Anurag Gupta Haaris Mateen Payal Rungta Nitisha Tomar Ankita Sharma Nitesh Tigga Danny Sagar Tarun Varma Landa Smit Chandra Ishan Jain Deepesh Agrawal" data-tooltip-position="below" href="https://www.facebook.com/#" ajaxify="/ajax/browser/dialog/participants/?q=AeLJ_MEn9Gh-SGhxArpAZKoMFbKPbp8ETNNM2u9bEudgQL-4qwBl4pW33fXqf_1YgRV2fYjq3-2S7iFPd26QlJiGmCTbOmfOg3XnDwc_1tb0NfvrSCAFLSVZrz6YIdFfK_kmbz9AUy3IJRW-DAZ-xBeRUmKspOb92sVjZLj5ZXWdOOo0Czl7FVBln4gJOj3bu3bT0VkqIRTWPd9uMAP8uB7M6uPDP7LC8pOEu5iuaRnamEHypNV2nWbBGOp0mEBfz6am4176lBkWVTDur_l94V1tti2EXDWMEX-qguRWxoyUAIf4b1YAs_9ka2aT0vq6OGZbToFOQVVGngQ8f2qKEVxxgfGTKXwedJ3coPcZA3vwysbzLfgpY5OvzufaOUfP2MDUaeIKZh7rDWhD2mAR8b5X8OGlC7FOeI9VhO9qVcGUJw" rel="dialog" data-ft="{&quot;tn&quot;:&quot;l&quot;}" role="button">21 others</a></span></div><div class="mtm _5pco" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Section E</p></div></div></div></div></div></div><div><form rel="async" class="live_10202339513075346_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_6_1q" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;1417670739&quot;,&quot;target_fbid&quot;:&quot;10202339513075346&quot;,&quot;target_profile_id&quot;:&quot;1417670739&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406489127&quot;,&quot;check_hash&quot;:&quot;AQB2xyu5Fr8YqgeQ&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".6g"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".6g.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".6g.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=286239768110912&p[1]=1073742465&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".6h">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_1v"><ul class="UFIList" data-reactid=".6i"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".6i.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".6i.1:4.0"><div class="_ohe lfloat" data-reactid=".6i.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".6i.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".6i.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".6i.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6i.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".6i.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".6i.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".6i.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".6i.1:4.0.$right.0.0.0.0.0"><div data-reactid=".6i.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".6i.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".6i.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".6i.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".6i.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".6i.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".6i.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".6i.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".6i.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".6i.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".6i.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;-2557935983462657771&quot;,&quot;ei&quot;:&quot;AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:18}" data-xt="7.qid.6040833772564963057:mf_story_key.-2557935983462657771:ei.AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj" data-xt-vimp="{&quot;pixel_in_percentage&quot;:1,&quot;duration_in_ms&quot;:1,&quot;subsequent_gap_in_ms&quot;:60000,&quot;log_initial_nonviewable&quot;:false}" data-cursor="MTQwNjQ4OTQyOToxNDA2NDg5NDI5OjI6NDc4MjY2NzA0MTk2MTA2MjA4NjoxNDAxNDQ2Nzg3OjA=" data-dedupekey="4782667041961062086" id="u_jsonp_6_10"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div><h5 class="_1qbu _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/kumargautam.jha?ft[tn]=lC&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100001689681705" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Gautam Jha</a></span> and <a data-hover="tooltip" aria-label="Gautam Kumar Ashish Khare" data-tooltip-position="below" href="https://www.facebook.com/#" ajaxify="/ajax/browser/dialog/participants/?q=AeKOOIMu2giU8OnNlKKJGCdkuC387InAG9X6bwLcvkCIzRlSDP1wO6YwrLk3ub6lHwREkkLNOxqxoJ-uosw30hHNyfxsOVqA3RRfRIIYz-Vw5g" rel="dialog" data-ft="{&quot;tn&quot;:&quot;l&quot;}" role="button">2 other friends</a> like <a class="profileLink" href="https://www.facebook.com/myjabong?ref=stream&ft[tn]=kC&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=245106162209654" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Jabong</a>.</span></div></h5></div><div class="userContent"></div><div><div><div class="userContentWrapper _5pcr _5pbu _5mxv _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_18" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_1n"></a></div></div><span id="u_jsonp_6_1e" class="uiLikePageButton _47we _42b7"><button value="1" class="_42ft _4jy0 PageLikeButton _4jy3 _517h" data-profileid="245106162209654" data-ft="{&quot;type&quot;:28,&quot;tn&quot;:&quot;c&quot;}" data-ownerid="u_jsonp_6_1e" id="u_jsonp_6_1f" type="submit"><img class="_3-8_ img" src="./ui_files/2KL1UzJC9rt.png" alt="" width="12" height="13">Like Page</button></span><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/myjabong?ft[tn]=%3C&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;\u003C&quot;}" data-hovercard="/ajax/hovercard/page.php?id=245106162209654" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1384088_567355969984670_1934619165_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/myjabong?ref=stream&ft[tn]=kC&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" data-ft="{&quot;tn&quot;:&quot;k&quot;}" data-hovercard="/ajax/hovercard/page.php?id=245106162209654" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Jabong</a></span> shared <a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fapi.nanigans.com%2Ftarget.php%3Fapp_id%3D42019%26nan_pid%3D1804250196%26target%3D%252F%252Fwww.jabong.com%252Fmen%252Fshoes%252F%253Fprice%253D499-499%2526utm_source%253Dfacebook%2526utm_medium%253Dsocial_organic%2526utm_campaign%253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF%2526nan_pid%253D1804250196&h=aAQEPXs3i&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fapi.nanigans.com\u00252Ftarget.php\u00253Fapp_id\u00253D42019\u002526nan_pid\u00253D1804250196\u002526target\u00253D\u0025252F\u0025252Fwww.jabong.com\u0025252Fmen\u0025252Fshoes\u0025252F\u0025253Fprice\u0025253D499-499\u00252526utm_source\u0025253Dfacebook\u00252526utm_medium\u0025253Dsocial_organic\u00252526utm_campaign\u0025253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u00252526nan_pid\u0025253D1804250196&amp;h=aAQEPXs3i&amp;render_verification=0&amp;enc&amp;d&quot;);">a link</a>.</span></div></h6><div class="_5pcp"><span class="uiStreamAdditionalLogging _5paw" data-ft="{&quot;tn&quot;:&quot;j&quot;}"><a class="uiStreamSponsoredLink" href="https://www.facebook.com/about/ads?ft[tn]=j&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Sponsored</a></span> · <a data-hover="tooltip" aria-label="Public" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6m2 _1zpr clearfix _dcs _4_w4 _59ap mtm" id="u_jsonp_6_1h" data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6ks"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fapi.nanigans.com%2Ftarget.php%3Fapp_id%3D42019%26nan_pid%3D1804250196%26target%3D%252F%252Fwww.jabong.com%252Fmen%252Fshoes%252F%253Fprice%253D499-499%2526utm_source%253Dfacebook%2526utm_medium%253Dsocial_organic%2526utm_campaign%253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF%2526nan_pid%253D1804250196&h=cAQFE69Nv&enc=AZNtSsTc-C4adQWzO1sMV7yObnLlVYwhV5-dPrb8yVTRxLTjpX_qFSwBeiG38Brl5_Eeg32ljcmu8YeG28jbjg0OlqFMpP-4LzQdx4K5pnYMWGBNjesyI8gVERNl2VLWQIg5CpnJE5y8LDsYth1DJ3Pm&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fapi.nanigans.com\u00252Ftarget.php\u00253Fapp_id\u00253D42019\u002526nan_pid\u00253D1804250196\u002526target\u00253D\u0025252F\u0025252Fwww.jabong.com\u0025252Fmen\u0025252Fshoes\u0025252F\u0025253Fprice\u0025253D499-499\u00252526utm_source\u0025253Dfacebook\u00252526utm_medium\u0025253Dsocial_organic\u00252526utm_campaign\u0025253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u00252526nan_pid\u0025253D1804250196&amp;h=cAQFE69Nv&amp;render_verification=0&amp;enc=AZNtSsTc-C4adQWzO1sMV7yObnLlVYwhV5-dPrb8yVTRxLTjpX_qFSwBeiG38Brl5_Eeg32ljcmu8YeG28jbjg0OlqFMpP-4LzQdx4K5pnYMWGBNjesyI8gVERNl2VLWQIg5CpnJE5y8LDsYth1DJ3Pm&amp;d&quot;);"><div class="_6l- __c_"><img class="_6m5 fbStoryAttachmentImage img" src="./ui_files/safe_image(2).php" style="width:470px;height:246px;" alt=""></div></a></div><div><div class="_6m3"><div class="mbs _6m6"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fapi.nanigans.com%2Ftarget.php%3Fapp_id%3D42019%26nan_pid%3D1804250196%26target%3D%252F%252Fwww.jabong.com%252Fmen%252Fshoes%252F%253Fprice%253D499-499%2526utm_source%253Dfacebook%2526utm_medium%253Dsocial_organic%2526utm_campaign%253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF%2526nan_pid%253D1804250196&h=8AQEaEgmh&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fapi.nanigans.com\u00252Ftarget.php\u00253Fapp_id\u00253D42019\u002526nan_pid\u00253D1804250196\u002526target\u00253D\u0025252F\u0025252Fwww.jabong.com\u0025252Fmen\u0025252Fshoes\u0025252F\u0025253Fprice\u0025253D499-499\u00252526utm_source\u0025253Dfacebook\u00252526utm_medium\u0025253Dsocial_organic\u00252526utm_campaign\u0025253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u00252526nan_pid\u0025253D1804250196&amp;h=8AQEaEgmh&amp;render_verification=0&amp;enc&amp;d&quot;);">Buy Men Shoes @ Flat 499</a></div><div class="_6ma"><div class="_6m7">Enjoy great offers at Jabong.com. ✓1000+ Brands ✓90,000+ Products. Online shopping in India for men, women &amp; kids for shoes, clothing, watches, sunglasses at Jabong.com.</div><div class="_59tj"><div class="_6lz _6mb ellipsis">✓ Free Shipping ✓ Cash on Delivery ✓ 30 Days Retur</div></div></div></div><a class="_52c6" href="http://l.facebook.com/l.php?u=http%3A%2F%2Fapi.nanigans.com%2Ftarget.php%3Fapp_id%3D42019%26nan_pid%3D1804250196%26target%3D%252F%252Fwww.jabong.com%252Fmen%252Fshoes%252F%253Fprice%253D499-499%2526utm_source%253Dfacebook%2526utm_medium%253Dsocial_organic%2526utm_campaign%253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF%2526nan_pid%253D1804250196&h=xAQHffM6cAQFQfYfVWs5AG8bgooRS2Ga8VLnxf79lmxhkhg&enc=AZP6cZGwYQzNWUmAl0sUcUTjmfHoRVpct3xk4YuYbqgBiFwsix4pa8zq9mqWPNbnEBH4-pAFYZE2LcE6UzvMwLanUl3R_Q66i2DONAGtnY6TaftKHdEVzTXxFCnehdIx48do6y6-w6GJIDfkw9_yUBnv&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/api.nanigans.com\/target.php?app_id=42019&amp;nan_pid=1804250196&amp;target=\u00252F\u00252Fwww.jabong.com\u00252Fmen\u00252Fshoes\u00252F\u00253Fprice\u00253D499-499\u002526utm_source\u00253Dfacebook\u002526utm_medium\u00253Dsocial_organic\u002526utm_campaign\u00253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u002526nan_pid\u00253D1804250196&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fapi.nanigans.com\u00252Ftarget.php\u00253Fapp_id\u00253D42019\u002526nan_pid\u00253D1804250196\u002526target\u00253D\u0025252F\u0025252Fwww.jabong.com\u0025252Fmen\u0025252Fshoes\u0025252F\u0025253Fprice\u0025253D499-499\u00252526utm_source\u0025253Dfacebook\u00252526utm_medium\u0025253Dsocial_organic\u00252526utm_campaign\u0025253Dm.1865.Foo_31037.140528.1619.FooM007.PLP.CU063.TC023.INT000.BRD000.PC002.PS005.BR000.SC04.LCF\u00252526nan_pid\u0025253D1804250196&amp;h=xAQHffM6cAQFQfYfVWs5AG8bgooRS2Ga8VLnxf79lmxhkhg&amp;render_verification=0&amp;enc=AZP6cZGwYQzNWUmAl0sUcUTjmfHoRVpct3xk4YuYbqgBiFwsix4pa8zq9mqWPNbnEBH4-pAFYZE2LcE6UzvMwLanUl3R_Q66i2DONAGtnY6TaftKHdEVzTXxFCnehdIx48do6y6-w6GJIDfkw9_yUBnv&amp;d&quot;);"></a></div></div></div></div><div><form rel="async" class="commentable_item hidden_add_comment collapsed_comments" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" id="u_jsonp_6_20" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;245106162209654&quot;,&quot;target_fbid&quot;:&quot;674348209285445&quot;,&quot;target_profile_id&quot;:&quot;245106162209654&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1401446785&quot;,&quot;check_hash&quot;:&quot;AQBOF0BoYU6Htf6U&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".6q"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".6q.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".6q.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=99&appid=2309869772&p[0]=245106162209654&p[1]=674348209285445&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".6r">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/myjabong/posts/674348209285445" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="592 likes 25 comments 18 shares" rel="ignore" data-reactid=".6p"><span data-reactid=".6p.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".6p.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".6p.$like.1">592</span></span><span data-reactid=".6p.$comment"><i class="mls UFIBlingBoxCommentIcon UFIBlingBoxSprite" data-reactid=".6p.$comment.0"></i><span class="UFIBlingBoxText" data-reactid=".6p.$comment.1">25</span></span><span data-reactid=".6p.$reshare"><i class="mls UFIBlingBoxReshareIcon UFIBlingBoxSprite" data-reactid=".6p.$reshare.0"></i><span class="UFIBlingBoxText" data-reactid=".6p.$reshare.1">18</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_22"><ul class="UFIList" data-reactid=".6s"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".6s.1:0"><div class="clearfix" data-reactid=".6s.1:0.0"><div class="_ohe lfloat" data-reactid=".6s.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".6s.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".6s.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".6s.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".6s.1:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".6s.1:0.0.$right.0.$right"><div class="UFIOrderingModeSelector" data-reactid=".6s.1:0.0.$right.0.$right.0"><div class="_6a" data-reactid=".6s.1:0.0.$right.0.$right.0.1"><div class="UFIOrderingModeSelectorPopover uiPopover _6a _6b" data-reactid=".6s.1:0.0.$right.0.$right.0.1.0"><a class="_p" href="https://www.facebook.com/#" data-reactid=".6s.1:0.0.$right.0.$right.0.1.0.0" role="button"><span data-reactid=".6s.1:0.0.$right.0.$right.0.1.0.0.0">Top Comments</span><i class="UFIOrderingModeSelectorDownCaret img sp_6H68Ux8tLRN sx_48d920" data-reactid=".6s.1:0.0.$right.0.$right.0.1.0.0.1"></i></a></div></div></div></div><div class="" data-reactid=".6s.1:0.0.$right.0.$left"><div class="UFILikeSentenceText" data-reactid=".6s.1:0.0.$right.0.$left.0"><span data-reactid=".6s.1:0.0.$right.0.$left.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=674348209285445&amp;actorid=245106162209654" href="https://www.facebook.com/browse/likes?id=674348209285445&actorid=245106162209654" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=674348209285445&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".6s.1:0.0.$right.0.$left.0.0.$range0:0">592 people</a><span data-reactid=".6s.1:0.0.$right.0.$left.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></div></li><li class="UFIRow UFIShareRow" data-reactid=".6s.1:1"><div class="clearfix" data-reactid=".6s.1:1.0"><div class="_ohe lfloat" data-reactid=".6s.1:1.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIShareIcon" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=674348209285445" href="https://www.facebook.com/shares/view?id=674348209285445" tabindex="-1" aria-hidden="true" data-reactid=".6s.1:1.0.$left.0"></a></div><div class="" data-reactid=".6s.1:1.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6s.1:1.0.$right.0"><a class="UFIShareLink" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=674348209285445" href="https://www.facebook.com/shares/view?id=674348209285445" data-reactid=".6s.1:1.0.$right.0.0">18 shares</a></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".6s.1:2"><div class="UFIMentionsInputWrap clearfix" data-reactid=".6s.1:2.0"><div class="_ohe lfloat" data-reactid=".6s.1:2.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".6s.1:2.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".6s.1:2.0.$left.0.0"></div></div><div class="" data-reactid=".6s.1:2.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6s.1:2.0.$right.0"><div class="UFICommentContainer" data-reactid=".6s.1:2.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".6s.1:2.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".6s.1:2.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".6s.1:2.0.$right.0.0.0.0.0"><div data-reactid=".6s.1:2.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".6s.1:2.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".6s.1:2.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".6s.1:2.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".6s.1:2.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".6s.1:2.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".6s.1:2.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".6s.1:2.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".6s.1:2.0.$right.0.0.0.1"></div></div></div></div></div></div></li><li class="UFIRow UFIFirstComment UFILastComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0"><div class="clearfix" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0"><div class="_ohe lfloat" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/emotionalsaurabh?fref=ufi&ft[tn]=TR]&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" data-hovercard="/ajax/hovercard/hovercard.php?id=761366456&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$left.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img src="./ui_files/10325392_10152451227336457_4290128654513511025_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$left.0.0"></a></div><div class="" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$right.0"><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0"><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=761366456&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/emotionalsaurabh?fref=ufi&ft[tn]=%3BR]&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.$author.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Saurabh Kathuria</a></span><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Fraud... I placed an order and they sent it to someone else...and no one is listening to this... Fraud Fraud... DONT BUY ANYTHING FROM THIS WEBSITE...</span></span></span><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/myjabong/posts/674348209285445?comment_id=696991600354439&offset=0&total_comments=25&ft[tn]=NR]&ft[qid]=6040833772564963057&ft[mf_story_key]=-2557935983462657771&ft[ei]=AQLxl87FSzWqgABemJSfKvcbDWt_0wPnJFOaxgjBzs_7i4yC3ot6Lht_RAvqqEBTT6CaoX__7MnHXmr6T_kIDKYF6eJ1Y_xav3RMBEfdrI4Qs41YEut2mLexz0ZV5UBKJTS0GZ8mVaZdcPEO-dZvbdiszn72367yUAjcX98eYfWUNmgg_ZExBNKRVgS5p-5U240wggqUCyBZ1v2W9hjQyPR3JUUNxTq0_S8hjTWyw4ZGN0zt4zb-2iZuLmT_Rp-ruAuX4uqV4MahcgWdKcTWPeLyJgAd5KPeiHnXOmFLCdVTHZp_DalwIZhsP4dw3GlH1jxXEHSJVIoZpnCFiieLFXSgN8sHXzBmjgsaOmQuYdda4Q2K6VRMAl6CV73VM0dFE_NLegLYAUW-1LmQ9fhW44YTSCqhsw0UeFhdDWnh1R2FgVVuzuz1B8NpByuR3TphdDb7f-VOpvMKXaUqLxr-fOSqcXipWWr_olW1SVnWsyQ51LVXbeEMGo5v6CSGbxjq6xlhSC7CW9Eh_N-U8_TWlH2JwX_PY4AKtEeqbwcUxcAf-mg6Jig6_GHS0pmhMidPpSihf8pCCSeKjclzY_vXEqNarQNB0sXDQzaC54lpYfMZMSJwLcJV3wKXyscSeBv2bwNWcOu-uQL7K72NawnWvY6eP69pIfRkSe2G5uQSBYMRz5V-ISYxq0IOPqu8SQQOqpyY40Btr_Ts9_eluTU04Hhzk7NmDiJRqYrE5K7Yw5WSFXGbyDv2bXbOUtYKvzmPHgg1c4TaFG6zsPuycH3RM9oAWDXbamzWLq6jA-nCE2n0MOc6JQEcNrCmRrOCPBV3tlsVByU6jMtXkOi-WLiQMbmaw0c04vhIX4dUuEmv5WmN_rUcXn0l-GmWc6T3k1sSkamVgqH_OJ9jawh1lsR1ZgCzHI1MlqrUlD7SIT-qge1iupu0O2Ez4R84j-60pGsuUil8vaE4OVGU_89TENVi78OKQuTERbJdu2kJW8PnwtUZyvYNj5CGVoXdWGuiuvp1PSXokdEs4RRb7GE45YMwAH64uJPVY6UP4FNpBVWOjUUJWQrOBDuOEsY6eWLlPsm72M3wwhz3rlgi38hnaECysv9NVNTOnCZPTMhTCeVuppNNvqwnMTD6_zQkIXdViRyeKX0BVuuB2DtRM3XTi_UIjksk7Ia-J83-YvSBVkXeUNKVizJfUhIVQe82hsu9HvKri91zXMP5eH2H8meohQnT3IhY0W7IqdVt-qK0sjDWQ6aT9MtHSaKd6Npo035Z3t5ESrLVD8-aRHU5yQUNFzi7bR1i1v7Ydaz5d4oosC17m8otQLup9T27t9UdFhyaMm6CMY9-pdxDeRBhOL9u0xfIs7X_pxNtI3dhCs2QNWxBqv0RXpkCHf0nWzgAy_9Wr8_1spe-g391qDWAjK2RmsCg8i2kenNC_2KMp6Rd5tdGn9LkrpAtJrtTe6lf8nXZ3O305j5XjUEwd3hqHdg8hiXNYGVsF3hy2QkY1gFWoerqg32sxJqufcgPgsjdUlVCRoqQ6FCUp0N_cWem3Ef3heEZ_kbR7y270xKlX-2BjOUiaEIqqytw_O8LjiERuxr8R_7e1okh0oK264xr3J96nDELa9ItwjXbL1K30Zz6ojMONrzkslQvGwGf7TZK95UAzd2CJGr-C6bw_l-dEw9qg7UQvcbJotmRZVZh8xM9ocCSNrm3wJFaKmut7ylAP6KdJnZuIfM4ch35Y4ukyticy7DYFW4wyjxQBow0kxbKS1MWDzeSMlEQffjEvj8MBprl1sZm_YoXrvh15HFA0Mh79v1BzR9NieLZTKSXWQ5EqZIxK5voCEufA02VWfqH7qp15u_JuiSpDSyuUGOS5v7jSzdvB_L61UDMzjfpQeE2Zew-PzAFxC4uvEfLQp3UaVfD0gC1UoVpsMd0dMiEzfbQDP-sMmVSK1hEifCeLrtRHFdP7PSqO7iLsW_NaY2jR-dRTic7s7DM4NY8YD-vzAH8nvdTDtbsRFhONvWnlxCOElxhZ6o8-wthEdlv29sNvi2IwLQPvhSImwjmHEhNEF6e88aU8AwJuoQBlxy16J_M78odQyb_d9YC43BgIJyNMOB-JMRVMcFujhoKZoqM-MbeaDit42rnx8t3HPKr-_hq7dfxbaaQ-IOo3Iokg2kG5bAnKjrQ-Jk6tOD4wUo8cXTpECSPLRebMcyXNP7keJXLkyK1W2vp7-vsCc1if14QjpoHhHo7Bmbv2_BN_Wp8PLeadGfschTZ2kjdXSFzrqj4Zy4c-0ZoG155x7y5BxAnlWoSC-SPbjryC-Vilq6wjgRcLKgCZk5grbHDENbj61c3QyjEeuLeSMuV5vAvSkbkXyhLGPyPUMXLa0MRx7JfCEn3T8RCRtlsl6k_SnvY5vabbRU5SkcJF6-18-aqu3_B5aZrdY_gjWbNhgmhladHciC_r3hNyH4KNVFgL4lCQa9_T818R18qfhxzCV4geEFiJD_KkbwXITbjKviz5o2rw7ax3eui2yPM3zT4tcI7brN02I3U3juBPB3BnLjF542OIGyr8h0TPQemUDG_hocXMRy73_b68rPG04qul4MgUorukVkW-jf8VZA4zOIKgxef-3Jc0EsTI9-_x7ngf3nT0-bgdhChFgx72fkLP2FNDmd9o4Qf4ff7n1YRJX_K6JFYPg_lCcftuJDp1FihXEgs4fVuUOAil5XsdcuZjyV9OLMjmsTKetlq_lA_l0DlAYiwmmDAi1qo2a11drTdk4OoWD0vJ7NNn-rubSKW3lguyL4UEf9JE7kj_PA2Zmj51kx918lBMBxkwBlkSfiaVmnncpE2uSHJukERCZBbeDmXdzlIO4jV0wNylpB7sGmMDZ3lkrBoKR4pqv23rB3Ew6ZYz42vI8fwWQGZrdlkzueoNq2PtUh0OGghjNuLCWyWBZpUCFKtvLQ6KyOZrPoZcaPKjGQLAaeIh9CbaR3jSAU8YlHLY-hAV8ZNDW266k3QYB6c33yHvNSUtYCTPNhqiop3pet3ykmtsFm9l8z1WYcwjOdJZNVgxXfVoFaBbRRR1xBaQrtSC0Bg9mBDZRcyg6FymRDGpIUx8SPeL6iWUjwEkG1U51AjV3aSeM_OBNYvoY8-yLvfdU92a_RTshH-lOEU0ieO769AkEL6ZQRLuDs8Ir3zjd2vT1DHAb_YfAN5PYYeHkQpZ5c-njybZbijOvzy7gsIk_zwgDvQlTgGS4Tlyw16XBm3hn-6fI5JdpXx5UWusMDQiODsBsQW1xddMhswVv10pvv9S4FTUIsmxNjlJ6vii9VisQbdO74F2iu5B9psg647xkahqt6N-3JKVsj_yVgaJUp-f4Uz4Dg9Ww4kV8l9cjQt1HuaqkR3U6srTUWAHi6dXphke39-xsAU8Z3J0iyZGInc-29QN-4IHFPbp1CfncOMnLCnha3ijX3bbn9YSP0TkzgD84mVcqedn7blyPqg2pr6UbwPO-8MpRnDLtVtg7geaWxlX6qqCJK0TjEOzDAQ41Aw1SMuAVBkTtIEYao63hfn2AHwn2kdAVJpbiPBqn02v_g3U-zT86Rnuz_yskIHoyQo9L11NRnGN35U7obDoJofmo7QaNkxGb3UGkqyvRPpx81BVQrVqTmPDMdKilD8w4OMUlrL8b3JJIgRmz1oyQG4TKlj&ft[fbfeed_location]=1&ft[insertion_position]=18&__md__=0" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><abbr class="livetimestamp" title="Wednesday, July 16, 2014 at 5:17pm" data-utime="1405511279" data-shorten="true" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">July 16 at 5:17pm</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".6s.1:3:1:$comment674348209285445_696991600354439:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><ul class=" UFIReplyList" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0"><li class="UFIRow UFIReplySocialSentenceRow UFIFirstComponent UFILastComponent" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0"><a class="UFICommentLink" href="https://www.facebook.com/#" role="button" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0"><div class="clearfix" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0"><div class="_ohe lfloat" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper UFIFeedCardedReplyActor" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$left.0"><i class="UFIPagerIcon UFIFeedCardedIconWithActor" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$left.0.0"></i><img alt="" src="./ui_files/1384088_567355969984670_1934619165_n(1).jpg" class="img UFIActorImage _54ru" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$left.0.1"></div></div><div class="" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right.0"><span class="" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right.0.0"><span class="UFIReplySocialSentenceLinkText" data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right.0.0.0"><span data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right.0.0.0.0">Jabong replied</span><span data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right.0.0.0.1"> · </span><span data-reactid=".6s.1:3:1:$replies674348209285445_696991600354439:0.1:0.0.0.$right.0.0.0.2">6 Replies</span></span></span></div></div></div></a></li></ul><li class="UFIRow UFIPagerRow UFIComponent UFILastCommentComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;Q&quot;}" data-reactid=".6s.1:3:$allPager"><div class="clearfix" data-reactid=".6s.1:3:$allPager.0"><div class="_ohe lfloat" data-reactid=".6s.1:3:$allPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".6s.1:3:$allPager.0.$left.0"></a></div><div class="" data-reactid=".6s.1:3:$allPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".6s.1:3:$allPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".6s.1:3:$allPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".6s.1:3:$allPager.0.$right.0.$right.0"></span></div><div class="" data-reactid=".6s.1:3:$allPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".6s.1:3:$allPager.0.$right.0.$left.0"><span data-reactid=".6s.1:3:$allPager.0.$right.0.$left.0.0">View 24 more comments</span></a></div></div></div></div></li></ul></div></form></div></div></div></div></div><iframe class="fbEmuTracking" src="./ui_files/xti(2).html" width="0" height="0" scrolling="no" frameborder="0"></iframe><iframe src="./ui_files/xti(3).html" width="0" height="0" frameborder="0" scrolling="no" class="fbEmuTracking" aria-hidden="true"></iframe></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;-2146368231991708817&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:19}" data-cursor="MTQwNjQ4OTQyOToxNDA2NDg5NDI5OjM6LTIxNDYzNjgyMzE5OTE3MDg4MTc6MTQwNjQ4NTI2OTow" data-dedupekey="-2146368231991708817" data-timestamp="1406485268" id="u_jsonp_6_11" aria-labelledby="js_100 js_101 js_102"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_12" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_1d"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/sanibh?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=500682704"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10446021_10152232972012705_8107501677041962875_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_100"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/sanibh" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=500682704">Sanibh Aryan</a></span> added 2 new photos.</span></div></h5><div class="_5pcp" id="js_101"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/sanibh/posts/10152278366177705"><abbr title="Sunday, July 27, 2014 at 11:51pm" data-utime="1406485268" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_6_25" aria-label="Shared with: Sanibh&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_102"><p>Campus shots</p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_2a2q mtm" style="width:470px; height:470px;"><a class="_5dec _2a2r" href="https://www.facebook.com/photo.php?fbid=10152278366112705&set=pcb.10152278366177705&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10152278366112705&amp;set=pcb.10152278366177705&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-d-a.akamaihd.net%2Fhphotos-ak-xpf1%2Fv%2Ft1.0-9%2F10342011_10152278366112705_3982916189027610758_n.jpg%3Foh%3D4523ca15373ac903f6ae248d8fbefee6%26oe%3D543956E2%26__gda__%3D1414435485_c527baddc39400eaa224eee3f6d9f274&amp;size=540%2C960&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_6_13" style="top:0px; left:0px;"><div class="_46-h" style="width:236px;height:470px;"><img class="_46-i img" src="./ui_files/10342011_10152278366112705_3982916189027610758_n.jpg" style="left:-17px; top:0px;" alt="Sanibh Aryan&#39;s photo." width="270" height="480"></div></a><a class="_5dec _2a2r" href="https://www.facebook.com/photo.php?fbid=10152278366162705&set=pcb.10152278366177705&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10152278366162705&amp;set=pcb.10152278366177705&amp;type=1&amp;src=https%3A%2F%2Ffbcdn-sphotos-f-a.akamaihd.net%2Fhphotos-ak-xfp1%2Ft1.0-9%2F997010_10152278366162705_5059502094947214028_n.jpg&amp;size=540%2C960&amp;source=13&amp;player_origin=newsfeed" id="u_jsonp_6_14" style="top:0px; left:238px;"><div class="_46-h" style="width:232px;height:470px;"><img class="_46-i img" src="./ui_files/997010_10152278366162705_5059502094947214028_n.jpg" style="left:-19px; top:0px;" alt="Sanibh Aryan&#39;s photo." width="270" height="480"></div></a></div></div></div><div><form rel="async" class="live_10152278366177705_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_6_1o" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;500682704&quot;,&quot;target_fbid&quot;:&quot;10152278366177705&quot;,&quot;target_profile_id&quot;:&quot;500682704&quot;,&quot;type_id&quot;:&quot;22&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406485268&quot;,&quot;check_hash&quot;:&quot;AQBrSHa6Ti3oVwTp&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".6d"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".6d.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".6d.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=22&appid=25554907596&p[0]=500682704&p[1]=10152278366177705&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".6e">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_1t"><ul class="UFIList" data-reactid=".6f"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".6f.1:0"><div class="clearfix" data-reactid=".6f.1:0.0"><div class="_ohe lfloat" data-reactid=".6f.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".6f.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".6f.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".6f.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6f.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".6f.1:0.0.$right.0.0"><span data-reactid=".6f.1:0.0.$right.0.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152278366177705&amp;actorid=500682704" href="https://www.facebook.com/browse/likes?id=10152278366177705&actorid=500682704" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152278366177705&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".6f.1:0.0.$right.0.0.0.$range0:0">4 people</a><span data-reactid=".6f.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".6f.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".6f.1:4.0"><div class="_ohe lfloat" data-reactid=".6f.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".6f.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".6f.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".6f.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6f.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".6f.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".6f.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".6f.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".6f.1:4.0.$right.0.0.0.0.0"><div data-reactid=".6f.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".6f.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".6f.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".6f.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".6f.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".6f.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".6f.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".6f.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".6f.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".6f.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".6f.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040833772564963057&quot;,&quot;mf_story_key&quot;:&quot;2981994982861627117&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:20}" data-cursor="MTQwNjQ4OTQyOToxNDA2NDg5NDI5OjE1OjI5ODE5OTQ5ODI4NjE2MjcxMTc6MTQwNjM4ODk4ODow" data-dedupekey="2981994982861627117" data-timestamp="1406388988" id="u_jsonp_6_15"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_6_16" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_6_1l"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/maheshkumarmitmanipal?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000586404948"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/385280_300637476632463_831624070_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/maheshkumarmitmanipal" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000586404948">Mahesh Kumar</a></span> shared <a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fbitecharge.com%2Fplay%2Ftwowords%2Fh4&h=0AQHJWsB7&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbitecharge.com\u00252Fplay\u00252Ftwowords\u00252Fh4&amp;h=0AQHJWsB7&amp;render_verification=0&amp;enc&amp;d&quot;);">a link</a>.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/maheshkumarmitmanipal/posts/880975785265293"><abbr title="Saturday, July 26, 2014 at 9:06pm" data-utime="1406388988" data-shorten="1" class="_5ptz">July 26 at 9:06pm</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_6_26" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6m2 _1zpr clearfix _dcs _4_w4 _59ap mtm" id="u_jsonp_6_1g" data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6ks"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fbitecharge.com%2Fplay%2Ftwowords%2Fh4&h=bAQFqu9wT&enc=AZMwr3s56lydX6J6VrLSVBBwM_-xVKeAakbA08P_BmfUCWZvjWL-LBoZYvFnK139Phsy4eWs7W1UhXtkCxr82QtHljyJ6DDwgAyguLlo1LvzRVDGVcgr9w918XXLzBrGMkYHi1nFr9sq1YZjJ-uKQHaY&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbitecharge.com\u00252Fplay\u00252Ftwowords\u00252Fh4&amp;h=bAQFqu9wT&amp;render_verification=0&amp;enc=AZMwr3s56lydX6J6VrLSVBBwM_-xVKeAakbA08P_BmfUCWZvjWL-LBoZYvFnK139Phsy4eWs7W1UhXtkCxr82QtHljyJ6DDwgAyguLlo1LvzRVDGVcgr9w918XXLzBrGMkYHi1nFr9sq1YZjJ-uKQHaY&amp;d&quot;);"><div class="_6l- __c_"><img class="_6m5 fbStoryAttachmentImage img" src="./ui_files/safe_image(3).php" style="width:470px;height:246px;" alt=""></div></a></div><div><div class="_6m3"><div class="mbs _6m6"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fbitecharge.com%2Fplay%2Ftwowords%2Fh4&h=WAQGsgzW7&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbitecharge.com\u00252Fplay\u00252Ftwowords\u00252Fh4&amp;h=WAQGsgzW7&amp;render_verification=0&amp;enc&amp;d&quot;);">I got Exceptionally Big-Hearted. What two words describe you?</a></div><div class="_6ma"><div class="_6m7">You have a big heart. When someone close to you is down, you never leave their...</div><div class="_59tj"><div class="_6lz _6mb ellipsis">bitecharge.com</div></div></div></div><a class="_52c6" href="http://l.facebook.com/l.php?u=http%3A%2F%2Fbitecharge.com%2Fplay%2Ftwowords%2Fh4&h=yAQFTQbjOAQG_E7aFLkwC2QiNpYiotRWtRepNf5LQRZk2wA&enc=AZM5zTlk8wqUbrK8hAFWq9KE4KyT5NgcUnDMYwZOvY76cGHdePc38S_BpDn8mBl2SSfMwLDRMskbCOElxh6pYVj0J8fHCuv_2sNuicfXnbhU8oWydRHM8AZUZ2Pyj8-wao6XE0L2vVcyiFVK8IyYGxrX&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/bitecharge.com\/play\/twowords\/h4&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fbitecharge.com\u00252Fplay\u00252Ftwowords\u00252Fh4&amp;h=yAQFTQbjOAQG_E7aFLkwC2QiNpYiotRWtRepNf5LQRZk2wA&amp;render_verification=0&amp;enc=AZM5zTlk8wqUbrK8hAFWq9KE4KyT5NgcUnDMYwZOvY76cGHdePc38S_BpDn8mBl2SSfMwLDRMskbCOElxh6pYVj0J8fHCuv_2sNuicfXnbhU8oWydRHM8AZUZ2Pyj8-wao6XE0L2vVcyiFVK8IyYGxrX&amp;d&quot;);"></a></div></div></div></div><div><form rel="async" class="live_880975785265293_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_6_1r" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQEyGbQa5Wgu" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;100000586404948&quot;,&quot;target_fbid&quot;:&quot;880975785265293&quot;,&quot;target_profile_id&quot;:&quot;100000586404948&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406388988&quot;,&quot;check_hash&quot;:&quot;AQDsIOPJqHYP-9OA&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".6j"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".6j.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".6j.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=99&appid=2309869772&p[0]=100000586404948&p[1]=880975785265293&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".6k">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_6_1x"><ul class="UFIList" data-reactid=".6l"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".6l.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".6l.1:4.0"><div class="_ohe lfloat" data-reactid=".6l.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".6l.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".6l.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".6l.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".6l.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".6l.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".6l.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".6l.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".6l.1:4.0.$right.0.0.0.0.0"><div data-reactid=".6l.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".6l.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".6l.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".6l.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".6l.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".6l.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".6l.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".6l.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".6l.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".6l.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".6l.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div id="more_pager_pagelet_53d55a4fea8fd3544880214" data-referrer="more_pager_pagelet_53d55a4fea8fd3544880214"></div><div class="_4ikz" id="substream_0_53d56842551fb5a01468515" data-referrer="substream_0_53d56842551fb5a01468515"><div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;-8466919807860534117&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:21}" data-cursor="MTQwNjQ4OTQyNzoxNDA2NDg5NDI3OjE6LTg0NjY5MTk4MDc4NjA1MzQxMTc6MTQwNjQ4OTI4NDow" data-dedupekey="-8466919807860534117" data-timestamp="1406489284" id="u_jsonp_8_1"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_2" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_p"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/abhimanyusangwan?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=719801852"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10385285_10152122707606853_8739604470939127907_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/abhimanyusangwan" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=719801852">Abhimanyu Sangwan</a></span> shared <a class="profileLink" href="https://www.facebook.com/paramjyot1" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000501487284">Paramjyot Singh</a>'s <a href="https://www.facebook.com/photo.php?v=944982042195170" data-ft="{&quot;tn&quot;:&quot;F&quot;}">video</a>.</span></div></h5><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/abhimanyusangwan/posts/10152140848596853"><abbr title="Monday, July 28, 2014 at 12:58am" data-utime="1406489284" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_1g" aria-label="Shared with: Abhimanyu&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div><div class="_5r69"><div class="mtm"><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6n_ mtm" style="width:240px;" data-ft="{&quot;tn&quot;:&quot;F&quot;}"><a href="https://www.facebook.com/photo.php?v=944982042195170&fref=nf" rel="theater" ajaxify="https://www.facebook.com/photo.php?v=944982042195170&amp;fref=nf&amp;player_origin=newsfeed"><div class="uiScaledImageContainer _57tt" style="width:240px;height:320px;"><img class="scaledImageFitWidth img" src="./ui_files/10502834_944982168861824_944982042195170_12642_1610_b.jpg" alt="" width="240" height="320"></div><i class="_6o1"></i><div class="_5b_0 _5bgz"><div class="_578n fsm fwb">00:59</div></div></a></div></div><div class="mtm plm _5pcm"><div class="mbs fwn fcg" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="_5pcn fwb" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/photo.php?v=944982042195170&fref=nf">Paramjyot Singh</a></div></div><div class="mtm _5pco" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>It happen only in India.......</p></div></div></div></div></div></div><div><form rel="async" class="live_10152140848596853_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_q" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;719801852&quot;,&quot;target_fbid&quot;:&quot;10152140848596853&quot;,&quot;target_profile_id&quot;:&quot;719801852&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406489284&quot;,&quot;check_hash&quot;:&quot;AQDAGoim4IwKUHX8&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".7w"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".7w.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".7w.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=11&appid=2392950137&p[0]=944982042195170&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".7x">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_10"><ul class="UFIList" data-reactid=".7y"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".7y.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".7y.1:4.0"><div class="_ohe lfloat" data-reactid=".7y.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".7y.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".7y.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".7y.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".7y.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".7y.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".7y.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".7y.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".7y.1:4.0.$right.0.0.0.0.0"><div data-reactid=".7y.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".7y.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".7y.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".7y.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".7y.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".7y.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".7y.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".7y.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".7y.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".7y.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".7y.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;8167955098850991327&quot;,&quot;ei&quot;:&quot;AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:22}" data-xt="7.qid.6040849108867385367:mf_story_key.8167955098850991327:ei.AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc" data-xt-vimp="{&quot;pixel_in_percentage&quot;:1,&quot;duration_in_ms&quot;:1,&quot;subsequent_gap_in_ms&quot;:60000,&quot;log_initial_nonviewable&quot;:false}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjI6MTY0MDM4NDY5NDU4Mzg2OTQ5MzoxNDAyMzUwNTI5OjA=" data-dedupekey="1640384694583869493" id="u_jsonp_8_3" aria-labelledby="js_108 js_109 js_110"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_5g-l"><span>Suggested Post</span></div><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_4" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_n"></a></div></div><span id="u_jsonp_8_g" class="uiLikePageButton _47we _42b7"><button value="1" class="_42ft _4jy0 PageLikeButton _4jy3 _517h" data-profileid="30569909558" data-ft="{&quot;type&quot;:28,&quot;tn&quot;:&quot;c&quot;}" data-ownerid="u_jsonp_8_g" id="u_jsonp_8_h" type="submit"><img class="_3-8_ img" src="./ui_files/2KL1UzJC9rt.png" alt="" width="12" height="13">Like Page</button></span><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/losangelesfilmschool?ft[tn]=%3C&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;\u003C&quot;}" data-hovercard="/ajax/hovercard/page.php?id=30569909558" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1377069_10151950738104559_1345609235_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_108"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;k&quot;}"><a href="https://www.facebook.com/losangelesfilmschool?fref=nf&ft[tn]=kC&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-hovercard="/ajax/hovercard/page.php?id=30569909558&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">The Los Angeles Film School</a></span></div></h5><div class="_5pcp" id="js_109"><span class="uiStreamAdditionalLogging _5paw" data-ft="{&quot;tn&quot;:&quot;j&quot;}"><a class="uiStreamSponsoredLink" href="https://www.facebook.com/about/ads?ft[tn]=j&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Sponsored</a></span> · <a data-hover="tooltip" aria-label="Public" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_110"><p>Learn Filmmaking from ANYWHERE in the WORLD with a Bachelor's degree from LA Film School!</p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6m2 _1zpr clearfix _dcs _4_w4 _41u- _59ap mtm" data-ft="{&quot;tn&quot;:&quot;H&quot;}" id="u_jsonp_8_1h"><div class="_6ks"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fgo.lafilm.edu%2Fdigital-filmmaking%3Futm_source%3DFacebook%26utm_medium%3DSocialMedia%26utm_campaign%3DDigitalFilmmaking%26src%3DFACEBOOKDF%26format%3DLandingPages&h=7AQHl-cOa&enc=AZNMTThICvHrZXwA-db8-n8AlvamSlz-ys9V1n22Q1Tsqv3h7JzOjOoF7ELLISJy8Zsn2GvbiGMr3W00619iVAp9fYSIPFKObr6jGDQPN862bN-JLOtyPcQHDC3WCmBoJ5Us_mbCrAkE-yTEy8majIVk&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fgo.lafilm.edu\u00252Fdigital-filmmaking\u00253Futm_source\u00253DFacebook\u002526utm_medium\u00253DSocialMedia\u002526utm_campaign\u00253DDigitalFilmmaking\u002526src\u00253DFACEBOOKDF\u002526format\u00253DLandingPages&amp;h=7AQHl-cOa&amp;render_verification=0&amp;enc=AZNMTThICvHrZXwA-db8-n8AlvamSlz-ys9V1n22Q1Tsqv3h7JzOjOoF7ELLISJy8Zsn2GvbiGMr3W00619iVAp9fYSIPFKObr6jGDQPN862bN-JLOtyPcQHDC3WCmBoJ5Us_mbCrAkE-yTEy8majIVk&amp;d&quot;);"><div class="_6l- __c_"><img class="_6m5 fbStoryAttachmentImage img" src="./ui_files/safe_image(4).php" style="width:470px;height:246px;" alt=""></div></a></div><div><div class="_6m3"><div class="mbs _6m6"><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fgo.lafilm.edu%2Fdigital-filmmaking%3Futm_source%3DFacebook%26utm_medium%3DSocialMedia%26utm_campaign%3DDigitalFilmmaking%26src%3DFACEBOOKDF%26format%3DLandingPages&h=9AQHuQ4Ni&enc=AZOt6R5tismYqD3mnwOQLhtKnZmsJqtXegRKjyzrM55dFmCj8RIXUF4wVrVgrqkTNe3uo5bHbOuIIbWGZ-NoGSY1fXrq9G4PGa_jn6LUMHOTKiooD9WMfOlMabCTe5RWL7E&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fgo.lafilm.edu\u00252Fdigital-filmmaking\u00253Futm_source\u00253DFacebook\u002526utm_medium\u00253DSocialMedia\u002526utm_campaign\u00253DDigitalFilmmaking\u002526src\u00253DFACEBOOKDF\u002526format\u00253DLandingPages&amp;h=9AQHuQ4Ni&amp;render_verification=0&amp;enc=AZOt6R5tismYqD3mnwOQLhtKnZmsJqtXegRKjyzrM55dFmCj8RIXUF4wVrVgrqkTNe3uo5bHbOuIIbWGZ-NoGSY1fXrq9G4PGa_jn6LUMHOTKiooD9WMfOlMabCTe5RWL7E&amp;d&quot;);">Digital Filmmaking Online</a></div><div class="_6ma"><div class="_6m7">Our Digital FIlmmaking program has you covered with a camera and lighting kit of your own, so you can learn and make films on your time, from anywhere!</div><div class="_59tj"><div class="clearfix"><div class="_522u rfloat _ohf"><div class="_6a" data-ft="{&quot;tn&quot;:&quot;*J&quot;}"><a class="_42ft _4jy0 _4jy3 _517h" role="button" href="http://l.facebook.com/l.php?u=http%3A%2F%2Fgo.lafilm.edu%2Fdigital-filmmaking%3Futm_source%3DFacebook%26utm_medium%3DSocialMedia%26utm_campaign%3DDigitalFilmmaking%26src%3DFACEBOOKDF%26format%3DLandingPages&h=3AQF2BGOf&enc=AZNSbFMrY1MbF5gDByjHV5SXSk1bNJiqAySUkwHX7M1kW8Zussrd7JBrCim2DrF6Wk1ABlzywRXgrCgw6wE5xm-NQD1lrvBFaKpMD3OgGalEVHmqK6EBV5pMtW4JvaqGzD9EarTzg4Tzh3IlV2Fm0y2z&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fgo.lafilm.edu\u00252Fdigital-filmmaking\u00253Futm_source\u00253DFacebook\u002526utm_medium\u00253DSocialMedia\u002526utm_campaign\u00253DDigitalFilmmaking\u002526src\u00253DFACEBOOKDF\u002526format\u00253DLandingPages&amp;h=3AQF2BGOf&amp;render_verification=0&amp;enc=AZNSbFMrY1MbF5gDByjHV5SXSk1bNJiqAySUkwHX7M1kW8Zussrd7JBrCim2DrF6Wk1ABlzywRXgrCgw6wE5xm-NQD1lrvBFaKpMD3OgGalEVHmqK6EBV5pMtW4JvaqGzD9EarTzg4Tzh3IlV2Fm0y2z&amp;d&quot;);">Learn More</a></div></div><div class="_6lz _6mb ellipsis _42ef">go.lafilm.edu</div></div></div></div></div><a class="_52c6" href="http://l.facebook.com/l.php?u=http%3A%2F%2Fgo.lafilm.edu%2Fdigital-filmmaking%3Futm_source%3DFacebook%26utm_medium%3DSocialMedia%26utm_campaign%3DDigitalFilmmaking%26src%3DFACEBOOKDF%26format%3DLandingPages&h=gAQFWy9fQAQHWW6a-Su8e91JnyaZINpi-rvdkaBvsh6AqCA&enc=AZMC7swF-3F0YivnowmayPVJZKp1H7Tvko6tMSE7JxQ0hjKBtiiaF5DQSaxvt3wP8ZDxgxM7Jpyj78eURe8NiXXGezYaAE9ji12EYHMTWe8-0m5EzB15UE8k17Xv57FIUmYCWMKq0poc9ADth0pElWnP&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;http:\/\/go.lafilm.edu\/digital-filmmaking?utm_source=Facebook&amp;utm_medium=SocialMedia&amp;utm_campaign=DigitalFilmmaking&amp;src=FACEBOOKDF&amp;format=LandingPages&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fgo.lafilm.edu\u00252Fdigital-filmmaking\u00253Futm_source\u00253DFacebook\u002526utm_medium\u00253DSocialMedia\u002526utm_campaign\u00253DDigitalFilmmaking\u002526src\u00253DFACEBOOKDF\u002526format\u00253DLandingPages&amp;h=gAQFWy9fQAQHWW6a-Su8e91JnyaZINpi-rvdkaBvsh6AqCA&amp;render_verification=0&amp;enc=AZMC7swF-3F0YivnowmayPVJZKp1H7Tvko6tMSE7JxQ0hjKBtiiaF5DQSaxvt3wP8ZDxgxM7Jpyj78eURe8NiXXGezYaAE9ji12EYHMTWe8-0m5EzB15UE8k17Xv57FIUmYCWMKq0poc9ADth0pElWnP&amp;d&quot;);"></a></div></div></div></div><div><form rel="async" class="commentable_item hidden_add_comment collapsed_comments" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" id="u_jsonp_8_1d" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;30569909558&quot;,&quot;target_fbid&quot;:&quot;10152508080509559&quot;,&quot;target_profile_id&quot;:&quot;30569909558&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1402350527&quot;,&quot;check_hash&quot;:&quot;AQAfPBQHbEvSMETF&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8c"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8c.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8c.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=99&appid=2309869772&p[0]=30569909558&p[1]=10152508080509559&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8d">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/losangelesfilmschool/posts/10152508080509559?ft[tn]=O]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="1508 likes 74 comments 161 shares" data-reactid=".8b" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><span data-reactid=".8b.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".8b.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".8b.$like.1">1,508</span></span><span data-reactid=".8b.$comment"><i class="mls UFIBlingBoxCommentIcon UFIBlingBoxSprite" data-reactid=".8b.$comment.0"></i><span class="UFIBlingBoxText" data-reactid=".8b.$comment.1">74</span></span><span data-reactid=".8b.$reshare"><i class="mls UFIBlingBoxReshareIcon UFIBlingBoxSprite" data-reactid=".8b.$reshare.0"></i><span class="UFIBlingBoxText" data-reactid=".8b.$reshare.1">161</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_1f"><ul class="UFIList" data-reactid=".8e"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".8e.1:0"><div class="clearfix" data-reactid=".8e.1:0.0"><div class="_ohe lfloat" data-reactid=".8e.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".8e.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".8e.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".8e.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".8e.1:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".8e.1:0.0.$right.0.$right"><div class="UFIOrderingModeSelector" data-reactid=".8e.1:0.0.$right.0.$right.0"><div class="_6a" data-reactid=".8e.1:0.0.$right.0.$right.0.1"><div class="UFIOrderingModeSelectorPopover uiPopover _6a _6b" data-reactid=".8e.1:0.0.$right.0.$right.0.1.0"><a class="_p" href="https://www.facebook.com/#" data-reactid=".8e.1:0.0.$right.0.$right.0.1.0.0" role="button"><span data-reactid=".8e.1:0.0.$right.0.$right.0.1.0.0.0">Top Comments</span><i class="UFIOrderingModeSelectorDownCaret img sp_6H68Ux8tLRN sx_48d920" data-reactid=".8e.1:0.0.$right.0.$right.0.1.0.0.1"></i></a></div></div></div></div><div class="" data-reactid=".8e.1:0.0.$right.0.$left"><div class="UFILikeSentenceText" data-reactid=".8e.1:0.0.$right.0.$left.0"><span data-reactid=".8e.1:0.0.$right.0.$left.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152508080509559&amp;actorid=30569909558" href="https://www.facebook.com/browse/likes?id=10152508080509559&actorid=30569909558" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152508080509559&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".8e.1:0.0.$right.0.$left.0.0.$range0:0">1,508 people</a><span data-reactid=".8e.1:0.0.$right.0.$left.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></div></li><li class="UFIRow UFIShareRow" data-reactid=".8e.1:1"><div class="clearfix" data-reactid=".8e.1:1.0"><div class="_ohe lfloat" data-reactid=".8e.1:1.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIShareIcon" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=10152508080509559" href="https://www.facebook.com/shares/view?id=10152508080509559" tabindex="-1" aria-hidden="true" data-reactid=".8e.1:1.0.$left.0"></a></div><div class="" data-reactid=".8e.1:1.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8e.1:1.0.$right.0"><a class="UFIShareLink" rel="dialog" ajaxify="/ajax/shares/view?target_fbid=10152508080509559" href="https://www.facebook.com/shares/view?id=10152508080509559" data-reactid=".8e.1:1.0.$right.0.0">161 shares</a></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8e.1:2"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8e.1:2.0"><div class="_ohe lfloat" data-reactid=".8e.1:2.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8e.1:2.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8e.1:2.0.$left.0.0"></div></div><div class="" data-reactid=".8e.1:2.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8e.1:2.0.$right.0"><div class="UFICommentContainer" data-reactid=".8e.1:2.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8e.1:2.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8e.1:2.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8e.1:2.0.$right.0.0.0.0.0"><div data-reactid=".8e.1:2.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8e.1:2.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8e.1:2.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8e.1:2.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8e.1:2.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8e.1:2.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8e.1:2.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8e.1:2.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8e.1:2.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8e.1:2.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8e.1:2.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIFirstCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0"><div class="clearfix" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0"><div class="_ohe lfloat" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/susan.p.lundy?fref=ufi&ft[tn]=TR0]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-hovercard="/ajax/hovercard/hovercard.php?id=100000321015843&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$left.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img src="./ui_files/1618699_697688460251848_698905785_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$left.0.0"></a></div><div class="" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$right.0"><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0"><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100000321015843&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/susan.p.lundy?fref=ufi&ft[tn]=%3BR0]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.$author.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Susan Power Lundy</a></span><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">My son really wants to do this. Can it be done in Ireland</span></span></span><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10152590983929559" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152590983929559&amp;comment_from=100000321015843&amp;comment_likecount=2&amp;comment_id=10152508080509559_10152590983929559&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10152590983929559" rel="dialog" role="button" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">2</span></a><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/losangelesfilmschool/posts/10152508080509559?comment_id=10152590983929559&offset=0&total_comments=74&ft[tn]=NR0]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><abbr class="livetimestamp" title="Monday, July 14, 2014 at 6:12am" data-utime="1405298532" data-shorten="true" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">July 14 at 6:12am</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".8e.1:3:1:$comment10152508080509559_10152590983929559:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><ul class=" UFIReplyList" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0"><li class="UFIRow UFIReplySocialSentenceRow UFIFirstComponent UFILastComponent" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0"><a class="UFICommentLink" href="https://www.facebook.com/#" role="button" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0"><div class="clearfix" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0"><div class="_ohe lfloat" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper UFIFeedCardedReplyActor" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$left.0"><i class="UFIPagerIcon UFIFeedCardedIconWithActor" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$left.0.0"></i><img alt="" src="./ui_files/1377069_10151950738104559_1345609235_n(1).jpg" class="img UFIActorImage _54ru" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$left.0.1"></div></div><div class="" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right.0"><span class="" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right.0.0"><span class="UFIReplySocialSentenceLinkText" data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right.0.0.0"><span data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right.0.0.0.0">The Los Angeles Film School replied</span><span data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right.0.0.0.1"> · </span><span data-reactid=".8e.1:3:1:$replies10152508080509559_10152590983929559:0.1:0.0.0.$right.0.0.0.2">2 Replies</span></span></span></div></div></div></a></li></ul><li class="UFIRow UFILastComment UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0"><div class="clearfix" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0"><div class="_ohe lfloat" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/sammi.scotto?fref=ufi&ft[tn]=TR]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-hovercard="/ajax/hovercard/hovercard.php?id=1683264447&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$left.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><img src="./ui_files/10463984_10201622478918793_164478866950406111_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$left.0.0"></a></div><div class="" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$right.0"><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0"><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=1683264447&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/sammi.scotto?fref=ufi&ft[tn]=%3BR]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.$author.0" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);">Sammi Scotto</a></span><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Thanks for making the cover person a woman, it really does help for (hopefully) future women in the industry like me! <span class="emoticon_text" aria-hidden="true">:)</span><span title=":)" class="emoticon emoticon_smile"></span></span></span></span><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3"><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$likeToggle:0">Like</a><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$commentReply:0:$MIDDOT:0"> · </span><a class="UFIReplyLink" href="https://www.facebook.com/#" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$commentReply:0:$action:0">Reply</a><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10152588558019559" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152588558019559&amp;comment_from=1683264447&amp;comment_likecount=8&amp;comment_id=10152508080509559_10152588558019559&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10152588558019559" rel="dialog" role="button" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">8</span></a><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$metadata:0:$MIDDOT:0"> · </span><span data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$metadata:0:$action:0"><a class="uiLinkSubtle" href="https://www.facebook.com/losangelesfilmschool/posts/10152508080509559?comment_id=10152588558019559&offset=0&total_comments=74&ft[tn]=NR]&ft[qid]=6040849108867385367&ft[mf_story_key]=8167955098850991327&ft[ei]=AQJgMUnwC2QiA3QKL3nLCUjg5bCSbEoSMOp_aOWkNClYT8Z2FV2TH8JrPRPM6NQcJcJVxYNnSlq1FmXq2YQY59lnypk6qXsdVN21-tbC7Yso87_oU1tJnN7cv5fyB9JMqelsoyB4P-R777otIy0wdJPjk0JCjW_CZ6b80d6CALRDW3b8NIpZQG8VIvBy0a_46-aZq1rUZqc7Lo6ml3i6rgZGZGATt6o0L5uui0pDHtVm85npVdKp0M_eVE79ZrxfxZtxHU8pbRerxNg4rZ88V3XAn_6akJwxfEG-mGSDlRzQxL5hGLGXa68J21GekUFCyUdoknO-9e01M2qzxgs6j8E9uD3MgyqjJlDtJbqV-tNgvIImlIvju9xBJjjyGnM8aYdjtIKO7Lrjm7LsyQnUNhZ1QTgCmyKZd7jpuPVfSeXYC7UW0ygl5OribHImHMPCucFgPcI0sAE6c5Dcsb-KF5O8skmmfFl5vJXdJTURnOxyqBKk5-ch9F6YfEvTLA9iuqYusOpcNtNMwfxM_c0h7tyoO3HE7tx3255ehBrK12QiZUTWpurgBdOpDQX5EeOPqdUHf3NRBSkBuErz9KQZGT37t3s5IRmCWeRKwDI8oO7vb9wgLzT_4u4y7svmNthm_US3BT56vOBJ6llZjLoaxlvelelO2eiB2e8DOhqoUE8ohfFCn8UgsFLcB8zvJZG1AXAgxoOl3rzuysd43pBnChfORhKmS95vHFDHo6Hv925deSQ5vo_OH3DuzH3KoTC8d43ELU8Y1ZHlHAWipOdz-VAIb-zm_gzY1pcY2rgZU02jskFuAiZAzgwSJm1g2QVC5nq9-c3ThwajUQu41dasoeeFfkLnx_1LzJZ7EbyNyDMJ3mnQJJGihIpsqxDtcQ_4EJjB_WBZvdoKqNqeJE_-M1Mf62pQy5anSPtTcLxz6fo-C_1Mn3d0p1MGxjWw0sDPM-kys_VrH8sGqhqqS7FUOLNaeSTWkYLMRJSWY_AfxqPGVwgMYQQiRUa2MGe08iTOBuasgTR6Wd_xpOe953Nt4-170xozM0NRLjlKcoZqtdmjLlOXm1klPZc8IN1PfyyXYmAsAqn22achyohcEKaLRIuYcX2hRVnFKlQDAARhmHFpvdOjN_chlywhKtlZETNfK3ET6Scw6GF1UXDWM2InunUFhe6aY4rgvsLB1cinIcJguBHVeV7E4S4oDS7gTqWf44fxbmGOdJG0ofZg1VEfWXXF1Ydpox-BA-RYNb_wQeViCpIo04F8VmYtbDVhwhjN75dVfirvryExIj1t6wI_Xp7OIKJhvJrWFYXfRGgsSGg_OyLUt2WHI2YXTR_Lcgjklp0lVR7qariwxylaSvMAEFFl6KI64PTMokLbazOnB7vzFoTe94qpJMx5jBO57l7HlafV8_f0LcPhl6A_ch2W5gUvieooES6buc1TURFJZCp_ISKGb363m1s4B4VmRpLJPlPq_0ifZuwp9sO5tYCCE_M4FzgpVGmxKwzOTTcDKBxPR27S500GOylSOKw_qXAN3GCKzutRQjRBPPcE08T1dDPL6VhMxardG7LDuJnWZZp9L1HI6_tz5HoqtEQbtYk1Yr3YFM7ZoppjDlNwi54lecPzsHheb8pdTb-bwDd6Ry9ZDpLeqkv9d-UFUu_xgAZx5C9sYJ-WUMx-bjUFDXzSNSLx25vzv6NCrFh7Mo635zsVyOl8zoJ1m0zXPFJvgOn01T0SdnLRVNNnSoL2Z4W2VihQerQaRQF7QaLSrx2Bk6z9BbD1lCbN-IlFuKlnROUobnM4rMdTfVpZ08dUr2IictJTLG_SzN7fA8TUuz9rDBhHfvIIA4fegU8RCmZnTiiFRBr_SwzURu1tWCemIZ7aKA9YhwgW9Y4k_L4PnL1kdHKgiQz55nzCXiAc1JRrScEiOpuHLC1ofW6rudWMQYVOLFFXBZsVASurTK9PQT74fZF04ZNBIndnxGKltoZ4Afm5mlSgACc-GpVmh0K9lVDx1yX3uJ-weNflnrpjSKj3gsYhzTRpoPWWxINLhWqbIXdw1gYpZ_WObdiKIiBPiD6gX7qfWvyalWg4tk90-sLDbHoEUiIJxjfs1OeoW_6ySVevEKOdMjIjcwASxaRWPb-DK2bFR2cZQS1d_qTL4DnfVAWCuunTDcJUIv1o1V5bi_10j-KHoqWdqdVtVNZssu1w6qozLhjFvVD0fyixBC9vlyNGqv_F8TAGPdubp2rDJvFxiqWW_25XOV2Z6bDSJqIlWiCbVng1W6yulK1SJiOVJbMcniuM-u9uOwoOM-FddUEC-MfPQvVdac-8YTrzpswUh8NGIxqRiXuAGezvA5_BjOMr_8r3TqgCqvJrT7sr56oxpSGPj7uo-8yM2Z9AnTemivq7TmOIXbPhqb2E_hoCo53v3c6s_JebOmouN8b0lfNI0HNe7foI6-jmKfFJT5dsZ4GTc92pr20sOBAn0eqtgVk57sp9EB2U_uJZ7StxJ4k-CE7QlfJ_errHfk00Z7QN6v8yUwyn_L5sHUIN2P_GjUqYo2F2TkinRneNuSOsvMokYMW1YKlCBxnmsuKqPn091HlDd3wBQtvSezCXrWuZLAgekS60l23n3mSSVsZhGoXSgRH7KZtiMwpRf9nwJJ_Km_XDfrivgRjt4c7UJSqs0Q9SBPIQBUTU9i93bRiH4nnSGA2wqh6Xut6VCvzQhxh3oDWq5PIuOiUOg8gpkzUm8uplX_Rbo-Dx_Yq3qri4nZXHHXjw-sUWn4vmKPBl6upRPb_TwdAyKeL3O38zR8whyR4eJUyNRrFC9WkJAK_Rao7oT6ik3X2lYBnAS43nuggdxxjkLa1Kz8Jjfxq6F3Bl76WV010MNM_BJ3daVUvedorcRFWgaueUGIMWQQ46iYa88qjcdKcxwSKPPcgKIo16c7Ag87yTWOlWcuAKEiG3C55Q6tTvy6t0WagXA6xiDp2YPh9gbNR2WXW0B_uwAbu7PvycB7bmdQhBcxHlR2kFAEDQTdwUlnTi8usr4w3L0vd2O73QmO3fCod8Ab4OJtwO68C-d2XyLBFn_Qmkd_KeO_sKZqZvbJInGGYC_yv-_9gKzke9sdmML-uaJpiDpLz8h3M-DctAg_I8XMYoxPQmpVoesRncR0-MidEbR77thw9FJg9oWLEqFSRtd5FSmyRoD06Tpr2mbSCEIXBrgcQ2dPPfmYUk_beFPTd1OZ_AGKqnKyNc&ft[fbfeed_location]=1&ft[insertion_position]=22&__md__=0" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message" onmousedown="this.href = this.href.replace(&#39;__md__=0&#39;, &#39;__md__=1&#39;);"><abbr class="livetimestamp" title="Sunday, July 13, 2014 at 7:33am" data-utime="1405217000" data-shorten="true" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.3.$metadata:0:$action:0.$timestamp-message.0">July 13 at 7:33am</abbr></a></span></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".8e.1:3:1:$comment10152508080509559_10152588558019559:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIPagerRow UFIComponent UFILastCommentComponent UFILastComponent" data-reactid=".8e.1:3:$bottomPager"><div class="clearfix" data-reactid=".8e.1:3:$bottomPager.0"><div class="_ohe lfloat" data-reactid=".8e.1:3:$bottomPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".8e.1:3:$bottomPager.0.$left.0"></a></div><div class="" data-reactid=".8e.1:3:$bottomPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".8e.1:3:$bottomPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".8e.1:3:$bottomPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".8e.1:3:$bottomPager.0.$right.0.$right.0">2 of 74</span></div><div class="" data-reactid=".8e.1:3:$bottomPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".8e.1:3:$bottomPager.0.$right.0.$left.0"><span data-reactid=".8e.1:3:$bottomPager.0.$right.0.$left.0.0">View more comments</span></a></div></div></div></div></li></ul></div></form></div></div><iframe class="fbEmuTracking" src="./ui_files/xti(4).html" width="0" height="0" scrolling="no" frameborder="0"></iframe></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;-7663570746909935192&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:23}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjU6LTc2NjM1NzA3NDY5MDk5MzUxOTI6MTQwNjQ4ODkyODow" data-dedupekey="-7663570746909935192" data-timestamp="1406477961" id="u_jsonp_8_5" aria-labelledby="js_111 js_112 js_113 js_114 js_115 js_116 js_117"><div class="_5pcr clearfix" id="u_jsonp_8_6"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_b" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_e"></a></div><h5 class="mbs _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_111"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/mayur.kumar.77" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000590753545">Mayur Kumar</a></span> and <a data-hover="tooltip" aria-label="Himangshu Jyoti Hazarika Abhishek Raman Umang Sethi and 50 more..." data-tooltip-position="below" href="https://www.facebook.com/#" ajaxify="/ajax/browser/dialog/participants/?q=AeJ7Y7p8UrKF2ga5mljfJF599df5-WPyHHXoZW0381n6x6p6RsN7t_j94an0DS5pSsD2DlJ7wjRl-9l4BYtIs6yc8_IjBneLSe8w6WkwAoZhoDq3Sg1ioTmKe9Vsmaj5Um5djF6tfP15Gi2FBBu16PsmXzF2vdCZwA5DHIOl2B9xgjSffBBFYePxnWbUvlJNMZhnjaQv9P1HLd1_umBV4TEn5z9Srz5FH2jgu67Yxmej-5P1FkF0sXkc4wy2X3A29-ohkaBJQQA4bBLGf2VEWovtJc_j5OdFlNiBwa1fLeNJhdt-Cd8nyYzPPKvDUc6W7aOK2_Yd1koYZhCT61F_ZXli6cftFDEUTOlbWamYmUKUX4Nw6Ls5x6eqSBt0feDmY_FF62s3FCorx5L7b1kIR8fcAqxN5r7IDeJrPNyMJpNTW9Il8f1j43l5kKOX43syVe_fhxvV5BbRApvN0vjbRry2WrMMKclqOQ3NvMPXqETg96WfF-CvvnE3LyA9JUPkS0U8W6C5UVAypEzyz9isSof4CdSutyn6Qib80dHjCnGW0R70LkbzFN9iHYSrZ1Qf3NUCpYUWXohJrRswLq0pNRgdUB8Jtd8P6TXCu5FZEY7gDv8uaw7xK8GcQTtN7DlnFdHxTNHrCxLvl10p3LnI_oYd5NOTvbAt8Pe1YgCirqicicHQ0Fy5rWTZ5a-gAVGjHwTy5OCgPCkTSAcysgU-c7M5M024uPnFl5bVn3RrL3pWEa4oHhu4Pv0cforMX6vLr3g4DEc-WnEmyNRfAMsuYTsU8ApMMFhzL3IlMZffdQGMacOKibh6301VmoHAypPFyfHEPBk4HIOvZLoKEmZnftsk-lvEb93VZxRHbwbgemSzKVr04i4cTm4WGKPAIksO_UPxWNoTj_XE-UTAI_VEBCM8cJGz5ORNENunLkcYpXCTGjZHBOJTccHxY_6T_CVeYYFiaCb8X6JZeGQb97Ktl7rwb_Vv_j9fJp1pcqoslf0rBERw9v7xq_EXR5jIA8rJmTn7LxmgWxj0uNlvgeYsCy4UtCrsYlYYAxHfojGu8sADRGjP3gquTjAkGSIA9LIlwwhftVB-wHCB3R0H3eHR7xfkyyBCH1igIuusqRvQrR1rxFq6D5INBOMlA8fQr1g17-1x_isfaYTErVSI2N_ftZH3ckUF6-1DlLDhsig310AyrAey_QrUhjlAf6oaeNTYktXhsY98Xyvq9CFo_zUj1z-q-44yvQlC-JD4v3O9oE_lBlI_LrAsrPlwmExRBJr_XUcDdRXD-9GvE4_n2PGr9zJ7fJDPO1ikjYnhtPHHdHE8iM9zP8JiRk0EFx6HezC7yvZE2Wat4RibF360hOshe2Sma14HEdfmms3cK_IQkN48KrQTHXov7zoMOlFYEBWuqqECTmOxfgP6b10SBpPcCxDhw369up9webvCqaHbNM4nBf36DB4mCc7UYVoK_EAbPO2-ETlc_hNRdNVf5tqPeXKUb5YRQQynoRm7qcPmmS_N8kJ30zPr3bwDTiTvWVlazrtQMqMdTdbi8bf4hJVLlfblu6gIcCp-NNPgZhEMskB_aDWrGhpCzIWnBw3njgxzH9yOuoF9qaAPlcQPPZu5DJXyR94JLMtlRQaywO_YjGe_VdsJGJPqymjeeCyzmdp0KFGl788eAdRf3E5u2Utnip5QMvoR7NQ7zVpl1cUNZhydS_UcNgYsFctDMxwdoWFpPGpDlQu3pSCPF-AVNfv3LIzzwCwlo1r4xjmGBh5JbpKHrpZrrJ_kB4CmXBMax7NVseU8EnBs0Grjy6xp24mnMNqSEHnFiQvRV7F1N27YldWH1jQSEehE--KGAUdLG-ZgcG7UMnx8b8gqLpDdqB5KCbllPUcIfoqB1cimgk24xBEtShex7GQnOAWabaCXShT0atNexS3u-SJi0R0T4pI1alNpDkmUe7DnXQu1NyKPStrymAqIm4OE9h2Ni4NasIQDoahPhEzLngDNyxzDbMkPg14_YeR8OW82Slj4iEQIuo7j7nfHCl4lwqAYEO4uqiL3H6xBu30gWe5D3_SXS6rD7DRrQQi50RUJ_zEfpDGDIcdA8h7x6qSnxkdzKRiNmwg_5OeqabScCHXQMqN9mUYSieA0FbYLApJXLt8qQ9uBA6vu464GYLMwCy8D-2dLQ56UOrGkiBTKbvURTvJYAH_gZiHHhP2cWsJJHvAXN4ShX8snE2892vhVgbcdCTVnmZzDcc7e3x-pOwA8tAo0Simtl2Qpt0abSzeDp5WJDB-KvobgPPf3lF9f0m2fjgQWQHOF09rHkX8UoYemkzzJg3FSfgWlkF50VgseIhDk9lbYQPJb6BhvGwHEb67fDESEcyllr_MHTHojPbiqc8fiGzkmdV4eooc_AcmqNHFLCxGpXBj4BUDJ0BBiGvSr7UsplbSjE3lHHDflaxl5jq2R7dZ_y9_LyOqAa0Oy40AzCXufgPyVxiVdaoYJJvqyFBQiwj7dGhcOAb7dr8LRCs7xwSpfM_WxeJBYS1kgGHYhphtRgG6IHc62rHkb5eN8I-tq73xmZzvCI1aeESi5oxey3vV2vg_iWhUj65ALN6bOWAn8sBPGNXs2RjdmSp6k3ilvygkmjXmXhg0zOcGz4tjCyjPX7ZFnTVnckPJ5DYRPL0UQAgIObUCJEkLSDz9APyfTrAZ0yPXJxm761DP7BQfWiMpLfmV9DbYY_uvNyjzPd3Xt3vPmz_Swv4vDq5rQaIINL9yGLHBXxLbYdlq9Q4YyNbW2_z3101fr3ByyOZb7nfsrVtkQ4_1rzQ5cU_0kQJloFvXTiqC7E5qM6sbC7iJVEwpD2bIyLvsex3LL_rjrjtBkuIXwXudc_6mkmdey2KOM-3oWo6UM8_Onc0tWUqxd4c8L3BDfiYnN1GQVExIe2N5poqYU-A" rel="dialog" data-ft="{&quot;tn&quot;:&quot;l&quot;}" role="button">53 others</a> wrote on <a class="profileLink" href="https://www.facebook.com/manisha.priyadarshini" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1692984794">Manisha Priyadarshini</a>'s timeline.</span></div></h5><div class="clearfix mvm"><a class="_8o _8t lfloat _ohe" href="https://www.facebook.com/manisha.priyadarshini" tabindex="-1" aria-hidden="true" data-hovercard="/ajax/hovercard/user.php?id=1692984794"><div class="uiScaledImageContainer" style="width: 90px; height: 90px"><img class="scaledImageFitWidth img" src="./ui_files/10314664_4221515031468_8844065718057350813_n.jpg" alt="" width="90" height="90"></div></a><div class="_42ef"><div class="mbs fwb"><a href="https://www.facebook.com/manisha.priyadarshini" data-hovercard="/ajax/hovercard/user.php?id=1692984794">Manisha Priyadarshini</a></div><div class="mbs fcg">Birthday: Yesterday</div><ul class="uiList _4kg _6-h _704 _6-i"><li><div class="fsm fwn fcg">You wrote on Manisha's timeline.</div></li></ul></div></div><div class="stat_elem"><ul class="uiList uiCollapsedList uiCollapsedListHidden _5pbz _5va0 _4kg" id="u_jsonp_8_c"><li><div class="userContentWrapper _5pcr mbs _5v9_ _5va1 _3ccb" data-dedup="S:_I537165995:10152632403365996" id="u_jsonp_8_7" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_i" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_s"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/hjhazarika?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=537165995"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10505425_10152557839315996_7475969937511343698_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_112"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/hjhazarika?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=537165995&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Himangshu Jyoti Hazarika</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/manisha.priyadarshini?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1692984794&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Manisha Priyadarshini</a></span></div></h6><div class="_5pcp" id="js_116"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/manisha.priyadarshini/posts/4444972937776"><abbr title="Sunday, July 27, 2014 at 9:49pm" data-utime="1406477961" data-shorten="1" class="_5ptz timestamp livetimestamp">4 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_1i" aria-label="Shared with: Manisha&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_117"><p>happy birthday academician</p></div><div></div><div><form rel="async" class="live_4444972937776_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_11" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;537165995&quot;,&quot;target_fbid&quot;:&quot;4444972937776&quot;,&quot;target_profile_id&quot;:&quot;1692984794&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406477961&quot;,&quot;check_hash&quot;:&quot;AQAea1uvYwJICN14&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".7z"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".7z.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".7z.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=537165995&p[1]=4444972937776&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".80">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_16"><ul class="UFIList" data-reactid=".81"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".81.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".81.1:4.0"><div class="_ohe lfloat" data-reactid=".81.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".81.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".81.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".81.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".81.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".81.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".81.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".81.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".81.1:4.0.$right.0.0.0.0.0"><div data-reactid=".81.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".81.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".81.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".81.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".81.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".81.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".81.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".81.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".81.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".81.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".81.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I537061404:10152525763211405" id="u_jsonp_8_8" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_j" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_u"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/raman.abhishek?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=537061404"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/223491_10150228236276405_5625319_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_113"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/raman.abhishek?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=537061404&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Abhishek Raman</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/manisha.priyadarshini?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1692984794&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Manisha Priyadarshini</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/manisha.priyadarshini/posts/4444260719971"><abbr title="Sunday, July 27, 2014 at 3:04pm" data-utime="1406453698" data-shorten="1" class="_5ptz timestamp livetimestamp">11 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_1j" aria-label="Shared with: Manisha&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Happy b'day</p></div><div></div><div><form rel="async" class="live_4444260719971_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_12" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;537061404&quot;,&quot;target_fbid&quot;:&quot;4444260719971&quot;,&quot;target_profile_id&quot;:&quot;1692984794&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406453698&quot;,&quot;check_hash&quot;:&quot;AQAv9AILdip_Y0dR&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".82"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".82.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".82.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=537061404&p[1]=4444260719971&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".83">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_18"><ul class="UFIList" data-reactid=".84"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".84.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".84.1:4.0"><div class="_ohe lfloat" data-reactid=".84.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".84.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".84.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".84.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".84.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".84.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".84.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".84.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".84.1:4.0.$right.0.0.0.0.0"><div data-reactid=".84.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".84.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".84.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".84.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".84.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".84.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".84.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".84.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".84.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".84.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".84.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="hiddenItem"><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I100000590753545:875284419167908" id="u_jsonp_8_9" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_k" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_w"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/mayur.kumar.77?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=100000590753545"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10492488_855847354444948_8753844995165142862_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_114"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/mayur.kumar.77?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=100000590753545&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Mayur Kumar</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/manisha.priyadarshini?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1692984794&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Manisha Priyadarshini</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/manisha.priyadarshini/posts/4443962032504"><abbr title="Sunday, July 27, 2014 at 10:54am" data-utime="1406438647" data-shorten="1" class="_5ptz timestamp livetimestamp">15 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_1k" aria-label="Shared with: Manisha&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Happy B'dy Manisha.. Have an awesome one... <i class="_4-k1 img sp_F6Afu2XGiZY sx_a8bc3e"></i></p></div><div></div><div><form rel="async" class="live_4443962032504_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_13" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;100000590753545&quot;,&quot;target_fbid&quot;:&quot;4443962032504&quot;,&quot;target_profile_id&quot;:&quot;1692984794&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406438647&quot;,&quot;check_hash&quot;:&quot;AQCoprZJwJ6-u5tS&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".85"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".85.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".85.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=100000590753545&p[1]=4443962032504&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".86">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_1a"><ul class="UFIList" data-reactid=".87"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".87.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".87.1:4.0"><div class="_ohe lfloat" data-reactid=".87.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".87.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".87.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".87.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".87.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".87.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".87.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".87.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".87.1:4.0.$right.0.0.0.0.0"><div data-reactid=".87.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".87.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".87.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".87.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".87.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".87.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".87.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".87.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".87.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".87.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".87.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="hiddenItem"><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I1552372869:10202398897484409" id="u_jsonp_8_a" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_l" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_y"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/umang.sethi.1?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=1552372869"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/39499_1381361304713_3971487_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_115"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/umang.sethi.1?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1552372869&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Umang Sethi</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/manisha.priyadarshini?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=1692984794&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Manisha Priyadarshini</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/manisha.priyadarshini/posts/4445359627443"><abbr title="Monday, July 28, 2014 at 12:52am" data-utime="1406488928" data-shorten="1" class="_5ptz timestamp livetimestamp">1 hr</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_1l" aria-label="Shared with: Manisha&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>happy bday ..:):)</p></div><div></div><div><form rel="async" class="live_4445359627443_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_14" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;1552372869&quot;,&quot;target_fbid&quot;:&quot;4445359627443&quot;,&quot;target_profile_id&quot;:&quot;1692984794&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406488928&quot;,&quot;check_hash&quot;:&quot;AQAo7p1ed8kI8qtY&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".88"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".88.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".88.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=1552372869&p[1]=4445359627443&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".89">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_1c"><ul class="UFIList" data-reactid=".8a"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8a.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8a.1:4.0"><div class="_ohe lfloat" data-reactid=".8a.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8a.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8a.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8a.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8a.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8a.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8a.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8a.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8a.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8a.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8a.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8a.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8a.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8a.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8a.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8a.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8a.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8a.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8a.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8a.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="showAll _5q5v" onclick="CSS.removeClass($(&quot;u_jsonp_8_c&quot;), &quot;uiCollapsedListHidden&quot;); CSS.addClass($(&quot;u_jsonp_8_c&quot;), &quot;uiCollapsedListVisible&quot;); return false;"><a class="_44b2" href="https://www.facebook.com/ajax/feed/substories/?context=%7B%22fbfeed_context%22%3Atrue%2C%22location_type%22%3A1%2C%22outer_object_element_id%22%3A%22u_jsonp_8_5%22%2C%22object_element_id%22%3A%22u_jsonp_8_a%22%2C%22is_ad_preview%22%3Afalse%2C%22is_inner_story%22%3Afalse%2C%22substory%22%3Atrue%2C%22card_depth%22%3A1%2C%22is_vintage_story%22%3Afalse%7D&count=51&id=S%3A_I100000590753545%3A1468593853354452%3A4%3AYTowOnt9%3A5%3AeJyVmEGSnDccIhe%2BSEwghAYpPkHVO0Nll11VepnL3fOq%2Ff7U9gVRlxnaNhaafQPB46PF8yPPx15%2FPR%2FvGP4Ov5X2pu9u3v78%2FHj%2Fbp7rYXGtu2%2Ffvz4di%2FeX35%2BP5x2%2FHxq80md20j6a6l%2ByXb78%2B%2Fo3Urbms5ZIjNZPRRo502d5IfDtowtJMkXRZb9rn9Wlf7NL211zNp87x8WwevC87no%2Fw2WMMWWK%2BWqSYbAXVAcc8w5%2BzqPWwduP6BO8Z9uN66rojlA8S2ccqw%2Botsg1LV%2FLZQ4yar9u3cc8H6u7txjT%2B7S2JMeU0DBtI8Mk3H3MGJHcc3rG9bw%2BMmAunYxTeSXccJ4YYzJCftWrSWId22O09mE7GuLBU%2BNV1jLvIlQ2pupsOz3D%2B2g9TVpO%2BlPPcc3UlsgtSz3p5FVoprl%2Fm27q6yTIlwWS6NAIkk9wrPoERGV3n5Iwx%2BR3rbbJ4ccaBtTQvOX1vCgG%2FuY%2B4W9rank9v2030oi2y2tCHgXS9JiuK7snTNqkXfz1Fem2vZGGd19rBUteInVxjbSKd9mILM4RvZXM8dlBEoX7EBdSelrvBebgOLbSGzOKRQmNZFl42y7vVATOM9%2FFVSD56lO1W8b10mVAAzIj46hjfHPU3FTReyNfijuDPMV7j8yrK046OA1ccJ2Ukz47nwxvUYQR2wvwF73O9dDKZw1P%2F%2Bv7I1iX17zZe%2FkG9IgLt%2B4wi%2B02txdI5MyyjOAiQzQzrGC8siaD0IvZNFlhzhdKBJOuccr0hxI8H3mlbF8rNjZ%2BWCXSF9pxJGkSvDlf7aI7KsHBx%2F96AsK2%2Fbhxu70WyoiKLmNpbt7pMiTShwpArk2N5I1Jmp6mCpUCCU4qK9tjSOqJdOMVqaH8f4zg%2Fi16JvvrecchwfpodaHpTzccZBi6K%2BWs23b3ywXakuCHIn6qbeF8z6raJ0kFnWVIx3YjccVjoXFiqkGhE9LlI68tptYRpHsrv8YnfMfJB6oF4M5VWekQvDTgz6yyXeoF8NqdeGiHVN2ccH%2Bg1to8iN6IOz56qD1kymccqQsN0yhgfnmsq9ZeNveLEz%2FtTBurYdWSDp24dXeIe42K4zau7MD74ZSWkFlk3KFYoRHfaHMW8HGHDfI6Szzj%2FHKfFJAXtHlDgsWRp3SZM0z5piccEAm4skge29EF%2FEEHs1REkjRCKvpI%2B9krTkg%2F0nr1khcc%2FOygW1CP9Y%2B2upVJwiDhtlAwuFccIOtZBNvexrnx0vgrMp25Ut%2BfPZYpBSk5lH0rp7dUp%2B3Ui6qzLTXnp24KfDtm3PD93oYAUmugQ9HeWMIa8kUJVRYp4dYK6Beyh0mjgEV2EqHZzyqDAdBtnDXfsoWPsZ87NjUzqluGdHNLSMXiSRKJrJccsH8FnQhe4Kph8XPji1UbHSn3W69Wl4odM0MG6l4uEIXsaMf%2FxHcce8dmeYZrlBg13lcclIpCHggitBdn%2Fph23%2FSPzlUk%2BYDHAGlMmFZq1JhrOImxpa7pt99iDnGQW2VEuWgZDEjPlSL2zLQyJdi5X3rabdPZkwqTGUoXkqqsQRhyQK5nuCdKxnQccTmWvXB1NKgUS9rkkjSeUsUyByXlLSPsa3XOfaicc%2FuE1rdFJMlI2ArKYbP2EOAtJrWzg5CTkm0mNCHGCRePNPQkNBrvX7GWFuxth%2FHn68ZeXZsWoOzUEoccA6rMq51pwrfGGWlMX3XFccZnHIOmy8s6OXXm4HLJfawxWrTChNcc1p7ccX%2FW7bmAvey3QLNEF9twVjF8E9eUpZ9SIrEZwStNBvJj%2B2uAtm9l4So2sN%2BMYJMSOisySO3dD9DZE3%2Btp1nBt%2BCCB1dVEEnrMY0veomz1H3i%2BBsNW%2FdOzZvyev%2Ffb9JrZwr8YuWjC4oJZosWfCR1sLis4PQo8%2FDYA7usEleDd1ccdttIh1d6%2Fx6qJIvosb0jqkyLFJaskCKijGO%2Blvf6eZTiZbJXL7vPZ8fzseBPijwUSSGSj5Ob7aj3nj61XfEyhBeZ0euOd3bsgEBYjMTNdoMpbpGd3EFLn0mNfEccuW%2FqwcctuuiDJg%2BWRydJYq76hvyFxTViEmIyA6z5j6GN%2FymjjSyyiH2H38H4OTxJ4%3D" rel="async">See 53 more posts</a></li></ul><div class="_52jv"><span class="img _55ym _55yn _55yo _5tqs mts" aria-label="Loading..." aria-busy="1"></span></div></div></div></div></div></div><div class="_4ikz" id="substream_1_53d56842552a98209999098" data-referrer="substream_1_53d56842552a98209999098"><div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;-6531761326616800554&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:24}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjY6LTY1MzE3NjEzMjY2MTY4MDA1NTQ6MTQwNjQ4OTEwMDow" data-dedupekey="-6531761326616800554" data-timestamp="1406482991" id="u_jsonp_8_1p" aria-labelledby="js_118 js_119 js_120 js_121 js_122 js_123 js_124"><div class="_5pcr clearfix" id="u_jsonp_8_1q"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_27" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_29"></a></div><h5 class="mbs _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_118"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/profile.php?id=768376154" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=768376154">Ravi Sharma</a></span> and <a data-hover="tooltip" aria-label="Rachit Sharma Vani Kumar Viruj Dugar and 79 more..." data-tooltip-position="below" href="https://www.facebook.com/#" ajaxify="/ajax/browser/dialog/participants/?q=AeJn8nosSQirLsqC7aQO3PqGOggaFkRfkBjHoxxZl3hyWxuAomQ5iFTGnTcljvUvd8olMCA6t6Nk3ke0BK8hXsXVoWWbAcqhnd_Q2ggQ1-1DekMES32aI_6FHnChan14W65o40pvhTtuYuOzerzbQpFS-kuSJDFPc_G9ALK4IaxPT0uxmp-C8yo9Aml-_mujNdTEsjWeMse_QCimuTE4sFAgZhuBhHBbvzQ5pRU5aZ0s_az6t494rff3zDej2GHkdWZEoHk7j4L4jx2bnLE7P5BBDtq3ZKNw1XhAngjEW0Fqp7wcuFuBdu7Rq9bjxrfBSaqW3si9LdL5KQlC-2oZZ_d8YwzvkDg2KsvwKmazd9L0of9yx0a9nZ6jmRsVKP8D7CTrwx75ZBPx6d-3eZi5FAKoPC0OED_Bq4Q7LEnpftla-T6HQSjlN7Cz4dSIMTr6D8DxcMi23wVsEB0wIQO4fWEYhayM1GjYj4gH6ReEQH7ZtnNADQuowwgHsxYQvZV_wVCilKXQ4v9KTaI9dvQaJS0op8GBo-rJN1cFBVYugVReNeGS9ihdCPGHqRk7JVoybe-llQsWzZlXb1CznrZDWelo8yJcVjCjfQhQE7qTCt0wixjDaA3x08qONj2v2KMFqfklXnlGjd6wUPxWSji73agdXVMhzSGnjcaxsplMcFF7B_cdbL_m4u8Sl9dI1WuzNc2zRRK4drNeO1jb2-dLFl2-hrvM9fuB6Sx4xeTIifhMBjDpVVKN8CR1GEP1Y8tEkg7IV3yQG92cDR3QGySX_KWgoQIoa32RxEQOUdrzW_T9ZDNuix5Wr8FCJOAEUumYQaGE4MJe7v8P6dKNTmL0H4fUhU6-TAzWdKiaLYVW_rAiYm0gvuFqI4Asy5sydCWH3W69Uao3k5kPBOkE94hIo8428oGlWkI2jL4yWnEY1ARsS2n8fjVYHBKfBc_930tyVlXstK2seUcUxeia5LHVMegCk2Sac-eWuQSzW4Pm0oWtABDq5Wza47zyZe_bEsgU6GnlTdTtwT-qA74ie9Wgi8xTdbzr_9H0hQUN569zJM7x57fY6AHdlpEaBOWD6Lzv9WDgGyv8LWOmcLFwzKSmRGJ1izdClrLAKmPXKes8as_7CEAtoaLvA98pV32aOOnbIXW5jyeLtJsZG0qtXuHgXz6Ci38sx4mZ5DPX2LPw2hKhhUoBCE2EoSSzNJKbF630Eqo3trPmpM75UumBRY5kxiVCVAe-lnIruS6HVw1xheFfnjYBvIkqk0c6cMx7Z4-qczJTeEs2m_4_4lEmaqRI9YpFgrrQKO9UvHgJPSwLF-RPeiCSpuF4HU15O9QFvYlSWNwY1OhA0mwRVp-Mp-XkoeK8dyfrb5UlixbIBXswFtLR49yAimgykE6E8CSNj7SbxZy3-q2M8BqdnNRR4KaG1Kg-fu-_9kXANA0Hhi42VB4TV9yqr1Xzu59OgzRVVkTd36meHtdB_VtY62MzbmERH5ZZQf4thjMkzalLQVXfTB2rrhSY4CUs8NFZqMAJlbJBrh4IlXde5S9ebWXK2TQhReq2JVzOyfsYfc3-uH8h97D4XHBukgBz2UHgJfyJP5VgBrZ5NbMWjJcWbfOeG-ljA8HU8sya097pJqfRvufsNct0HWMTc8ZbZSwx6L7AjN5XdMKym5zPL0-3RzBsGZHLfTlMLcevosTnkXpYYdt9WS76XV-ov_7P1YPKcGMPqVXzXamrZDc8tUyQbTZe-ccRPazS7T43-Bbx2KZJcZ72aFkypa9l55C1ZFNxDf1GjZjmziewQD9pE1JGVPVLbb_FUqwpuSSu2KNrHbBfz_lPZ-0dPtuk0aQl1utIkkTPfpyEe2jyRIicdvAUJXYRFwRCsBEZxuTKiwm_Fk9sNbDQNgA2d8XKPhcuoVJV2gFAubcHp4jOSzhriCPfeH_0ghhE8cEz5T7AJ2O3xGVhDa4QkC8R9knYcTkHNcLf7PwhsYJlz-dncVyGR81is70VxfNKQVTyEBlb-ax9Mb3g5CnrsM-GHUTNUqX2fi9-WpJWCICpEKISBjlgLReSgK_lPXla2jrVRYv4XhJGGAim8cKMcaXlNEy8foCPt3rIKfbSZ1ch3s4ORZQF3zzO24XHdiT86FuGXjTt_WRxhf1DVFVTBmx77n-cIkMzvMpmIdDA2q28f5OgfxKBMLgpKvig5v-oRGmJP0y2XeE1aKbWqS12V_lZjeSEqfJiZlQaH2duH705v-l1GccS4BmrqjoxFuh5-XstPnQzHiT_JpTDU1n2Yz9jzIZC5JFvJHmzxI7Kk072t1mKx7Eof1qRCxE00pkZmNzUA2S3aRFsB40b6Opsj63_45DupN9U84V7RDTA9cDWut82BWVZF_MezCqx1OTXqlti_lY2_qE5cQALjTr3c6Qhby2aUiLuIIRK5jIlfCKDo6wivLsTtKH0mlM7Kp3TUqE0uCnoOvMhaRhr3x3ptyTViBiO2u7-PEGosfb40yeSyiHXtCowsvEUAQ7qwWYXzleFDWnbcABb3dq6wytOkBrjM8H43s6j0nmGIMZZCih0KvBBX4DEEmx6MbHebFexMKzSI2Frw_KbML0AvFpJCJdrkGlbban5YFtFVlu1QKnbDwWI90AnRI7ekEbpBtuGsGBeOvpXLUT_Pmh3RCWZMcbn96llfdMbl15UhAKPixqvo28Hy2m1BwAy-tJRyivjOeUgcyLDiyieBz6fBJTjJVpefs6Za6PZf7Q6ikLhUde-3O3CFQLIipZuARpmWq-98K8Viqek0jRNUuqQIZPFDkN2KZKoGEEdj0zt645_1qWMD1sJnQANnr5b6QmRwRJHZgz9mcF-thrdjj8GUUhLxlng_nXiyZfbq3c9klOxFDpnnK7f1r0XzAs7DFmU8_kq82aViZYmYgNqFAR9w1ldNpOac_CmSmTJVL-Y6ZJL5xEXoDvtT1WLGIdtL5SryB57da8vguOHA1qSElvDRvpjw9Xzj7XGhl1JHhBzX-20v7fTfBXF5z51yWpJLDmnDCr1tFjAiUCYcCV-AjzORxYQc6UAb3W2uwICqeyOxKqXFoG8TSappeDBRGQ-HTJuJ8el-2YEWS3RNbTMq6y6Acqnu9U_jnjDdliFXKOAve1FS6t_l78aX6tp3JjxhDVh0ze-_bTLjT4FtdSS-6B7unAYDeQE0v8LxnVOlrfwpG3qy1Z87OO2zMosfRszouvVgsSvMXWrUg9gS9LIGB0mMgvreAPWf7GXrr5Mdi6hn5jYFKzzziBzPxEB09HlbqjmED5E2TEnSisG6TQ9I1vMQX7JkzY1ZIaVzj6GEW0ryPLw6ajUCZfpt5dKBG8YmI2kH0ecHzAExumRJCLwtB09eku2NMKnv6fY8FVmIc4_yJv_ZfP1EvJXR9Tx6t1b7zaIjsjsPi-CUY4MvsLvfUGYLAfNahQZkHr4cMyRGBdkxy5XIRLgRHXCy6PS99RQUDe3JXG9gdf7fS74IdBZeM-DpeDk19JUuVM3pgSiMxPjtWVR6xgeu3Ut0iTMSMXmAoToLRlVGuXdHkEx-ebwPt_rRqXoh1Jn17NOaQrRLXdgyS8Mv_Yt3k5L-K4yPrEhBfGPrsiTcL_7i0AsTGXAd9qz3R7rJCOlYdYYjq-1fGGCBY6HtGRAXlEf8rbVx0rTqF8qmug-B_IPRFvxWqy3U4qL_qrLmyPaDa5R6FewsRF30ND8Cr1E7DWz0SdNlSLTRhiEzY1iw2vubnur-_ffRV4Wo1hgozYiCAqGGqXfOgxLxgrIq2AxusNPG6hb5SZOFm3wKHp2y6lM9o3CDVBSxfS2oPTLmQNgD4K1T09A9GBOW3Epzxk--zToWc6VHeZI1u1ABdEiNRMlY_ykVE3tzm40W_u0flbADoBLDvQs_PnRT2EGOeZmKUMf87ZGyzLnw12-YbYXcvmNi5IVDWHDYitOGxW0d_jJDWbRQOzW6tXQba6L5MDdA405i-Xarx5kg4IBhNkOPpjuNX3jKyagiEn9Wl7KJn_geheYcoIs38yUIDjlhL49lgCP9ldkZ3PVMDBjwYnKn5qiS7GhnPNIXL7O3u-6R0MPZ27dReQ5TKP3btPaWTapsY2vxavdkvlHY2l0fy3wBtmkBbtifFfZkYVDIXa03i6OBz3jAaHy01VP0T2hJ3mBWhy6KsQ03y2O8oRJEJai5BhMm-nCqpu-tHEMALdMJf0DIV_g96ihwkNiyB_Iv8n6Baf80Z5VzsB_hsAJBsrK3g-0XqnF63HLvZkl5FC0RXa8jBrFj10EO-fMigJ6Gh91dAw" rel="dialog" data-ft="{&quot;tn&quot;:&quot;l&quot;}" role="button">82 others</a> wrote on <a class="profileLink" href="https://www.facebook.com/tanya.singh.758" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=638416319">Tanya Singh</a>'s timeline.</span></div></h5><div class="clearfix mvm"><a class="_8o _8t lfloat _ohe" href="https://www.facebook.com/tanya.singh.758" tabindex="-1" aria-hidden="true" data-hovercard="/ajax/hovercard/user.php?id=638416319"><div class="uiScaledImageContainer" style="width: 90px; height: 90px"><img class="scaledImageFitWidth img" src="./ui_files/10505605_10152634586231320_3625016649285669464_n.jpg" alt="" width="90" height="90"></div></a><div class="_42ef"><div class="mbs fwb"><a href="https://www.facebook.com/tanya.singh.758" data-hovercard="/ajax/hovercard/user.php?id=638416319">Tanya Singh</a></div><div class="mbs fcg">Birthday: Yesterday</div><ul class="uiList _4kg _6-h _704 _6-i"><li><div class="fsm fwn fcg">You wrote on Tanya's timeline.</div></li><li><div class="clearfix"><i class="_5alt _8o _8r lfloat _ohe img sp_Fl-Bi-rXZkL sx_a13340"></i><div class="_8u _42ef"><a href="https://www.facebook.com/gifts?recipient_id=638416319&entry_point=aggregated_birthday_story&gift_occasion=birthday">Give her a birthday gift</a></div></div></li></ul></div></div><div class="stat_elem"><ul class="uiList uiCollapsedList uiCollapsedListHidden _5pbz _5va0 _4kg" id="u_jsonp_8_2a"><li><div class="userContentWrapper _5pcr mbs _5v9_ _5va1 _3ccb" data-dedup="S:_I768376154:10152640656856155" id="u_jsonp_8_23" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_2d" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2o"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/profile.php?id=768376154&fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=768376154"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/36760_441556066154_8188805_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_119"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/profile.php?id=768376154&fref=nf" data-hovercard="/ajax/hovercard/user.php?id=768376154&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Ravi Sharma</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/tanya.singh.758?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=638416319&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Tanya Singh</a></span></div></h6><div class="_5pcp" id="js_123"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/tanya.singh.758/posts/10152664827606320"><abbr title="Sunday, July 27, 2014 at 11:13pm" data-utime="1406482991" data-shorten="1" class="_5ptz timestamp livetimestamp">3 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3j" aria-label="Shared with: Tanya&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_124"><p>Wish you Happy B'day</p></div><div></div><div><form rel="async" class="live_10152664827606320_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_2v" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;768376154&quot;,&quot;target_fbid&quot;:&quot;10152664827606320&quot;,&quot;target_profile_id&quot;:&quot;638416319&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406482991&quot;,&quot;check_hash&quot;:&quot;AQCrO7KYAW2b0UHs&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8f"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8f.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8f.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=768376154&p[1]=10152664827606320&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8g">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_30"><ul class="UFIList" data-reactid=".8h"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8h.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8h.1:4.0"><div class="_ohe lfloat" data-reactid=".8h.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8h.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8h.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8h.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8h.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8h.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8h.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8h.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8h.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8h.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8h.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8h.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8h.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8h.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8h.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8h.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8h.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8h.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8h.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8h.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I638173979:10152615519528980" id="u_jsonp_8_24" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_2e" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2q"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/rachit.sharma.794?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=638173979"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/1920579_10152319505503980_2094939342_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_120"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/rachit.sharma.794?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=638173979&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Rachit Sharma</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/tanya.singh.758?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=638416319&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Tanya Singh</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/tanya.singh.758/posts/10152664301641320"><abbr title="Sunday, July 27, 2014 at 6:19pm" data-utime="1406465359" data-shorten="1" class="_5ptz timestamp livetimestamp">8 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3k" aria-label="Shared with: Tanya&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Happy Birthday!!</p></div><div></div><div><form rel="async" class="live_10152664301641320_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_2w" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;638173979&quot;,&quot;target_fbid&quot;:&quot;10152664301641320&quot;,&quot;target_profile_id&quot;:&quot;638416319&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406465359&quot;,&quot;check_hash&quot;:&quot;AQApI3OBentMLm5B&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8j"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8j.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8j.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=638173979&p[1]=10152664301641320&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8k">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/tanya.singh.758/posts/10152664301641320" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="1 like " rel="ignore" data-reactid=".8i"><span data-reactid=".8i.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".8i.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".8i.$like.1">1</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_32"><ul class="UFIList" data-reactid=".8l"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".8l.1:0"><div class="clearfix" data-reactid=".8l.1:0.0"><div class="_ohe lfloat" data-reactid=".8l.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".8l.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".8l.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".8l.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8l.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".8l.1:0.0.$right.0.0"><span data-reactid=".8l.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/tanya.singh.758" data-hovercard="/ajax/hovercard/hovercard.php?id=638416319&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".8l.1:0.0.$right.0.0.0.$range0:0">Tanya Singh</a><span data-reactid=".8l.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8l.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8l.1:4.0"><div class="_ohe lfloat" data-reactid=".8l.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8l.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8l.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8l.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8l.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8l.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8l.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8l.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8l.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8l.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8l.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8l.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8l.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8l.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8l.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8l.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8l.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8l.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8l.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8l.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="hiddenItem"><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I814195044:10154512444850045" id="u_jsonp_8_25" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_2f" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2s"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/vani.kumar.754?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=814195044"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10492325_10154459646620045_8060972596910399152_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_121"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/vani.kumar.754?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=814195044&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Vani Kumar</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/tanya.singh.758?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=638416319&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Tanya Singh</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/tanya.singh.758/posts/10152664225461320"><abbr title="Sunday, July 27, 2014 at 5:23pm" data-utime="1406462029" data-shorten="1" class="_5ptz timestamp livetimestamp">9 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3l" aria-label="Shared with: Tanya&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Happy bday girl.. Have a grt day!!</p></div><div></div><div><form rel="async" class="live_10152664225461320_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_2x" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;814195044&quot;,&quot;target_fbid&quot;:&quot;10152664225461320&quot;,&quot;target_profile_id&quot;:&quot;638416319&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406462029&quot;,&quot;check_hash&quot;:&quot;AQDsA5pzrpgan2UM&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8n"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8n.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8n.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=814195044&p[1]=10152664225461320&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8o">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/tanya.singh.758/posts/10152664225461320" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="1 like " rel="ignore" data-reactid=".8m"><span data-reactid=".8m.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".8m.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".8m.$like.1">1</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_34"><ul class="UFIList" data-reactid=".8p"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".8p.1:0"><div class="clearfix" data-reactid=".8p.1:0.0"><div class="_ohe lfloat" data-reactid=".8p.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".8p.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".8p.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".8p.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8p.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".8p.1:0.0.$right.0.0"><span data-reactid=".8p.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/tanya.singh.758" data-hovercard="/ajax/hovercard/hovercard.php?id=638416319&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".8p.1:0.0.$right.0.0.0.$range0:0">Tanya Singh</a><span data-reactid=".8p.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8p.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8p.1:4.0"><div class="_ohe lfloat" data-reactid=".8p.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8p.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8p.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8p.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8p.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8p.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8p.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8p.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8p.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8p.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8p.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8p.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8p.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8p.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8p.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8p.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8p.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8p.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8p.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8p.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="hiddenItem"><div class="userContentWrapper _5pcr mvs _5v9_ _5va1 _3ccb" data-dedup="S:_I502620362:10154381761225363" id="u_jsonp_8_26" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_2g" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2u"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/viruj.dugar?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=502620362"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10168079_10153987265285363_2294420571553238789_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_122"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/viruj.dugar?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=502620362&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Viruj Dugar</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/tanya.singh.758?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=638416319&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Tanya Singh</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/tanya.singh.758/posts/10152663991216320"><abbr title="Sunday, July 27, 2014 at 1:30pm" data-utime="1406448034" data-shorten="1" class="_5ptz timestamp livetimestamp">13 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3m" aria-label="Shared with: Tanya&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}"><p>Tanya!!! Happy happy birthday!!!!</p></div><div></div><div><form rel="async" class="live_10152663991216320_316526391751760 commentable_item collapsed_comments autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_2y" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;502620362&quot;,&quot;target_fbid&quot;:&quot;10152663991216320&quot;,&quot;target_profile_id&quot;:&quot;638416319&quot;,&quot;type_id&quot;:&quot;100&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406448034&quot;,&quot;check_hash&quot;:&quot;AQCzzRUc1V4LJNhu&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8r"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8r.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8r.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=65&appid=2719290516&p[0]=502620362&p[1]=10152663991216320&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8s">Share</a></span> · <span><a class="UFIBlingBox uiBlingBox feedbackBling" href="https://www.facebook.com/tanya.singh.758/posts/10152663991216320" data-ft="{&quot;tn&quot;:&quot;O&quot;}" aria-label="1 like " rel="ignore" data-reactid=".8q"><span data-reactid=".8q.$like"><i class="UFIBlingBoxLikeIcon UFIBlingBoxSprite" data-reactid=".8q.$like.0"></i><span class="UFIBlingBoxText" data-reactid=".8q.$like.1">1</span></span></a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_36"><ul class="UFIList" data-reactid=".8t"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".8t.1:0"><div class="clearfix" data-reactid=".8t.1:0.0"><div class="_ohe lfloat" data-reactid=".8t.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".8t.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".8t.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".8t.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8t.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".8t.1:0.0.$right.0.0"><span data-reactid=".8t.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/tanya.singh.758" data-hovercard="/ajax/hovercard/hovercard.php?id=638416319&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".8t.1:0.0.$right.0.0.0.$range0:0">Tanya Singh</a><span data-reactid=".8t.1:0.0.$right.0.0.0.$end:0:$0:0"> likes this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8t.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8t.1:4.0"><div class="_ohe lfloat" data-reactid=".8t.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8t.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8t.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8t.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8t.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8t.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8t.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8t.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8t.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8t.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8t.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8t.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8t.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8t.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8t.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8t.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8t.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8t.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8t.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8t.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></li><li class="showAll _5q5v" onclick="CSS.removeClass($(&quot;u_jsonp_8_2a&quot;), &quot;uiCollapsedListHidden&quot;); CSS.addClass($(&quot;u_jsonp_8_2a&quot;), &quot;uiCollapsedListVisible&quot;); return false;"><a class="_44b2" href="https://www.facebook.com/ajax/feed/substories/?context=%7B%22fbfeed_context%22%3Atrue%2C%22location_type%22%3A1%2C%22outer_object_element_id%22%3A%22u_jsonp_8_1p%22%2C%22object_element_id%22%3A%22u_jsonp_8_26%22%2C%22is_ad_preview%22%3Afalse%2C%22is_inner_story%22%3Afalse%2C%22substory%22%3Atrue%2C%22card_depth%22%3A1%2C%22is_vintage_story%22%3Afalse%7D&count=79&id=S%3A_I100000590753545%3A1468593853354452%3A4%3AYTowOnt9%3A5%3AeJyFmk1yHDccMhe%2FiExDgf3yCrHOC8S67qdIylbvnw0yTPVYRiGzZpQaHr0ECDw%2BkHs%2BHPB%2F%2F%2FP18pJ%2F8I0mqtlaG9pZa1vTz36%2FH4%2FccxvY3ccm9Ritq%2Bv5yNj%2FfHX8%2FH89ee2ralKarWNyqP64%2BccfjzNaTtKKnNFaHtLz7POAtm1rKlBkVh1zJB9NtZbmoA0pTJDKybdte09VqmgpZdSUiu9bnlNUnJWsSZum3PSAtm0XmrnahHfPLQdoLYm3krWzLKP0ccUJbtmsqHSnXDljpM0DLUqrnW9GaGmtzQlu2a6oqONrt5VO0kgSJOmgjdW21SDrt27KtlawTuFl5JBFamp5vbSiBkGY7xeSyLd9mroRoqml2H200nZ5vfNImkBPatl1TZVUZRROPIrQ8i3pR0vC7pnGMkmW7VrLgqOQ%2BUxpBlAwhlBw0SfbFhvSayaiNWTfmtxFsdSfBCSDCoU8tLq7CYXU4uJ34G6nMfOKwZduZl1PqQghNH43PSG4eY3YZ2kY%2Foi3bNVVXkamTp91HK3De9NBeK0ZeaodXe%2FHW9B5h76PkcctYx2iDqA1yF77w1LQQ5gX6sC8u2%2BCUT7RAjj4K6AI%2FP4XlJqHfoUO5A1dvBbbTJFF%2Br%2BZoVAvUjFTxi261DJeG9nhhm266ppA5SrGsf6jNMGaOqV2Mll1qSlqpH75bx8q5AVjIlkw5BzIwEx3h5CJFQOqS0E942vvEU0uFnYr4H1YHKkccTbvTEz75Pnka%2BXbeUf322UxqNgNVEe3YvMN4fwwtQr7ccllmT3i%2BWBFoYAG70ii5Aa4kJK7i69ZIY42iXR1ccfccIEyCSkUuVL5SDz%2BGlQ8XZi9VSBxOonGJ12dZUOUNvwjPVCI0S6uW9WsjPUU95v2wrM4oVutx4FKypLaccXORQblVTkhLZtqz5ZFKUOmUuAVpE%2Bnh4k3GUw60faf%2BTFNr7zAg2TTPCaShwRXlZPWZiccJdfanYcc6brxtfD4s54vJQ2pvoHWrllHcc6EQKoRbmMee38fKNqOm9506W%2BfrTNPEMsxDWp7pSYu9a2H7PhnuE0VIGEdlLmbIsC4BZBi8NkQJMyq6cc0mHZVoBSjI1SeRSFTKI%2F8pLP%2BJ%2BwOxX7bVviEGJ77Spk46PBpM1rIVrvVC05SottW%2Bkg3TRTsZofoFV7y2ALmccXYuGaXSO8Rxg4GZ%2BQx4NYQt%2BiMccHW2Xu31m4d7j2Bh%2BJGd1EzuowQiXLIxws2UOwICBerh3iMMF9lJhZw0wiMiuVJQDN6uzk5jiYA97eqyXVPNgaZpzR4FpIPeLzkqU2I7NOjEhrurewS7SmPIX2oU1CBBXrL6013d3JHMInIkoG28RI7VhGz6s0eZSSfll0VFJVDej7mybGsqwhGKJSajXKGQFS8z32smrBMN4Qfm91XdI1jVRHWcc3RoXaCJYVXDFbeBqI%2FVmObHdti22g%2F6SCdFZojXlT%2Fea00b1TAT7sV28bKu1SVBLViu40Zrm5orwt1yijWjQ7xRvTe8RCKpKRFC1OiyKag2OhdBTfqm0hqk3enmh83Jbqj3CQlmk04OQMyiuQMix2a7YeXtjYQlHFTeG7hH4S0Ci6ZrVa8pKhCsStpDwNhqDsb5w3SPQZTRcczJaznZqkIJrUuj8Xd0hCZHyccv31KkmW8JAnNHDqS4tlHwO8ooDy96M1Cq5%2FL6XBx29ZUySSyIrpqtKq5ug2ytRT0TXdips%2FlfJleE6FayQHaHvKnBy0PwlP8BpKOsMHX%2Fccity3hxqx34tWJKJAVNALFcc4hZLmRImE%2FfQ4R5hrQ6TpUa8ELwS7KD0ltwDJFolKiKrfvJzG5eIxWfUQGsaMQGqU8OMbKaqURvZF7F7hIlYbdRo3K6ZghkBZ9Mu4QIrTTcca2y3S9whSksaO4IccMoD4NKEhQ9%2F9DQRQ6WDv5lLtHsLHDYosYs2IccnI0X0eKKAyoccL42qOhXrZVsymupkqdohwhDNF5jTdPnOFZ23d2%2FLSkwd9COp0jEG%2B5iEsuqdBdpZIlR2PCVbtuXXpOtOg54vIjg6QLccZMbXW6vn2ZNuuqYiTYtqpRrccn0HtX7ySAXLPzZz3e1Szb8s3ubRQtR6BEaHaBEgksOJDI46VdgbVH2DUBwm7OgsaqqUan%2FyUnT5zTRJm8l%2BMOLtt7qkxpokccXexTebJTqCax3Y8OkFJ5cc3Ly%2FR1hPSIWVQj9QIR6%2FFGe7mnIlT2WjkccD1eL66jUuccEzkDEWknVxEeiiNs8VDhdqGmfou3R1injXCF3HqFvobf%2FEBGRJqHi25BtLWPo8gPP7dx%2BTnEOh6dJeDTN%2Fl560pksVW9HPG28ccIzfZ5HN40YRCuccBG84ePiQUL9nSbWNV4HsYjJkDE3BybW9kH%2FmWdkTcc%2BOIt43P6yR52H1DQoyE%2Ftn1nccdwFFuya57qxLZdU710jlCN2ccQIDefdqoQkG%2Be77227ptJBSkwxIRfkBA118RrWt5SgChQ7Ob0D5rvY2CNs%2BccVuwS1Oacc%2BDyw7aktE9XWyiDFKaRzeXbU2FxKDw2uVQ5CZC2kOTOuw%2Bq5xTYhuXhsNbqke3O6vo0hH%2FvGWlTRNTSedD1mW0Q1Y1jpHXr0JEWPYZbyXnq70%2FXfFv25qKeFG0f6fqRWjV7f1l3WLQpszhnlfdI6hmg3efRsvdan%2BAy%2F%2BhSBRa7pwsBXzccNccJ0EEFrl3Sw3ccxB8ttvJrjkLXS5tEF6VP%2FbeEUO0gVoCDUHVx25o7d8P1%2FHezmd%2B9NlvPBQGMlqskgPJE63YuFey724ysuMZbyKhdYBofMECojwCFccv761%2B243J8ez6si16E3pdsXP56FdEWPHqSgz2oTRY6rh727i8I58njdtbev8HSh9lbA%3D%3D" rel="async">See 81 more posts</a></li></ul><div class="_52jv"><span class="img _55ym _55yn _55yo _5tqs mts" aria-label="Loading..." aria-busy="1"></span></div></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;1373008171284274377&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:25}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjE2OjEzNzMwMDgxNzEyODQyNzQzNzc6MTQwNjQ4OTEyNzow" data-dedupekey="1373008171284274377" data-timestamp="1406489127" id="u_jsonp_8_1r"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div><h5 class="_1qbu _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/shorbani.sengupta" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=844205441">Shorbani Sengupta</a></span> liked this.</span></div></h5></div><div class="userContent"></div><div><div><div class="userContentWrapper _5pcr _5pbu _5mxv _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_1s" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2i"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/harshita.tiwari.96?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=508759954"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10513481_10150414748539955_658602937415733413_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/harshita.tiwari.96?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=508759954&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Harshita Tiwari</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/photo.php?fbid=10150414748539955&set=a.283650424954.34421.508759954&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10150414748539955&amp;set=a.283650424954.34421.508759954&amp;type=1&amp;src=https%3A%2F%2Fscontent-a-sin.xx.fbcdn.net%2Fhphotos-xap1%2Ft31.0-8%2F10506994_10150414748539955_658602937415733413_o.jpg&amp;smallsrc=https%3A%2F%2Fscontent-a-sin.xx.fbcdn.net%2Fhphotos-xap1%2Ft1.0-9%2F10513481_10150414748539955_658602937415733413_n.jpg&amp;size=930%2C1000&amp;source=12&amp;player_origin=newsfeed"><abbr title="Monday, July 28, 2014 at 12:30am" data-utime="1406487647" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3n" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo" href="https://www.facebook.com/photo.php?fbid=10150414748539955&set=a.283650424954.34421.508759954&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10150414748539955&amp;set=a.283650424954.34421.508759954&amp;type=1&amp;src=https%3A%2F%2Fscontent-a-sin.xx.fbcdn.net%2Fhphotos-xap1%2Ft31.0-8%2F10506994_10150414748539955_658602937415733413_o.jpg&amp;smallsrc=https%3A%2F%2Fscontent-a-sin.xx.fbcdn.net%2Fhphotos-xap1%2Ft1.0-9%2F10513481_10150414748539955_658602937415733413_n.jpg&amp;size=930%2C1000&amp;player_origin=newsfeed" style="width:366px;"><div class="_46-h _4-ep" style="width:366px;height:394px;" id="u_jsonp_8_1z"><img class="_46-i img" src="./ui_files/10513481_10150414748539955_658602937415733413_n(1).jpg" style="left:0px; top:0px;" alt="Harshita Tiwari&#39;s photo." width="367" height="395"></div></a></div></div></div><div><form rel="async" class="live_10150414748539955_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_37" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;508759954&quot;,&quot;target_fbid&quot;:&quot;10150414748539955&quot;,&quot;target_profile_id&quot;:&quot;508759954&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406487649&quot;,&quot;check_hash&quot;:&quot;AQD5kqY3Yy5ynMqx&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8u"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8u.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8u.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=508759954&p[1]=1073741850&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8v">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_3a"><ul class="UFIList" data-reactid=".8w"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".8w.1:0"><div class="clearfix" data-reactid=".8w.1:0.0"><div class="_ohe lfloat" data-reactid=".8w.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".8w.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".8w.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".8w.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8w.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".8w.1:0.0.$right.0.0"><span data-reactid=".8w.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/shorbani.sengupta" data-hovercard="/ajax/hovercard/hovercard.php?id=844205441&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".8w.1:0.0.$right.0.0.0.$range0:0">Shorbani Sengupta</a><span data-reactid=".8w.1:0.0.$right.0.0.0.$text1:0:$0:0">, </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/sanibh" data-hovercard="/ajax/hovercard/hovercard.php?id=500682704&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".8w.1:0.0.$right.0.0.0.$range1:0">Sanibh Aryan</a><span data-reactid=".8w.1:0.0.$right.0.0.0.$text2:0:$0:0">, </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/goelmaya" data-hovercard="/ajax/hovercard/hovercard.php?id=682736689&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".8w.1:0.0.$right.0.0.0.$range2:0">Mayank Goel</a><span data-reactid=".8w.1:0.0.$right.0.0.0.$text3:0:$0:0"> and </span><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10150414748539955&amp;actorid=508759954" href="https://www.facebook.com/browse/likes?id=10150414748539955&actorid=508759954" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10150414748539955&amp;comment_from=100000590753545&amp;seen_user_fbids[0]=844205441&amp;seen_user_fbids[1]=500682704&amp;seen_user_fbids[2]=682736689&amp;__av=100000590753545" role="button" data-reactid=".8w.1:0.0.$right.0.0.0.$range3:0">24 others</a><span data-reactid=".8w.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8w.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8w.1:4.0"><div class="_ohe lfloat" data-reactid=".8w.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8w.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8w.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8w.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8w.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8w.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8w.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8w.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8w.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8w.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8w.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8w.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8w.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8w.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8w.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8w.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8w.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8w.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8w.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8w.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;9014517578247390525&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:26}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjE3OjkwMTQ1MTc1NzgyNDczOTA1MjU6MTQwNjQ4NzE3MTow" data-dedupekey="9014517578247390525" data-timestamp="1406487171" id="u_jsonp_8_1t"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div><h5 class="_1qbu _5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fcg"><span class="fwb"><a class="profileLink" href="https://www.facebook.com/raunak.singh.940436" data-ft="{&quot;tn&quot;:&quot;l&quot;}" data-hovercard="/ajax/hovercard/user.php?id=617995296">Raunak Singh</a></span> commented on this.</span></div></h5></div><div class="userContent"></div><div><div><div class="userContentWrapper _5pcr _5pbu _5mxv _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_1u" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2k"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/raunak.singh.940436?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=617995296"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10540417_10154426377405297_3692659868192277232_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h6 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/raunak.singh.940436?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=617995296&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Raunak Singh</a></span></div></h6><div class="_5pcp"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/photo.php?fbid=10154426377405297&set=a.10150277875250297.501197.617995296&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10154426377405297&amp;set=a.10150277875250297.501197.617995296&amp;type=1&amp;src=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xfp1%2Ft31.0-8%2F10550080_10154426377405297_3692659868192277232_o.jpg&amp;smallsrc=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpa1%2Fv%2Ft1.0-9%2F10540417_10154426377405297_3692659868192277232_n.jpg%3Foh%3D6647ea1112caf88b8e0bc55b5ad19b74%26oe%3D545903BF&amp;size=2048%2C1328&amp;source=12&amp;player_origin=newsfeed"><abbr title="Sunday, July 27, 2014 at 4:47pm" data-utime="1406459847" data-shorten="1" class="_5ptz timestamp livetimestamp">9 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3o" aria-label="Shared with: Public"><i class="lock img sp_xFwBv1W8Ynk sx_07a954"></i></a></div></div></div></div></div></div><div class="userContent"></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_5cq3 mtm" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><a class="_4-eo _2t9n" href="https://www.facebook.com/photo.php?fbid=10154426377405297&set=a.10150277875250297.501197.617995296&type=1" rel="theater" ajaxify="https://www.facebook.com/photo.php?fbid=10154426377405297&amp;set=a.10150277875250297.501197.617995296&amp;type=1&amp;src=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xfp1%2Ft31.0-8%2F10550080_10154426377405297_3692659868192277232_o.jpg&amp;smallsrc=https%3A%2F%2Fscontent-b-sin.xx.fbcdn.net%2Fhphotos-xpa1%2Fv%2Ft1.0-9%2F10540417_10154426377405297_3692659868192277232_n.jpg%3Foh%3D6647ea1112caf88b8e0bc55b5ad19b74%26oe%3D545903BF&amp;size=2048%2C1328&amp;player_origin=newsfeed" style="width:470px;"><div class="_46-h _4-ep" style="width:470px;height:304px;" id="u_jsonp_8_20"><img class="_46-i img" src="./ui_files/10540417_10154426377405297_3692659868192277232_n(1).jpg" style="left:-5px; top:0px;" alt="Raunak Singh&#39;s photo." width="480" height="311"></div></a></div></div></div><div><form rel="async" class="live_10154426377405297_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:&quot;10154426377405297_10154427613930297&quot;}" id="u_jsonp_8_3d" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;617995296&quot;,&quot;target_fbid&quot;:&quot;10154426377405297&quot;,&quot;target_profile_id&quot;:&quot;617995296&quot;,&quot;type_id&quot;:&quot;7&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406459850&quot;,&quot;check_hash&quot;:&quot;AQAFF1O20oTYtBBV&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".92"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".92.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".92.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=2&appid=2305272732&p[0]=617995296&p[1]=1073741841&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".93">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_3i"><ul class="UFIList" data-reactid=".94"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".94.1:0"><div class="clearfix" data-reactid=".94.1:0.0"><div class="_ohe lfloat" data-reactid=".94.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".94.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".94.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".94.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".94.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".94.1:0.0.$right.0.0"><span data-reactid=".94.1:0.0.$right.0.0.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/debashish.sinha.543" data-hovercard="/ajax/hovercard/hovercard.php?id=750680493&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".94.1:0.0.$right.0.0.0.$range0:0">Debashish Sinha</a><span data-reactid=".94.1:0.0.$right.0.0.0.$text1:0:$0:0">, </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/profile.php?id=617190062" data-hovercard="/ajax/hovercard/hovercard.php?id=617190062&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".94.1:0.0.$right.0.0.0.$range1:0">Manish Kumar</a><span data-reactid=".94.1:0.0.$right.0.0.0.$text2:0:$0:0">, </span><a class="profileLink" dir="ltr" href="https://www.facebook.com/susman.rajan" data-hovercard="/ajax/hovercard/hovercard.php?id=735305155&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".94.1:0.0.$right.0.0.0.$range2:0">Susman Rajan</a><span data-reactid=".94.1:0.0.$right.0.0.0.$text3:0:$0:0"> and </span><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10154426377405297&amp;actorid=617995296" href="https://www.facebook.com/browse/likes?id=10154426377405297&actorid=617995296" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10154426377405297&amp;comment_from=100000590753545&amp;seen_user_fbids[0]=750680493&amp;seen_user_fbids[1]=617190062&amp;seen_user_fbids[2]=735305155&amp;__av=100000590753545" role="button" data-reactid=".94.1:0.0.$right.0.0.0.$range3:0">103 others</a><span data-reactid=".94.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIPagerRow UFIComponent UFIFirstCommentComponent" data-ft="{&quot;tn&quot;:&quot;Q&quot;}" data-reactid=".94.1:3:$allPager"><div class="clearfix" data-reactid=".94.1:3:$allPager.0"><div class="_ohe lfloat" data-reactid=".94.1:3:$allPager.0.$left"><a class="img _8o _8r UFIImageBlockImage UFIPagerIcon" href="https://www.facebook.com/#" role="button" tabindex="-1" aria-hidden="true" data-reactid=".94.1:3:$allPager.0.$left.0"></a></div><div class="" data-reactid=".94.1:3:$allPager.0.$right"><div class="UFIImageBlockContent _42ef _8u clearfix" data-reactid=".94.1:3:$allPager.0.$right.0"><div class="_ohf rfloat" data-reactid=".94.1:3:$allPager.0.$right.0.$right"><span class="fcg UFIPagerCount" data-reactid=".94.1:3:$allPager.0.$right.0.$right.0"></span></div><div class="" data-reactid=".94.1:3:$allPager.0.$right.0.$left"><a class="UFIPagerLink" href="https://www.facebook.com/#" role="button" data-reactid=".94.1:3:$allPager.0.$right.0.$left.0"><span data-reactid=".94.1:3:$allPager.0.$right.0.$left.0.0">View 5 more comments</span></a></div></div></div></div></li><li class="UFIRow UFIFirstComment UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R2&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0"><div class="clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0"><div class="_ohe lfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/harsha.priya.54?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=1793967886&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$left.0"><img src="./ui_files/1896769_10200823112818830_1648343017_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$left.0.0"></a></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$right.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=1793967886&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/harsha.priya.54?fref=ufi" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.$author.0">Harsha Priya</a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Great click !!! <span class="emoticon_text" aria-hidden="true">;)</span><span title=";)" class="emoticon emoticon_wink"></span> thanks to the photographer I guess ! <span class="emoticon_text" aria-hidden="true">:P</span><span title=":P" class="emoticon emoticon_tongue"></span></span></span></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10154426377405297&set=a.10150277875250297.501197.617995296&type=1&comment_id=10154426865405297&offset=0&total_comments=9" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 8:19pm" data-utime="1406472557" data-shorten="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">6 hrs</abbr></a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$likeCount:0:$MIDDOT:0"> · </span><a ajaxify="/ajax/browser/dialog/likes?id=10154426865405297" class="UFICommentLikeButton" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10154426865405297&amp;comment_from=1793967886&amp;comment_likecount=2&amp;comment_id=10154426377405297_10154426865405297&amp;cache_buster=0" href="https://www.facebook.com/browse/likes?id=10154426865405297" rel="dialog" role="button" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$likeCount:0:$action:0"><i class="UFICommentLikeIcon" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.0"></i><span data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.3.$likeCount:0:$action:0.1">2</span></a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".94.1:3:1:$comment10154426377405297_10154426865405297:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R1&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0"><div class="clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0"><div class="_ohe lfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/anand.singh.5209?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100002737806241&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$left.0"><img src="./ui_files/984154_506306326137290_3280387862294535340_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$left.0.0"></a></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$right.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100002737806241&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/anand.singh.5209?fref=ufi" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.$author.0">Anand Singh</a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">Waaaoooo</span></span></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.3"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10154426377405297&set=a.10150277875250297.501197.617995296&type=1&comment_id=10154427035600297&offset=0&total_comments=9" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 9:18pm" data-utime="1406476130" data-shorten="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">5 hrs</abbr></a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".94.1:3:1:$comment10154426377405297_10154427035600297:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R0&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0"><div class="clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0"><div class="_ohe lfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/kumar.chandan.9693?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=100000150869208&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$left.0"><img src="./ui_files/10519502_890652274283126_45223157760998959_n.jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$left.0.0"></a></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$right.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=100000150869208&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/kumar.chandan.9693?fref=ufi" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.$author.0">Chandan Kumar</a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.1:$comment-body.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">aati sundar</span></span></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.3"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10154426377405297&set=a.10150277875250297.501197.617995296&type=1&comment_id=10154427210735297&offset=0&total_comments=9" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Sunday, July 27, 2014 at 10:19pm" data-utime="1406479790" data-shorten="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">4 hrs</abbr></a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".94.1:3:1:$comment10154426377405297_10154427210735297:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFILastComment UFILastCommentComponent UFIComment display UFIComponent" data-ft="{&quot;tn&quot;:&quot;R&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0"><div class="clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0"><div class="_ohe lfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$left"><a class="img _8o _8s UFIImageBlockImage" href="https://www.facebook.com/raunak.singh.940436?fref=ufi" data-hovercard="/ajax/hovercard/hovercard.php?id=617995296&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;T&quot;}" tabindex="-1" aria-hidden="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$left.0"><img src="./ui_files/10540417_10154426377405297_3692659868192277232_n(2).jpg" class="img UFIActorImage _54ru" alt="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$left.0.0"></a></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right"><div class="UFIImageBlockContent _42ef clearfix" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0"><div class="_ohf rfloat" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$right"><button class="UFICommentCloseButtonFake _50zy _50-0 _50z- _5upp _42ft" tabindex="-1" title="Remove" type="submit" value="1" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$right.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$right.0.1">Remove</span></button></div><div class="" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left"><div class="UFICommentContentBlock" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0"><div class="UFICommentContent" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.$author"><a class="UFICommentActorName" data-hovercard="/ajax/hovercard/hovercard.php?id=617995296&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-ft="{&quot;tn&quot;:&quot;;&quot;}" dir="ltr" href="https://www.facebook.com/raunak.singh.940436?fref=ufi" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.$author.0">Raunak Singh</a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.1:0"> </span><span data-ft="{&quot;tn&quot;:&quot;K&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.1:$comment-body"><span class="UFICommentBody" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.1:$comment-body.0"><a class="profileLink" dir="ltr" href="https://www.facebook.com/vijeta.jena" target="_blank" data-hovercard="/ajax/hovercard/hovercard.php?id=656606229&amp;extragetparams=%7B%22hc_location%22%3A%22ufi%22%7D" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.1:$comment-body.0.$range0:0">Vijeta Jena</a><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.1:$comment-body.0.$end:0:$0:0">: Ek LS jagah hai <span class="emoticon_text" aria-hidden="true">:P</span><span title=":P" class="emoticon emoticon_tongue"></span></span></span></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.0.4"></span></div><div class="fsm fwn fcg UFICommentActions" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.3"><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.3.$metadata:0"><a class="uiLinkSubtle" href="https://www.facebook.com/photo.php?fbid=10154426377405297&set=a.10150277875250297.501197.617995296&type=1&comment_id=10154427613930297&offset=0&total_comments=9" data-ft="{&quot;tn&quot;:&quot;N&quot;}" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message"><abbr class="livetimestamp" title="Monday, July 28, 2014 at 12:22am" data-utime="1406487171" data-shorten="true" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.3.$metadata:0.$timestamp-message.0">2 hrs</abbr></a></span><span data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.3.$likeToggle:0:$MIDDOT:0"> · </span><a class="UFILikeLink" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" href="https://www.facebook.com/#" role="button" title="Like this comment" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.3.$likeToggle:0:$action:0">Like</a></div><a class="UFICommentCloseButton _50zy _50-0 _50z- _5upp _42ft" href="https://www.facebook.com/#" aria-label="Hide" data-hover="tooltip" data-tooltip-alignh="center" data-reactid=".94.1:3:1:$comment10154426377405297_10154427613930297:0.0.$right.0.$left.0.4"></a></div></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".94.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".94.1:4.0"><div class="_ohe lfloat" data-reactid=".94.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".94.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".94.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".94.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".94.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".94.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".94.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".94.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".94.1:4.0.$right.0.0.0.0.0"><div data-reactid=".94.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".94.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".94.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".94.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".94.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".94.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".94.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".94.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".94.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".94.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".94.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;-4470160746272945975&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:27}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjIwOi00NDcwMTYwNzQ2MjcyOTQ1OTc1OjE0MDY0Mzk3NTM6MA==" data-dedupekey="-4470160746272945975" data-timestamp="1406439753" id="u_jsonp_8_1v" aria-labelledby="js_125 js_126 js_127"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_1w" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2m"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/banerjee.sarah?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=502539584"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10155377_10152112666959585_647681822_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_125"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/banerjee.sarah?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=502539584&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">Sarah Banerjee</a></span></div></h5><div class="_5pcp" id="js_126"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/banerjee.sarah/posts/10152360025589585"><abbr title="Sunday, July 27, 2014 at 11:12am" data-utime="1406439753" data-shorten="1" class="_5ptz timestamp livetimestamp">15 hrs</abbr></a> · <a class="_5pcq" href="https://www.facebook.com/pages/Gurgaon-Haryana/106487939387579" data-hovercard="/ajax/hovercard/page.php?id=106487939387579">Gurgaon</a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3p" aria-label="Shared with: Sarah&#39;s friends"><i class="lock img sp_F6Afu2XGiZY sx_7ff1e3"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_127"><p>This is the nice <a class="profileLink" href="https://www.facebook.com/BeingSalmanKhan" data-hovercard="/ajax/hovercard/page.php?id=334873533267523">Salman Khan</a>, not the present one. And it is a nice song <i class="_4-k1 img sp_F6Afu2XGiZY sx_c2f60c"></i><br> <a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8zXdENWGNnw&h=iAQHT1NZx&enc=AZPgwmfDmG11Ja8jvOsnd1Lq6ZahThd4_Th2rGdspUyiQW741c6B5wUkV0c17SKrrSsKTlrzxTq65oeHqLqhkb0hwc24YRw7w2_EAdlvOnKTxI-ton5nMV3nrrSyiZkgz0rz-AhjZEJDh0RdXmIjvFfN&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=https\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253D8zXdENWGNnw&amp;h=iAQHT1NZx&amp;render_verification=0&amp;enc=AZPgwmfDmG11Ja8jvOsnd1Lq6ZahThd4_Th2rGdspUyiQW741c6B5wUkV0c17SKrrSsKTlrzxTq65oeHqLqhkb0hwc24YRw7w2_EAdlvOnKTxI-ton5nMV3nrrSyiZkgz0rz-AhjZEJDh0RdXmIjvFfN&amp;d&quot;);">https://www.youtube.com/watch?v=8zXdENWGNnw</a></p></div><div><div data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="_6m2 _1zpr clearfix _dcs _4_w4 _5cwb mtm" id="u_jsonp_8_21" data-ft="{&quot;tn&quot;:&quot;H&quot;}"><div class="clearfix"><div class="lfloat _ohe"><div class="_6ks" data-ft="{&quot;tn&quot;:&quot;F&quot;}"><div id="u_jsonp_8_22"><a class="_6kt _6l- __c_" aria-label="Kabhi Tu Chaliya Lagta Hai - Patthar Ke Phool *BluRay* (HD 720p)" ajaxify="/ajax/flash/expand_inline.php?max_width=470&amp;selector=%5E._6m2&amp;target_div=u_jsonp_8_22&amp;share_id=481266528572740&amp;user_share_id=10152360025589585" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8zXdENWGNnw&h=fAQEgptlf&enc=AZOV9XmkC7CbmDSZPvnXH10gAX1ZUJUIm-KFYkNnqExfr3pytHR59hxpr-ZxLs6JVpSIzPVvXl6QMywIE4UhSjMV3ED4xcYJr9Fcluf9xVe6W2zVfTzsSLfqajizTsHFmlGDW5jjHFU4s_VV4r0tI2y6&s=1" rel="nofollow async" target="_blank" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=https\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253D8zXdENWGNnw&amp;h=fAQEgptlf&amp;render_verification=0&amp;enc=AZOV9XmkC7CbmDSZPvnXH10gAX1ZUJUIm-KFYkNnqExfr3pytHR59hxpr-ZxLs6JVpSIzPVvXl6QMywIE4UhSjMV3ED4xcYJr9Fcluf9xVe6W2zVfTzsSLfqajizTsHFmlGDW5jjHFU4s_VV4r0tI2y6&amp;d&quot;);"><img class="_6m5 fbStoryAttachmentImage img" src="./ui_files/safe_image(5).php" alt=""><i class="_6ku"></i><span class="img _55ym _55yq _55yp _5tqs _5epl" aria-label="Loading..." aria-busy="1"></span></a></div></div></div><div class="_42ef"><div><div class="_6m3"><div class="mbs _6m6"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8zXdENWGNnw&h=CAQGFFZhq&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=https\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253D8zXdENWGNnw&amp;h=CAQGFFZhq&amp;render_verification=0&amp;enc&amp;d&quot;);">Kabhi Tu Chaliya Lagta Hai - Patthar Ke Phool *BluRay* (HD 720p)</a></div><div class="_6ma"><div class="_6m7">Movie: Patthar Ke Phool (1991) Song: Kabhi Tu Chaliya Lagta Hai Singers: S.P. Balasubramaniam, Lata Mangeshkar Music Director:Raam Laxman Lyrics Writer:Dev K...</div><div class="_59tj"><div class="_6lz _6mb ellipsis">youtube.com</div></div></div></div><a class="_52c6" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8zXdENWGNnw&h=nAQFglNQDAQErQwDRBVAzlHL6LMgLxoh0SFXVfiJVTWz4aw&enc=AZMShL78ZMcugSVExSc5yuy4s7705M3NJo5HIRm4h4EcXfPNgF1foGLCcvlj3omabeKoOAfElQo5rU3VabjTYg_Sf74Zq8yZmUOyj-DHql3H377m0xJDpIcQfdvNu1MHDpM&s=1" target="_blank" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;);" onclick="LinkshimAsyncLink.referrer_log(this, &quot;https:\/\/www.youtube.com\/watch?v=8zXdENWGNnw&quot;, &quot;\/si\/ajax\/l\/render_linkshim_log\/?u=https\u00253A\u00252F\u00252Fwww.youtube.com\u00252Fwatch\u00253Fv\u00253D8zXdENWGNnw&amp;h=nAQFglNQDAQErQwDRBVAzlHL6LMgLxoh0SFXVfiJVTWz4aw&amp;render_verification=0&amp;enc=AZMShL78ZMcugSVExSc5yuy4s7705M3NJo5HIRm4h4EcXfPNgF1foGLCcvlj3omabeKoOAfElQo5rU3VabjTYg_Sf74Zq8yZmUOyj-DHql3H377m0xJDpIcQfdvNu1MHDpM&amp;d&quot;);"></a></div></div></div></div></div></div><div><form rel="async" class="live_10152360025589585_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_38" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;502539584&quot;,&quot;target_fbid&quot;:&quot;10152360025589585&quot;,&quot;target_profile_id&quot;:&quot;502539584&quot;,&quot;type_id&quot;:&quot;17&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406439752&quot;,&quot;check_hash&quot;:&quot;AQDDXd1ILFgjeG_A&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".8x"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".8x.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".8x.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label> · <span><a class="share_action_link" data-ft="{ &quot;tn&quot;: &quot;J&quot;, &quot;type&quot;: 25 }" href="https://www.facebook.com/ajax/sharer/?s=99&appid=2309869772&p[0]=502539584&p[1]=10152360025589585&share_source_type=unknown&__av=100000590753545" rel="dialog" title="Send this to friends or post it on your timeline." data-reactid=".8y">Share</a></span></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_3c"><ul class="UFIList" data-reactid=".8z"><li class="UFIRow UFILikeSentence UFIFirstComponent" data-reactid=".8z.1:0"><div class="clearfix" data-reactid=".8z.1:0.0"><div class="_ohe lfloat" data-reactid=".8z.1:0.0.$left"><a class="img _8o _8r UFIImageBlockImage UFILikeThumb" href="https://www.facebook.com/#" tabindex="-1" title="Like this" role="button" aria-label="Like this" data-reactid=".8z.1:0.0.$left.0"><i class="UFILikeIcon" data-reactid=".8z.1:0.0.$left.0.0"></i></a></div><div class="" data-reactid=".8z.1:0.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8z.1:0.0.$right.0"><div class="UFILikeSentenceText" data-reactid=".8z.1:0.0.$right.0.0"><span data-reactid=".8z.1:0.0.$right.0.0.0"><a rel="dialog" ajaxify="/ajax/browser/dialog/likes?id=10152360025589585&amp;actorid=502539584" href="https://www.facebook.com/browse/likes?id=10152360025589585&actorid=502539584" data-hover="tooltip" data-tooltip-alignh="center" data-tooltip-uri="/ajax/like/tooltip.php?comment_fbid=10152360025589585&amp;comment_from=100000590753545&amp;seen_user_fbids=true&amp;__av=100000590753545" role="button" data-reactid=".8z.1:0.0.$right.0.0.0.$range0:0">2 people</a><span data-reactid=".8z.1:0.0.$right.0.0.0.$end:0:$0:0"> like this.</span></span></div></div></div></div></li><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".8z.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".8z.1:4.0"><div class="_ohe lfloat" data-reactid=".8z.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".8z.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".8z.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".8z.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".8z.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".8z.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".8z.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".8z.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".8z.1:4.0.$right.0.0.0.0.0"><div data-reactid=".8z.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".8z.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".8z.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".8z.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".8z.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".8z.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".8z.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".8z.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".8z.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".8z.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".8z.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div><div class="_4-u2 mbm _5jmm _5pat _5v3q _5x16" data-ft="{&quot;qid&quot;:&quot;6040849108867385367&quot;,&quot;mf_story_key&quot;:&quot;681336073009588990&quot;,&quot;fbfeed_location&quot;:1,&quot;insertion_position&quot;:28}" data-cursor="MTQwNjQ4OTE4ODoxNDA2NDg5MTg4OjIxOjY4MTMzNjA3MzAwOTU4ODk5MDoxNDA2NDg3NTE2OjA=" data-dedupekey="681336073009588990" data-timestamp="1406487516" id="u_jsonp_8_1x" aria-labelledby="js_128 js_129 js_130"><div class="userContentWrapper _5pcr _3ccb" data-gt="{&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:703,&quot;ref&quot;:&quot;nf_generic&quot;}"><div class="_4r_y"><div class="_6a uiPopover _5pbi _5puc _5v56" id="u_jsonp_8_1y" data-ft="{&quot;tn&quot;:&quot;V&quot;}"><a class="_5pbj _p" aria-label="Story options" role="button" href="https://www.facebook.com/#" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_jsonp_8_2c"></a></div></div><div class="clearfix _5x46"><a class="_5pb8 _5v9u _29h _303" href="https://www.facebook.com/dibyanshupandey?fref=nf" aria-hidden="true" tabindex="-1" data-ft="{&quot;tn&quot;:&quot;m&quot;}" data-hovercard="/ajax/hovercard/user.php?id=749892938"><img class="_s0 _5xib _5sq7 _rw img" src="./ui_files/10406962_10152186612927939_4723973706091218119_n.jpg" alt=""></a><div class="_3dp _29k"><div><div class="_6a"><div class="_6a _6b" style="height:40px"></div><div class="_6a _6b"><h5 class="_5pbw" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="js_128"><div class="fwn fcg"><span class="fwb fcg" data-ft="{&quot;tn&quot;:&quot;;&quot;}"><a href="https://www.facebook.com/dibyanshupandey?fref=nf" data-hovercard="/ajax/hovercard/user.php?id=749892938&amp;extragetparams=%7B%22fref%22%3A%22nf%22%2C%22directed_target_id%22%3A1486334851608134%7D">Dibyanshu Pandey</a><i class="mhs img sp_nN2ib0v85u2 sx_4944ba"></i><span>‎</span><a class="_wpv" href="https://www.facebook.com/groups/1486334851608134/?fref=nf" data-hovercard="/ajax/hovercard/group.php?id=1486334851608134&amp;extragetparams=%7B%22fref%22%3A%22nf%22%7D">राष्ट्रकवि रामधारी सिंह "दिनकर"</a></span></div></h5><div class="_5pcp" id="js_129"><span><span class="fsm fwn fcg"><a class="_5pcq" href="https://www.facebook.com/groups/1486334851608134/permalink/1486985818209704/"><abbr title="Monday, July 28, 2014 at 12:28am" data-utime="1406487516" data-shorten="1" class="_5ptz timestamp livetimestamp">2 hrs</abbr></a></span></span> · <a data-hover="tooltip" class="uiStreamPrivacy inlineBlock fbStreamPrivacy fbPrivacyAudienceIndicator _5pcq" href="https://www.facebook.com/#" role="button" id="u_jsonp_8_3q" aria-label="Shared with: Members of राष्ट्रकवि रामधारी सिंह &quot;दिनकर&quot;"><i class="lock img sp_843e1e sx_447ccd"></i></a></div></div></div></div></div></div><div class="_5pbx userContent" data-ft="{&quot;tn&quot;:&quot;K&quot;}" id="js_130"><p>Can someone share "द्व्न्दगीत" by Dinkar? I am looking for the ebook.</p></div><div></div><div><form rel="async" class="live_1486985818209704_316526391751760 commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" data-live="{&quot;seq&quot;:0}" id="u_jsonp_8_3e" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQG-VgRoE_a0" autocomplete="off"><input type="hidden" autocomplete="off" name="feedback_params" value="{&quot;actor&quot;:&quot;749892938&quot;,&quot;target_fbid&quot;:&quot;1486985818209704&quot;,&quot;target_profile_id&quot;:&quot;&quot;,&quot;type_id&quot;:&quot;308&quot;,&quot;assoc_obj_id&quot;:&quot;1486334851608134&quot;,&quot;source_app_id&quot;:&quot;0&quot;,&quot;extra_story_params&quot;:[],&quot;content_timestamp&quot;:&quot;1406487515&quot;,&quot;check_hash&quot;:&quot;AQC6BxO76_jPLIxg&quot;,&quot;source&quot;:&quot;13&quot;}"><input type="hidden" autocomplete="off" name="data_only_response" value="1"><div class="clearfix"><div class="_4bl7 _4bl8"></div><div class="_4bl9"><div class="_5pcp _5vsi"><span><span data-reactid=".90"><a class="UFILikeLink accessible_elem" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-reactid=".90.0">Like</a><a class="UFILikeLink" href="https://www.facebook.com/#" role="button" aria-live="polite" title="Like this" data-ft="{&quot;tn&quot;:&quot;&gt;&quot;}" data-reactid=".90.1">Like</a></span></span> · <label class="uiLinkButton comment_link" title="Leave a comment"><input class="uiLinkButtonInput" data-ft="{&quot;type&quot;:24,&quot;tn&quot;:&quot;S&quot;}" type="button" value="Comment" onclick="return fc_click(this);"></label></div></div></div><div class="uiUfi UFIContainer _5pc9 _5vsj _5v9k" id="u_jsonp_8_3g"><ul class="UFIList" data-reactid=".91"><li class="UFIRow UFIComponent UFIAddComment UFIAddCommentWithPhotoAttacher UFIFirstComponent UFILastComponent" data-ft="{&quot;tn&quot;:&quot;[&quot;}" data-reactid=".91.1:4"><div class="UFIMentionsInputWrap clearfix" data-reactid=".91.1:4.0"><div class="_ohe lfloat" data-reactid=".91.1:4.0.$left"><div class="img _8o _8r UFIImageBlockImage UFIReplyActorPhotoWrapper" data-reactid=".91.1:4.0.$left.0"><img class="img UFIActorImage _54ru" src="./ui_files/10492488_855847354444948_8753844995165142862_n(1).jpg" alt="Mayur Kumar" data-reactid=".91.1:4.0.$left.0.0"></div></div><div class="" data-reactid=".91.1:4.0.$right"><div class="UFIImageBlockContent _42ef _8u" data-reactid=".91.1:4.0.$right.0"><div class="UFICommentContainer" data-reactid=".91.1:4.0.$right.0.0"><div class="UFIInputContainer" data-reactid=".91.1:4.0.$right.0.0.0"><div class="uiMentionsInput textBoxContainer ReactLegacyMentionsInput" data-reactid=".91.1:4.0.$right.0.0.0.0"><div class="highlighter" data-reactid=".91.1:4.0.$right.0.0.0.0.0"><div data-reactid=".91.1:4.0.$right.0.0.0.0.0.0"><span class="highlighterContent hidden_elem" data-reactid=".91.1:4.0.$right.0.0.0.0.0.0.0"></span></div></div><div class="uiTypeahead mentionsTypeahead" data-reactid=".91.1:4.0.$right.0.0.0.0.1"><div class="wrap" data-reactid=".91.1:4.0.$right.0.0.0.0.1.0"><input type="hidden" autocomplete="off" class="hiddenInput" data-reactid=".91.1:4.0.$right.0.0.0.0.1.0.0"><div class="innerWrap" data-reactid=".91.1:4.0.$right.0.0.0.0.1.0.1"><textarea name="add_comment_text" class="textInput mentionsTextarea uiTextareaAutogrow uiTextareaNoResize UFIAddCommentInput DOMControl_placeholder" title="Write a comment..." placeholder="Write a comment..." data-reactid=".91.1:4.0.$right.0.0.0.0.1.0.1.0">Write a comment...</textarea></div></div></div><input type="hidden" autocomplete="off" class="mentionsHidden" value="" data-reactid=".91.1:4.0.$right.0.0.0.0.2"></div><div class="UFICommentAttachmentButtons clearfix" data-reactid=".91.1:4.0.$right.0.0.0.1"><div class="UFIPhotoAttachLinkWrapper _m" data-hover="tooltip" data-tooltip-alignh="center" aria-label="Attach a Photo" data-reactid=".91.1:4.0.$right.0.0.0.1.0"><i class="UFICommentPhotoIcon" data-reactid=".91.1:4.0.$right.0.0.0.1.0.0"><input type="file" accept="image/*" class="_n" name="file" title="Choose a file to upload" aria-label="Choose a file to upload"></i></div></div></div></div></div></div></div></li></ul></div></form></div></div></div></div></div><div id="more_pager_pagelet_53d56842552c83624623909" data-referrer="more_pager_pagelet_53d56842552c83624623909"><div class="_4-u2 mbl _5us6" id="u_jsonp_8_3r"><div class="_2iwo _5usc"><div class="_2iwq"><div class="_2iwr"></div><div class="_2iws"></div><div class="_2iwt"></div><div class="_2iwu"></div><div class="_2iwv"></div><div class="_2iww"></div><div class="_2iwx"></div><div class="_2iwy"></div><div class="_2iwz"></div><div class="_2iw-"></div><div class="_2iw_"></div><div class="_2ix0"></div></div></div><a class="_5usd" href="https://www.facebook.com/#" role="button"><span class="fsxl fcg">More Stories</span></a></div></div></div></div></div></div><div id="bottomContent"></div></div></div></div></div></div><div id="pageFooter" data-referrer="page_footer"><div id="contentCurve"></div><div role="contentinfo" aria-label="Facebook site links"><table class="uiGrid _51mz navigationGrid" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m- hLeft plm"><a href="https://www.facebook.com/facebook" accesskey="8" title="Read our blog, discover the resource center, and find job opportunities.">About</a></td><td class="_51m- hLeft plm"><a href="https://www.facebook.com/campaign/landing.php?placement=pf&campaign_id=466780656697650&extra_1=auto" title="Advertise on Facebook.">Create Ad</a></td><td class="_51m- hLeft plm"><a href="https://www.facebook.com/pages/create/?ref_type=sitefooter" title="Create a Page">Create Page</a></td><td class="_51m- hLeft plm"><a href="https://developers.facebook.com/?ref=pf" title="Develop on our platform.">Developers</a></td><td class="_51m- hLeft plm"><a href="https://www.facebook.com/careers/?ref=pf" title="Make your next career move to our awesome company.">Careers</a></td><td class="_51m- hLeft plm"><a href="https://www.facebook.com/privacy/explanation" title="Learn about your privacy and Facebook.">Privacy</a></td><td class="_51m- hLeft plm"><a href="https://www.facebook.com/help/cookies/?ref=sitefooter" title="Learn about cookies and Facebook.">Cookies</a></td><td class="_51m- hLeft plm"><a href="https://www.facebook.com/policies/?ref=pf" accesskey="9" title="Review our terms and policies.">Terms</a></td><td class="_51m- hLeft plm _51mw"><a href="https://www.facebook.com/help/?ref=pf" accesskey="0" title="Visit our Help Center.">Help</a></td></tr></tbody></table></div><div class="mvl copyright"><div class="fsm fwn fcg"><span> Facebook © 2014</span> · <a rel="dialog" ajaxify="/settings/language/language/?uri=https%3A%2F%2Fwww.facebook.com%2F&amp;source=TOP_LOCALES_DIALOG" title="Use Facebook in another language." href="https://www.facebook.com/#" role="button">English (US)</a></div></div></div></div><div id="pagelet_sidebar" data-referrer="pagelet_sidebar"><div class="fbChatSidebar fixed_always _5pr2 offline" data-ft="{&quot;tn&quot;:&quot;+G&quot;}" id="u_0_37"><div class="_5qqe" style="margin-top: 0px;"></div><div id="pagelet_canvas_nav_content" data-referrer="pagelet_canvas_nav_content" style="height: 185px;"><div class="_5mt2 _5mt0"><div class="_6wd"><div class="clearfix _42i3 _5pxg"><div class="lfloat _ohe"><span class="_42i4 _6we">Your Apps</span></div><a class="_42i4 _42g6 _4d9w rfloat _ohf" data-gt="{&quot;type&quot;:&quot;click2appcenter&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;}" href="https://www.facebook.com/appcenter/my">More</a></div><div style="width:205px; height:54px; " class="_56vv _56vw" id="u_0_5s"><div class="_2xu" style="padding: 0 0px; "><ul class="_2xq" style="width:820px; "><li class="_2xr _56vx _2xn"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="Battle Pirates"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fbattlepirates%2F%3Ffb_source%3Dsidebar_bookmark&h=tAQF-UzOe&enc=AZOkG-nTMjYs3uEDeB__7JgRpFXIT8_ejBwgGYAz7J3wuHchGwxZlORRybSeL72YVykuxMC2Ced33n9oqsJmz3v17C1RGqnOIbLeXNfPsIzI2Su7ygXKfTygxR2idWPdChZ6LEv2SEaKCWLw8tqCUj3UZIlaZrwBp7253J_ogFG6EM5K2fhcp_zRqsvNsnEJUdbIT990Lz5eB6fbua_BmBBHccELb6GiefluJzgsK0sXesUrbm0-8tEvJBl_SoQ-wcBIXFlNTsf244fvIZb4jHlXei2KxUJ02NZbjRwdbozXLlie2ktaXyy0IsL_VZkkb3vUjUtVzUL6k9UukxTnOvzQ" data-gt="{&quot;appid&quot;:&quot;148669555176974&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;148669555176974&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="Battle Pirates"><img class="img" src="./ui_files/851577_548383171872275_1839093140_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="Super Sixers"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fmj-super-sixers%2F%3Ffb_source%3Dsidebar_bookmark&h=TAQEhAmGV&enc=AZMHBm7aBDdPNZzKCuLOSIxUVTuJYmiDIugLagG_nqygJpoAMLXyqDkpmHsgrfRqrJ94vBXk95wegp58gV08wNhVAx6HCwn_3XBHPXwLpeqOEelO5Gi5AYnHogvtEs3p_OrY-x2eIbK11MuVPP7tJpSrIibKVXORA1dAFs1qnn_18i0SKDg7bOx9gizwDHEg3nYABiKfXRJXmAiuIxI-_BSGAJuiUaeB0lCR5aQN1JYKRiKVkyjJ4fRCwL8E1Bg1uKMaZiwd0Qm47WisHw33jIJlcUVWC640DXlbbSmp0tfOLzDt5DaM2djFtv7NKTFP8IIRyfCkT2n6WWMHrv2d8L6y" data-gt="{&quot;appid&quot;:&quot;177092615635319&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;177092615635319&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="Super Sixers"><img class="img" src="./ui_files/851583_609251845752725_624540302_n.gif" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="YoWorld (formerly YoVille)"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fplayyoworld%2F%3Ffb_source%3Dsidebar_bookmark&h=-AQGy9Yts&enc=AZPpnZDLQ_LgyhGFTW5In2t6YdOMVzIy88vAkqMWXYhiD8h3-NuDRvvvFmaJW5cigYRqsOAa9KKEVI19n8rsQc60z1KeV6W3MQnKtkW26Bw1ZdjtDAVZu2jafQjPd28GOxhdKfThiZldxIAC9zliD1vKlPTaYFo6_U_pO8gCBlDLNW0Q7cXZYnY0TKvWitYPs4Gl4oeQXRyBMO-6BDSJbek_Ge2zHOzpK3AIv6c6ZJZKipCmK890VupzO07sLpSu4EnUS0kSdYQO7iMqDmimECkcVFWHnebjmXHa--2jLmTB8tJ_1PTHCBD552bRfVYAlRXBas3mlEDdHZ1p4Jjth2Yc" data-gt="{&quot;appid&quot;:&quot;21526880407&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;21526880407&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="YoWorld (formerly YoVille)"><img class="img" src="./ui_files/10173491_10154060213540408_1808657552_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Ftexas_holdem%2F%3Ffb_source%3Dsidebar_featured&h=eAQHlN3VJ&enc=AZPgvS5nYDZCLF4xi-ivySMs3KiIa6wH4lp2XrHHIq7VrJzS6z0iyYSM2V6uZAiTTSgiErfuslbFmzIdWrqrLvCG2TTR3RU8xoAIq-0TOO6r7pYc4sjaSftf35E_T8mwMbjdYbt0ZeFVVL5dWfDyfTZmhHRpmYTt1VbWq9C2VNNK1iPe4Xub2DdXoczlGnNeGvLW7iS7Tdl7F3hpVecJhV0-B0yqECuM8lXwaju_EdqDtlSHxExf9zi9_HjXeIpM14LZA-4XDg1iKRCpzGLCIYE8kDylL723Zxw8AynfB46kU3KjdQhcSZ2e-GM4DZpCYinv8gVn01hNGvXu3tpw74nV" data-gt="{&quot;appid&quot;:&quot;2389801228&quot;,&quot;fbsource&quot;:&quot;1302&quot;,&quot;ref&quot;:&quot;divebar_bookmarks_featured&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;2389801228&quot;,&quot;count&quot;:&quot;1&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=2389801228&amp;fb_source=1302&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fapps.facebook.com%252Ftexas_holdem%252F%253Ffb_source%253Dsidebar_featured%26h%3DeAQHlN3VJ%26enc%3DAZPgvS5nYDZCLF4xi-ivySMs3KiIa6wH4lp2XrHHIq7VrJzS6z0iyYSM2V6uZAiTTSgiErfuslbFmzIdWrqrLvCG2TTR3RU8xoAIq-0TOO6r7pYc4sjaSftf35E_T8mwMbjdYbt0ZeFVVL5dWfDyfTZmhHRpmYTt1VbWq9C2VNNK1iPe4Xub2DdXoczlGnNeGvLW7iS7Tdl7F3hpVecJhV0-B0yqECuM8lXwaju_EdqDtlSHxExf9zi9_HjXeIpM14LZA-4XDg1iKRCpzGLCIYE8kDylL723Zxw8AynfB46kU3KjdQhcSZ2e-GM4DZpCYinv8gVn01hNGvXu3tpw74nV" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851585_10151856018761229_1481715019_n.png" width="50" height="50" alt=""><div class="_5snm"><img class="image location_canvas img" src="./ui_files/pZNMkGyZZ-M.png" alt="" width="39" height="21"></div></a><div class="_2hcm"><span class="count _5wk0 _2hcl uiSideNavCount uiSideNavCountRed"><span class="countValue fss">1</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="Hello City"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fhello-city%2F%3Ffb_source%3Dsidebar_bookmark&h=sAQHwyEpn&enc=AZOnlxrHBUHTlp2nC3F5foWtyqo6sfxbWV8-p-DW5LIDk4NJuMDsGVRts_pXqUfiJqKgKYmipD0F9HyqdyRSogLMK7kwgsDkkR50QvZvyZLR4mGkv2LsRrJUqII07j5Nr_lBiJUK-FZgiXhAD2IyLEdIPe_KL5nD26n0U749_QxkLZZxpmiFCpxU5eGlnEjT_iK1oCuN1YGBAfakgQ40kDdr43cZkxxCkgkAk7CF2ifFP8M61zvoyo4bpgKaUhT9s6z24seBBLpgcraKnvgbZzx44xbgq5EKvnmEGSJG8qei32-u0ntQLBPFpLBRMo3-pkIktpmoSFt0F5RNIbpk1M_S" data-gt="{&quot;appid&quot;:&quot;105484376153111&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;105484376153111&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="Hello City"><img class="img" src="./ui_files/851580_584839558217588_1576809494_n.gif" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="Glamble Poker!"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fglamble%2F%3Ffb_source%3Dsidebar_bookmark&h=VAQFlh5hd&enc=AZNfJJ7BvQuKz1YK6bEh1xaesAF-Hhn50Z_6hShmhe5V7uajFkWGbFxUFp8zCdgL57IhZ_dQ_CgUxwnyhhw27VE9zDunhTJiLqFLRbmeXSuYpIV6pIxcukQeacs9hyuhuZe-moGOirGWPYY_z1Ro6CGGlO125tJ70rKPnrwcxsgYmjiuRyhe9WFa_wtxj0K-PhLK5OVwRHd4gocLdfapPp_IK8UGfco9IzBqoNDnpB49rp-9prjo9dkwrbUH6I4RbcJTgLWcxWBSi8HHVbmxC6c7_fhjX-JjaXltvlI_5XqdeSNwEOy6cmxa-nPMsRvPjTzymg4Hn1ClaD04bqkMN7vh" data-gt="{&quot;appid&quot;:&quot;96815041925&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;96815041925&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="Glamble Poker!"><img class="img" src="./ui_files/851577_10151595688201926_13640826_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="Mafia Wars"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Finthemafia%2F%3Ffb_source%3Dsidebar_bookmark&h=EAQEava1M&enc=AZP2KfSkqtM1xwmfX0wyByeDaiXehi1H-DWFmvfoJJnmUd9W1b7JPbiQcr7SH96aAZ5dAP81blYoe7xsKBz2NBcYYST_HnQKmXR3WrS9BwjDZES2RDjz1FOBOw1F2zHSBWRDNlv-D5wpva1xKdyJOTMLs-tehTXpHLyMu-ZSs_M-jZXbzRbG8DBwTy024n0Aem2G9H0rQrRRJXQCmxg3UA6w1-KYyMblPLk_Jy_Y6SLd4lGejFiiusWPKSocqb_SifKd8yevHXaf_wNBk21zXoDZLYGC4U-NOB4zzpZ36ut7dOowb4I5zvtwkEXCTX4ZvEz-FuI3zbGSWMkhDjJlkoEr" data-gt="{&quot;appid&quot;:&quot;10979261223&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;10979261223&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="Mafia Wars"><img class="img" src="./ui_files/10173493_10152418225841224_264961607_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="CityVille"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fcityville%2F%3Ffb_source%3Dsidebar_bookmark&h=bAQFqu9wT&enc=AZMMk5mtYfvRjsGHsR_feTGalGLbSU6l4S0z1BhMxEQlmJrr0jZIu64Kf_wQRQfiJpaCnMHFtJbe0qscMdXGmNuimFQPUdGw2ZDdJWI_433y2qB2RIEGO_ps4nsnwk8kG8jh9uKJyVmXiN-r-3PV2jbuOHCvuBYWDEzS8lOpkRpYmpIQp4cya1b1oAldBFpgiSxWMDytSjQM2suNsEKiZyefWT3J7EzDOPkA_on6XaAOzVqzmoJPPIz9I0-dVRExUhLB6zZhj5SW1bBX3zWv1xoExHChfIofajbyqom34983LvIjg02G_5XOGV__Wa2fLY8NDHU8-JDbyc33n7Q8fEC5" data-gt="{&quot;appid&quot;:&quot;291549705119&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;291549705119&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="CityVille"><img class="img" src="./ui_files/851581_10151645348255120_349549652_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="Zoo World"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fplayzoo%2F%3Ffb_source%3Dsidebar_bookmark&h=9AQHuQ4Ni&enc=AZNtBeh_V7IAvzcXmsXE0vimBCpY2lo_PGgdAkHhxSR34sxX40csO_MIeQEoQQrhlLnOmyRj2YKNu6cyoiCE5IfYFi52_ni09HUJ4vFGGlp7o0nDXWStp247yJUQjolfgUqxLVJABuHXT-xTVSJJB7TJ0GE95EjNh8PYGLs-CXR3cMmzRNM2Z6B0uAiAACdA0ubUb7SGF-k49ie7u_uXrsoTGwI3pqs4CLl8ijQ2e2frL9dtu-B7RHm-1Cre5Y0AyI6wCg8cxcqz6F4XwldQHL_T8nMA8nNJ4ArAhO5XD-CTpP7gnRgIjUnd5adGY4aSl5VbFytRA60sbPt1UwviLDpW" data-gt="{&quot;appid&quot;:&quot;167746316127&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;167746316127&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="Zoo World"><img class="img" src="./ui_files/851580_10151390050236128_430952274_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="FarmVille"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fonthefarm%2F%3Ffb_source%3Dsidebar_bookmark&h=TAQEhAmGV&enc=AZNYmFnvN60_SxLSdV9SwmqXa6UIm-3JM4jOGcjEn1VkC-YCYIII4vPfzTWqnpH_Ou7LSRZX4g-PXuHsdEb_HjhgTijvp_b9Mdqkgtf_4We1lXmghXY-nDluQBBrwW-V8V-cj7Q2Hi26Wi-4lzh8ij2yXD3W5FJcpjuuA_rUIy2RVzbqBUF3gPN6IQDdiIylRnhRNMkTlXwGOQEwxkByl03qJoE9Kw0pmyERlhKRauw3fNos_4uXM0ng3RLmkMOzdTyFtW1ORXL4uUKYdJkGk3HRpAJ01Dhk9PjVyKRuigqj6D8WC4k0WRrZYp-QNYQGNCXI2XsuJNnd-pFsOkuDLm_U" data-gt="{&quot;appid&quot;:&quot;102452128776&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;102452128776&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="FarmVille"><img class="img" src="./ui_files/851549_10152027471473777_135471457_n.png" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><div class="_2omr" title="KCC MBA"><a href="https://www.facebook.com/l.php?u=https%3A%2F%2Fapps.facebook.com%2Fdeathtimecalculator%2F%3Ffb_source%3Dsidebar_bookmark&h=qAQEvEAAA&enc=AZMeVqunBsanT9WY_lgfL-1fHikQzfjmljnIhG-bNKVOGudLM1EWfo6sJS_hXDefJISh-Hugf_GKz5TJGLhRxIL-ZBNj6FLE_bSCEhsgpKsnOGGpsIDXgzf7Hq97FbkslIXwwPObqZV1jW8TO651h58volp_T7mCKo637wG7VkR4s0LjzvDcOH0Qlkq9Nx2vcTXchTXysgjVbqBjmKN2q477_KnRKhmHPHAAGYpMAP1DbiECuSXREA_9bn_L34VSvH2t3WxjR1Rh6eqsz-s3t1E0ArXxy3zjIJ54AUF3s9_Sm-w6dYLGo9E0fCndt9hQuFNnLSKq90R_AlvNiALkJ6Ba" data-gt="{&quot;appid&quot;:&quot;125717634120849&quot;,&quot;fbsource&quot;:&quot;1301&quot;,&quot;ref&quot;:&quot;divebar_bookmarks&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;bmid&quot;:&quot;125717634120849&quot;,&quot;count&quot;:&quot;0&quot;}" data-appname="KCC MBA"><img class="img" src="./ui_files/851556_654277387931535_631629601_n.gif" width="50" height="50" alt=""></a></div><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li></ul></div><a class="_2xx _56v- _56v_ _2xo" aria-label="Previous" href="https://www.facebook.com/#" role="button"><div class="_4d9x"></div></a><a class="_2xw _56v- _56w0" aria-label="Next" href="https://www.facebook.com/#" role="button"><div class="_4d9x"></div></a></div><div class="_56vv _56vy"></div></div><div class="_5wvm"></div><div><div class="clearfix _42i3 _5pxg"><div class="lfloat _ohe"><span class="_42i4 _6we">Recommended Games</span></div><a class="_42i4 _42g6 _4d9w rfloat _ohf" data-gt="{&quot;type&quot;:&quot;click2appcenter&quot;}" href="https://www.facebook.com/appcenter/category/games/?platform=web&ranking_selected=1">More</a></div><div style="width:205px; height:54px; " class="_56vv _56vw" id="u_0_5t"><div class="_2xu" style="padding: 0 0px; "><ul class="_2xq" style="width: 1230px; left: -1025px;"><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fff-six-the-game%2F%3Ffbs%3D1303&h=2AQEM0fH9&enc=AZO1Yyk4aAu9iFW3aHaGbFIewDbLbKAT9e7ohV2x_kHcY2PKoDr1Uoz9X2tVhUCLkSG1T9Ne-v7RKKYnzzWg814qQ1_9G4JR0q4kOEeWFZ9rfctxccVa-CM8OaIKih0Sx3HEK4IoJAO-feTyzWGZgXcYSHipTF4MfRf7QbAvCC0bVCvyWziC_Qz9WZgGLm7zE2sWWhXLaWMdqB9Gk69jN4TGVR11VqKsw6G2jWSXm2dAfxMnA3YPjIgQmiSS88RlCszMUBCTu0oEUoX_f55wxfmZ1CQJMyqay4qtPzhES8WOIQAby9cAlOTpo3xz7g1ypzMMzDqkWxv2rd9AO_h8imcY" data-gt="{&quot;appid&quot;:&quot;352930141483598&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;1&quot;,&quot;bmid&quot;:&quot;352930141483598&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;8078068777463115655&quot;,&quot;service&quot;:&quot;ARiWpYLOqNxFgRl4ShF8L7gI6u7pK4H__MlhJ75742oU_scbZYKgicI96xZMtPqnf_Xh12KlzTORKvGECpkb3-jCDBI&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=352930141483598&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fff-six-the-game%252F%253Ffbs%253D1303%26h%3D2AQEM0fH9%26enc%3DAZO1Yyk4aAu9iFW3aHaGbFIewDbLbKAT9e7ohV2x_kHcY2PKoDr1Uoz9X2tVhUCLkSG1T9Ne-v7RKKYnzzWg814qQ1_9G4JR0q4kOEeWFZ9rfctxccVa-CM8OaIKih0Sx3HEK4IoJAO-feTyzWGZgXcYSHipTF4MfRf7QbAvCC0bVCvyWziC_Qz9WZgGLm7zE2sWWhXLaWMdqB9Gk69jN4TGVR11VqKsw6G2jWSXm2dAfxMnA3YPjIgQmiSS88RlCszMUBCTu0oEUoX_f55wxfmZ1CQJMyqay4qtPzhES8WOIQAby9cAlOTpo3xz7g1ypzMMzDqkWxv2rd9AO_h8imcY" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10540963_567942946648982_21750757_n.png" width="50" height="50" alt=""><div class="_5snm"><img class="image location_canvas img" src="./ui_files/pZNMkGyZZ-M.png" alt="" width="39" height="21"></div></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fdino_hunter%2F%3Ffbs%3D1303&h=RAQG8ktic&enc=AZP9IpXEAetQ4DGvZbwkagIFNpkAWXNqqM50tx-8MdNzNhY2uswCca6lAUbM9-Rdj67xmE4axT7OJdeolhcBYNaCnVbzRtTaxTl_jTYUAuJzT2tPJ6HsVAi8lqeLTrV1PuW2Lm4HAQrMEL2_o4bBCs3XGbnbmTJYdUEzgJbydhs1I4jYhLZ9Yw4tG9FCqtr0AE-QrnOPWpxK8uGvNXqiicN3Clk3ifxH4ZYcNC7TTZW4xvoYF5TI7wPfgyJfSh_hAbti8dj2rq2JECLQMJuaqh708E7oUNJLMIENGdnh7cR8XySQbvf6StCTQP4OuL87Suz6EOyWP_Sas1TvNUaAtPMO" data-gt="{&quot;appid&quot;:&quot;1416313861985909&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;2&quot;,&quot;bmid&quot;:&quot;1416313861985909&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;4660277603237604798&quot;,&quot;service&quot;:&quot;ARgQv1rbnac_VsASoMrg_zRr83HAU0IV2AZAv3N_7ZlVbGwZJuLy4h6Rer4QDY4SInGFrv24zU01f3uFhX1wGAVnTQw&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=1416313861985909&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fdino_hunter%252F%253Ffbs%253D1303%26h%3DRAQG8ktic%26enc%3DAZP9IpXEAetQ4DGvZbwkagIFNpkAWXNqqM50tx-8MdNzNhY2uswCca6lAUbM9-Rdj67xmE4axT7OJdeolhcBYNaCnVbzRtTaxTl_jTYUAuJzT2tPJ6HsVAi8lqeLTrV1PuW2Lm4HAQrMEL2_o4bBCs3XGbnbmTJYdUEzgJbydhs1I4jYhLZ9Yw4tG9FCqtr0AE-QrnOPWpxK8uGvNXqiicN3Clk3ifxH4ZYcNC7TTZW4xvoYF5TI7wPfgyJfSh_hAbti8dj2rq2JECLQMJuaqh708E7oUNJLMIENGdnh7cR8XySQbvf6StCTQP4OuL87Suz6EOyWP_Sas1TvNUaAtPMO" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10173489_1432442047039757_1519744647_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fschoolofdragons%2F%3Ffbs%3D1303&h=jAQEt6MhB&enc=AZNG-FUgb6Oo-qQw3EpPFwjvrcSUkPY23jognJauKz_0gb_Lcjz9EK3tVfCKnCgNFpxYyiSRCsWYx9bOMXPpu2rPNML72lJMp60iGBnCZ-vifjF7m5Y4f9gPlK39j9BWaDA0-RErA0fCaLQvDEBtbW__EjlKtGtQDp3iCZmn9_pf6nJPmspeWS21GCgoPNLz3HOtxC07W8d7i36A5zf3o7L0WGn0iPKIHUtIbBkuOVyxEk4rDCXuJ9XdzojMZyO9R3HvpBJqRStYvwwLXuqPB_KDwqSP4KjHILrBJI8hQyjRjVQEUtoiqbc6WujtumgdhM5xy0rDo839lmvft5vGIm38" data-gt="{&quot;appid&quot;:&quot;357704261026079&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;3&quot;,&quot;bmid&quot;:&quot;357704261026079&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;3776446640343807743&quot;,&quot;service&quot;:&quot;ARhvZbDB21mAL4cVTv_0HlhcV2OEltCzi9hIyVkrNx5bdIlY2BAjlSVy3n87YKwgHebnC3oP5sgmzxzvhmfJO7zMQ68&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=357704261026079&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fschoolofdragons%252F%253Ffbs%253D1303%26h%3DjAQEt6MhB%26enc%3DAZNG-FUgb6Oo-qQw3EpPFwjvrcSUkPY23jognJauKz_0gb_Lcjz9EK3tVfCKnCgNFpxYyiSRCsWYx9bOMXPpu2rPNML72lJMp60iGBnCZ-vifjF7m5Y4f9gPlK39j9BWaDA0-RErA0fCaLQvDEBtbW__EjlKtGtQDp3iCZmn9_pf6nJPmspeWS21GCgoPNLz3HOtxC07W8d7i36A5zf3o7L0WGn0iPKIHUtIbBkuOVyxEk4rDCXuJ9XdzojMZyO9R3HvpBJqRStYvwwLXuqPB_KDwqSP4KjHILrBJI8hQyjRjVQEUtoiqbc6WujtumgdhM5xy0rDo839lmvft5vGIm38" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851593_427419527387885_1279267573_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fsports-heads-two%2F%3Ffbs%3D1303&h=wAQFLWUMR&enc=AZMqQlm9p1RvnxSxJbqHF47WnnYKuo7W7jrrcISWssePTwSevLM46A740TgYdYB5a7G5SWPyCuHdwqv1mmZrEbl6BxZBOvvTp5FXT9EWM84vNQShbk-67HUMkWCk1ITViBUECSg9yaSooi4reCPjPygHNQEgGCbL6gXL63toONDbDK_loFzioSQmcEuOgQdXcmVV81XOajXE5JNeeH5c8V0EZyNRi1O4EpkioK-BF2KXxjt-KDBG-bAzSHRBo2I8vyhYPacr4Iq5S07I247LnVhJoDR47DgNuvJvxT_1B9u3nW96Il0N7ojy8ObrWAL1UA_gA3_pbhOdFCQLwjTXvF8w" data-gt="{&quot;appid&quot;:&quot;499379713461318&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;4&quot;,&quot;bmid&quot;:&quot;499379713461318&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;9177472839856750333&quot;,&quot;service&quot;:&quot;ARiLErfx0Xa3PCLT3TUvMYtaXF9Nkb9lUUTCe6ykb3mgV2lJzzW_vOSaw8DKqyZFiwymheGbe6y1RQGlq-SD_dcn1Qs&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=499379713461318&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fsports-heads-two%252F%253Ffbs%253D1303%26h%3DwAQFLWUMR%26enc%3DAZMqQlm9p1RvnxSxJbqHF47WnnYKuo7W7jrrcISWssePTwSevLM46A740TgYdYB5a7G5SWPyCuHdwqv1mmZrEbl6BxZBOvvTp5FXT9EWM84vNQShbk-67HUMkWCk1ITViBUECSg9yaSooi4reCPjPygHNQEgGCbL6gXL63toONDbDK_loFzioSQmcEuOgQdXcmVV81XOajXE5JNeeH5c8V0EZyNRi1O4EpkioK-BF2KXxjt-KDBG-bAzSHRBo2I8vyhYPacr4Iq5S07I247LnVhJoDR47DgNuvJvxT_1B9u3nW96Il0N7ojy8ObrWAL1UA_gA3_pbhOdFCQLwjTXvF8w" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10333105_707689659296988_1314553637_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fmagic_kitchen%2F%3Ffbs%3D1303&h=yAQFTQbjO&enc=AZMszvltr2RG_Ix-5viAxxY9iLTdpT7Pes5woMWjizWkyHtkPJr_AXMikxXBuq3v6WVKVdN1mWlU_hydI3U5LPjgwxMPEE-1o0xbblwKDrm4hJ-rGDm-f9kiPC3zkay4MGmi1em5hD1gQPtGb3Kzy777mczyB2qUoQ_tjW0-m4x2w8plAj5c336men9uMnw4b1qlW3eHa7fxT__HjZivsWpoSpVZTdPfjDZhJrwC9MpB--HA8NbQZUbxFt0HLnWyYx4K9ZCO_8NALUrXxONseb9Yd-mqNDjkZfmyoQFW821f2X-VqyBYh3VQFDvLxFSB19-KMeHGLPnuiHv1i0yK2lSb" data-gt="{&quot;appid&quot;:&quot;676545185738009&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;5&quot;,&quot;bmid&quot;:&quot;676545185738009&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;1129185500964315061&quot;,&quot;service&quot;:&quot;ARjHvkj-6l-I2mmk1rTFTVSBY8tJmnbAAxoKz4Y3DwLA6UjQvzSthExxwacfVKK_ZWv5KJpRXVgfu8UKib1geD5P2UI&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=676545185738009&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fmagic_kitchen%252F%253Ffbs%253D1303%26h%3DyAQFTQbjO%26enc%3DAZMszvltr2RG_Ix-5viAxxY9iLTdpT7Pes5woMWjizWkyHtkPJr_AXMikxXBuq3v6WVKVdN1mWlU_hydI3U5LPjgwxMPEE-1o0xbblwKDrm4hJ-rGDm-f9kiPC3zkay4MGmi1em5hD1gQPtGb3Kzy777mczyB2qUoQ_tjW0-m4x2w8plAj5c336men9uMnw4b1qlW3eHa7fxT__HjZivsWpoSpVZTdPfjDZhJrwC9MpB--HA8NbQZUbxFt0HLnWyYx4K9ZCO_8NALUrXxONseb9Yd-mqNDjkZfmyoQFW821f2X-VqyBYh3VQFDvLxFSB19-KMeHGLPnuiHv1i0yK2lSb" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851574_698424110216783_1251962411_n.png" width="50" height="50" alt=""><div class="_5snm"><img class="image location_canvas img" src="./ui_files/pZNMkGyZZ-M.png" alt="" width="39" height="21"></div></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fpiratetreasures%2F%3Ffbs%3D1303&h=vAQGcVNXw&enc=AZN1oVx7wpIzCx92YUeCK6QCRbCD9mgA7ZXV1VJOdNURkfYGsTTMMAkSwwJ-ofk07bamVuZ4tBtuQ23FR1jX2wS-O1IZKwTy6EeW_jqTyn0QMUp3R612EbHu0jzo3gf1AoFIol7_RmNWVimmQbCMlohq_3bdkykrijU_vYceAaGIKWeu5sHew3M_UuZIUX0rk88AvX2-e5foCZeU2wyzGh5BokvrriNnmZvs1Fn7CY19tnCpLQFnjuaz9XS2O0KxI7YyIFgu-VWTVuD0pf-D70XZOz5OtkK0gQmuSQ1WYDQ6PLugn0zl7-LwNARexuqJTTIYyb6ddHoc8HQ3S3T9af5O" data-gt="{&quot;appid&quot;:&quot;232753656912432&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;6&quot;,&quot;bmid&quot;:&quot;232753656912432&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;5462935751978974815&quot;,&quot;service&quot;:&quot;ARjQ7nZ9i8jyhZfoFGVZZP9ACX6SY5cokLfd4Wih9nztoLE6eVrt9hEOzwldjfPUBXcHO9mmgkLvMKl8wutRvhyde6Q&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=232753656912432&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fpiratetreasures%252F%253Ffbs%253D1303%26h%3DvAQGcVNXw%26enc%3DAZN1oVx7wpIzCx92YUeCK6QCRbCD9mgA7ZXV1VJOdNURkfYGsTTMMAkSwwJ-ofk07bamVuZ4tBtuQ23FR1jX2wS-O1IZKwTy6EeW_jqTyn0QMUp3R612EbHu0jzo3gf1AoFIol7_RmNWVimmQbCMlohq_3bdkykrijU_vYceAaGIKWeu5sHew3M_UuZIUX0rk88AvX2-e5foCZeU2wyzGh5BokvrriNnmZvs1Fn7CY19tnCpLQFnjuaz9XS2O0KxI7YyIFgu-VWTVuD0pf-D70XZOz5OtkK0gQmuSQ1WYDQ6PLugn0zl7-LwNARexuqJTTIYyb6ddHoc8HQ3S3T9af5O" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10333099_254961408024990_1339317897_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fjetpackjoyride%2F%3Ffbs%3D1303&h=kAQHnlGXU&enc=AZPTNLWKC9RtBecbu_tO2mMb07_yvEChd5Je7yENcAiZ3x_ZgRjsD6rQWM66RJ76stwcRjQCGYvJPREHZVcctKXoLnMVcknN-etc90AmXm7kWPJnuny-pUE5Q1DwfhPPrwM7mjFznjV9a8plbaUGQd-92JkbHsGyZCqlnYJDIl-Ghs-5dQ49P9Cq2FizLHBIdP9xcJrTxV2un6-1ryoNIqgHO5rxa52uixqMw_egAFrty0TbHX_khpmq9I1fdmR2w5ytp9sn2hBssxyca2y77XLkBf6yhwvZ-ST90Rp0aFrpW3iL7DFbj4R0kD18UAmNoJjF3UWeF6gU18pmuuOLJbgd" data-gt="{&quot;appid&quot;:&quot;278692755549138&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;7&quot;,&quot;bmid&quot;:&quot;278692755549138&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;6927028069219560955&quot;,&quot;service&quot;:&quot;ARjabqc7uWl48hOEascp4kuUg11IfQnq-R_ahL8lFcZLC8mPo6zgUZPSrcXMKadSJ7cPVzsYP5HOXeqtkvf3P8yXrVs&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=278692755549138&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fjetpackjoyride%252F%253Ffbs%253D1303%26h%3DkAQHnlGXU%26enc%3DAZPTNLWKC9RtBecbu_tO2mMb07_yvEChd5Je7yENcAiZ3x_ZgRjsD6rQWM66RJ76stwcRjQCGYvJPREHZVcctKXoLnMVcknN-etc90AmXm7kWPJnuny-pUE5Q1DwfhPPrwM7mjFznjV9a8plbaUGQd-92JkbHsGyZCqlnYJDIl-Ghs-5dQ49P9Cq2FizLHBIdP9xcJrTxV2un6-1ryoNIqgHO5rxa52uixqMw_egAFrty0TbHX_khpmq9I1fdmR2w5ytp9sn2hBssxyca2y77XLkBf6yhwvZ-ST90Rp0aFrpW3iL7DFbj4R0kD18UAmNoJjF3UWeF6gU18pmuuOLJbgd" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851576_458336187584793_711240219_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fsports-heads-game%2F%3Ffbs%3D1303&h=zAQF8qo0k&enc=AZMItaJSPJetoDml4XfZnunpsaQrHaZrZ85NWXGk4VIaN_M5WK_nHl4C8ysZj6jhK4MwSwbdWh-C5GZOOoTT-3_jmsCdmMmKcOF5uQESmcDdRhqZ2EYHtPo8jIcShWm_epmaRRP-4tf-GCsqFOio82xm9mykuDvBcOYfty8ALLyvzyPyJE72U3cKrRpxOT3M6kd8ZxCIpfGywWGRNoebrw4nJZA5FFTEDW6nNd97vLdlxk4J2V937bREbqjWUD1LgsNHLShlc_TxpLq2MdwfdotyoIw7ikzK933P1jLb-cll3XGDObUfguo5_h9jYFdp0zOWGULYew4WV6w0WCpbnwz3" data-gt="{&quot;appid&quot;:&quot;316770988361137&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;8&quot;,&quot;bmid&quot;:&quot;316770988361137&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;279485586509004250&quot;,&quot;service&quot;:&quot;ARgBK8hLd-M3uQM1JE9bPYjNpOWf19w4ajELg7JpU4kL3LRy3egAOMKbjAHDsPDQh7oXwB8368kiqC1aeiXQ0fwnq4Y&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=316770988361137&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fsports-heads-game%252F%253Ffbs%253D1303%26h%3DzAQF8qo0k%26enc%3DAZMItaJSPJetoDml4XfZnunpsaQrHaZrZ85NWXGk4VIaN_M5WK_nHl4C8ysZj6jhK4MwSwbdWh-C5GZOOoTT-3_jmsCdmMmKcOF5uQESmcDdRhqZ2EYHtPo8jIcShWm_epmaRRP-4tf-GCsqFOio82xm9mykuDvBcOYfty8ALLyvzyPyJE72U3cKrRpxOT3M6kd8ZxCIpfGywWGRNoebrw4nJZA5FFTEDW6nNd97vLdlxk4J2V937bREbqjWUD1LgsNHLShlc_TxpLq2MdwfdotyoIw7ikzK933P1jLb-cll3XGDObUfguo5_h9jYFdp0zOWGULYew4WV6w0WCpbnwz3" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851565_531322963572604_1716209962_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Ftlx_freekick%2F%3Ffbs%3D1303&h=UAQG5YX1C&enc=AZMyA9grEmhMWDGe2MeqwsLdm9jRWK1DKsklHGCxlmbTygj6N_vfjeEfe0Wxap-0zqrbAYQBD0EeOmGW8tjnyksKUS974Z7NT-KzfmtJe5XSkvboCj13fIcEG2mTjGQWvs2WKTCjjode7P-H4L8ruFhEvWCy4WA810Y0FKT7hdggNBKYODVnKJm0X6ua0YYBqCwROTLot8Ar2jtgU_pmfB-UPfJmVA5kyAu0hofe0lDKruLgoWvTEWx2d4kH5GbahNvGm6z__q-zMmPOsEZB1mrAfEYYk0rn71aIU-sbNU5lVy1ftmtCbBTAwAdhcU9ddHT7jc4-rcMvY6ptfi_KEpVU" data-gt="{&quot;appid&quot;:&quot;146072258779165&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;9&quot;,&quot;bmid&quot;:&quot;146072258779165&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;3832932491148917728&quot;,&quot;service&quot;:&quot;ARghaQ3Euy2bu5NTjXPR4BAQWGMBTWHw3KNdsvH_noSnNJhmcPD3BYDrv96kLdxk47GLus3fgTSZFqpuIA-HvBuc2JI&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=146072258779165&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Ftlx_freekick%252F%253Ffbs%253D1303%26h%3DUAQG5YX1C%26enc%3DAZMyA9grEmhMWDGe2MeqwsLdm9jRWK1DKsklHGCxlmbTygj6N_vfjeEfe0Wxap-0zqrbAYQBD0EeOmGW8tjnyksKUS974Z7NT-KzfmtJe5XSkvboCj13fIcEG2mTjGQWvs2WKTCjjode7P-H4L8ruFhEvWCy4WA810Y0FKT7hdggNBKYODVnKJm0X6ua0YYBqCwROTLot8Ar2jtgU_pmfB-UPfJmVA5kyAu0hofe0lDKruLgoWvTEWx2d4kH5GbahNvGm6z__q-zMmPOsEZB1mrAfEYYk0rn71aIU-sbNU5lVy1ftmtCbBTAwAdhcU9ddHT7jc4-rcMvY6ptfi_KEpVU" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10333116_647008902018829_1201991615_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fpuffypop%2F%3Ffbs%3D1303&h=UAQG5YX1C&enc=AZPifKGj5RR00QhpZJRlMlRKxcvP-kHtG9pL6wjVLHawPZ4YihCNLAZrb0xK3rvs_MCqOiQ9AbkAmn_dxx6QVWHzpREd8trV6jUESf71YMUsIs9uWTNOF-SudRukonZXM9knDuKUvXQbO00ATa94aaosOn3_OXxNNenq2PI9FHu8VInDHXr6fXVCOBvRKVd7-ZI-k9TYwmkUNYL6D5dHSc590PvU7gH6_3mcKQst6wfLkzcg8UpG40txBVR6PXb_9s-twqMCp-CI_64H7_qsTRHlCLPTSdYeIlaM54PyEQGpDpHPz_q0xKi3g-5yVS7sXSy5TG4lvmQMpKh8XT4kxxRR" data-gt="{&quot;appid&quot;:&quot;649587381775269&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;10&quot;,&quot;bmid&quot;:&quot;649587381775269&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;7042992345273331578&quot;,&quot;service&quot;:&quot;ARiimY3r6MNTiOSwzKyyFMSF5Xs8Z_LGXscOXETfemL1ECm7zcs18tCdExSpMslXdQuMgcqWsTbVbiyHbVt-24rBMgA&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=649587381775269&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fpuffypop%252F%253Ffbs%253D1303%26h%3DUAQG5YX1C%26enc%3DAZPifKGj5RR00QhpZJRlMlRKxcvP-kHtG9pL6wjVLHawPZ4YihCNLAZrb0xK3rvs_MCqOiQ9AbkAmn_dxx6QVWHzpREd8trV6jUESf71YMUsIs9uWTNOF-SudRukonZXM9knDuKUvXQbO00ATa94aaosOn3_OXxNNenq2PI9FHu8VInDHXr6fXVCOBvRKVd7-ZI-k9TYwmkUNYL6D5dHSc590PvU7gH6_3mcKQst6wfLkzcg8UpG40txBVR6PXb_9s-twqMCp-CI_64H7_qsTRHlCLPTSdYeIlaM54PyEQGpDpHPz_q0xKi3g-5yVS7sXSy5TG4lvmQMpKh8XT4kxxRR" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10333121_694581327275874_886028038_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fcom_octro_rummy%2F%3Ffbs%3D1303&h=KAQH3hzJg&enc=AZNBxRyG8NRivH6F_MTGHMRC-TEzq78-gSvgw54YZQgFv8fPPQarKqskydg_5W6aziGBWEHeJdk18J-pOtbEWMiRoqWPT2wyYlzFQtI9pg0AJ1qFHjKs4U7Nc1zgoRKIKBvyUj-MIOi2D7tvenXqvnE3M-c7JBeB7xTAYICCehjFzTQQ2fZoCVkr0GZ9XPw4e0JlU8q68Z9F5mmWRwx2VqZdrlLVzgZdUsokLAUZOTH08LfnJQD2Nv1amztuo7rCgqUIKx8wCcBAVzQk3h9GtsotV5frlrdZqbTLRNXCgfOU1iBLmwKhPM0z_4_qZr5NZYhpEVKK84I0B1PL7J8_EwG7" data-gt="{&quot;appid&quot;:&quot;505569762793757&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;11&quot;,&quot;bmid&quot;:&quot;505569762793757&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;4890665236852244395&quot;,&quot;service&quot;:&quot;ARgpalkEEgh2NTB9czG133mn8UwfIQM3FlaVN4_oku71M5dGys1A34I9fI6nkl-NLYD9Sp7Znqlzkxty10IMVlK457I&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=505569762793757&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fcom_octro_rummy%252F%253Ffbs%253D1303%26h%3DKAQH3hzJg%26enc%3DAZNBxRyG8NRivH6F_MTGHMRC-TEzq78-gSvgw54YZQgFv8fPPQarKqskydg_5W6aziGBWEHeJdk18J-pOtbEWMiRoqWPT2wyYlzFQtI9pg0AJ1qFHjKs4U7Nc1zgoRKIKBvyUj-MIOi2D7tvenXqvnE3M-c7JBeB7xTAYICCehjFzTQQ2fZoCVkr0GZ9XPw4e0JlU8q68Z9F5mmWRwx2VqZdrlLVzgZdUsokLAUZOTH08LfnJQD2Nv1amztuo7rCgqUIKx8wCcBAVzQk3h9GtsotV5frlrdZqbTLRNXCgfOU1iBLmwKhPM0z_4_qZr5NZYhpEVKK84I0B1PL7J8_EwG7" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851579_668253916525340_733939297_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fbubblewitch-two%2F%3Ffbs%3D1303&h=lAQFnv-YS&enc=AZPKnmnfO6KuQfI-OkcucxYIzLRipORfRdnq2yDCSdcNHN0gordmhxyL5Sa3rVYlRupIiw6QRD_87ubFdvu65t2-vz6XAUxCwm4Px8uQas32ysPpB0Bye-y-aDB3cmr-IhQQ_Qg5k1A-j-U-wXWnxVSyXSfEIrd4P5tjHgcID9UbusKCJjbESpqxr-NcLQ1frt8BolypbQMm3r2ApUK8l731yRPXNJZIij5ZBk8-eCViEmVtDbiNk2jUXnAbaStOEywVUMSA-1jJDAks6j2No0tXtIS4U-j_c4tO1k6cEsFXOKl3J6SGEpHuJKdFWMthfv1aV8fJLHwVhq_k7l5VFF1g" data-gt="{&quot;appid&quot;:&quot;208329366039887&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;12&quot;,&quot;bmid&quot;:&quot;208329366039887&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;8031386041472413647&quot;,&quot;service&quot;:&quot;ARjucxJ2e5y8RyXFJyS-AgbhOiWzbYUhOdHrKdSzuNvXykurYn2CzbEoKIExgRL7HrXTL4KQP1Db4377EQXh0ym-TiM&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=208329366039887&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fbubblewitch-two%252F%253Ffbs%253D1303%26h%3DlAQFnv-YS%26enc%3DAZPKnmnfO6KuQfI-OkcucxYIzLRipORfRdnq2yDCSdcNHN0gordmhxyL5Sa3rVYlRupIiw6QRD_87ubFdvu65t2-vz6XAUxCwm4Px8uQas32ysPpB0Bye-y-aDB3cmr-IhQQ_Qg5k1A-j-U-wXWnxVSyXSfEIrd4P5tjHgcID9UbusKCJjbESpqxr-NcLQ1frt8BolypbQMm3r2ApUK8l731yRPXNJZIij5ZBk8-eCViEmVtDbiNk2jUXnAbaStOEywVUMSA-1jJDAks6j2No0tXtIS4U-j_c4tO1k6cEsFXOKl3J6SGEpHuJKdFWMthfv1aV8fJLHwVhq_k7l5VFF1g" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10173510_228248337381323_689149910_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fmarveltactics%2F%3Ffbs%3D1303&h=LAQHMumQo&enc=AZPT38uNpLoNM7sRCAfTDZPLdxRqr639S5FWpL7zTbPaa18S8raRYKQZxg8BIPubrpJB4xE-rgr9QTu80Y6pmY3ZaGszGet2ESppQgdboDQ4yCgm2jaYlEEv6JborDpK1uE5AXQ4r21xDHcYGtDaazqQJ0v7ax3M1xBzPcYuGAzWR79-w-TAYvJxhVkbpyby-rYBG3P4Dvk6UNdeI5HlSfZtEzcdZqXQfvqX7EK6UBTSvi_Mieq8IxKoYSOXo_NfARnNbNmSHUa9RdA-MyyngTJvLrR7GjA9KGb8EMdzklcZSVX34zrDAWdPk4nJTaBDIRuN_KoFUCp7WPJGyInQ0sTY" data-gt="{&quot;appid&quot;:&quot;434013786672157&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;13&quot;,&quot;bmid&quot;:&quot;434013786672157&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;7167404980565671535&quot;,&quot;service&quot;:&quot;ARiPutTsSgZePcBhlpQEwDFNfDoJ0jqvXvfiU-1DXuqXD35K59cR0bSnN_pGv5w1W6nHtW196bMS2OE5JXEQ9qz-AFw&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=434013786672157&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fmarveltactics%252F%253Ffbs%253D1303%26h%3DLAQHMumQo%26enc%3DAZPT38uNpLoNM7sRCAfTDZPLdxRqr639S5FWpL7zTbPaa18S8raRYKQZxg8BIPubrpJB4xE-rgr9QTu80Y6pmY3ZaGszGet2ESppQgdboDQ4yCgm2jaYlEEv6JborDpK1uE5AXQ4r21xDHcYGtDaazqQJ0v7ax3M1xBzPcYuGAzWR79-w-TAYvJxhVkbpyby-rYBG3P4Dvk6UNdeI5HlSfZtEzcdZqXQfvqX7EK6UBTSvi_Mieq8IxKoYSOXo_NfARnNbNmSHUa9RdA-MyyngTJvLrR7GjA9KGb8EMdzklcZSVX34zrDAWdPk4nJTaBDIRuN_KoFUCp7WPJGyInQ0sTY" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851589_631959956877538_451647415_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fyahtzzy%2F%3Ffbs%3D1303&h=OAQFDVGjI&enc=AZNunaYvgoGLVhS8NSCHXiBspbvd6cr3ltKBHQ8iiHVQOv_t85AY6bDih5pEk_oPiNn4KGFDjYg9q5SqDGmEkNt_Q4zvhL-IRfbKKSSeoP8JtKQ5QhHEwpvXRDtPTEdx5VFnNynlbyF4yUzW-9x_lDEBmEZb1jcQ3tdtRO0WgwIJEm1Xu9B4So2vdaH4z0pP-qsWFaays5Z1RnrlTu2ZuSwTijbJduwa8U1kflmJJJq4WFb4Zn6I0k3YAguyvlnicz70YkX97_1sAEWYu1fKsYnytjSdF_Gn3yNxIRW-bb8JTl_kbOuvaxqOfIxLC8Aba9do7RVs0ybA-eWvk2oVpAkJ" data-gt="{&quot;appid&quot;:&quot;247505990754&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;14&quot;,&quot;bmid&quot;:&quot;247505990754&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;2743293516773225455&quot;,&quot;service&quot;:&quot;ARh9-zxhVEPiOn9jBLezN50Wm8MBg_vYIhSquI1laFmxj8Az7EANqGwldsOEqBn1vVE4dexpDUEjb6CzbUlH4thnY3Y&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=247505990754&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fyahtzzy%252F%253Ffbs%253D1303%26h%3DOAQFDVGjI%26enc%3DAZNunaYvgoGLVhS8NSCHXiBspbvd6cr3ltKBHQ8iiHVQOv_t85AY6bDih5pEk_oPiNn4KGFDjYg9q5SqDGmEkNt_Q4zvhL-IRfbKKSSeoP8JtKQ5QhHEwpvXRDtPTEdx5VFnNynlbyF4yUzW-9x_lDEBmEZb1jcQ3tdtRO0WgwIJEm1Xu9B4So2vdaH4z0pP-qsWFaays5Z1RnrlTu2ZuSwTijbJduwa8U1kflmJJJq4WFb4Zn6I0k3YAguyvlnicz70YkX97_1sAEWYu1fKsYnytjSdF_Gn3yNxIRW-bb8JTl_kbOuvaxqOfIxLC8Aba9do7RVs0ybA-eWvk2oVpAkJ" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851563_10151894943095755_858590872_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fhappyacres%2F%3Ffbs%3D1303&h=lAQFnv-YS&enc=AZPOZ4s2z9Z6McNhx2-uUN2CE_bXYIv6dPu9-k2NLW4YR5AMKAYyY2VUIe3c3hdMYAQOP-WSL8U_VEovoqQ3Ocnx8R2v9MLH6RlbJ4otE2OPUHtq6APY-3yk4OTvlIw1B3s6ByWOhKij-OfIFSuJ1VHGjC576ai5qouPFx5hRg1vs4yugGIrFNY4lhu8kM75uEqf9pdvdS8Mt2HdKEITiB-jS-sjWMQkpdCvceuZKsez7xa3IFle-2iD3Qu8Tw0vnJ3AWVB3DkavZD8jQ-JihcgS367hkqYcwbNSK4afFrEME6W9Bt4hSRiiz7zTZvRw2G0iO4qCeQ1niZik_XXfEZ12" data-gt="{&quot;appid&quot;:&quot;1429718607279626&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;15&quot;,&quot;bmid&quot;:&quot;1429718607279626&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;6966588398406184753&quot;,&quot;service&quot;:&quot;ARiMd7xiPOXa1EHy4mTD2-7bWxI4HiAjDPTPuwwd0-85yBoGoL-iRhXPSo8hkpH6t4K0A1cPC9kgJEeezgF3O68UYYM&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=1429718607279626&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fhappyacres%252F%253Ffbs%253D1303%26h%3DlAQFnv-YS%26enc%3DAZPOZ4s2z9Z6McNhx2-uUN2CE_bXYIv6dPu9-k2NLW4YR5AMKAYyY2VUIe3c3hdMYAQOP-WSL8U_VEovoqQ3Ocnx8R2v9MLH6RlbJ4otE2OPUHtq6APY-3yk4OTvlIw1B3s6ByWOhKij-OfIFSuJ1VHGjC576ai5qouPFx5hRg1vs4yugGIrFNY4lhu8kM75uEqf9pdvdS8Mt2HdKEITiB-jS-sjWMQkpdCvceuZKsez7xa3IFle-2iD3Qu8Tw0vnJ3AWVB3DkavZD8jQ-JihcgS367hkqYcwbNSK4afFrEME6W9Bt4hSRiiz7zTZvRw2G0iO4qCeQ1niZik_XXfEZ12" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10173500_1447883952129758_1616764807_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li><li class="_2xr _56vx _2xn"><div class="_1k77"><table class="uiGrid _51mz" cellspacing="0" cellpadding="0"><tbody><tr class="_51mx"><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fcookiejam%2F%3Ffbs%3D1303&h=SAQF28EwT&enc=AZNVjGmn7SB1qlixbcRc4h2D6HFQ-_9l-nIrXHiqouIrIOUe-qOq2eD9QajsZSKzrwim0dzglL0zP7nMK3uDQkwv2cDKeMTj4VHzM3zVWr8dJhBL63_w_wesCeb7c00oEbuK7h2DMGuCZYOmkTQD-E0Do_FF3re6-ftIKjK-01d-kM5yVcgio3zct_3owDbyAal8YcKorl2JT_jPZxDIx4NaJzrJjNkDcr32z3EafZrYv5Bt9XjKjIWJjWqLG95t-oNcCyRwWtc3yQpSboX6xr7YIUw0I-qkxOPjy-R5kNqxJt4XKcgFo4tSCG8MIXrHdAvz1TZ-InHRcDxxwAbVBIE0" data-gt="{&quot;appid&quot;:&quot;405661196232030&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;16&quot;,&quot;bmid&quot;:&quot;405661196232030&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;1677282115855443823&quot;,&quot;service&quot;:&quot;ARinTwUFrUcyIcZkOxvFgR_bfu9WxLJXgoyFtXAAECV0N7Keo0U7nuTDDw0U_tFeE-9W3Y3-q11WrisKxTr6hI4oXsE&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=405661196232030&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fcookiejam%252F%253Ffbs%253D1303%26h%3DSAQF28EwT%26enc%3DAZNVjGmn7SB1qlixbcRc4h2D6HFQ-_9l-nIrXHiqouIrIOUe-qOq2eD9QajsZSKzrwim0dzglL0zP7nMK3uDQkwv2cDKeMTj4VHzM3zVWr8dJhBL63_w_wesCeb7c00oEbuK7h2DMGuCZYOmkTQD-E0Do_FF3re6-ftIKjK-01d-kM5yVcgio3zct_3owDbyAal8YcKorl2JT_jPZxDIx4NaJzrJjNkDcr32z3EafZrYv5Bt9XjKjIWJjWqLG95t-oNcCyRwWtc3yQpSboX6xr7YIUw0I-qkxOPjy-R5kNqxJt4XKcgFo4tSCG8MIXrHdAvz1TZ-InHRcDxxwAbVBIE0" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851538_467953850002764_1141676735_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m-"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fjellyglutton%2F%3Ffbs%3D1303&h=DAQFHQ-i5&enc=AZPhELqZ6secMNwSGFBguk01iCTo8Sz0bQmeQ9g6EQhIEluQfISoyiADRCQ7W6Nryc1mciBujqQiOcx_zpD_Hhr0h15vnYXmQZseyGyM50lRWiFwi-k4HcTX8XMZqOnwHtn0bV5wywwp1OgZ1kSrBbFHJ15i__VBIH0C6pgrqYT4QPv8JOCBHdurOr4-xbg48ElFUZ3buFDF0zuDm2NVxrg1eVZ38SDNwzXZnPIsUfumOgiOgYPO4rBgjA4dbg-9u5OK3TdvYtD7Rl_vGqNR78SLOQVGj0sD_q4jRO9CBrp8E_1wZMBJWgGGs4V_33yZ5oIXeULp8Jt1agpEdUjiG3sQ" data-gt="{&quot;appid&quot;:&quot;444819265587520&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;17&quot;,&quot;bmid&quot;:&quot;444819265587520&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;5392464154549411127&quot;,&quot;service&quot;:&quot;ARhJGjwcF01bmL408HcIVQDu-8GuQncDh35sq-oRz8I4rrc1VkH18oxryp7oCFyWpvxoRFX10ksRk2scm7z7jIu6Vl8&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=444819265587520&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fjellyglutton%252F%253Ffbs%253D1303%26h%3DDAQFHQ-i5%26enc%3DAZPhELqZ6secMNwSGFBguk01iCTo8Sz0bQmeQ9g6EQhIEluQfISoyiADRCQ7W6Nryc1mciBujqQiOcx_zpD_Hhr0h15vnYXmQZseyGyM50lRWiFwi-k4HcTX8XMZqOnwHtn0bV5wywwp1OgZ1kSrBbFHJ15i__VBIH0C6pgrqYT4QPv8JOCBHdurOr4-xbg48ElFUZ3buFDF0zuDm2NVxrg1eVZ38SDNwzXZnPIsUfumOgiOgYPO4rBgjA4dbg-9u5OK3TdvYtD7Rl_vGqNR78SLOQVGj0sD_q4jRO9CBrp8E_1wZMBJWgGGs4V_33yZ5oIXeULp8Jt1agpEdUjiG3sQ" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/10333116_674573652612079_1839738247_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td><td class="_51m- _51mw"><div class="_1k78"><div class="_1k79" style="height:50px; width:50px"><a class="_2omr" href="https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.facebook.com%2Fgames%2Fgoldfishcasinoslots%2F%3Ffbs%3D1303&h=DAQFHQ-i5&enc=AZOVpfG_otuutajW9S1p32zy3L0W6Qch3w8vql2BTXqDubINjV5cMMx5-KeLqOlyy675wKpNSD4Bza-jlrTUevpD0_RYLbx4A98hZb9Sf4vgJZv069NOmPI7c3QM9CTgK1pcGc-ZFr-dimkAhgpYTBxJv0mjsrzX7wueU9vOqxWuwUy-ApoD2kuJAFcLw_JsR50hnReIm8Mnf6_FQ9UF87-4aqRENXP5pI4a4IJIf-UggwMJSgVk8VgTOzjwfMNReQNhsK5-EjTlNtPu7zoHRgwMdO8YCptMaQVEEt7IDfS-NyFnFbPuUUWoQxs7PZMR47iec9voLt9WK9Gsa0prjkiU" data-gt="{&quot;appid&quot;:&quot;262467003912355&quot;,&quot;fbsource&quot;:&quot;1303&quot;,&quot;ref&quot;:&quot;divebar_recommendations&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;rank&quot;:&quot;18&quot;,&quot;bmid&quot;:&quot;262467003912355&quot;,&quot;count&quot;:&quot;0&quot;,&quot;sig&quot;:&quot;6232588069835112385&quot;,&quot;service&quot;:&quot;ARh1TUVtotxqHxo8NA7Ich7ixgL-WXSGU4jN6liiRWWdePvLH_dNRQjnt4oCczIfCZ4Mu62QwUcAjbYWwpYb69aQc0w&quot;}" data-hovercard="/ajax/canvas/navigation/hovercard?id=262467003912355&amp;fb_source=1303&amp;redirect_url=%2Fl.php%3Fu%3Dhttps%253A%252F%252Fwww.facebook.com%252Fgames%252Fgoldfishcasinoslots%252F%253Ffbs%253D1303%26h%3DDAQFHQ-i5%26enc%3DAZOVpfG_otuutajW9S1p32zy3L0W6Qch3w8vql2BTXqDubINjV5cMMx5-KeLqOlyy675wKpNSD4Bza-jlrTUevpD0_RYLbx4A98hZb9Sf4vgJZv069NOmPI7c3QM9CTgK1pcGc-ZFr-dimkAhgpYTBxJv0mjsrzX7wueU9vOqxWuwUy-ApoD2kuJAFcLw_JsR50hnReIm8Mnf6_FQ9UF87-4aqRENXP5pI4a4IJIf-UggwMJSgVk8VgTOzjwfMNReQNhsK5-EjTlNtPu7zoHRgwMdO8YCptMaQVEEt7IDfS-NyFnFbPuUUWoQxs7PZMR47iec9voLt9WK9Gsa0prjkiU" data-hovercard-position="below" data-hovercard-offset-y="2"><img class="img" src="./ui_files/851561_276330705859318_1782115717_n.png" width="50" height="50" alt=""></a><div class="_2hcm"><span class="count _5wk0 _2hcl hidden_elem uiSideNavCount uiSideNavCountRed"><span class="countValue fss">0</span><span class="maxCountIndicator"></span></span></div></div></div></td></tr></tbody></table></div></li></ul></div><a class="_2xx _56v- _56v_" aria-label="Previous" href="https://www.facebook.com/#" role="button"><div class="_4d9x"></div></a><a class="_2xw _56v- _56w0" aria-label="Next" href="https://www.facebook.com/#" role="button"><div class="_4d9x"></div></a></div><div class="_56vv _56vy"></div></div></div></div><div class="fbSidebarGripper" data-ft="{&quot;tn&quot;:&quot;+V&quot;}" id="apps_gripper"><div class="gripInner"><span class="gripNuclear"></span></div></div><div class="" id="pagelet_ticker" style="height: 0.0000001%;"></div><div class="fbSidebarGripper" data-ft="{&quot;tn&quot;:&quot;+V&quot;}" id="u_0_38"><div class="gripInner"><span class="gripNuclear"></span></div></div><div class="fbChatSidebarBody" style="height: 264px;"><div class="uiScrollableArea scrollableOrderedList _5qmw fade uiScrollableAreaWithTopShadow contentAfter" style="width:205px;" id="u_0_39"><div class="uiScrollableAreaWrap scrollable" aria-label="Scrollable region" role="group" tabindex="0"><div class="uiScrollableAreaBody" style="width:205px;"><div class="uiScrollableAreaContent"><div data-ft="{&quot;tn&quot;:&quot;+]&quot;}" id="u_0_3a"><ul class="fbChatOrderedList clearfix"><li data-reactid=".11" id="js_24"><ul data-reactid=".11.$ordered_list"><li class="_42fz _570-" data-id="1139985295" data-reactid=".11.$ordered_list.$1139985295"><a class="_55ln" href="https://www.facebook.com/messages/1139985295" rel="ignore" data-reactid=".11.$ordered_list.$1139985295.0"><div class="_55lp" data-reactid=".11.$ordered_list.$1139985295.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$1139985295.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$1139985295.0.0.0.0"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$1139985295.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$1139985295.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$1139985295.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$1139985295.0.0.2">Satya Prakash</div><div class="_55ls" data-reactid=".11.$ordered_list.$1139985295.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="1836900805" data-reactid=".11.$ordered_list.$1836900805"><a class="_55ln" href="https://www.facebook.com/messages/1836900805" rel="ignore" data-reactid=".11.$ordered_list.$1836900805.0"><div class="_55lp" data-reactid=".11.$ordered_list.$1836900805.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$1836900805.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$1836900805.0.0.0.0"><img src="./ui_files/1425715_10200166512685669_876894750_n(1).jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$1836900805.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$1836900805.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$1836900805.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$1836900805.0.0.2">Ramanagoud Parakanalli</div><div class="_55ls" data-reactid=".11.$ordered_list.$1836900805.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="100002098234331" data-reactid=".11.$ordered_list.$100002098234331"><a class="_55ln" href="https://www.facebook.com/messages/100002098234331" rel="ignore" data-reactid=".11.$ordered_list.$100002098234331.0"><div class="_55lp" data-reactid=".11.$ordered_list.$100002098234331.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$100002098234331.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$100002098234331.0.0.0.0"><img src="./ui_files/320594_180437935369480_1229729853_n.jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$100002098234331.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$100002098234331.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$100002098234331.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$100002098234331.0.0.2">Anokh Kishore</div><div class="_55ls" data-reactid=".11.$ordered_list.$100002098234331.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="750680493" data-reactid=".11.$ordered_list.$750680493"><a class="_55ln" href="https://www.facebook.com/messages/750680493" rel="ignore" data-reactid=".11.$ordered_list.$750680493.0"><div class="_55lp" data-reactid=".11.$ordered_list.$750680493.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$750680493.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$750680493.0.0.0.0"><img src="./ui_files/1959374_10153805104400494_1295435059_n(1).jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$750680493.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$750680493.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$750680493.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$750680493.0.0.2">Debashish Sinha</div><div class="_55ls" data-reactid=".11.$ordered_list.$750680493.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="667696180" data-reactid=".11.$ordered_list.$667696180"><a class="_55ln" href="https://www.facebook.com/messages/667696180" rel="ignore" data-reactid=".11.$ordered_list.$667696180.0"><div class="_55lp" data-reactid=".11.$ordered_list.$667696180.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$667696180.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$667696180.0.0.0.0"><img src="./ui_files/10487591_10152538105151181_6603538750212101324_n.jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$667696180.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$667696180.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$667696180.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$667696180.0.0.2">Saurav Biswas</div><div class="_55ls" data-reactid=".11.$ordered_list.$667696180.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="581860218" data-reactid=".11.$ordered_list.$581860218"><a class="_55ln" href="https://www.facebook.com/messages/581860218" rel="ignore" data-reactid=".11.$ordered_list.$581860218.0"><div class="_55lp" data-reactid=".11.$ordered_list.$581860218.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$581860218.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$581860218.0.0.0.0"><img src="./ui_files/1896767_10152157479905219_443007042_n(1).jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$581860218.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$581860218.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$581860218.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$581860218.0.0.2">Abhinav Bhaskar</div><div class="_55ls" data-reactid=".11.$ordered_list.$581860218.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="631845375" data-reactid=".11.$ordered_list.$631845375"><a class="_55ln" href="https://www.facebook.com/messages/631845375" rel="ignore" data-reactid=".11.$ordered_list.$631845375.0"><div class="_55lp" data-reactid=".11.$ordered_list.$631845375.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$631845375.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$631845375.0.0.0.0"><img src="./ui_files/10001280_10152211779230376_586421533_n.jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$631845375.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$631845375.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$631845375.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$631845375.0.0.2">Anshuman Prakash</div><div class="_55ls" data-reactid=".11.$ordered_list.$631845375.0.0.3"></div></div></a></li><li class="_42fz _570-" data-id="100001787324785" data-reactid=".11.$ordered_list.$100001787324785"><a class="_55ln" href="https://www.facebook.com/messages/100001787324785" rel="ignore" data-reactid=".11.$ordered_list.$100001787324785.0"><div class="_55lp" data-reactid=".11.$ordered_list.$100001787324785.0.0"><div class="_56p9" data-reactid=".11.$ordered_list.$100001787324785.0.0.0"><div size="32" class="_55lt" style="width:32px;height:32px;" data-reactid=".11.$ordered_list.$100001787324785.0.0.0.0"><img src="./ui_files/1966756_627201314016107_1738068687_n.jpg" width="32" height="32" alt="" class="img" data-reactid=".11.$ordered_list.$100001787324785.0.0.0.0.0"></div><div class="_568w" data-reactid=".11.$ordered_list.$100001787324785.0.0.0.1"></div></div><div class="_5bon" data-reactid=".11.$ordered_list.$100001787324785.0.0.1"></div><div class="_55lr" data-reactid=".11.$ordered_list.$100001787324785.0.0.2">Ashi Ashi</div><div class="_55ls" data-reactid=".11.$ordered_list.$100001787324785.0.0.3"></div></div></a></li></ul></li></ul></div></div></div></div><div class="uiScrollableAreaTrack invisible_elem"><div class="uiScrollableAreaGripper" style="height: 226.28571428571428px; top: 0px;"></div></div></div><div class="fbChatTypeaheadView hidden_elem" id="u_0_36"></div></div><div class="fbChatSidebarMessage clearfix"><img class="img" src="./ui_files/-PAXP-deijE.gif" alt="" width="1" height="1"><div class="message fcg"><a href="https://www.facebook.com/#" class="fbChatGoOnlineLink">Turn on chat</a> to see who's available.</div></div><table class="uiGrid _51mz _4oes" cellspacing="0" cellpadding="0" data-ft="{&quot;tn&quot;:&quot;+U&quot;}"><tbody><tr class="_51mx"><td class="_51m-"><div class="uiTypeahead uiClearableTypeahead fbChatTypeahead _5q88" data-ft="{&quot;tn&quot;:&quot;+Q&quot;}" id="u_0_3b"><div class="wrap"><i class="_5q87"></i><button class="_42ft _5upp _5xsk clear uiTypeaheadCloseButton" title="Clear" onclick="" type="button" id="u_0_3c">Clear</button><input type="hidden" autocomplete="off" class="hiddenInput"><div class="innerWrap"><input type="text" class="inputtext inputsearch textInput DOMControl_placeholder" autocomplete="off" placeholder="Search" aria-autocomplete="list" aria-expanded="false" aria-owns="typeahead_list_u_0_3b" aria-haspopup="true" role="combobox" spellcheck="false" value="Search" aria-label="Search" id="u_0_3d"></div><span class="img _55ym _55yn _55yo _5fzu" aria-label="Loading..." aria-busy="1"></span></div></div></td><td class="_51m-"><div><div class="_6a _6e uiPopover _5qth" id="u_0_3f"><a data-hover="tooltip" aria-label="Options" class="_5vmb button _p" href="https://www.facebook.com/#" data-ft="{&quot;tn&quot;:&quot;p&quot;}" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_3g"></a></div></div></td><td class="_51m-"><div><a data-hover="tooltip" class="_5q85" href="https://www.facebook.com/#" ajaxify="/ajax/messaging/composer.php" rel="dialog" id="u_0_3h" role="button" aria-label="New Message"></a></div></td></tr></tbody></table></div></div><div id="pagelet_dock" data-referrer="pagelet_dock"><div class="_50-- fbDockWrapper fbDockWrapperRight _5q5b" id="u_0_5w"><div class="fbDock clearfix"><div class="clearfix nubContainer rNubContainer"><div id="ChatTabsPagelet" data-referrer="ChatTabsPagelet"><div class="fbNubGroup clearfix _56oy" id="u_0_5x"><div class="uiToggle _50-v fbNub _51jt hidden_elem"><a class="fbNubButton" tabindex="0" href="https://www.facebook.com/#" rel="toggle" role="button"><i class="messagesIcon img sp_xFwBv1W8Ynk sx_f4295b"></i><span></span><span class="_5ugh _5ugg hidden_elem _51jw" id="u_0_q">0</span></a><div class="fbNubFlyout uiToggleFlyout noTitlebar"><div class="fbNubFlyoutOuter"><div class="fbNubFlyoutInner"><div class="fbNubFlyoutBody scrollable"><div class="fbNubFlyoutBodyContent"><div role="menu" class="uiMenu"><ul class="uiMenuInner"><li class="uiMenuItem" data-label="Dummy"><a class="itemAnchor" role="menuitem" tabindex="0" href="https://www.facebook.com/#"><span class="itemLabel fsm"> Dummy </span></a></li></ul></div></div></div></div></div></div></div><div class="fbNubGroup clearfix videoCallEnabled" id="u_0_5y"><div class="fbNub _50-v _50mz _50m_ opened"><a class="fbNubButton" tabindex="0" role="button"><div class="clearfix fbChatTab"><div class="funhouse rfloat _ohf"><div class="close" title="Close"></div></div><div class="wrapWrapper"><div class="wrap"><div class="clearfix"><span class="_5ugh _5ugg _51jx lfloat _ohe hidden_elem" id="u_0_12">0</span><div class="name fwb">Satya Prakash</div></div></div></div></div></a><div class="fbNubFlyout fbDockChatTabFlyout uiContextualLayerParent" role="complementary" data-ft="{&quot;tn&quot;:&quot;+M&quot;}" aria-labelledby="u_0_10" style="max-height: 499px;"><div class="fbNubFlyoutOuter" style="max-height: 499px;"><div class="fbNubFlyoutInner"><div class="clearfix fbNubFlyoutTitlebar titlebar" data-ft="{&quot;tn&quot;:&quot;+J&quot;}"><div class="mls titlebarButtonWrapper rfloat _ohf"><a data-hover="tooltip" aria-label="Add more friends to chat" class="addToThread button" data-ft="{&quot;tn&quot;:&quot;+F&quot;}" role="button" tabindex="0" id="js_57"></a><a data-hover="tooltip" aria-label="You must be online to make a call." class="videoicon button" data-gt="{&quot;videochat&quot;:&quot;call_clicked_chat_tab&quot;}" data-ft="{&quot;tn&quot;:&quot;+P&quot;}" role="button" tabindex="0" id="js_86"></a><div class="uiSelector inlineBlock _510p"><div class="uiToggle wrap"><a data-hover="tooltip" aria-label="Options" data-tooltip-alignh="center" class="button uiSelectorButton" data-ft="{&quot;tn&quot;:&quot;p&quot;}" role="button" aria-haspopup="1" rel="toggle" tabindex="0" id="js_87" aria-expanded="false"></a><div class="uiSelectorMenuWrapper uiToggleFlyout"><div role="menu" class="uiMenu uiSelectorMenu"><ul class="uiMenuInner"><li class="uiMenuItem" data-label="See Full Conversation"><a class="itemAnchor" role="menuitem" tabindex="0" href="https://www.facebook.com/messages/1139985295"><span class="itemLabel fsm">See Full Conversation</span></a></li><li class="uiMenuItem"><form action="https://upload.facebook.com/ajax/mercury/upload.php" method="post" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_0_13" enctype="multipart/form-data" class=""><input type="hidden" name="fb_dtsg" value="AQFcXAeFeVL6" autocomplete="off"><input type="hidden" autocomplete="off" name="attach_id"><div class="_6a _m _4q60 itemLabel"><a class="_4q61 itemAnchor" tabindex="0">Add Files...<div class="_3jk"><input type="file" class="_n _5f0v" name="attachment[]" multiple="1" id="js_27"></div></a></div></form></li><li class="uiMenuItem" data-label="Add Friends to Chat..."><a class="itemAnchor" role="menuitem" tabindex="0"><span class="itemLabel fsm">Add Friends to Chat...</span></a></li><li class="uiMenuItem" data-label=""><a class="itemAnchor" role="menuitem" tabindex="0">Go online</a></li><li class="uiMenuSeparator"></li><li class="uiMenuItem" data-label="Mute Conversation..."><a class="itemAnchor" role="menuitem" tabindex="0"><span class="itemLabel fsm">Mute Conversation...</span></a></li><li class="uiMenuItem hidden_elem" data-label="Unmute Conversation"><a class="itemAnchor" role="menuitem" tabindex="0"><span class="itemLabel fsm">Unmute Conversation</span></a></li><li class="uiMenuItem" data-label="Clear Window"><a class="itemAnchor" role="menuitem" tabindex="0"><span class="itemLabel fsm">Clear Window</span></a></li><li class="uiMenuSeparator"></li><li class="uiMenuItem" data-label="Report as Spam or Abuse..."><a class="itemAnchor" role="menuitem" tabindex="0"><span class="itemLabel fsm">Report as Spam or Abuse...</span></a></li></ul></div></div></div></div><a class="close button" data-ft="{&quot;tn&quot;:&quot;+\u003C&quot;}" role="button" tabindex="0" data-hover="tooltip" aria-label="Close tab"></a></div><div class="titlebarLabel clearfix"><h4 class="titlebarTextWrapper"><img class="_51sn img" src="./ui_files/-PAXP-deijE.gif" width="1" height="1"><a class="titlebarText" href="https://www.facebook.com/satya.prakash.96558061" aria-level="3" data-ft="{&quot;tn&quot;:&quot;C&quot;}" id="u_0_10" role="button">Satya Prakash</a></h4></div></div><div class="fbNubFlyoutHeader"><div class="_1sk5"><div class="_1sk6" style="bottom: 0px;"><div class="pas _1sk1"><div class="_1skc"></div><span class="_1skd fcg">To chat with Satya and other friends, <a href="https://www.facebook.com/#" class="fbChatGoOnlineLink">turn on chat</a>.</span></div></div></div></div><div class="_1ia" id="js_26"><div class="fbNubFlyoutBody scrollable" data-ft="{&quot;tn&quot;:&quot;+L&quot;}" style="height: 187px;"><div class="fbNubFlyoutBodyContent"><table class="uiGrid _51mz conversationContainer" cellspacing="0" cellpadding="0" role="log"><tbody><tr class="_51mx"><td class="_51m- vBot _51mw"><div class="accessible_elem">Chat Conversation Start</div><img class="pvm loading hidden_elem img" src="./ui_files/GsNJNwuI-UM.gif" alt="" width="16" height="11"><div class="conversation" aria-live="polite" aria-atomic="false" id="u_0_11"><div data-reactid=".1h"><div class="_5w-5" data-reactid=".1h.$db=2mid=11406129201342=261d9714adac7b01106"><div class="_5w-6" data-reactid=".1h.$db=2mid=11406129201342=261d9714adac7b01106.0"><abbr class="livetimestamp" title="Wednesday 8:56pm" data-utime="1406129201" data-reactid=".1h.$db=2mid=11406129201342=261d9714adac7b01106.0.0">Wednesday 8:56pm</abbr></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="8:56pm" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106"><div class="_5wd9" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:0.0.0"><div data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:0.0.0.0.0"><span class="null">hahaha</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129201342=261d9714adac7b01106.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60"><a aria-label="Jul 23rd, 8:57pm" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.1"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:0.0.0"><div data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:0.0.0.0.0"><span class="null">ye python withon to tcs,infy wale use karte hai scripting ke liye,apan to JP morgan jayege</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129248408=28a4ce07f668c369d60.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="8:57pm" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540"><div class="_5wd9" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:0.0.0"><div data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:0.0.0.0.0"><span class="null">yesss.. ab bohat ho gya..</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129269117=2bbc70b46f329b4c540.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="8:57pm" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612"><div class="_5wd9" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:0.0.0"><div data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:0.0.0.0.0"><span class="null">next jump has to be giant</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129276595=21224344f90ba0bf612.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9 _2cnu" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324"><a aria-label="Jul 23rd, 8:58pm" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.1"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:0.0.0"><div data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:0.0.0.0.0"><span class="null">hmmm wo to hona hi hai</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129295821=244f6f521f31161b324.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9 _2cnu" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42"><a aria-label="Jul 23rd, 8:58pm" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.1"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:0.0.0"><div data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:0.0.0.0.0"><span class="null">as we are still trying <span class="emoticon_text" aria-hidden="true">:)</span><span title=":)" class="emoticon emoticon_smile"></span></span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129314656=2d82b75b8780aec4f42.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="8:58pm" data-reactid=".1h.$mid=11406129324406=22963863de0af647687"><div class="_5wd9" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:0.0.0"><div data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:0.0.0.0.0"><span class="null">yes..</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129324406=22963863de0af647687.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="8:58pm" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93"><div class="_5wd9" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:0.0.0"><div data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:0.0.0.0.0"><span class="null">byee. m going for dinner</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129333241=2d6d6ff7dff07564a93.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9 _2cnu" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79"><a aria-label="Jul 23rd, 8:59pm" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.1"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:0.0.0"><div data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:0.0.0.0.0"><span class="null">ok byzz</span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:1.0.0"></div><span data-reactid=".1h.$mid=11406129344506=2e3c2e81992f57ffe79.2:1.0.1"></span></div></div></div><div class="_5w-5" data-reactid=".1h.$db=2mid=11406489180178=2a790f1e26748a15a99"><div class="_5w-6" data-reactid=".1h.$db=2mid=11406489180178=2a790f1e26748a15a99.0"><abbr class="livetimestamp" title="12:56am" data-utime="1406489180" data-reactid=".1h.$db=2mid=11406489180178=2a790f1e26748a15a99.0.0">about an hour ago</abbr></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99"><a aria-label="12:56am" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.1" id="js_28"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:0.0.0"><div data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:0.0.0.0.0"><span class="null"><a class="_553k" href="https://github.com/satyaprakash1985/datasciencecoursera/HelloWorld.md" target="_blank" rel="nofollow">https://github.com/satyaprakash1985/datasciencecoursera/HelloWorld.md</a></span></span></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:1.0.0"></div><span data-reactid=".1h.$mid=11406489180178=2a790f1e26748a15a99.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="1:24am" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;"><div class="_5wd9" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:0"><div class="_5wde" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:0.0"><div class="_5wdf _5w1r" style="max-width: 182px;" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:0.0.0"><div data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:0.0.0.0.0"><span class="null"><a class="_553k" href="http://pdfcrowd.com/#convert_by_upload" target="_blank" rel="nofollow">http://pdfcrowd.com/#convert_by_upload</a></span></span></div><div class="_5wdd clearfix _5h9y" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:0.0.0.1"><div class="_59go noMedia"><div class="clearfix MercuryExternalLink"><div class="_rpb clearfix stat_elem lfloat _ohe hidden_elem"><a class="_ksh" aria-label="Uploaded" href="http://l.facebook.com/l.php?u=http%3A%2F%2Fpdfcrowd.com%2F%23convert_by_upload&h=ZAQFXAOn1&s=1" role="img" target="_blank" rel="ignore"><img alt="" src="./ui_files/drP8vlvSl_8.gif"></a><div class="_5sly hidden_elem"><div class="_5e4h _5e2k _5e2l" id="u_0_14"><div class="_5e4k _5e2d" style="width:0%"></div></div></div><div class="_5uf0 hidden_elem"><label class="uiCloseButton uiCloseButtonSmall uiCloseButtonSmallDark" for="u_0_15"><input aria-label="Remove" title="Remove" type="button" id="u_0_15"></label></div></div><div class="MercuryLinkRight rfloat _ohf"><div class="MercuryLinkTitle"><a class="linkTitle" target="_blank" href="http://pdfcrowd.com/#convert_by_upload" role="button" rel="ignore">Convert HTML to PDF online, Web/HTML to PDF API</a></div><div class="fsm fwn fcg">pdfcrowd.com</div></div></div></div></div></div></div></div><div class="_3ry4" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:1.0"><div class="_2fs1" data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:1.0.0"></div><span data-reactid=".1h.$&lt;1406490842596=21132222022-2027750207@mail=1projektitan=1com&gt;.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227"><a aria-label="1:25am" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.1" id="js_88"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:0.0.0"><div data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:0.0.0.0.0"><span class="null">pro</span></span></div><div class="_5wdd clearfix _5h9y" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:0.0.0.1"><div class="_59go _59gq MercuryDefaultIcon"><a class="uiIconText _3tn" href="https://www.facebook.com/ajax/messaging/attachment.php?attach_id=cbd05136080ac6d9b13a0db3fd5c4de2&mid=mid.1406490900767%3Ae7cc86d8fff66a5227&hash=AQAFzBE1twM_Ann4" role="button" rel="ignore"><i class="img sp_zx-0ABL3iAw sx_d99395"></i><span class="_59gp">Project.html</span></a></div></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:1.0.0"></div><span data-reactid=".1h.$mid=11406490900767=2e7cc86d8fff66a5227.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc6 direction_ltr _5yt9" title="1:27am" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;"><div class="_5wd9" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:0"><div class="_5wde" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:0.0.0"><div data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:0.0.0.0.0"><span class="null">see</span></span></div><div class="_5wdd clearfix _5h9y" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:0.0.0.1"><div class="_59go _59gq MercuryDefaultIcon"><a class="uiIconText _3tn" href="https://www.facebook.com/ajax/messaging/attachment.php?attach_id=a0e0ddcb13213ef0a4665e957a2c934c&mid=mid.1406491034398%3Aeda78c8bc22944a703&hash=AQAywj2dPDBCXmaV" role="button" rel="ignore"><i class="img sp_zx-0ABL3iAw sx_d99395"></i><span class="_59gp">Project.html.pdf</span></a></div></div></div></div></div><div class="_3ry4" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:1.0"><div class="_2fs1" data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:1.0.0"></div><span data-reactid=".1h.$&lt;1406491034130=24249151725-2027750207@mail=1projektitan=1com&gt;.2:1.0.1"></span></div></div></div><div class="_5w-5" data-reactid=".1h.$db=2mid=11406494710160=25183d40ca9fc9ffe61"><div class="_5w-6" data-reactid=".1h.$db=2mid=11406494710160=25183d40ca9fc9ffe61.0"><abbr class="livetimestamp" title="2:28am" data-utime="1406494710" data-reactid=".1h.$db=2mid=11406494710160=25183d40ca9fc9ffe61.0.0">2 minutes ago</abbr></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61"><a aria-label="2:28am" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.1" id="js_107"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:0.0.0"><div data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:0.0.0.0.0"><span class="null">a</span></span></div><div class="_5wdd clearfix _5h9y" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:0.0.0.1"><div class="_59go _59gq MercuryTextIcon"><a class="uiIconText _3tn" href="https://www.facebook.com/ajax/messaging/attachment.php?attach_id=0578ebea84cec19b209a000e42871f1d&mid=mid.1406494710160%3A5183d40ca9fc9ffe61&hash=AQCU7IxhjgYt_fIz" role="button" rel="ignore"><i class="img sp_zx-0ABL3iAw sx_d99395"></i><span class="_59gp">server.R</span></a></div></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:1.0.0"></div><span data-reactid=".1h.$mid=11406494710160=25183d40ca9fc9ffe61.2:1.0.1"></span></div></div></div><div class="_5wd4 _1nc7 direction_ltr _5yt9" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25"><a aria-label="2:29am" class="_5ys_" data-hover="tooltip" data-tooltip-position="left" href="https://www.facebook.com/satya.prakash.96558061" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.1"><img src="./ui_files/10299025_10202318315376161_759402747325881289_n(1).jpg" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.1.0"></a><div class="_5wd9" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:0"><div class="_5wde" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:0.0"><div class="_5wdf _5w1r" style="max-width:188px;" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:0.0.0"><div data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:0.0.0.0"><span class="_5yl5" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:0.0.0.0.0"><span class="null">ui</span></span></div><div class="_5wdd clearfix _5h9y" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:0.0.0.1"><div class="_59go _59gq MercuryTextIcon"><a class="uiIconText _3tn" href="https://www.facebook.com/ajax/messaging/attachment.php?attach_id=4b1fcf547d9863997bcde5e58f2d4e2a&mid=mid.1406494743003%3Afa35ed11c5aa4b6b25&hash=AQCHa-pCiU5fu8z9" role="button" rel="ignore"><i class="img sp_zx-0ABL3iAw sx_d99395"></i><span class="_59gp">ui.R</span></a></div></div></div></div></div><div class="_3ry4" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:1"><div class="_5wda clearfix _2fs6 _2fs2" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:1.0"><div class="_2fs1" data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:1.0.0"></div><span data-reactid=".1h.$mid=11406494743003=2fa35ed11c5aa4b6b25.2:1.0.1"></span></div></div></div></div></div><div class="accessible_elem">Chat Conversation End</div><div class="_51lq"></div><div><div class="_510g none" data-reactid=".1g"><div class="_510h" data-reactid=".1g.0"></div><span class="_510f" data-reactid=".1g.1">Seen 1:27am</span></div></div></td></tr></tbody></table></div></div><div class="_4g6x"><div class="_4g6y"><div class="_4g6z _4g71">Drag Link/Files Here</div><div class="_4g6z _4g6- _4g6_">Drop Files Here</div><div class="_4g6z _4g6- _4g70">Drop Link Here</div></div></div></div><div class="fbNubFlyoutFooter"><div class="_552h"><textarea class="uiTextareaAutogrow _552m" aria-controls="u_0_11" data-ft="{&quot;tn&quot;:&quot;+N&quot;}" onkeydown="run_with(this, [&quot;legacy:control-textarea&quot;], function() {TextAreaControl.getInstance(this)});" style="height: 14px;"></textarea></div><div class="_552n" style="right: 0px;"><div class="_6a _552o"><form action="https://upload.facebook.com/ajax/mercury/upload.php" method="post" data-reactid=".1e" enctype="multipart/form-data"><input type="hidden" name="attach_id" data-reactid=".1e.0"><input type="hidden" name="images_only" value="true" data-reactid=".1e.1"><div class="_m _4q60 _3rzn _6a" data-reactid=".1e.2"><a class="_4q61 _509v" data-reactid=".1e.2.0" tabindex="0"><i class="_509w img sp_F6Afu2XGiZY sx_3b843e" alt="Camera" data-reactid=".1e.2.0.0"><u data-reactid=".1e.2.0.0.0">Camera</u></i><div class="_3jk"><input type="file" class="_n _5f0v" name="attachment[]" multiple="" accept="image/*" data-reactid=".1e.2.1" id="js_25"></div></a></div></form></div><div class="uiToggle emoticonsPanel" data-ft="{&quot;tn&quot;:&quot;+O&quot;}"><a class="_5r8g" tabindex="0" rel="toggle" role="button"><i class="emoteTogglerImg img sp_zx-0ABL3iAw sx_e3f9ff" title="Choose a sticker or emoticon"><u>Choose a sticker or emoticon</u></i><span></span><span class="tooltipNUXContainer"></span></a><div class="panelFlyout _5r8f uiToggleFlyout"><div class="_5r8p"><div class="_5r8f" data-reactid=".1f"><div class="_5r8e" data-reactid=".1f.0"><div class="_5r85" data-reactid=".1f.0.0"><a aria-label="Sticker Store" class="_5r86 rfloat" data-hover="tooltip" data-reactid=".1f.0.0.0" tabindex="0"><i class="_5r87 img sp_xFwBv1W8Ynk sx_3f9e59" data-reactid=".1f.0.0.0.0"></i></a><div class="_5r88" data-reactid=".1f.0.0.3"><div class="_5r89" data-reactid=".1f.0.0.3.0"></div></div></div></div><div class="_5r8m" data-reactid=".1f.1"><div class="_e0r" data-reactid=".1f.1.0"><span class="img _55ym _55yq _55yo" aria-label="Loading..." aria-busy="true" data-reactid=".1f.1.0.0"></span></div></div></div></div><div class="panelFlyoutArrow"></div></div></div></div></div><div class="fbNubFlyoutAttachments"><div class="chatAttachmentShelf hidden_elem"></div></div></div></div><div class="uiContextualLayerPositioner uiLayer hidden_elem" data-ownerid="js_107" style="width: 805px; top: 147px; right: 255px;"><div class="uiContextualLayer uiContextualLayerLeft" style="right: 0px;"><div class="uiTooltipX"><div class="tooltipContent"><div class="tooltipText"><span>2:28am</span></div></div><i class="arrow"></i></div></div></div></div></div></div></div></div><div id="BuddylistPagelet" data-referrer="BuddylistPagelet"><div class="_56ox offline"><div class="uiToggle _50-v fbNub _4mq3 hide_on_presence_error" id="fbDockChatBuddylistNub"><a class="fbNubButton" tabindex="0" data-ft="{&quot;tn&quot;:&quot;+I&quot;}" rel="toggle" role="button"><span class="_5ayx rfloat hidden_elem"></span><img class="icon lfloat img" src="./ui_files/-PAXP-deijE.gif" alt="" width="1" height="1"><span class="label">Chat (Off)</span></a><div class="fbNubFlyout uiToggleFlyout"><div class="fbNubFlyoutOuter"><div class="fbNubFlyoutInner"><div class="clearfix fbNubFlyoutTitlebar" data-jsid="nubFlyoutTitlebar" data-ft="{&quot;tn&quot;:&quot;+J&quot;}"><div class="_6a _6e uiPopover _5qth rfloat _ohf" id="u_0_61"><a data-hover="tooltip" aria-label="Options" class="_5vmb button _p" data-ft="{&quot;tn&quot;:&quot;p&quot;}" aria-haspopup="true" aria-expanded="false" rel="toggle" role="button" id="u_0_62" tabindex="0"></a></div><div class="titlebarLabel clearfix"><div class="titlebarTextWrapper">Chat</div></div></div><div class="fbNubFlyoutBody scrollable"><div class="fbNubFlyoutBodyContent"><div id="u_0_63"><ul class="fbChatOrderedList clearfix"><li><div class="phs fcg"><span data-jsid="message">Loading...</span></div></li></ul></div><table class="uiGrid _51mz fbChatTypeaheadViewContainer" cellspacing="0" cellpadding="0" role="log"><tbody><tr class="_51mx"><td class="_51m- vBot _51mw"><div class="fbChatTypeaheadView hidden_elem" id="u_0_5z"></div></td></tr></tbody></table></div></div><div class="fbNubFlyoutFooter"><div class="_4mq7 clearfix"><img class="img" src="./ui_files/-PAXP-deijE.gif" alt="" width="1" height="1"><div class="_4mq1 fcg"></div></div><div class="uiTypeahead uiClearableTypeahead fbChatTypeahead _5q88" data-ft="{&quot;tn&quot;:&quot;+Q&quot;}" id="u_0_64"><div class="wrap"><i class="_5q87"></i><button class="_42ft _5upp _5xsk clear uiTypeaheadCloseButton" title="Clear" onclick="" type="button" id="u_0_65">Clear</button><input type="hidden" autocomplete="off" class="hiddenInput"><div class="innerWrap"><input type="text" class="inputtext inputsearch textInput DOMControl_placeholder" autocomplete="off" placeholder="Search" aria-autocomplete="list" aria-expanded="false" aria-owns="typeahead_list_u_0_64" aria-haspopup="true" role="combobox" spellcheck="false" value="Search" aria-label="Search" id="u_0_66"></div><span class="img _55ym _55yn _55yo _5fzu" aria-label="Loading..." aria-busy="1"></span></div></div></div></div></div></div></div></div></div></div></div></div><div id="u_0_67"><ul class="hidden_elem _50d1" data-gt="{&quot;ref&quot;:&quot;beeper&quot;,&quot;jewel&quot;:&quot;notifications&quot;,&quot;type&quot;:&quot;click2canvas&quot;,&quot;fbsource&quot;:&quot;1001&quot;}" data-reactid=".10"></ul></div></div></div><script type="text/javascript">/*<![CDATA[*/function si_cj(m){setTimeout(function(){new Image().src="https:\/\/error.facebook.com\/common\/scribe_endpoint.php?c=si_clickjacking&t=2169"+"&m="+m;},5000);}if(top!=self && !false){try{if(parent!=top){throw 1;}var si_cj_d=["apps.facebook.com","apps.beta.facebook.com"];var href=top.location.href.toLowerCase();for(var i=0;i<si_cj_d.length;i++){if (href.indexOf(si_cj_d[i])>=0){throw 1;}}si_cj("3 https:\/\/www.facebook.com\/checkpoint\/?next");}catch(e){si_cj("1 \thttps:\/\/www.facebook.com\/checkpoint\/?next");window.document.write("\u003Cstyle>body * {display:none !important;}\u003C\/style>\u003Ca href=\"#\" onclick=\"top.location.href=window.location.href\" style=\"display:block !important;padding:10px\">\u003Ci class=\"img sp_6H68Ux8tLRN sx_a7b320\" style=\"display:block !important\">\u003C\/i>Go to Facebook.com\u003C\/a>");/*dJeTp-BF*/}}/*]]>*/</script> <script>requireLazy(["Bootloader"], function(Bootloader) {Bootloader.setResourceMap({"oA+g0":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yi\/r\/phJi1G6gWBK.js"},"A3tsq":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yq\/r\/YpyINpZk66m.js"},"ZQfFN":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yT\/r\/lODl09x38xv.js"},"AbNEf":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/p4NQmz_DOGR.js"},"uMuQj":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y7\/r\/w-fYgVxn0sX.js"},"T3PSi":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yQ\/r\/0VlHnvyRMyv.js"},"4vv8\/":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yf\/r\/JvK_C44obT2.js"},"yfRoF":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yE\/r\/rHIO34pJd07.js"},"Suw\/5":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yO\/r\/rjYJ7AVAtwq.js"},"Wc6QC":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yc\/r\/xcQiH23CjJ0.js"},"zFEBF":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/GjANcgORD6q.js"},"kW7VI":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yg\/r\/IhQlJd5DVKL.js"},"YuKpR":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yl\/r\/7oZ_bUjy-x_.js"},"2xGCL":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/unAQYb6wkHo.js"},"ru4+m":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y1\/r\/YJdaunsP1m4.js"},"MDo8O":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yM\/r\/6BXe-OpMLeg.js"},"Nd\/C+":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yP\/r\/9FvcGPgxnlb.js"},"yzfhX":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/K31A6M5ilc7.js"},"SsUry":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yD\/r\/gSCl6H9ahV4.js"},"KKBlw":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yD\/r\/PP5HyCpDWAU.js"},"MV+4i":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yo\/r\/lUxyD14TPRr.js"},"b4ccv":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yn\/r\/v3i-nWnq6XU.js"},"kkk4S":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yJ\/r\/G5IxSCpjuIf.js"},"bFa3M":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yp\/r\/j4z2phr21KX.css"},"W39r7":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/EwszTllbSDz.css"},"qfZQ2":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yH\/r\/6NZWqI2y-fd.css"},"kFNWO":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yd\/r\/PuhbUonU7qS.css"},"wSNSL":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yJ\/r\/xIENlqq3bNu.css"},"AdGuG":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yo\/r\/yKsltlPeIkj.css"},"ARvZo":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/uY4EBT1IuMz.css"},"UAyFP":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yL\/r\/xLtQjDknzkm.css"},"8BdUi":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yA\/r\/SMkhrGn8jD7.css"},"XwoJp":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/K8vhk76tHM0.css"},"Z6dBe":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yS\/r\/tjT_-akH-OF.css"},"gvtDV":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/WnkkdsHM0JV.js"},"20549":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yl\/r\/LddpQe84y-k.js"},"cAkXN":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yR\/r\/IQc0ALCNDHy.js"},"oE4Do":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yK\/r\/obqKRvJtthA.js"},"cNca2":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/yuKCSDDP1tN.js"},"Xqw1r":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yG\/r\/Y0YIpRscXqh.js"},"v77Eu":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yc\/r\/JE8HRGDUUam.js"},"fAL+r":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yK\/r\/quUWtaym-Dj.js"},"blfzD":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yv\/r\/xpKlAYEJGLV.css"},"VDymv":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yE\/r\/HcV9X_akPn_.css"},"xAg\/p":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y3\/r\/z2faVw73_aa.js"},"wxq+C":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/ys\/r\/6QvdZ6KuzBm.js"},"Rs18G":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yI\/r\/iqqxHqHkZcL.js"},"6AU0l":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yX\/r\/uAtB4Wsl2Sl.js"},"AtxWD":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yu\/r\/7CgwFzKxrCs.js"},"zyFOp":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yT\/r\/Ri9nQJbah9T.js"},"fb8+K":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y7\/r\/VWDY39adaa_.js"},"gMfWI":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yV\/r\/yrJJboUlklf.js"},"KPLqg":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y0\/r\/mUE91iakQO0.css"},"a3inZ":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yc\/r\/UMncYGd9ixF.js"},"Ck54h":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yz\/r\/vfddENesG7s.js"},"LTaK\/":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/DsyX5cY9HhT.js"},"xA+8m":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yp\/r\/sSUdWlIrBpN.js"},"g3NON":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/fiywRmKhPQd.js"},"21lHn":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yG\/r\/gCguQRbXN88.js"},"XdQ9Q":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yj\/r\/ADIJkNUWBu7.js"},"9voGb":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yC\/r\/DBGmNPBlsUr.js"},"9aS3c":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yn\/r\/L0apBvxYfp0.css"},"MfG6c":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yE\/r\/9lWPl7QtkO9.js"},"ZAuba":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/ys\/r\/Lxg1WFIjlRd.js"},"kIm+E":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yN\/r\/urkaq7OgtAg.js"},"3\/C1N":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yr\/r\/A3MV_l_R8-v.js"},"8LktB":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y_\/r\/_AaKDUq3v7V.js"},"WLnGz":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/yWyxYxA627x.js"},"LsRx\/":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yO\/r\/A0iT1xgV1Hs.js"},"3h2ll":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yC\/r\/5XNXs2QPyPq.js"},"1fsS8":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y2\/r\/GimOx8E5zUn.js"},"wGXi\/":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/ym\/r\/Pz2LqK2JUql.js"},"d6Evh":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/ZXxcyNSt_sE.js"},"urv6f":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yL\/r\/RlfkPe43XeV.js"},"6WF8S":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yu\/r\/IYZsC6oqdr7.js"},"TdhEQ":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yV\/r\/WNlEjeR31Kw.js"},"RApcp":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yY\/r\/dJtQzPDelJM.js"},"V7LYs":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yD\/r\/yR7heqpPZLX.js"},"+CNDp":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yH\/r\/td-J4NB5JIq.css"},"qh2Qr":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yH\/r\/w2awA9Wv9TM.css"},"t1r5q":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yQ\/r\/lbC_H6pD-7v.css"},"TG00K":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yM\/r\/TO5vhl11tKM.js"},"7VE+c":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y_\/r\/pYQVPWyVtrE.js"},"D3V5i":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yn\/r\/sXG6E7LRtmK.js"},"eWja6":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yx\/r\/n8c2HF1Ye7j.js"},"jPVAE":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y5\/r\/LYtTNlrR5vh.css"},"w4y\/N":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yu\/r\/wCVWUC-zyKu.js"},"ty1Yw":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/ys\/r\/nrkCwxMtWC3.js"},"GjnVd":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yd\/r\/7NVfzIyX7Vd.js"},"O08Mt":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yd\/r\/OfOQmxq5uom.js"},"C03uu":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yP\/r\/GUNGNMXPjks.js"},"6BJiY":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yH\/r\/znYE9KMXN4Z.js"}});if (true) {Bootloader.enableBootload({"React":{"resources":["AbNEf","oA+g0","ZQfFN"],"module":true},"ExceptionDialog":{"resources":["ZQfFN","oA+g0","AbNEf","W39r7","zFEBF","gvtDV","20549"],"module":true},"AsyncDOM":{"resources":["oA+g0","cAkXN"],"module":true},"ConfirmationDialog":{"resources":["oA+g0","W39r7","ZQfFN","oE4Do"],"module":true},"Dialog":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7"],"module":true},"ErrorSignal":{"resources":["oA+g0","cNca2"],"module":true},"Event":{"resources":["oA+g0"],"module":true},"AsyncDialog":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","yfRoF"],"module":true},"AsyncRequest":{"resources":["oA+g0"],"module":true},"PhotoSnowlift":{"resources":["Xqw1r","oA+g0","ZQfFN","AbNEf","W39r7","yfRoF","zFEBF","A3tsq","qfZQ2"],"module":true},"PhotoTagger":{"resources":["oA+g0","v77Eu","W39r7","zFEBF","AbNEf","ZQfFN","fAL+r","Xqw1r","gvtDV","blfzD"],"module":true},"Live":{"resources":["oA+g0","cAkXN","ZQfFN"],"module":true},"PhotoTagApproval":{"resources":["oA+g0","Xqw1r","v77Eu"],"module":true},"PhotoTags":{"resources":["oA+g0","Xqw1r","W39r7","v77Eu"],"module":true},"TagTokenizer":{"resources":["oA+g0","ZQfFN","A3tsq","W39r7","kW7VI","v77Eu","zFEBF"],"module":true},"css:fb-photos-snowlift-fullscreen-css":{"resources":["VDymv"]},"SnowliftPicCropper":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","gvtDV","Xqw1r","v77Eu","blfzD","xAg\/p","wxq+C"],"module":true},"PhotosButtonTooltips":{"resources":["oA+g0","ZQfFN","W39r7","AbNEf","Rs18G"],"module":true},"VideoRotate":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","6AU0l"],"module":true},"AsyncResponse":{"resources":["oA+g0"],"module":true},"PhotoPermalinkCropper":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","gvtDV","Xqw1r","v77Eu","blfzD","yfRoF","zFEBF","fAL+r","xAg\/p"],"module":true},"PhotoInlineEditor":{"resources":["oA+g0","ZQfFN","Xqw1r","AbNEf","W39r7","yfRoF","v77Eu","zFEBF","fAL+r","gvtDV","blfzD","kW7VI","A3tsq","AtxWD"],"module":true},"Form":{"resources":["oA+g0","W39r7"],"module":true},"SpotlightShareViewer":{"resources":["oA+g0","yfRoF","ZQfFN","zyFOp"],"module":true},"Toggler":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7"],"module":true},"Tooltip":{"resources":["oA+g0","ZQfFN","W39r7","AbNEf"],"module":true},"DOM":{"resources":["oA+g0"],"module":true},"Input":{"resources":["oA+g0","W39r7"],"module":true},"trackReferrer":{"resources":[],"module":true},"DimensionTracking":{"resources":["oA+g0","yfRoF"],"module":true},"HighContrastMode":{"resources":["oA+g0","yfRoF"],"module":true},"DetectBrokenProxyCache":{"resources":["oA+g0","yfRoF"],"module":true},"TimezoneAutoset":{"resources":["oA+g0","ZQfFN"],"module":true},"DimensionLogging":{"resources":["A3tsq","oA+g0","ZQfFN"],"module":true},"DOMScroll":{"resources":["oA+g0","ZQfFN","AbNEf"],"module":true},"PhotoViewer":{"resources":["oA+g0","Xqw1r"],"module":true},"ErrorDialog":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","xAg\/p"],"module":true},"VideoCallController":{"resources":["oA+g0","yfRoF","ZQfFN","AbNEf","W39r7","fb8+K","yzfhX","A3tsq","zFEBF","MV+4i","2xGCL","gMfWI","YuKpR","qfZQ2","kW7VI","xAg\/p","KPLqg","T3PSi"],"module":true},"FBRTCCallController":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","yfRoF","YuKpR","fb8+K","T3PSi","a3inZ","Ck54h","LTaK\/","xA+8m","g3NON","21lHn","MV+4i","2xGCL","qfZQ2","kW7VI","xAg\/p","gMfWI","KPLqg","yzfhX","A3tsq","zFEBF","XdQ9Q","Xqw1r","9voGb","9aS3c","MfG6c","ZAuba","kIm+E","3\/C1N","8LktB","WLnGz","LsRx\/","3h2ll","1fsS8","wGXi\/","d6Evh","urv6f","6WF8S"],"module":true},"StickerContextualDialog.react":{"resources":["oA+g0","W39r7","zFEBF","AbNEf","ZQfFN","TdhEQ","YuKpR","RApcp"],"module":true},"ScrollableArea":{"resources":["oA+g0","ZQfFN","AbNEf","zFEBF","W39r7"],"module":true},"StickerStore.react":{"resources":["zFEBF","oA+g0","W39r7","A3tsq","AbNEf","ZQfFN","qfZQ2","V7LYs","2xGCL","MV+4i","YuKpR","+CNDp","TdhEQ","qh2Qr","KKBlw","t1r5q","TG00K","7VE+c"],"module":true},"ContextualDialog":{"resources":["oA+g0","W39r7","zFEBF","AbNEf","ZQfFN"],"module":true},"ContextualLayerAutoFlip":{"resources":["oA+g0","ZQfFN","AbNEf"],"module":true},"LayerRefocusOnHide":{"resources":["oA+g0","W39r7","AbNEf"],"module":true},"ReactDescriptor":{"resources":["oA+g0","AbNEf"],"module":true},"StickersFlyout.react":{"resources":["zFEBF","AbNEf","oA+g0","ZQfFN","W39r7","kW7VI","MV+4i","A3tsq","2xGCL","YuKpR","qfZQ2"],"module":true},"StickerState":{"resources":["oA+g0","A3tsq","ZQfFN","AbNEf","2xGCL","MV+4i","YuKpR","zFEBF"],"module":true},"MessagesViewer":{"resources":["oA+g0","D3V5i","eWja6","AbNEf","ZQfFN","A3tsq","zFEBF","YuKpR","W39r7","qfZQ2","Xqw1r","jPVAE","w4y\/N","blfzD","ty1Yw","GjnVd"],"module":true},"Hovercard":{"resources":["oA+g0","W39r7","zFEBF","AbNEf","ZQfFN","fAL+r"],"module":true},"SortableGroup":{"resources":["oA+g0","O08Mt","ZQfFN","AbNEf"],"module":true},"AvailableList":{"resources":["oA+g0","ZQfFN","2xGCL","yfRoF","AbNEf"],"module":true},"SortableSideNav":{"resources":["oA+g0","ZQfFN","AbNEf","O08Mt","C03uu"],"module":true},"PrivacyLiteFlyout":{"resources":["oA+g0","ZQfFN","AbNEf","zFEBF","W39r7","kFNWO","Nd\/C+"],"module":true},"FacebarTypeaheadNavigation":{"resources":["oA+g0","W39r7","b4ccv"],"module":true},"FacebarTypeaheadDecorateEntities":{"resources":["ZQfFN","b4ccv"],"module":true},"FacebarTypeaheadDisambiguateResults":{"resources":["oA+g0","AbNEf","kkk4S","ZQfFN","W39r7","A3tsq","b4ccv","kFNWO","zFEBF"],"module":true},"FacebarTypeaheadSeeMoreSerp":{"resources":["oA+g0","b4ccv","ZQfFN","AbNEf","kFNWO"],"module":true},"FacebarTypeaheadSizeAdjuster":{"resources":["kkk4S","oA+g0","ZQfFN","b4ccv"],"module":true},"FacebarTypeaheadShortcut":{"resources":["oA+g0","kkk4S"],"module":true},"FacebarTypeaheadQuickSelect":{"resources":["oA+g0","b4ccv"],"module":true},"FacebarTypeaheadAutoWidth":{"resources":["oA+g0","kFNWO","b4ccv"],"module":true},"FacebarTypeaheadMagGo":{"resources":["oA+g0","ZQfFN","b4ccv"],"module":true},"FacebarTypeaheadSelectAll":{"resources":["ZQfFN","b4ccv"],"module":true},"FacebarTypeaheadPrefixLengthOrderedCache":{"resources":["b4ccv"],"module":true},"FacebarTypeaheadRecorderBasic":{"resources":["oA+g0","ZQfFN","AbNEf","Nd\/C+","kkk4S","b4ccv"],"module":true},"FacebarTypeaheadHashtagResult":{"resources":["Nd\/C+","MV+4i","SsUry","oA+g0","ZQfFN","kkk4S"],"module":true},"FacebarTypeaheadSearchMap":{"resources":["oA+g0","b4ccv"],"module":true},"FacebarTypeaheadCore":{"resources":["oA+g0","ZQfFN","AbNEf","uMuQj","b4ccv","kkk4S","Nd\/C+","W39r7","kFNWO"],"module":true},"FacebarTypeaheadView":{"resources":["oA+g0","ZQfFN","W39r7","AbNEf","b4ccv","A3tsq","kFNWO","zFEBF","kkk4S"],"module":true},"FacebarDataSource":{"resources":["oA+g0","Nd\/C+","A3tsq","b4ccv","kkk4S","AbNEf","MV+4i","SsUry","ZQfFN","W39r7"],"module":true},"FacebarTypeahead":{"resources":["oA+g0","W39r7","zFEBF","ZQfFN","b4ccv"],"module":true},"legacy:control-textarea":{"resources":["oA+g0","W39r7","kW7VI","zFEBF","6BJiY"]}});}}); requireLazy(["ix"], function(ix) {ix.add({"\/images\/chat\/chat_camera_icon.png":{"sprited":true,"spriteMapCssClass":"sp_F6Afu2XGiZY","spriteCssClass":"sx_3b843e"},"\/images\/chat\/chat_play_icon.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yJ\/r\/BjZ6_Kt6QGG.png","width":60,"height":60},"\/images\/icons\/video.gif":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_23b09a"},"images\/spacer.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/-PAXP-deijE.gif","width":1,"height":1},"\/images\/messaging\/stickers\/selector\/store.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_3f9e59"},"\/images\/messaging\/stickers\/selector\/leftarrow.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_843cdf"},"\/images\/messaging\/stickers\/selector\/rightarrow.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_0ecff0"},"\/images\/messaging\/stickers\/icons\/sad_face.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/5GRqxHJJ42g.png","width":81,"height":80},"\/images\/loaders\/indicator_blue_large.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y9\/r\/jKEcVPZFk-2.gif","width":32,"height":32},"\/images\/loaders\/indicator_blue_medium.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yk\/r\/LOOn0JtHNzb.gif","width":16,"height":16},"\/images\/loaders\/indicator_blue_small.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif","width":16,"height":11},"\/images\/loaders\/indicator_white_large.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yG\/r\/b53Ajb4ihCP.gif","width":32,"height":32},"\/images\/loaders\/indicator_white_small.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/AGUNXgX_Wx3.gif","width":16,"height":11},"\/images\/loaders\/indicator_black.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y7\/r\/pgEFhPxsWZX.gif","width":32,"height":32},"\/images\/messaging\/stickers\/store\/characters.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yS\/r\/6l9hkjIuMNg.png","width":688,"height":142},"\/images\/messaging\/stickers\/store\/basket.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/tRgMzb-a6Q9.png","width":38,"height":34},"\/images\/messaging\/stickers\/store\/backarrow.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yv\/r\/wNyEZeXrqCV.png","width":8,"height":12}});});</script> <script>requireLazy(["InitialJSLoader"], function(InitialJSLoader) {InitialJSLoader.loadOnDOMContentReady(["oA+g0","A3tsq","ZQfFN","AbNEf","uMuQj","T3PSi","4vv8\/","yfRoF","Suw\/5","Wc6QC","zFEBF","kW7VI","YuKpR","2xGCL","ru4+m","MDo8O","Nd\/C+","yzfhX","SsUry","KKBlw","MV+4i","b4ccv","kkk4S","Z6dBe"]);});</script> <script> requireLazy(["Bootloader"], function(Bootloader) {Bootloader.configurePage(["bFa3M","W39r7","qfZQ2","kFNWO","wSNSL","AdGuG","ARvZo","UAyFP","8BdUi","XwoJp"]);}); (require("ServerJSDefine")).handleDefines([["CurrentUserInitialData",[],{"USER_ID":"100000590753545","ACCOUNT_ID":"100000590753545"},270],["EagleEyeConfig",[],{"seed":"0J1h","sessionStorage":1},294],["ISB",[],{},330],["TrackingConfig",[],{"domain":"https:\/\/pixel.facebook.com"},325],["SiteData",[],{"revision":1344176,"tier":"","push_phase":"V3","pkg_cohort":"EXP1:DEFAULT","vip":"31.13.79.49"},317],["DTSGInitialData",[],{"token":"AQFcXAeFeVL6"},258],["LSD",[],{},323],["BanzaiConfig",[],{"EXPIRY":86400000,"MAX_SIZE":10000,"MAX_WAIT":150000,"RESTORE_WAIT":150000,"blacklist":["time_spent"],"gks":{"boosted_pagelikes":true,"boosted_website":true,"boosted_posts":true,"jslogger":true,"miny_compression":true,"page_website_logger":true,"pages_client_logging":true,"time_spent_bit_array":true,"time_spent_debug":true,"useraction":true,"videos":true,"visibility_tracking":true,"vitals":true}},7],["FbtLogger",[],{"logger":null},288],["TimeSpentConfig",[],{"0_delay":0,"0_timeout":8,"delay":200000,"timeout":64},142],["ImmediateActiveSecondsConfig",[],{"sampling_rate":2003,"ias_bucket":1570},423],["AsyncRequestConfig",[],{"retryOnNetworkError":"1"},328],["ErrorSignalConfig",[],{"uri":"https:\/\/error.facebook.com\/common\/scribe_endpoint.php"},319],["InitialServerTime",[],{"serverTime":1406489188000},204],["ChatConfigInitialData",[],{"sidebar_ticker":1,"video.skype_client_log":1,"video.collision_connect":1,"web_messenger_suppress_tab_unread":1,"chat_web_ranking_with_presence":1,"seen_autosend_photo_nux":1,"chat_group_presence":1,"chat_react_user_messages":1,"sidebar_below_bluebar":1,"sidebar_mobile_web_presence":1,"chat_close_all_tabs_when_offline":1,"group_create_multichat_dock":true,"chat_impression_logging_with_click":true,"chat_impression_logging_periodical":true,"sidebar.minimum_width":1258,"max_sidebar_multichats":3,"periodical_impression_logging_config.interval":1800000,"sound_enabled":true,"typing_notifications":true,"ordered_list.top_friends":0,"ordered_list.top_mobile":5,"sidebar.min_friends":7,"blackbird.min_for_clear_button":10,"tab_max_load_age":86400000,"tab_auto_close_timeout":86400000,"activity_limit":60000,"idle_limit":1800000,"idle_poll_interval":300000,"livebar_fetch_defer":1000,"warning_countdown_threshold_msec":15000,"mute_warning_time_msec":25000,"channel_manual_reconnect_defer_msec":2000,"sound.notif_ogg_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yT\/r\/q-Drar4Ade6.ogg","sound.notif_mp3_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yb\/r\/VBbzpp2k5li.mp3","sound.ringtone_mp3_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yq\/r\/Mpd0-fRgh5n.mp3","sound.ringtone_ogg_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/y3\/r\/mbcn6dBHIeX.ogg","24h_times":false,"roger.seen_delay":15000},12],["SystemEventsInitialData",[],{},483],["ChannelInitialData",[],{"channelConfig":{"IFRAME_LOAD_TIMEOUT":30000,"P_TIMEOUT":30000,"STREAMING_TIMEOUT":70000,"PROBE_HEARTBEATS_INTERVAL_LOW":1000,"PROBE_HEARTBEATS_INTERVAL_HIGH":3000,"user_channel":"p_100000590753545","seq":-1,"retry_interval":0,"max_conn":6,"forceIframe":0,"streamProbe":0,"tryStreaming":1,"bustIframe":0,"webrtcSupport":0},"state":"reconnect!","reason":6},143],["PresencePrivacyInitialData",[],{"visibility":0,"onlinePolicy":1,"privacyData":{}},58],["PresenceInitialData",[],{"cookiePollInterval":500,"cookieVersion":2,"dictEncode":true,"serverTime":"1406489188000"},57],["UFIConstants",[],{"UFIActionType":{"COMMENT_LIKE":"fa-type:comment-like","COMMENT_SET_SPAM":"fa-type:mark-spam","DELETE_COMMENT":"fa-type:delete-comment","DISABLE_COMMENTS":"fa-type:disable-comments","LIVE_DELETE_COMMENT":"fa-type:live-delete-comment","LIKE_ACTION":"fa-type:like","SUBSCRIBE_ACTION":"fa-type:subscribe","REMOVE_PREVIEW":"fa-type:remove-preview","MARK_COMMENT_SPAM":"fa-type:mark-spam","CONFIRM_COMMENT_REMOVAL":"fa-type:confirm-remove","TRANSLATE_COMMENT":"fa-type:translate-comment","COMMENT_LIKECOUNT_UPDATE":"fa-type:comment-likecount-update","GIFT_SUGGESTION":"fa-type:gift-suggestion"},"UFICommentOrderingMode":{"CHRONOLOGICAL":"chronological","RANKED_THREADED":"ranked_threaded","TOPLEVEL":"toplevel","RECENT_ACTIVITY":"recent_activity","FEATURED":"featured","UNSUPPORTED":"unsupported"},"UFIFeedbackSourceType":{"PROFILE":0,"NEWS_FEED":1,"OBJECT":2,"MOBILE":3,"EMAIL":4,"PROFILE_APPROVAL":10,"TICKER":12,"NONE":13,"INTERN":14,"ADS":15,"EVENT_GOING_FLYOUT":16,"PHOTOS_SNOWLIFT":17,"NOTIFICATION_FLYOUT":18,"LOCAL_FEED":19},"UFIPayloadSourceType":{"UNKNOWN":0,"INITIAL_SERVER":1,"LIVE_SEND":2,"USER_ACTION":3,"ENDPOINT_LIKE":10,"ENDPOINT_COMMENT_LIKE":11,"ENDPOINT_ADD_COMMENT":12,"ENDPOINT_EDIT_COMMENT":13,"ENDPOINT_DELETE_COMMENT":14,"ENDPOINT_COMMENT_SPAM":16,"ENDPOINT_REMOVE_PREVIEW":17,"ENDPOINT_ID_COMMENT_FETCH":18,"ENDPOINT_COMMENT_FETCH":19,"ENDPOINT_TRANSLATE_COMMENT":20,"ENDPOINT_BAN":21,"ENDPOINT_SUBSCRIBE":22,"ENDPOINT_COMMENT_LIKECOUNT_UPDATE":23,"ENDPOINT_DISABLE_COMMENTS":24,"ENDPOINT_ACTOR_CHANGE":25},"UFIStatus":{"DELETED":"status:deleted","SPAM":"status:spam","SPAM_DISPLAY":"status:spam-display","LIVE_DELETED":"status:live-deleted","FAILED_ADD":"status:failed-add","FAILED_EDIT":"status:failed-edit","PENDING_EDIT":"status:pending-edit"},"attachmentTruncationLength":80,"commentTruncationLength":420,"commentTruncationMaxLines":3,"commentTruncationPercent":0.6,"commentURLTruncationLength":60,"defaultPageSize":50,"infiniteScrollRangeForQANDAPermalinks":1000,"minCommentsForOrderingModeSelector":2,"unavailableCommentKey":"unavailable_comment_key"},240],["QuicklingConfig",[],{"version":"1344176;0;","sessionLength":30,"inactivePageRegex":"^\/(fr\/u\\.php|ads\/|advertising|ac\\.php|ae\\.php|a\\.php|ajax\/emu\/(end|f|h)\\.php|badges\/|comments\\.php|connect\/uiserver\\.php|editalbum\\.php.+add=1|ext\/|feeds\/|help([\/?]|$)|identity_switch\\.php|isconnectivityahumanright\/|intern\/|login\\.php|logout\\.php|sitetour\/homepage_tour\\.php|sorry\\.php|syndication\\.php|webmessenger|\/plugins\/subscribe|lookback|brandpermissions|gameday|pxlcld|worldcup\/map)|\\.pdf$"},60],["MessagingReliabilityLoggerInitialData",[],{"enabled":false,"app":"mercury"},44],["LitestandSidebarBookmarkConfig",[],{"badge_nf":false,"nf_count_query_interval_ms":300000},88],["MercuryConfig",[],{"MercuryFBIDGK":0,"MercuryActionIDGK":0,"NewVCGK":0,"PicassoWebChatGK":0,"WebFeaturedPackInStore":0,"ReadOnlyEmailThreads":1,"ReadOnlyEmailThreadsEarlyWarning":1,"ChatPaddedAnimatedStickerGK":1,"DesktopNotificationsGK":0,"WebStickerSearch":0,"24h_times":false,"roger.seen_delay":15000,"activity_limit":60000,"idle_limit":1800000,"idle_poll_interval":300000,"filtering_active":true,"upload_url":"https:\/\/upload.facebook.com\/ajax\/mercury\/upload.php","ShowStickerReplyNUX":false,"ShowStickerSearchNUXIndicator":false,"ShowStickerSearchNUXTooltip":false},35],["MercuryParticipantsConstants",[],{"UNKNOWN_GENDER":0,"EMAIL_IMAGE":"\/images\/messaging\/threadlist\/envelope.png","IMAGE_SIZE":32,"BIG_IMAGE_SIZE":50},109],["MercuryServerRequestsConfig",[],{"sendMessageTimeout":45000},107],["MercuryThreadlistConstants",[],{"RECENT_THREAD_OFFSET":0,"JEWEL_THREAD_COUNT":5,"JEWEL_MORE_COUNT":10,"WEBMESSENGER_THREAD_COUNT":20,"WEBMESSENGER_MORE_COUNT":20,"WEBMESSENGER_SEARCH_SNIPPET_COUNT":5,"WEBMESSENGER_SEARCH_SNIPPET_LIMIT":5,"WEBMESSENGER_SEARCH_SNIPPET_MORE":5,"WEBMESSENGER_MORE_MESSAGES_COUNT":20,"RECENT_MESSAGES_LIMIT":10,"MAX_UNREAD_COUNT":99,"MAX_UNSEEN_COUNT":99,"GROUPING_THRESHOLD":300000,"MESSAGE_TIMESTAMP_THRESHOLD":1209600000,"SEARCH_TAB":"searchtab","MAX_CHARS_BEFORE_BREAK":280},96],["MessagingConfig",[],{"IDLE_CUTOFF":30000,"SEND_CONNECTION_RETRIES":2,"SEND_BATCH_LIMIT":5},97],["DateFormatConfig",[],{"numericDateOrder":["m","d","y"],"numericDateSeparator":"\/","shortDayNames":["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],"weekStart":6,"formats":{"D":"D","D g:ia":"D g:ia","D M d":"D M d","D M d, Y":"D M d, Y","D M j":"D M j","D M j, y":"D M j, y","F d":"F d","F d, Y":"F d, Y","F g":"F g","F j":"F j","F j, Y":"F j, Y","F j, Y \u0040 g:i A":"F j, Y \u0040 g:i A","F j, Y g:i a":"F j, Y g:i a","F jS":"F jS","F jS, g:ia":"F jS, g:ia","F jS, Y":"F jS, Y","F Y":"F Y","g A":"g A","g:i":"g:i","g:i A":"g:i A","g:i a":"g:i a","g:iA":"g:iA","g:ia":"g:ia","g:ia F jS, Y":"g:ia F jS, Y","g:iA l, F jS":"g:iA l, F jS","g:ia M j":"g:ia M j","g:ia M jS":"g:ia M jS","g:ia, F jS":"g:ia, F jS","g:iA, l M jS":"g:iA, l M jS","g:sa":"g:sa","H:I - M d, Y":"H:I - M d, Y","h:i a":"h:i a","h:m:s m\/d\/Y":"h:m:s m\/d\/Y","j":"j","l F d, Y":"l F d, Y","l g:ia":"l g:ia","l, F d, Y":"l, F d, Y","l, F j":"l, F j","l, F j, Y":"l, F j, Y","l, F jS":"l, F jS","l, F jS, g:ia":"l, F jS, g:ia","l, M j":"l, M j","l, M j, Y":"l, M j, Y","l, M j, Y g:ia":"l, M j, Y g:ia","M d":"M d","M d, Y":"M d, Y","M d, Y g:ia":"M d, Y g:ia","M d, Y ga":"M d, Y ga","M j":"M j","M j, Y":"M j, Y","M j, Y g:i A":"M j, Y g:i A","M j, Y g:ia":"M j, Y g:ia","M jS, g:ia":"M jS, g:ia","M Y":"M Y","M y":"M y","m-d-y":"m-d-y","M. d":"M. d","M. d, Y":"M. d, Y","m.d.y":"m.d.y","m\/d":"m\/d","m\/d\/Y":"m\/d\/Y","m\/d\/y":"m\/d\/y","m\/d\/Y g:ia":"m\/d\/Y g:ia","m\/d\/y H:i:s":"m\/d\/y H:i:s","m\/d\/Y h:m":"m\/d\/Y h:m","n":"n","n\/j":"n\/j","n\/j, g:ia":"n\/j, g:ia","n\/j\/y":"n\/j\/y","Y":"Y","Y-m-d":"Y-m-d","Y\/m\/d":"Y\/m\/d","y\/m\/d":"y\/m\/d"},"ordinalSuffixes":{"1":"st","2":"nd","3":"rd","4":"th","5":"th","6":"th","7":"th","8":"th","9":"th","10":"th","11":"th","12":"th","13":"th","14":"th","15":"th","16":"th","17":"th","18":"th","19":"th","20":"th","21":"st","22":"nd","23":"rd","24":"th","25":"th","26":"th","27":"th","28":"th","29":"th","30":"th","31":"st"}},165],["AvailableListInitialData",[],{"pollInterval":100000,"lazyPollInterval":300000,"lazyThreshold":300000,"updateTime":0,"availableList":{},"availableCount":0,"mobileFriends":null,"birthdayFriends":null,"lastActiveTimes":null,"chatNotif":0},166],["MercuryConstants",["MercuryActionStatus","MercuryActionTypeConstants","MercuryAPIArgsSource","MercuryAttachmentContentType","MercuryAttachmentType","MercuryErrorType","MercuryGenericConstants","MercuryGlobalActionType","MercuryLogMessageType","MercuryMessageSourceTags","MercuryParticipantsConstants","MercuryParticipantTypes","MercuryPayloadSource","MercurySourceType","MercuryThreadlistConstants","MercuryThreadMode","MercuryTimePassed","MessagingConfig","MessagingEvent","MessagingTag"],{"MercuryActionStatus":{"__m":"MercuryActionStatus"},"MercuryActionType":{"__m":"MercuryActionTypeConstants"},"MercuryAPIArgsSource":{"__m":"MercuryAPIArgsSource"},"MercuryAttachmentContentType":{"__m":"MercuryAttachmentContentType"},"MercuryAttachmentType":{"__m":"MercuryAttachmentType"},"MercuryErrorType":{"__m":"MercuryErrorType"},"MercuryGenericConstants":{"__m":"MercuryGenericConstants"},"MercuryGlobalActionType":{"__m":"MercuryGlobalActionType"},"MercuryLogMessageType":{"__m":"MercuryLogMessageType"},"MercuryMessageSourceTags":{"__m":"MercuryMessageSourceTags"},"MercuryParticipantsConstants":{"__m":"MercuryParticipantsConstants"},"MercuryParticipantTypes":{"__m":"MercuryParticipantTypes"},"MercuryPayloadSource":{"__m":"MercuryPayloadSource"},"MercurySourceType":{"__m":"MercurySourceType"},"MercuryThreadlistConstants":{"__m":"MercuryThreadlistConstants"},"MercuryThreadMode":{"__m":"MercuryThreadMode"},"MercuryTimePassed":{"__m":"MercuryTimePassed"},"MessagingConfig":{"__m":"MessagingConfig"},"MessagingEventTypes":{"__m":"MessagingEvent"},"MessagingTag":{"__m":"MessagingTag"},"MercurySendMessageTimeout":45000,"MercurySupportedShareType":{"FB_PHOTO":2,"FB_ALBUM":3,"FB_VIDEO":11,"FB_EVENT":7,"FB_SONG":28,"FB_MUSIC_ALBUM":30,"FB_PLAYLIST":31,"FB_MUSICIAN":35,"FB_RADIO_STATION":33,"EXTERNAL":100,"FB_TEMPLATE":300,"FB_SOCIAL_REPORT_PHOTO":48,"FB_COUPON":32,"FB_SHARE":99,"FB_HC_QUESTION":55,"FB_HC_ANSWER":56,"FB_SOCIAL_RESOLUTION":60,"FB_STATUS":22,"FB_BROWSE_QUERY":47,"FB_SYNC_REQUEST":61,"FB_OPEN_GRAPH":44,"FB_ORION":64},"VideoChatConstants":{"START_SESSION":1,"GET_SKYPE_TOKEN":2,"AWAITING_CALL":3,"CANCELLED_CALL":4,"CONNECTED_CALL":5,"HANDLED_CALL":6,"GOT_START_SESSION":7,"INSTALLING":8,"INSTALLED":9,"INSTALL_CANCELED":10,"ASSOC_CONNECTED_CALL":118224944915447,"ASSOC_VIEWED_CALL_PROMO":250568041676842,"MAX_VC_PROMO_VIEWS":2,"MINIMUM_VC_PROMO_VIEW_INTERVAL":5184000,"MINIMUM_VC_LAST_CALLED_INTERVAL":5184000},"MessagingFilteringType":{"LEGACY":"legacy","MODERATE":"moderate","STRICT":"strict"},"ChatNotificationConstants":{"NORMAL":0,"NO_USER_MESSAGE_NOTIFICATION":1},"Sandbox":{"ORIGIN":"https:\/\/fbstatic-a.akamaihd.net","PAGE_URL":"https:\/\/fbstatic-a.akamaihd.net\/fbsbx\/fbsbx.php?1"},"UIPushPhase":"V3","MercuryTypeaheadConstants":{"COMPOSER_FRIENDS_MAX":4,"COMPOSER_NON_FRIENDS_MAX":2,"COMPOSER_SHOW_MORE_LIMIT":4,"COMPOSER_THREADS_INITIAL_LIMIT":2,"USER_TYPE":"user","PAGE_TYPE":"page","THREAD_TYPE":"thread","HEADER_TYPE":"header","FRIEND_TYPE":"friend","NON_FRIEND_TYPE":"non_friend","FB4C_TYPE":"fb4c","VALID_EMAIL":"^([A-Z0-9._\u0025+-]+\u0040((?!facebook\\.com))[A-Z0-9.-]+\\.[A-Z]{2,4}|(([A-Z._\u0025+-]+[A-Z0-9._\u0025+-]*)|([A-Z0-9._\u0025+-]+[A-Z._\u0025+-]+[A-Z0-9._\u0025+-]*))\u0040(?:facebook\\.com))$"},"AttachmentMaxSize":26214400,"MercuryAttachmentAudioClip":"fb_voice_message"},36],["ChatSidebarCalloutData",[],{"isShown":false},14],["ChatOptionsInitialData",[],{"sound":0,"sidebar_mode":1,"browser_notif":0},13],["BlackbirdUpsellConfig",[],{"TimeOffline":5185,"EducationDismissed":0,"EducationImpressions":2,"EducationImpressionLimit":2,"EducationTimeOfflineThresdhold":5184000,"UpsellDismissed":0,"UpsellGK":false,"UpsellImpressions":0,"UpsellImpressionLimit":3,"UpsellMinFriendCount":50,"FriendCount":843},8],["BlackbirdUpsellTemplates",["m_0_1a","m_0_1b","m_0_1c","m_0_1d"],{":fb:chat:blackbird:offline-educate":{"__m":"m_0_1a"},":fb:chat:blackbird:some-friends-educate":{"__m":"m_0_1b"},":fb:chat:blackbird:most-friends-educate":{"__m":"m_0_1c"},":fb:chat:blackbird:dialog-frame":{"__m":"m_0_1d"}},10],["WorkModeConfig",[],{"is_work_user":false},396],["InitialChatFriendsList",[],{"list":["1139985295-2","1836900805-2","100002098234331-2","750680493-2","667696180-2","581860218-2","631845375-2","100001787324785-2","100000618342614-2","100000911335104-2","504153371-2","806570443-2","864100253-2","579808478-2","707625796-2","744585230-2","100002188032051-2","1598904729-2","1815222407-2","100001537158650-2","715232324-2","573317941-2","502851111-2","100002893308042-2","537165995-2","607487336-2","686957448-2","1023927038-2","644746103-2","100006902988653-2","643216611-2","709390663-2","100000043307961-2","100003280784281-2","544285452-2","719801852-2","100001445974282-2","1052839092-2","850010572-2","100003731346889-2","100002103358595-2","702065044-2","1139985295-3","1139985295-0","518920261-2","668227156-2","501550040-2","740610661-2","1492644261-2","682736689-2","100000300873480-2","620539577-2","100005370936583-2","100001233440788-2","1058273156-2","1073903327-2","100001134119457-2","524881084-2","1185545604-2","573775669-2","536270914-2","1349085291-2","1417670739-2","1178264746-2","720771590-2","574350147-2","814195044-2","1094797681-2","607486038-2","100001913593367-2","538432635-2","1836900805-0","1836900805-3","100000206348385-2","796634896-2","512913512-2","672816773-2","660810439-2","521570509-2","100001041227976-2","100003034962607-2","504369182-2","634595634-2","508114238-2","100002098234331-3","100002098234331-0","1413514252-2","100003832185423-2","100000383121062-2","100000605605102-2","100003004540266-2","616680161-2","100001364864709-2","588000725-2","1692984794-2","100003358801674-2","750680493-3","750680493-0","667696180-3","667696180-0","843750424-2","581860218-0","581860218-3","1041098465-2","1362292798-2","100000830625248-2","100000868173196-2","1843509512-2","637703524-2","722141716-2","100002266491521-2","1305030729-2","100001467223955-2","537061404-2","100001105422680-2","100003108273784-2","100000810804514-2","100002432814201-2","668427153-2","1318262917-2","100001166130146-2","1274017044-2","679725425-2","701061326-2","635501110-2","648570592-2","1480899777-2","617190062-2","100000961992124-2","642416852-2","100001846266495-2","666916153-2","667660265-2","1432405802-2","670530186-2","1208179064-2","100000324725779-2","100001274721393-2","1153222744-2","100000576868131-2","100008045618639-2","100003355141345-2","517488014-2","602242708-2","653500796-2","1822430494-2","579508083-2","614542344-2","750308588-2","586033080-2","100000240528324-2","100001053344346-2","100001002399693-2","617995296-2","1291118603-2","100006290824208-2","100000749234044-2","631845375-3","631845375-0","100002126894789-2","100001080498910-2","1204553144-2","677580888-2","632032510-2","100005151880064-2","100001524304987-2","100005373426126-2","518099581-2","597108013-2","100000069348966-2","503954843-2","100000830598861-2","778532903-2","791320023-2","544515621-2","1844422391-2","776741947-2","100001363683504-2","645838940-2","1530739654-2","530445452-2","618030715-2","570553624-2","1179025399-2","1694791491-2","1433872965-2","100001698387826-2","1074939501-2","1529221585-2","100003937666376-2","595541281-2","1560518858-2","537959741-2","1029433803-2","100000199891697-2","763369261-2","659796325-2","100002622661717-2","731897793-2","529301277-2","687878715-2","555355591-2","100000474863179-2","533580164-2","100001787324785-0","100001787324785-3","100001234211781-2","100001931516665-2","603671281-2","1792164639-2","551932605-2","708565900-2","100000928881068-2","100001900886879-2","1063662039-2","100000189921464-2","220900020-2","100000463943795-2","571172515-2","100006897880245-2","100001762407633-2","100001195746157-2","100000618342614-3","100000618342614-0","100000524797936-2","100000605657244-2","611362245-2","685145359-2","100001014935726-2","1136755917-2","1007580871-2","1080431293-2","637197400-2","1206423725-2","100004936570377-2","546583233-2","100001417842474-2","598150471-2","787582247-2","100000380812773-2","613852516-2","518358146-2","807217766-2","100001315844597-2","833622453-2","1008378161-2","740467965-2","100001232973541-2","512844306-2","568580113-2","511299600-2","729753051-2","1136547609-2","100003574161018-2","1624584022-2","763558879-2","712319230-2","845080223-2","100002726174440-2","664285898-2","100000713247229-2","100001189230011-2","100001720357398-2","571331037-2","100000524583031-2","1058024725-2","100000097335040-2","696732702-2","100007159301332-2","1134234437-2","716717749-2","641691633-2","100000158840987-2","626983941-2","100000465472912-2","549177732-2","1353363540-2","100003089993013-2","100000362565080-2","529545848-2","778880602-2","706925539-2","730105730-2","100000171492203-2","752615433-2","634071013-2","100001735299726-2","514601948-2","100001383953845-2","668389922-2","698049828-2","558215897-2","698720298-2","100000417185610-2","100004053137459-2","521295452-2","670860128-2","607005719-2","702056276-2","100000102882683-2","665380364-2","639242175-2","100001058298574-2","720096225-2","618240312-2","122614853-2","100001141124233-2","100001415048274-2","1100581725-2","666840551-2","100002681355339-2","514916517-2","100000945397022-2","502521706-2","644415506-2","100004320339410-2","754438500-2","100001590565746-2","100001300649254-2","100000602510623-2","508168298-2","690310513-2","1037613396-2","844205441-2","100002057381234-2","1612016875-2","556691040-2","663792008-2","707016012-2","100000575509407-2","674096124-2","608129014-2","663465650-2","667359193-2","758540857-2","522090174-2","602484108-2","1543234510-2","1374104536-2","100003278217839-2","778927032-2","100000210347577-2","100000710693428-2","1210384479-2","1622583386-2","100001098992105-2","1398005836-2","100000586911111-2","100000208210323-2","739676060-2","573793205-2","1026452447-2","100000709445902-2","1436636210-2","829440580-2","100001385348288-2","1802276838-2","554931179-2","100001941095408-2","504451015-2","100001196010290-2","683276969-2","546031390-2","100000554595388-2","100000364243206-2","706706468-2","100000245608263-2","1806904242-2","608635021-2","536510629-2","711435112-2","1522211261-2","100000137339114-2","100003810529597-2","531057192-2","664390394-2","548018752-2","745455512-2","548371656-2","652651765-2","596536496-2","1277985950-2","100000115371033-2","1086702571-2","544631281-2","1789756793-2","545350184-2","681891034-2","100001233115691-2","582398051-2","100000955452184-2","1104925658-2","511255704-2","594105526-2","813520365-2","100001706507567-2","100000354974971-2","580045948-2","1209134588-2","705467663-2","100001015792825-2","739666563-2","638843342-2","1031365210-2","786909061-2","602042404-2","727398162-2","100004012038259-2","735305155-2","731501383-2","708520319-2","100003140428377-2","501430969-2","715130810-2","1627356038-2","100000452564751-2","1663627786-2","514286990-2","100000911335104-0","100000911335104-3","504153371-3","504153371-0","806570443-0","806570443-3","864100253-3","864100253-0","579808478-0","579808478-3","707625796-3","707625796-0","744585230-3","744585230-0","100002188032051-3","100002188032051-0","1598904729-0","1598904729-3","1815222407-3","1815222407-0","100001537158650-3","100001537158650-0","715232324-3","715232324-0","573317941-3","573317941-0","502851111-3","502851111-0","100002893308042-0","100002893308042-3","537165995-3","537165995-0","607487336-3","607487336-0","686957448-3","686957448-0","1023927038-3","1023927038-0","644746103-3","644746103-0","100006902988653-0","100006902988653-3","643216611-0","643216611-3","709390663-0","709390663-3","100000043307961-3","100000043307961-0","100003280784281-3","100003280784281-0","544285452-3","544285452-0","719801852-0","719801852-3","100001445974282-3","100001445974282-0","1052839092-3","1052839092-0","850010572-3","850010572-0","100003731346889-3","100003731346889-0","100002103358595-3","100002103358595-0","702065044-0","702065044-3","518920261-0","518920261-3","668227156-3","668227156-0","501550040-3","501550040-0","740610661-0","740610661-3","1492644261-3","1492644261-0","682736689-3","682736689-0","100000300873480-3","100000300873480-0","620539577-0","620539577-3","100005370936583-0","100005370936583-3","100001233440788-0","100001233440788-3","1058273156-0","1058273156-3","1073903327-3","1073903327-0","100001134119457-3","100001134119457-0","524881084-3","524881084-0","1185545604-3","1185545604-0","573775669-3","573775669-0","536270914-0","536270914-3","1349085291-0","1349085291-3","1417670739-0","1417670739-3","1178264746-3","1178264746-0","720771590-3","720771590-0","574350147-3","574350147-0","814195044-3","814195044-0","1094797681-0","1094797681-3","607486038-0","607486038-3","100001913593367-0","100001913593367-3","538432635-3","538432635-0","100000206348385-3","100000206348385-0","796634896-3","796634896-0","512913512-3","512913512-0","672816773-0","672816773-3","660810439-3","660810439-0","521570509-3","521570509-0","100001041227976-3","100001041227976-0","100003034962607-0","100003034962607-3","504369182-0","504369182-3","634595634-0","634595634-3","508114238-0","508114238-3","1413514252-3","1413514252-0","100003832185423-0","100003832185423-3","100000383121062-3","100000383121062-0","100000605605102-0","100000605605102-3","100003004540266-0","100003004540266-3","616680161-3","616680161-0","100001364864709-3","100001364864709-0","588000725-3","588000725-0","1692984794-3","1692984794-0","100003358801674-3","100003358801674-0","843750424-0","843750424-3","1041098465-0","1041098465-3","1362292798-0","1362292798-3","100000830625248-0","100000830625248-3","100000868173196-3","100000868173196-0","1843509512-3","1843509512-0","637703524-0","637703524-3","722141716-0","722141716-3","100002266491521-0","100002266491521-3","1305030729-3","1305030729-0","100001467223955-0","100001467223955-3","537061404-0","537061404-3","100001105422680-3","100001105422680-0","100003108273784-0","100003108273784-3","100000810804514-0","100000810804514-3","100002432814201-3","100002432814201-0","668427153-3","668427153-0","1318262917-0","1318262917-3","100001166130146-0","100001166130146-3","1274017044-0","1274017044-3","679725425-0","679725425-3","701061326-3","701061326-0","635501110-0","635501110-3","648570592-0","648570592-3","1480899777-3","1480899777-0","617190062-3","617190062-0","100000961992124-0","100000961992124-3","642416852-0","642416852-3","100001846266495-3","100001846266495-0","666916153-3","666916153-0","667660265-0","667660265-3","1432405802-3","1432405802-0","670530186-0","670530186-3","1208179064-0","1208179064-3","100000324725779-0","100000324725779-3","100001274721393-0","100001274721393-3","1153222744-3","1153222744-0","100000576868131-3","100000576868131-0","100008045618639-3","100008045618639-0","100003355141345-3","100003355141345-0","517488014-3","517488014-0","602242708-3","602242708-0","653500796-3","653500796-0","1822430494-0","1822430494-3","579508083-3","579508083-0","614542344-3","614542344-0","750308588-0","750308588-3","586033080-3","586033080-0","100000240528324-3","100000240528324-0","100001053344346-0","100001053344346-3","100001002399693-3","100001002399693-0","617995296-0","617995296-3","1291118603-3","1291118603-0","100006290824208-3","100006290824208-0","100000749234044-3","100000749234044-0","100002126894789-3","100002126894789-0","100001080498910-3","100001080498910-0","1204553144-3","1204553144-0","677580888-3","677580888-0","632032510-3","632032510-0","100005151880064-0","100005151880064-3","100001524304987-0","100001524304987-3","100005373426126-0","100005373426126-3","518099581-3","518099581-0","597108013-0","597108013-3","100000069348966-3","100000069348966-0","503954843-3","503954843-0","100000830598861-0","100000830598861-3","778532903-0","778532903-3","791320023-3","791320023-0","544515621-3","544515621-0","1844422391-0","1844422391-3","776741947-3","776741947-0","100001363683504-3","100001363683504-0","645838940-3","645838940-0","1530739654-0","1530739654-3","530445452-0","530445452-3","618030715-3","618030715-0","570553624-0","570553624-3","1179025399-3","1179025399-0","1694791491-3","1694791491-0","1433872965-3","1433872965-0","100001698387826-3","100001698387826-0","1074939501-0","1074939501-3","1529221585-3","1529221585-0","100003937666376-0","100003937666376-3","595541281-0","595541281-3","1560518858-3","1560518858-0","537959741-3","537959741-0","1029433803-3","1029433803-0","100000199891697-3","100000199891697-0","763369261-0","763369261-3","659796325-0","659796325-3","100002622661717-3","100002622661717-0","731897793-3","731897793-0","529301277-3","687878715-3","529301277-0","687878715-0","555355591-0","555355591-3","100000474863179-0","100000474863179-3","533580164-3","533580164-0","100001234211781-0","100001234211781-3","100001931516665-0","100001931516665-3","603671281-3","603671281-0","1792164639-3","1792164639-0","551932605-3","551932605-0","708565900-0","708565900-3","100000928881068-0","100000928881068-3","100001900886879-3","100001900886879-0","1063662039-0","1063662039-3","100000189921464-0","100000189921464-3","220900020-3","220900020-0","100000463943795-0","100000463943795-3","571172515-0","571172515-3","100006897880245-0","100006897880245-3","100001195746157-3","100001195746157-0","100001762407633-3","100001762407633-0","100000524797936-0","100000524797936-3","100000605657244-3","100000605657244-0","611362245-3","611362245-0","685145359-3","685145359-0","100001014935726-3","100001014935726-0","1136755917-3","1136755917-0","1007580871-0","1007580871-3","1080431293-0","1080431293-3","637197400-3","637197400-0","1206423725-3","1206423725-0","100004936570377-3","100004936570377-0","546583233-3","546583233-0","100001417842474-0","100001417842474-3","598150471-0","598150471-3","787582247-0","787582247-3","100000380812773-3","100000380812773-0","613852516-3","613852516-0","518358146-3","518358146-0","807217766-3","807217766-0","100001315844597-0","100001315844597-3","833622453-3","833622453-0","1008378161-0","1008378161-3","740467965-0","740467965-3","100001232973541-3","100001232973541-0","512844306-3","512844306-0","568580113-3","568580113-0","729753051-3","511299600-3","511299600-0","729753051-0","1136547609-3","1136547609-0","100003574161018-0","100003574161018-3","1624584022-3","1624584022-0","763558879-0","763558879-3","712319230-0","712319230-3","845080223-0","845080223-3","100002726174440-3","100002726174440-0","100001189230011-0","100000713247229-0","100000713247229-3","664285898-3","664285898-0","100001189230011-3","100001720357398-3","100001720357398-0","571331037-3","571331037-0","100000524583031-3","100000524583031-0","1058024725-3","1058024725-0","100000097335040-0","100000097335040-3","696732702-3","696732702-0","100007159301332-3","100007159301332-0","1134234437-3","1134234437-0","716717749-3","716717749-0","641691633-0","641691633-3","100000158840987-0","100000158840987-3","626983941-3","626983941-0","100000465472912-0","100000465472912-3","549177732-0","549177732-3","1353363540-0","1353363540-3","100000362565080-0","100000362565080-3","100003089993013-3","100003089993013-0","529545848-0","529545848-3","778880602-0","706925539-3","778880602-3","706925539-0","730105730-3","752615433-0","730105730-0","752615433-3","100000171492203-3","100000171492203-0","634071013-3","634071013-0","100001735299726-3","100001735299726-0","514601948-3","514601948-0","100001383953845-3","100001383953845-0","668389922-3","668389922-0","698049828-0","698049828-3","558215897-0","558215897-3","698720298-0","698720298-3","100000417185610-0","100000417185610-3","100004053137459-0","100004053137459-3","670860128-3","670860128-0","521295452-3","521295452-0","607005719-0","607005719-3","702056276-3","702056276-0","665380364-3","665380364-0","100000102882683-3","100000102882683-0","100001058298574-3","100001058298574-0","639242175-3","639242175-0","720096225-3","720096225-0","618240312-3","618240312-0","122614853-0","122614853-3","100001141124233-3","100001141124233-0","100001415048274-3","100001415048274-0","1100581725-0","1100581725-3","666840551-0","666840551-3","100002681355339-0","100002681355339-3","514916517-3","514916517-0","100004320339410-3","644415506-3","644415506-0","502521706-3","100000945397022-0","502521706-0","100000945397022-3","100004320339410-0","754438500-3","754438500-0","100001590565746-3","100001590565746-0","100001300649254-3","100001300649254-0","100000602510623-3","100000602510623-0","508168298-3","508168298-0","690310513-0","690310513-3","1037613396-3","1037613396-0","844205441-3","844205441-0","100002057381234-3","100002057381234-0","1612016875-3","1612016875-0","556691040-3","556691040-0","663792008-3","663792008-0","707016012-3","707016012-0","100000575509407-3","100000575509407-0","674096124-3","674096124-0","608129014-3","608129014-0","663465650-3","663465650-0","522090174-0","758540857-0","758540857-3","667359193-0","667359193-3","522090174-3","602484108-0","602484108-3","1543234510-0","1543234510-3","1374104536-0","1374104536-3","100003278217839-3","100003278217839-0","778927032-3","778927032-0","100000710693428-3","1210384479-3","1210384479-0","100000710693428-0","100000210347577-0","100000210347577-3","1622583386-3","1622583386-0","100001098992105-3","100001098992105-0","1398005836-3","1398005836-0","100000586911111-3","100000586911111-0","100000208210323-3","100000208210323-0","739676060-3","739676060-0","573793205-3","573793205-0","1026452447-0","1026452447-3","1436636210-3","100000709445902-3","1436636210-0","100000709445902-0","829440580-0","829440580-3","100001385348288-3","100001385348288-0","1802276838-0","1802276838-3","554931179-0","554931179-3","100001941095408-0","100001941095408-3","504451015-0","504451015-3","100001196010290-3","100001196010290-0","683276969-3","683276969-0","546031390-3","546031390-0","100000554595388-0","100000554595388-3","100000364243206-0","100000364243206-3","706706468-0","706706468-3","100000245608263-3","100000245608263-0","1806904242-3","1806904242-0","608635021-0","536510629-3","536510629-0","608635021-3","711435112-0","711435112-3","1522211261-0","1522211261-3","100000137339114-0","100000137339114-3","100003810529597-0","100003810529597-3","531057192-0","531057192-3","664390394-0","664390394-3","745455512-0","548371656-3","548371656-0","652651765-3","548018752-0","548018752-3","652651765-0","745455512-3","596536496-0","596536496-3","1277985950-3","1277985950-0","100000115371033-0","100000115371033-3","1086702571-3","1086702571-0","544631281-0","544631281-3","1789756793-0","1789756793-3","545350184-3","545350184-0","681891034-3","681891034-0","100001233115691-3","100001233115691-0","582398051-0","582398051-3","100000955452184-0","100000955452184-3","1104925658-3","1104925658-0","511255704-3","511255704-0","594105526-0","594105526-3","813520365-0","813520365-3","100000354974971-3","100001706507567-0","100001706507567-3","100000354974971-0","580045948-0","580045948-3","1209134588-0","1209134588-3","705467663-0","705467663-3","100001015792825-0","100001015792825-3","739666563-3","739666563-0","638843342-0","638843342-3","1031365210-0","1031365210-3","786909061-3","786909061-0","602042404-3","727398162-0","602042404-0","727398162-3","100004012038259-3","100004012038259-0","735305155-0","735305155-3","731501383-0","731501383-3","708520319-0","708520319-3","100003140428377-3","100003140428377-0","501430969-3","501430969-0","715130810-0","715130810-3","1627356038-3","1627356038-0","100000452564751-3","100000452564751-0","1663627786-3","1663627786-0","514286990-3","514286990-0"]},26],["ChatTabTemplates",["m_0_1e","m_0_1f","m_0_1g","m_0_1h","m_0_1i","m_0_1j","m_0_1k","m_0_1l","m_0_1m","m_0_1n","m_0_1o","m_0_1p","m_0_1q","m_0_1r","m_0_1s","m_0_1t","m_0_1u","m_0_1v","m_0_1w","m_0_1x","m_0_1y"],{":fb:chat:conversation:message":{"__m":"m_0_1e"},":fb:chat:conversation:message:status":{"__m":"m_0_1f"},":fb:chat:conversation:message:subject":{"__m":"m_0_1g"},":fb:chat:conversation:message-group":{"__m":"m_0_1h"},":fb:chat:tab:selector":{"__m":"m_0_1i"},":fb:chat:tab:selector:item":{"__m":"m_0_1j"},":fb:mercury:chat:tab-sheet:add-friends":{"__m":"m_0_1k"},":fb:mercury:chat:tab-sheet:add-friends-empty-tab":{"__m":"m_0_1l"},":fb:mercury:chat:tab-sheet:clickable-message-icon-sheet":{"__m":"m_0_1m"},":fb:mercury:chat:tab-sheet:message-mute-sheet":{"__m":"m_0_1n"},":fb:mercury:chat:tab-sheet:message-icon-sheet":{"__m":"m_0_1o"},":fb:mercury:chat:tab-sheet:name-conversation":{"__m":"m_0_1p"},":fb:mercury:chat:tab-sheet:user-blocked":{"__m":"m_0_1q"},":fb:mercury:call:promo":{"__m":"m_0_1r"},":fb:mercury:call:tour":{"__m":"m_0_1s"},":fb:mercury:chat:multichat-tab":{"__m":"m_0_1t"},":fb:mercury:chat:user-tab":{"__m":"m_0_1u"},":fb:mercury:typing-indicator:typing":{"__m":"m_0_1v"},":fb:mercury:chat:multichat-tooltip-item":{"__m":"m_0_1w"},":fb:mercury:chat:message:forward":{"__m":"m_0_1x"},":fb:mercury:timestamp":{"__m":"m_0_1y"}},15],["VideoCallTemplates",["m_0_1z"],{":fb:videocall:incoming-dialog":{"__m":"m_0_1z"}},74],["SoundInitialData",[],{},482],["MercuryAttachmentTemplates",["m_0_20","m_0_21","m_0_22","m_0_23","m_0_24","m_0_25","m_0_26","m_0_27","m_0_28","m_0_29","m_0_2a","m_0_2b","m_0_2c"],{":fb:mercury:attachment:error":{"__m":"m_0_20"},":fb:mercury:attachment:external-link":{"__m":"m_0_21"},":fb:mercury:attachment:file-link":{"__m":"m_0_22"},":fb:mercury:attachment:file-name":{"__m":"m_0_23"},":fb:mercury:attachment:extended-file-link":{"__m":"m_0_24"},":fb:mercury:attachment:music":{"__m":"m_0_25"},":fb:mercury:attachment:preview":{"__m":"m_0_26"},":fb:mercury:attachment:share-link":{"__m":"m_0_27"},":fb:mercury:attachment:share-event":{"__m":"m_0_28"},":fb:mercury:attachment:social-resolution":{"__m":"m_0_29"},":fb:mercury:attachment:video-thumb":{"__m":"m_0_2a"},":fb:mercury:upload-file-row":{"__m":"m_0_2b"},":fb:mercury:share-link-row":{"__m":"m_0_2c"}},34],["PhotoEditorConfig",["m_0_2d"],{"Actions":{"SAVE_AS_PROFILE":0,"SAVE_IN_ALBUM":1,"PAINT_BRUSH":2,"REVERT_BRUSH":3,"ERASER":4,"BW_FILTER":5,"SKETCH_FILTER":6,"BRIGHTNESS_ADJUST":7,"INVERT_FILTER":8,"BLUR_FILTER":9,"EYE_DROPPER":10,"SAVE_DROPDOWN":11,"BRUSH_DROPDOWN":12,"FILTER_DROPDOWN":13,"BRUSH_SIZE":14,"REVERT":15,"SHARE":16,"PENCIL":17,"ADD_TEXT":18,"IMPORT_IMAGE":19,"ADD_IMAGE_GRAPHIC":20,"ROTATE_CW":21,"ROTATE_CCW":22,"CROP":23,"CROP_BOUNDARY":24,"CROP_SQUARE":25,"CROP_WIDE":26,"ADD_STICKER":27},"Constants":{"DIALOG_PATH":"\/photos\/editor\/dialog","ATTACHMENTS_DIALOG_PATH":"\/photos\/editor\/attachments_dialog","CHAT_DIALOG_PATH":"\/photos\/editor\/chat_dialog","ADD_STICKER_PATH":"\/photos\/editor\/add_sticker","BROWSE_PHOTOS_PATH":"\/photos\/editor\/browse_photos","BROWSE_ALBUMS_PATH":"\/photos\/editor\/browse_albums","SHARE_DIALOG_PATH":"\/photos\/editor\/share_dialog","LOGGING_PATH":"\/ajax\/photos\/editor\/session_logging","DIALOG_PADDING":114,"DEFAULT_FILL_STYLE":"#444444","DEFAULT_FONT_SIZE":30,"MIN_FONT_SIZE":6,"MAX_FONT_SIZE":99,"DEFAULT_FONT_METRIC":"px","DEFAULT_FONT_FAMILY":"Tahoma","DEFAULT_BRUSH_SIZE":10,"MIN_BRUSH_SIZE":1,"MAX_BRUSH_SIZE":99,"FILTER_PREVIEW_DIMS":{"__m":"m_0_2d"},"SAVE_PATH":"https:\/\/upload.facebook.com\/photos\/editor\/save","FONTS":{"Normal":"Tahoma","Bold":"Impact","Comic":"Comic Sans MS","Serious":"Times New Roman","Mono":"Courier"},"STICKER_PROXY_PATH":"https:\/\/upload.facebook.com\/photos\/editor\/sticker_proxy","USE_STICKER_PROXY":1,"BROWSE_ALBUMS_SAVE":"\/photo_browser_dialog\/?endpoint_type=9&generator=0&id=0","BROWSE_ALBUMS_IMPORT":"\/photo_browser_dialog\/?endpoint_type=8&generator=0&id=0"},"BrowseModes":{"CHOOSE_IMPORT":"import","SAVE_IN_ALBUM":"save_in_album","CHOOSE_ATTACHMENT_TARGET":"choose_target","CHOOSE_CHAT_TARGET":"choose_chat_target"},"Events":{"OPEN_FILTER_MENU":"OPEN_FILTER_MENU","APPLY_BW_FILTER":"APPLY_BW_FILTER","REVERT_FILTER":"REVERT_FILTER","OPEN_DRAWING_MENU":"OPEN_DRAWING_MENU","CHOOSE_BRUSH_COLOR":"CHOOSE_BRUSH_COLOR","CHOOSE_BRUSH_SIZE":"CHOOSE_BRUSH_SIZE","OPEN_TEXT_MENU":"OPEN_TEXT_MENU","CHOOSE_TEXT_COLOR":"CHOOSE_TEXT_COLOR","CHOOSE_FONT_SIZE":"CHOOSE_FONT_SIZE","CHOOSE_FONT_FAMILY":"CHOOSE_FONT_FAMILY","ADD_TEXT":"ADD_TEXT","REMOVE_TEXT":"REMOVE_TEXT","ADD_IMAGE":"ADD_IMAGE","REMOVE_IMAGE":"REMOVE_IMAGE","ADD_BLOB":"ADD_BLOB","REMOVE_BLOB":"REMOVE_BLOB","OPEN_STICKER_DIALOG":"OPEN_STICKER_DIALOG","ADD_STICKER":"ADD_STICKER","REMOVE_STICKER":"REMOVE_STICKER"},"Contexts":{"CHAT":"chat","MESSENGER":"messenger","DIALOG":"dialog"}},167],["JpegResizerConfig",[],{"isGKBlacklisted":false},313],["JpegResizeWorkerResource",[],{"url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yC\/r\/wct-X4mrWsq.js","name":"JpegResizeWorkerBundle"},274],["WebWorkerConfig",[],{"logging":{"enabled":false,"config":"WebWorkerLoggerConfig"},"evalWorkerURL":"\/rsrc.php\/v2\/y0\/r\/rfukCScFKrW.js"},297],["OrionTrigger",[],{"module":null},445],["MercuryStatusTemplates",["m_0_2e","m_0_2f","m_0_2g"],{":fb:mercury:filtered-message":{"__m":"m_0_2e"},":fb:mercury:error-indicator":{"__m":"m_0_2f"},":fb:mercury:resend-indicator":{"__m":"m_0_2g"}},41],["WWWBase",[],{"uri":"https:\/\/www.facebook.com\/"},318],["OrionMercuryAttachmentStrings",[],{"module":null},494],["MercuryThreadlistIconTemplates",["m_0_2h","m_0_2i"],{":fb:mercury:attachment-indicator":{"__m":"m_0_2h"},":fb:mercury:attachment-icon-text":{"__m":"m_0_2i"}},42],["OrionMercuryAttachment",[],{"module":null},462],["LinkshimHandlerConfig",[],{"supports_meta_referrer":true,"render_verification_rate":1000},27],["MercuryTypeaheadTemplates",["m_0_2j","m_0_2k","m_0_2l","m_0_2m"],{":fb:mercury:typeahead":{"__m":"m_0_2j"},":fb:mercury:tokenizer":{"__m":"m_0_2k"},":fb:mercury:typeahead:header":{"__m":"m_0_2l"},":fb:mercury:typeahead:result":{"__m":"m_0_2m"}},43],["MercuryDataSourceWrapper",["m_0_2n"],{"source":{"__m":"m_0_2n"}},37],["MercurySheetTemplates",["m_0_2o"],{":fb:mercury:tab-sheet:loading":{"__m":"m_0_2o"}},40],["LocaleInitialData",[],{"locale":"en_US"},273],["PhotosUploadWaterfallXConfig",[],{"loggingEndpoint":"https:\/\/pixel.facebook.com\/ajax\/photos\/logging\/waterfallx.php","banzaiRoute":"photos_waterfall","deprecatedBanzaiRoute":"photos_waterfall_deprecated","useBanzai":0,"retryBanzai":false,"timeout":1},211],["HighlanderFinchGating",[],{"HIGHLANDER_FINCH_GATING":false},370],["MercuryJewelTemplates",["m_0_2p"],{":fb:mercury:jewel:threadlist-row":{"__m":"m_0_2p"}},39],["FacebarGlobalOptions",[],{"maxResultCount":8,"closeEntityThreshold":3,"allowGrammar":true,"webSearchLockedInMode":false,"unlockTextOnKeypress":false,"disableLockingEntitiesOnRightArrow":false,"keywordSearchEnabled":false,"webSuggestionsEnabled":false,"taSessionLoggingSample":false,"alwaysDisplayTypeNamedX":true,"showTypeNamedX":true,"typeNamedXFromBackend":true,"includeInitialTypeNamedX":true,"grammarConfig":{"entity_cost":0.5,"blank_cost":0.5,"typeahead_types":["user","user-dynamic","place","place-category","page","page-category","app","group","event","event-category","friendlist","list","music","shortcut","websuggestion","facebar_query","product","og-book","og-movie","og-tv_show","hashtag_exact","post","share","photo","community","activity","activity-actors","activity-verb","activity-verb-present-singular","job-title","job-title-activity","job-title-workers","political-view-adjective","political-view-members","political-view-party","religion","religion-adjective","religion-alt","religion-members"],"mapped_types":{"gameapp":"app","community":"group"},"mapped_types_subquery":{"place":"page"},"bootstrap_types":["user","page","group","app","event","friendlist","shortcut"],"browse_functions":{"intersect":{"numParamsUnbounded":true,"minNumParams":1,"maxNumParams":100,"allowsFreeText":false},"fuzzy-intersect":{"numParamsUnbounded":true,"minNumParams":1,"maxNumParams":100,"allowsFreeText":false},"union":{"numParamsUnbounded":true,"minNumParams":1,"maxNumParams":100,"allowsFreeText":false},"fbids":{"numParamsUnbounded":true,"minNumParams":1,"maxNumParams":100,"allowsFreeText":false},"story-fbids":{"numParamsUnbounded":true,"minNumParams":1,"maxNumParams":100,"allowsFreeText":false},"all":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"present":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":1,"allowsFreeText":false},"past":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":1,"allowsFreeText":false},"future":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":1,"allowsFreeText":false},"ever":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":1,"allowsFreeText":false},"ever-past":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":1,"allowsFreeText":false},"class":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"date":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"after":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"before":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"duration-past":{"numParamsUnbounded":false,"minNumParams":2,"maxNumParams":2,"allowsFreeText":false},"duration-future":{"numParamsUnbounded":false,"minNumParams":2,"maxNumParams":2,"allowsFreeText":false},"users-age":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"users-younger":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"users-older":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"users-born":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"users-interested":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"users-birth-place":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"females":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":0,"allowsFreeText":false},"males":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":0,"allowsFreeText":false},"members":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"friends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"online-friends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"non-friends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"acquaintances":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"close-friends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"restricted-friends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"followers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-followed":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"creators":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"admins":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"contacts":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"groups":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"non-groups":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"groups-privacy":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"groups-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"groups-about":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"communities":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"communities-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"relatives":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"siblings":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"brothers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"sisters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"parents":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"fathers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"mothers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"children":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"sons":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"daughters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"aunts":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"uncles":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"nieces":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"nephews":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"cousins":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"grandchildren":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"grandsons":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"granddaughters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"grandparents":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"grandmothers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"grandfathers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepsiblings":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepsisters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepbrothers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepparents":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepfathers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepmothers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepchildren":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepdaughters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stepsons":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"sisters-in-law":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"brothers-in-law":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"fathers-in-law":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"mothers-in-law":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"sons-in-law":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"daughters-in-law":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"partners":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"boyfriends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"girlfriends":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-any-relationship":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-dating":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-relationship":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-open-relationship":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"spouses":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"fiances":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-its-complicated":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-civil-union":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"domestic-partners":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"wives":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"husbands":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"students":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":7,"allowsFreeText":false},"employees":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":5,"allowsFreeText":false},"major":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"degree":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"job":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"schools-attended":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"school-location":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"high-schools-attended":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"colleges-attended":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"grad-schools-attended":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"employer-location":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"employers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":3,"allowsFreeText":false},"residents-near":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"home-residents":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"hometowns":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"residents":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"current-cities":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"current-regions":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"current-countries":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"speakers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"languages":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"likers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"exact-page-likers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"job-liker-union":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"listeners":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"readers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"watchers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"actors":{"numParamsUnbounded":false,"minNumParams":2,"maxNumParams":2,"allowsFreeText":false},"minutiae-actors":{"numParamsUnbounded":false,"minNumParams":2,"maxNumParams":3,"allowsFreeText":false},"page_raters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"commenters":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-religious-view":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-political-view":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"admirers":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"religious-views":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"political-views":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"visitors":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-checked-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-checked-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-visited":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"recent-places-visited":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-recommended-for":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-reviewed":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-saved":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-near":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"places-liked":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"places-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"places-near-address":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"gps-location":{"numParamsUnbounded":false,"minNumParams":2,"maxNumParams":3,"allowsFreeText":false},"places-with-fb-wifi":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":0,"allowsFreeText":false},"places-open-at":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"pages-about":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages-liked":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages-recommended-for":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages-similar-to":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-recommended-for":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-of":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-by":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-tagged":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-liked":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-uploaded":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"photos-commented":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-interested":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-interacted":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-about":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-reshared":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"photos-keyword":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"recent-photos":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":0,"allowsFreeText":false},"timeline":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-tagged":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"users-interacted":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-of":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-by":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-tagged":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-liked":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-uploaded":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"videos-commented":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"video-links-shared":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-interested":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-interacted":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-about":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"videos-reshared":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"recent-videos":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":0,"allowsFreeText":false},"videos-keyword":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"app-users":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"apps":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"apps-used":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"apps-liked":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"apps-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"games":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"platform":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"apps-similar-to":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"apps-recommended-for":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"stories-by":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"reshare-stories-by":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-commented":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-liked":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-keyword":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"stories-topic":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-at":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"reviews-at":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-tagged":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-with-tagged":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-media-tagged":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-share-link":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"stories-language":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-recent":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"stories-live":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"keywords":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_top":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_users":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_pages":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_groups":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_posts":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_photos":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_entities":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_places":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_apps":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_events":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_web":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_videos":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"keywords_topic":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"keywords_topic_trending":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"role":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"role-outgoing":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"pages-of-role":{"numParamsUnbounded":false,"minNumParams":2,"maxNumParams":3,"allowsFreeText":false},"page-has-role":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"facebook-employees":{"numParamsUnbounded":false,"minNumParams":0,"maxNumParams":0,"allowsFreeText":false},"events":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"events-joined":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"events-created":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"events-invited":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":2,"allowsFreeText":false},"events-named":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":true},"events-at":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"events-in":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"events-near":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":4,"allowsFreeText":false},"work-anniversary":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false},"relationship-anniversary":{"numParamsUnbounded":false,"minNumParams":1,"maxNumParams":1,"allowsFreeText":false}},"semantic_map":[],"grammar_stop_words":{"and":"and","at":"at","by":"by","for":"for","friends":"friends","from":"from","i":"i","in":"in","me":"me","of":"of","on":"on","people":"people","photos":"photos","the":"the","to":"to"},"grammar_stop_words_penalty":2,"name_functions":["apps-named","communities-named","events-named","groups-named","pages-named","places-named","users-named"],"search_path":"\/search\/","non_title_term_match_penalty":0.5,"\u0040generated":true},"suggestBackendL2Terms":0,"graphSearchV2":0,"gsv2EntityAboveKeyword":0,"executeQueryThrottleTime":100,"sendRemoteQueryThrottleTime":125,"enableSendRemoteQueryDelay":false,"sendRemoteQueryDelayTime":200,"alwaysFetchMore":false,"lazyThrottleRemoteQuery":false,"renderThrottleTime":0,"fetchLeanOnFocus":false,"fetchLeanOnFocusThrottleTime":100,"sendExistingIDs":false,"unbreakParseDisplay":true,"limitBootstrapResult":false,"limitBootstrapResultNum":3},134],["FacebarJSConstants",[],{"browseTypes":{"keyword":"browse_type_keyword"},"nonGrammarTypes":{"websuggestion":true,"browse_type_keyword":true,"keyword":true,"hashtag_exact":true},"entityTypes":{"user":true,"group":true,"event":true,"app":true,"page":true,"place":true},"keywordType":"keyword","grammarToEntityTypes":{"browse_type_user":"users","browse_type_page":"pages","browse_type_place":"places","browse_type_group":"groups","browse_type_application":"apps"},"eventLinkRef":70,"defaultQueryTypeText":"Search"},189],["KeywordsSearchResultConfig",[],{"results_page_url":"\/search\/more\/","result_type":"keyword","result_set_type":"browse_type_keyword","default_cost":20,"uid_prefix":"keywords:","icon_class":"_5b1w","source":"keyword","shortcut":"shortcut","exact_match_cost_delta_from_best":-0.0001,"query_prefix_blacklist":["#","posts about","posts in","posts by","my posts"],"gsv2_results_page":false,"gsv2_browse_edge":"keywords_top"},161],["FacebarTypeaheadShortcutConfig",[],{"gkWebShortcut":false},199],["HashtagSearchResultConfig",[],{"image_url":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yF\/r\/irmqzCEvUpb.png","boost_result":1,"hashtag_cost":0.52},146],["FacebarTypeNamedXBootstrap",[],{"typeNamedX":[{"cost":1000,"isSeeMore":true,"semantic":"apps-named([])","type":"grammar","resultsSetType":"browse_type_application","dynamicData":false,"iconClass":"_9rj","parse":{"disambiguation":[],"suffix":"","remTokens":[],"display":["Find all apps named \"",{"type":"ent:extend_string","text":""},"\""],"extendable":true}},{"cost":1000,"isSeeMore":true,"semantic":"pages-named([])","type":"grammar","resultsSetType":"browse_type_page","dynamicData":false,"iconClass":"_9rg","parse":{"disambiguation":[],"suffix":"","remTokens":[],"display":["Find all pages named \"",{"type":"ent:extend_string","text":""},"\""],"extendable":true}},{"cost":1000,"isSeeMore":true,"semantic":"groups-named([])","type":"grammar","resultsSetType":"browse_type_group","dynamicData":false,"iconClass":"_9ri","parse":{"disambiguation":[],"suffix":"","remTokens":[],"display":["Find all groups named \"",{"type":"ent:extend_string","text":""},"\""],"extendable":true}},{"cost":1000,"isSeeMore":true,"semantic":"places-named([])","type":"grammar","resultsSetType":"browse_type_place","dynamicData":false,"iconClass":"_9rh","parse":{"disambiguation":[],"suffix":"","remTokens":[],"display":["Find all places named \"",{"type":"ent:extend_string","text":""},"\""],"extendable":true}},{"cost":1000,"isSeeMore":true,"semantic":"users-named([])","type":"grammar","resultsSetType":"browse_type_user","dynamicData":false,"iconClass":"_9rf","parse":{"disambiguation":[],"suffix":"","remTokens":[],"display":["Find all people named \"",{"type":"ent:extend_string","text":""},"\""],"extendable":true}}]},312],["FacebarTypeNamedXTokenOptions",[],{"enabled":false,"additionalResultsToFetch":2,"showFacepile":false,"inlineSubtext":false},139],["ResultsBucketizerConfig",[],{"rules":{"main":[{"propertyName":"displayedSeeMore","position":2,"hidden":false},{"propertyName":"hiddenSeeMore","position":4,"hidden":true},{"propertyName":"bottomSeeMore","position":2,"hidden":false},{"propertyName":"isSeeMore","propertyValue":"true","position":2,"hidden":true},{"propertyName":"objectType","propertyValue":"websuggestion","position":1,"hidden":false},{"propertyName":"resultSetType","propertyValue":"unimplemented","position":0,"hidden":false},{"propertyName":"topBucket","position":-1,"hidden":false,"maxResults":2},{"propertyName":"objectType","propertyValue":"grammar","position":0,"hidden":false},{"propertyName":"objectType","propertyValue":"keyword","position":3,"hidden":false,"maxResults":2},{"bucketName":"entities","subBucketRules":"typeBuckets","position":0,"hidden":false}],"typeBuckets":[{"propertyName":"renderType","position":0,"hidden":false},{"position":0,"hidden":false}]}},164]]);require("InitialJSLoader").handleServerJS({"instances":[["m_0_1",["AsyncLayout"],["contentArea"],1],["m_0_7",["RequestsJewel","m_0_8"],[{"__m":"m_0_8"},"[fb]requests",false],1],["m_0_8",["JewelX","m_0_9","m_0_a"],[{"__m":"m_0_9"},{"name":"requests","badge":{"__m":"m_0_a"},"businessID":null,"keepOpenForSnowlift":false}],3],["m_0_a",["XUIBadge","m_0_b"],[{"target":{"__m":"m_0_b"},"count":0,"maxcount":99}],2],["m_0_c",["MercuryJewel","m_0_d"],[{"__m":"m_0_d"},{"message_counts":[{"unread_count":39,"unseen_count":1,"seen_timestamp":1406378013865,"last_action_id":"1406489180486000000","folder":"inbox"},{"unread_count":7,"unseen_count":6,"seen_timestamp":1317316990232,"last_action_id":null,"folder":"other"}],"payload_source":"server_initial_data"}],1],["m_0_d",["JewelX","m_0_e","m_0_f"],[{"__m":"m_0_e"},{"name":"mercurymessages","badge":{"__m":"m_0_f"},"businessID":null,"keepOpenForSnowlift":false}],3],["m_0_f",["XUIBadge","m_0_g"],[{"target":{"__m":"m_0_g"},"count":1,"maxcount":99}],2],["m_0_j",["ScrollableArea","m_0_i"],[{"__m":"m_0_i"},{"persistent":true}],1],["m_0_l",["NotificationJewelController","m_0_m","m_0_n","m_0_o","m_0_k"],[{"__m":"m_0_m"},{"__m":"m_0_n"},["100000590753545:143420693"],0,{"__m":"m_0_o"},{"__m":"m_0_k"},[]],1],["m_0_m",["JewelX","m_0_p","m_0_q"],[{"__m":"m_0_p"},{"name":"notifications","badge":{"__m":"m_0_q"},"businessID":null,"keepOpenForSnowlift":false}],3],["m_0_q",["XUIBadge","m_0_r"],[{"target":{"__m":"m_0_r"},"count":1,"maxcount":99}],2],["m_0_o",["NotificationJewelHeaderController","m_0_s"],[{"__m":"m_0_s"},0,null,null],3],["m_0_n",["NotificationJewelListController","m_0_t"],[{"__m":"m_0_t"},{"storyInline":false,"excludeGroup":false,"filter":0,"useWideList":true,"tracking":"{\"ref\":\"notif_jewel\",\"jewel\":\"notifications\"}","businessID":"","maxHeight":null,"shortenTimestamp":true,"negativeTracking":{"click":{"negative_feedback":"negative_click"},"cancel":{"negative_feedback":"negative_cancel"},"confirm":{"negative_feedback":"negative_confirm"},"firstReceiptNo":{"negative_feedback":"negative_first_no"}}}],3],["m_0_11",["PrivacyLiteFlyoutHelp","m_0_w","m_0_x","m_0_y","m_0_z","m_0_10"],[{"__m":"m_0_w"},{"__m":"m_0_x"},{"__m":"m_0_y"},{"__m":"m_0_z"},{"__m":"m_0_10"}],1],["m_0_15",["FacebarTypeahead","m_0_16","FacebarTypeaheadView","m_0_13","FacebarTypeaheadCore","m_0_14","FacebarTypeaheadNavigation","FacebarTypeaheadDecorateEntities","FacebarTypeaheadDisambiguateResults","FacebarTypeaheadSeeMoreSerp","FacebarTypeaheadSizeAdjuster","FacebarTypeaheadShortcut","FacebarTypeaheadQuickSelect","FacebarTypeaheadAutoWidth","FacebarTypeaheadMagGo","FacebarTypeaheadSelectAll","FacebarTypeaheadPrefixLengthOrderedCache","FacebarTypeaheadRecorderBasic","FacebarTypeaheadHashtagResult","FacebarTypeaheadSearchMap"],[{"__m":"m_0_16"},{"node_id":"u_0_c","ctor":{"__m":"FacebarTypeaheadView"},"options":{"autoSelect":true,"causalElement":{"__m":"m_0_13"},"maxResults":8,"minWidth":0,"alignment":"left","showBadges":true,"webSearchForm":"FBKBFA","seeMoreSerpEndpoint":"\/search\/more\/"}},{"ctor":{"__m":"FacebarTypeaheadCore"},"options":{}},{"__m":"m_0_14"},[{"__m":"FacebarTypeaheadNavigation"},{"__m":"FacebarTypeaheadDecorateEntities"},{"__m":"FacebarTypeaheadDisambiguateResults"},{"__m":"FacebarTypeaheadSeeMoreSerp"},{"__m":"FacebarTypeaheadSizeAdjuster"},{"__m":"FacebarTypeaheadShortcut"},{"__m":"FacebarTypeaheadQuickSelect"},{"__m":"FacebarTypeaheadAutoWidth"},{"__m":"FacebarTypeaheadMagGo"},{"__m":"FacebarTypeaheadSelectAll"},{"__m":"FacebarTypeaheadPrefixLengthOrderedCache"},{"__m":"FacebarTypeaheadRecorderBasic"},{"__m":"FacebarTypeaheadHashtagResult"},{"__m":"FacebarTypeaheadSearchMap"}],null],1],["m_0_17",["StructuredInput","m_0_13"],[{"__m":"m_0_13"}],1],["m_0_16",["FacebarDataSource"],[{"minQueryLength":2,"allowWebSuggOnTop":false,"maxResults":8,"indexedFields":["text","tokens","non_title_tokens"],"titleFields":["text","tokens"],"queryData":{"context":"facebar","grammar_version":"b112ff696a18044ef4851cee5cf2bd0930f2cabc","viewer":100000590753545,"rsp":"search"},"queryEndpoint":"\/typeahead\/search\/facebar\/query\/","bootstrapData":{"context":"facebar","viewer":100000590753545,"token":"v7"},"bootstrapEndpoint":"\/ajax\/typeahead\/search\/facebar\/bootstrap\/","enabledLocalCache":true,"enabledMergeUids":true,"token":"1406485711-7","genTime":1406489189,"enabledQueryCache":true,"queryExactMatch":false,"enabledHashtag":true,"grammarVersion":"b112ff696a18044ef4851cee5cf2bd0930f2cabc"}],2],["m_0_1a",["XHPTemplate","m_0_2q"],[{"__m":"m_0_2q"}],2],["m_0_1b",["XHPTemplate","m_0_2s"],[{"__m":"m_0_2s"}],2],["m_0_1c",["XHPTemplate","m_0_2u"],[{"__m":"m_0_2u"}],2],["m_0_1d",["XHPTemplate","m_0_2w"],[{"__m":"m_0_2w"}],2],["m_0_1e",["XHPTemplate","m_0_2x"],[{"__m":"m_0_2x"}],2],["m_0_1f",["XHPTemplate","m_0_2y"],[{"__m":"m_0_2y"}],2],["m_0_1g",["XHPTemplate","m_0_2z"],[{"__m":"m_0_2z"}],2],["m_0_1h",["XHPTemplate","m_0_30"],[{"__m":"m_0_30"}],2],["m_0_1i",["XHPTemplate","m_0_31"],[{"__m":"m_0_31"}],2],["m_0_1j",["XHPTemplate","m_0_33"],[{"__m":"m_0_33"}],2],["m_0_1k",["XHPTemplate","m_0_34"],[{"__m":"m_0_34"}],2],["m_0_1l",["XHPTemplate","m_0_35"],[{"__m":"m_0_35"}],2],["m_0_1m",["XHPTemplate","m_0_36"],[{"__m":"m_0_36"}],2],["m_0_1n",["XHPTemplate","m_0_37"],[{"__m":"m_0_37"}],2],["m_0_1o",["XHPTemplate","m_0_38"],[{"__m":"m_0_38"}],2],["m_0_1p",["XHPTemplate","m_0_39"],[{"__m":"m_0_39"}],2],["m_0_3c",["Typeahead","m_0_3d","ContextualTypeaheadView","m_0_3a","TypeaheadCore","m_0_3b"],[{"__m":"m_0_3d"},{"node_id":"","node":null,"ctor":{"__m":"ContextualTypeaheadView"},"options":{"causalElement":{"__m":"m_0_3a"},"minWidth":0,"alignment":"left","showBadges":true}},{"ctor":{"__m":"TypeaheadCore"},"options":{}},{"__m":"m_0_3b"}],3],["m_0_1q",["XHPTemplate","m_0_3e"],[{"__m":"m_0_3e"}],2],["m_0_1r",["XHPTemplate","m_0_3f"],[{"__m":"m_0_3f"}],2],["m_0_1s",["XHPTemplate","m_0_3g"],[{"__m":"m_0_3g"}],2],["m_0_1t",["XHPTemplate","m_0_3h"],[{"__m":"m_0_3h"}],2],["m_0_1u",["XHPTemplate","m_0_3k"],[{"__m":"m_0_3k"}],2],["m_0_1v",["XHPTemplate","m_0_3n"],[{"__m":"m_0_3n"}],2],["m_0_1w",["XHPTemplate","m_0_3o"],[{"__m":"m_0_3o"}],2],["m_0_1x",["XHPTemplate","m_0_3p"],[{"__m":"m_0_3p"}],2],["m_0_1y",["XHPTemplate","m_0_3q"],[{"__m":"m_0_3q"}],2],["m_0_1z",["XHPTemplate","m_0_3r"],[{"__m":"m_0_3r"}],2],["m_0_20",["XHPTemplate","m_0_3s"],[{"__m":"m_0_3s"}],2],["m_0_21",["XHPTemplate","m_0_3t"],[{"__m":"m_0_3t"}],2],["m_0_3v",["ProgressBar","m_0_3u"],[{"__m":"m_0_3u"},0,100],1],["m_0_22",["XHPTemplate","m_0_3w"],[{"__m":"m_0_3w"}],2],["m_0_23",["XHPTemplate","m_0_3x"],[{"__m":"m_0_3x"}],2],["m_0_24",["XHPTemplate","m_0_3y"],[{"__m":"m_0_3y"}],2],["m_0_25",["XHPTemplate","m_0_3z"],[{"__m":"m_0_3z"}],2],["m_0_41",["ProgressBar","m_0_40"],[{"__m":"m_0_40"},0,100],1],["m_0_26",["XHPTemplate","m_0_42"],[{"__m":"m_0_42"}],2],["m_0_44",["ProgressBar","m_0_43"],[{"__m":"m_0_43"},0,100],1],["m_0_27",["XHPTemplate","m_0_45"],[{"__m":"m_0_45"}],2],["m_0_28",["XHPTemplate","m_0_46"],[{"__m":"m_0_46"}],2],["m_0_48",["ProgressBar","m_0_47"],[{"__m":"m_0_47"},0,100],1],["m_0_29",["XHPTemplate","m_0_49"],[{"__m":"m_0_49"}],2],["m_0_2a",["XHPTemplate","m_0_4a"],[{"__m":"m_0_4a"}],2],["m_0_2b",["XHPTemplate","m_0_4b"],[{"__m":"m_0_4b"}],2],["m_0_2c",["XHPTemplate","m_0_4c"],[{"__m":"m_0_4c"}],2],["m_0_2d",["Vector"],[60,60],2],["m_0_2e",["XHPTemplate","m_0_4d"],[{"__m":"m_0_4d"}],2],["m_0_2f",["XHPTemplate","m_0_4e"],[{"__m":"m_0_4e"}],2],["m_0_2g",["XHPTemplate","m_0_4f"],[{"__m":"m_0_4f"}],2],["m_0_2h",["XHPTemplate","m_0_4g"],[{"__m":"m_0_4g"}],2],["m_0_2i",["XHPTemplate","m_0_4h"],[{"__m":"m_0_4h"}],2],["m_0_2j",["XHPTemplate","m_0_4i"],[{"__m":"m_0_4i"}],2],["m_0_2k",["XHPTemplate","m_0_4j"],[{"__m":"m_0_4j"}],2],["m_0_2l",["XHPTemplate","m_0_4k"],[{"__m":"m_0_4k"}],2],["m_0_2m",["XHPTemplate","m_0_4l"],[{"__m":"m_0_4l"}],2],["m_0_2n",["DataSource"],[{"maxResults":5,"queryData":[],"bootstrapData":{"viewer":100000590753545,"token":"1406485711-7","filter":["user"],"options":["friends_only"],"context":"messages_bootstrap"},"bootstrapEndpoint":"\/ajax\/typeahead\/first_degree.php","enabledLocalCache":true,"enabledMergeUids":true}],2],["m_0_2o",["XHPTemplate","m_0_4m"],[{"__m":"m_0_4m"}],2],["m_0_2p",["XHPTemplate","m_0_4n"],[{"__m":"m_0_4n"}],2],["m_0_3d",["DataSource"],[{"enabledLocalCache":true,"enabledMergeUids":true}],2]],"markup":[["m_0_2q",{"__html":"\u003Cform method=\"post\" action=\"\/ajax\/chat\/blackbird\/learn_more.php?source=offline&amp;promo_source=educate\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_0_m\">\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQFcXAeFeVL6\" autocomplete=\"off\" \/>\u003Cstrong>Tip:\u003C\/strong> You can turn on chat for just a few friends. \u003Clabel class=\"uiLinkButton\">\u003Cinput class=\"uiLinkButtonInput\" type=\"submit\" value=\"Learn more\" \/>\u003C\/label>.\u003Cdiv class=\"_361\">\u003Ca class=\"mvm _363 uiButton uiButtonConfirm\" href=\"#\" role=\"button\" ajaxify=\"\/ajax\/chat\/privacy\/settings_dialog.php\" rel=\"dialog\" data-jsid=\"chatSettingsButton\">\u003Cspan class=\"uiButtonText\">Edit Chat Settings\u003C\/span>\u003C\/a>\u003C\/div>\u003C\/form>"},3],["m_0_2s",{"__html":"\u003Cform method=\"post\" action=\"\/ajax\/chat\/blackbird\/learn_more.php?source=blackbird\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_0_n\">\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQFcXAeFeVL6\" autocomplete=\"off\" \/>\u003Cstrong>Tip:\u003C\/strong> When chat is off, messages from friends go to your inbox for you to read later. \u003Clabel class=\"uiLinkButton\">\u003Cinput class=\"uiLinkButtonInput\" type=\"submit\" value=\"Learn more\" \/>\u003C\/label>.\u003C\/form>"},3],["m_0_2u",{"__html":"\u003Cform method=\"post\" action=\"\/ajax\/chat\/blackbird\/learn_more.php?source=blackbird\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_0_o\">\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQFcXAeFeVL6\" autocomplete=\"off\" \/>\u003Cstrong>Tip:\u003C\/strong> While you have chat turned off for some friends, their messages go to your inbox. \u003Clabel class=\"uiLinkButton\">\u003Cinput class=\"uiLinkButtonInput\" type=\"submit\" value=\"Learn more\" \/>\u003C\/label>.\u003C\/form>"},3],["m_0_2w",{"__html":"\u003Cdiv class=\"pam _362\">\u003Cdiv class=\"clearfix\">\u003Ci class=\"_8o _8r lfloat _ohe img sp_xFwBv1W8Ynk sx_f4295b\">\u003C\/i>\u003Cdiv class=\"clearfix _8u _42ef\">\u003Clabel class=\"rfloat _ohf uiCloseButton uiCloseButtonSmall\" for=\"u_0_p\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"dialogCloseButton\" id=\"u_0_p\" \/>\u003C\/label>\u003Cdiv class=\"prs\" data-jsid=\"dialogContent\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_2x",{"__html":"\u003Cdiv class=\"_kso fsm\" data-jsid=\"message\">\u003C\/div>"},2],["m_0_2y",{"__html":"\u003Cdiv class=\"clearfix\">\u003Cdiv class=\"_5pi7\" data-jsid=\"message\">\u003C\/div>\u003Cdiv class=\"_5pi6\" data-jsid=\"status\">\u003C\/div>\u003C\/div>"},2],["m_0_2z",{"__html":"\u003Cdiv class=\"fbChatMessageSubject fsm fwb\" data-jsid=\"messageSubject\">\u003C\/div>"},2],["m_0_30",{"__html":"\u003Cdiv class=\"mhs mbs pts fbChatConvItem _50dw clearfix\">\u003Cdiv class=\"_50ke\">\u003Cdiv class=\"_50x5\" data-jsid=\"profileName\">\u003C\/div>\u003Ca class=\"profileLink\" href=\"#\" data-jsid=\"profileLink\" role=\"button\">\u003Cimg class=\"profilePhoto\" src=\"\/images\/spacer.gif\" data-jsid=\"profilePhoto\" \/>\u003C\/a>\u003C\/div>\u003Cdiv class=\"messages\" data-jsid=\"messages\">\u003C\/div>\u003C\/div>"},2],["m_0_31",{"__html":"\u003Cdiv class=\"uiToggle _50-v fbNub _51jt\">\u003Ca class=\"fbNubButton\" tabindex=\"0\" href=\"#\" rel=\"toggle\" role=\"button\">\u003Ci class=\"messagesIcon img sp_xFwBv1W8Ynk sx_f4295b\">\u003C\/i>\u003Cspan data-jsid=\"numTabs\">\u003C\/span>\u003Cspan class=\"_5ugh _5ugg hidden_elem _51jw\" data-jsid=\"numMessages\" id=\"u_0_q\">0\u003C\/span>\u003C\/a>\u003Cdiv class=\"fbNubFlyout uiToggleFlyout noTitlebar\">\u003Cdiv class=\"fbNubFlyoutOuter\">\u003Cdiv class=\"fbNubFlyoutInner\">\u003Cdiv class=\"fbNubFlyoutBody scrollable\">\u003Cdiv class=\"fbNubFlyoutBodyContent\">\u003Cdiv role=\"menu\" class=\"uiMenu\" data-jsid=\"menu\">\u003Cul class=\"uiMenuInner\">\u003Cli class=\"uiMenuItem\" data-label=\"Dummy\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"0\" href=\"#\">\u003Cspan class=\"itemLabel fsm\"> Dummy \u003C\/span>\u003C\/a>\u003C\/li>\u003C\/ul>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},3],["m_0_33",{"__html":"\u003Cli class=\"uiMenuItem _51ju\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\">\u003Cspan class=\"itemLabel fsm\">\u003Cdiv class=\"clearfix\">\u003Clabel class=\"rfloat _ohf uiCloseButton uiCloseButtonSmall\" for=\"u_0_r\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"closeButton\" id=\"u_0_r\" \/>\u003C\/label>\u003Cdiv class=\"_51jv\">\u003Cspan class=\"unreadCount\" data-jsid=\"unreadCount\">\u003C\/span>\u003Cspan data-jsid=\"content\">\u003C\/span>\u003C\/div>\u003C\/div>\u003C\/span>\u003C\/a>\u003C\/li>"},2],["m_0_34",{"__html":"\u003Cdiv class=\"_54_-\">\u003Ctable class=\"uiGrid _51mz\" cellspacing=\"0\" cellpadding=\"0\">\u003Ctbody>\u003Ctr class=\"_51mx\">\u003Ctd class=\"_51m- vTop _54__\">\u003Cdiv data-jsid=\"participantsTypeahead\">\u003C\/div>\u003C\/td>\u003Ctd class=\"_51m- vTop _51mw\">\u003Clabel class=\"doneButton uiButton uiButtonConfirm\" for=\"u_0_s\">\u003Cinput value=\"Done\" data-jsid=\"doneButton\" type=\"submit\" id=\"u_0_s\" \/>\u003C\/label>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>"},2],["m_0_35",{"__html":"\u003Cdiv class=\"_54_v\">\u003Cdiv class=\"clearfix\">\u003Cdiv class=\"_6a _54_x lfloat _ohe\">\u003Cspan class=\"fcg\" id=\"u_0_t\">To:\u003C\/span>\u003C\/div>\u003Cdiv class=\"_54_w _42ef\">\u003Cdiv data-labelid=\"u_0_t\" data-jsid=\"participantsTypeahead\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_36",{"__html":"\u003Ca href=\"#\" role=\"button\">\u003Cdiv class=\"pas\">\u003Cdiv class=\"_1skc\" data-jsid=\"image\">\u003C\/div>\u003Cspan class=\"_1skd fcg\" data-jsid=\"text\">\u003C\/span>\u003C\/div>\u003C\/a>"},2],["m_0_37",{"__html":"\u003Cdiv class=\"pas\">\u003Cspan class=\"_1skd _1ske fcg\" data-jsid=\"text\">\u003C\/span>\u003Ca class=\"pas\" data-jsid=\"unmuteButton\" href=\"#\" role=\"button\">Unmute\u003C\/a>\u003C\/div>"},2],["m_0_38",{"__html":"\u003Cdiv class=\"pas\">\u003Cdiv class=\"_1skc\" data-jsid=\"image\">\u003C\/div>\u003Cspan class=\"_1skd fcg\" data-jsid=\"text\">\u003C\/span>\u003C\/div>"},2],["m_0_39",{"__html":"\u003Cdiv class=\"_56jk\">\u003Ctable class=\"uiGrid _51mz\" cellspacing=\"0\" cellpadding=\"0\">\u003Ctbody>\u003Ctr class=\"_51mx\">\u003Ctd class=\"_51m- vTop _56jl\">\u003Cdiv class=\"uiTypeahead\" data-ft=\"&#123;&quot;tn&quot;:&quot;+Q&quot;&#125;\" id=\"u_0_u\">\u003Cdiv class=\"wrap\">\u003Cinput type=\"hidden\" autocomplete=\"off\" class=\"hiddenInput\" \/>\u003Cdiv class=\"innerWrap\">\u003Cinput type=\"text\" class=\"inputtext textInput DOMControl_placeholder\" data-jsid=\"nameInput\" maxlength=\"250\" placeholder=\"Name this conversation\" autocomplete=\"off\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-owns=\"typeahead_list_u_0_u\" aria-haspopup=\"true\" role=\"combobox\" spellcheck=\"false\" value=\"Name this conversation\" aria-label=\"Name this conversation\" id=\"u_0_v\" \/>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/td>\u003Ctd class=\"_51m- vTop _51mw\">\u003Cbutton value=\"1\" class=\"_42ft _42fu selected _42g-\" data-jsid=\"doneButton\" type=\"submit\">Done\u003C\/button>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>"},4],["m_0_3e",{"__html":"\u003Cdiv class=\"pas\">\u003Ci class=\"_1skc img sp_F6Afu2XGiZY sx_d94ff0\" data-jsid=\"image\">\u003C\/i>\u003Cdiv class=\"_1skd\">\u003Cspan class=\"fcg\" data-jsid=\"text\">\u003C\/span>\u003Cdiv>\u003Ca href=\"#\" data-jsid=\"actionLink\" role=\"button\">\u003C\/a>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_3f",{"__html":"\u003Cdiv>\u003Cdiv class=\"clearfix mvm mrm mll videoCallPromo\">\u003Ci class=\"_8o _8s lfloat _ohe img sp_gPysIaDCTmE sx_87e121\">\u003C\/i>\u003Cdiv class=\"_42ef\">\u003Cdiv class=\"pls\">\u003Cspan class=\"calloutTitle fwb\">Try talking face to face\u003C\/span>\u003Cdiv class=\"fsm fwn fcg\">Click \u003Cspan> ( \u003Ci class=\"onlineStatusIcon img sp_gPysIaDCTmE sx_bf4141\">\u003C\/i> )\u003C\/span> below to start a video call.\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"uiOverlayFooter uiContextualDialogFooter uiBoxGray topborder\">\u003Ctable class=\"uiGrid _51mz uiOverlayFooterGrid\" cellspacing=\"0\" cellpadding=\"0\">\u003Ctbody>\u003Ctr class=\"_51mx\">\u003Ctd class=\"_51m- prs uiOverlayFooterMessage\">\u003Ca target=\"_blank\" href=\"\/help\/?page=177940565599960\">Learn more\u003C\/a>\u003C\/td>\u003Ctd class=\"_51m- uiOverlayFooterButtons _51mw\">\u003Ca class=\"uiOverlayButton layerCancel uiButton uiButtonConfirm\" href=\"#\" role=\"button\" name=\"cancel\">\u003Cspan class=\"uiButtonText\">Close\u003C\/span>\u003C\/a>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>\u003C\/div>"},2],["m_0_3g",{"__html":"\u003Cdiv>\u003Cdiv class=\"clearfix mvm mrm mll videoCallPromo\">\u003Ci class=\"_8o _8s lfloat _ohe img sp_gPysIaDCTmE sx_87e121\">\u003C\/i>\u003Cdiv class=\"_42ef\">\u003Cdiv class=\"pls\">\u003Cspan class=\"calloutTitle fwb\">Talk face to face\u003C\/span>\u003Cdiv class=\"fsm fwn fcg\">Click \u003Cspan> ( \u003Ci class=\"onlineStatusIcon img sp_gPysIaDCTmE sx_bf4141\">\u003C\/i> )\u003C\/span> below to start a video call.\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"uiOverlayFooter uiContextualDialogFooter uiBoxGray topborder\">\u003Ctable class=\"uiGrid _51mz uiOverlayFooterGrid\" cellspacing=\"0\" cellpadding=\"0\">\u003Ctbody>\u003Ctr class=\"_51mx\">\u003Ctd class=\"_51m- prs uiOverlayFooterMessage\">\u003Ca target=\"_blank\" href=\"\/help\/?page=177940565599960\">Learn more\u003C\/a>\u003C\/td>\u003Ctd class=\"_51m- uiOverlayFooterButtons _51mw\">\u003Ca class=\"uiOverlayButton layerCancel uiButton uiButtonConfirm\" href=\"#\" role=\"button\" name=\"cancel\">\u003Cspan class=\"uiButtonText\">Okay\u003C\/span>\u003C\/a>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>\u003C\/div>"},2],["m_0_3h",{"__html":"\u003Cdiv class=\"fbNub _50-v _50mz _50m-\">\u003Ca class=\"fbNubButton\" tabindex=\"0\" href=\"#\" data-jsid=\"dockButton\" role=\"button\">\u003Cdiv class=\"clearfix fbChatTab\">\u003Cdiv class=\"funhouse rfloat _ohf\">\u003Cdiv class=\"close\" title=\"Close\" data-jsid=\"closeButton\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"wrapWrapper\">\u003Cdiv class=\"wrap\">\u003Cdiv class=\"clearfix\">\u003Cspan class=\"_5ugh _5ugg hidden_elem _51jx hidden_elem lfloat _ohe\" data-jsid=\"numMessages\" id=\"u_0_y\">0\u003C\/span>\u003Cdiv class=\"name fwb\" data-jsid=\"name\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/a>\u003Cdiv class=\"fbNubFlyout fbDockChatTabFlyout uiContextualLayerParent\" data-jsid=\"chatWrapper\" role=\"complementary\" data-ft=\"&#123;&quot;tn&quot;:&quot;+M&quot;&#125;\" aria-labelledby=\"u_0_w\">\u003Cdiv class=\"fbNubFlyoutOuter\">\u003Cdiv class=\"fbNubFlyoutInner\">\u003Cdiv class=\"clearfix fbNubFlyoutTitlebar titlebar\" data-jsid=\"nubFlyoutTitlebar\" data-ft=\"&#123;&quot;tn&quot;:&quot;+J&quot;&#125;\">\u003Cdiv class=\"mls titlebarButtonWrapper rfloat _ohf\">\u003Ca data-hover=\"tooltip\" aria-label=\"Add more friends to chat\" data-tooltip-alignh=\"center\" class=\"addToThread button\" href=\"#\" data-jsid=\"addToThreadLink\" data-ft=\"&#123;&quot;tn&quot;:&quot;+F&quot;&#125;\" role=\"button\">\u003C\/a>\u003Cdiv class=\"uiSelector inlineBlock _510p\" data-jsid=\"dropdown\">\u003Cdiv class=\"uiToggle wrap\">\u003Ca data-hover=\"tooltip\" aria-label=\"Options\" data-tooltip-alignh=\"center\" class=\"button uiSelectorButton\" href=\"#\" data-ft=\"&#123;&quot;tn&quot;:&quot;p&quot;&#125;\" role=\"button\" aria-haspopup=\"1\" rel=\"toggle\">\u003C\/a>\u003Cdiv class=\"uiSelectorMenuWrapper uiToggleFlyout\">\u003Cdiv role=\"menu\" class=\"uiMenu uiSelectorMenu\">\u003Cul class=\"uiMenuInner\">\u003Cli class=\"uiMenuItem\" data-label=\"See Full Conversation\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"0\" href=\"#\" data-jsid=\"conversationLink\">\u003Cspan class=\"itemLabel fsm\">See Full Conversation\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem\">\u003Cform data-jsid=\"attachButtonForm\" action=\"https:\/\/upload.facebook.com\/ajax\/mercury\/upload.php\" method=\"post\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_0_z\">\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQFcXAeFeVL6\" autocomplete=\"off\" \/>\u003Cinput type=\"hidden\" autocomplete=\"off\" data-jsid=\"attachID\" name=\"attach_id\" \/>\u003Cdiv class=\"_6a _m _4q60 itemLabel\">\u003Cinput type=\"file\" class=\"_n\" name=\"attachment[]\" multiple=\"1\" data-jsid=\"fileInput\" \/>\u003Ca class=\"_4q61 itemAnchor\">Add Files...\u003C\/a>\u003C\/div>\u003C\/form>\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Add Friends to Chat...\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"addFriendLink\">\u003Cspan class=\"itemLabel fsm\">Add Friends to Chat...\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Edit Conversation Name\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"nameConversationLink\">\u003Cspan class=\"itemLabel fsm\">Edit Conversation Name\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuSeparator\">\u003C\/li>\u003Cli class=\"uiMenuItem hidden_elem\" data-label=\"Mute Conversation...\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"muteThreadLink\">\u003Cspan class=\"itemLabel fsm\">Mute Conversation...\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem hidden_elem\" data-label=\"Unmute Conversation\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"unmuteThreadLink\">\u003Cspan class=\"itemLabel fsm\">Unmute Conversation\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Leave Conversation...\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"unsubscribeLink\">\u003Cspan class=\"itemLabel fsm\">Leave Conversation...\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuSeparator\">\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Create Group\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"createGroupLink\">\u003Cspan class=\"itemLabel fsm\">Create Group\u003C\/span>\u003C\/a>\u003C\/li>\u003C\/ul>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Ca class=\"close button\" href=\"#\" data-jsid=\"titlebarCloseButton\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\u003C&quot;&#125;\" role=\"button\">\u003C\/a>\u003C\/div>\u003Cdiv class=\"titlebarLabel clearfix\">\u003Ch4 class=\"titlebarTextWrapper\">\u003Cimg class=\"_51sn img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/-PAXP-deijE.gif\" data-jsid=\"presenceIndicator\" alt=\"\" width=\"1\" height=\"1\" \/>\u003Ca class=\"titlebarText noLink\" href=\"#\" rel=\"none\" data-jsid=\"titlebarText\" aria-level=\"3\" data-ft=\"&#123;&quot;tn&quot;:&quot;C&quot;&#125;\" id=\"u_0_w\" role=\"button\">\u003C\/a>\u003C\/h4>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbNubFlyoutHeader\">\u003Cdiv class=\"_1sk5\">\u003Cdiv class=\"_1sk6 hidden_elem\" data-jsid=\"sheet\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_1ia\">\u003Cdiv class=\"fbNubFlyoutBody scrollable\" data-jsid=\"chatConv\" data-ft=\"&#123;&quot;tn&quot;:&quot;+L&quot;&#125;\">\u003Cdiv class=\"fbNubFlyoutBodyContent\">\u003Ctable class=\"uiGrid _51mz conversationContainer\" cellspacing=\"0\" cellpadding=\"0\" role=\"log\">\u003Ctbody>\u003Ctr class=\"_51mx\">\u003Ctd class=\"_51m- vBot _51mw\">\u003Cdiv class=\"accessible_elem\">Chat Conversation Start\u003C\/div>\u003Cimg class=\"pvm loading hidden_elem img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif\" alt=\"\" data-jsid=\"loadingIndicator\" width=\"16\" height=\"11\" \/>\u003Cdiv class=\"conversation\" aria-live=\"polite\" aria-atomic=\"false\" data-jsid=\"conversation\" id=\"u_0_x\">\u003C\/div>\u003Cdiv class=\"accessible_elem\">Chat Conversation End\u003C\/div>\u003Cdiv class=\"_51lq\" data-jsid=\"typingIndicator\">\u003C\/div>\u003Cdiv data-jsid=\"lastMessageIndicator\">\u003C\/div>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_4g6x\">\u003Cdiv class=\"_4g6y\">\u003Cdiv class=\"_4g6z _4g71\">Drag Link\/Files Here\u003C\/div>\u003Cdiv class=\"_4g6z _4g6- _4g6_\">Drop Files Here\u003C\/div>\u003Cdiv class=\"_4g6z _4g6- _4g70\">Drop Link Here\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbNubFlyoutFooter\">\u003Cdiv class=\"_552h\" data-jsid=\"inputContainer\">\u003Ctextarea class=\"uiTextareaAutogrow _552m\" data-jsid=\"input\" aria-controls=\"u_0_x\" data-ft=\"&#123;&quot;tn&quot;:&quot;+N&quot;&#125;\" onkeydown=\"run_with(this, [&quot;legacy:control-textarea&quot;], function() &#123;TextAreaControl.getInstance(this)&#125;);\">\u003C\/textarea>\u003C\/div>\u003Cdiv class=\"_552n\" data-jsid=\"iconsContainer\">\u003Cdiv class=\"_6a _552o\" data-jsid=\"photoUploaderContainer\">\u003C\/div>\u003Cdiv class=\"uiToggle emoticonsPanel\" data-jsid=\"emoticons\" data-ft=\"&#123;&quot;tn&quot;:&quot;+O&quot;&#125;\">\u003Ca class=\"_5r8g\" href=\"#\" tabindex=\"-1\" rel=\"toggle\" role=\"button\">\u003Ci class=\"emoteTogglerImg img sp_zx-0ABL3iAw sx_e3f9ff\" title=\"Choose a sticker or emoticon\">\u003Cu>Choose a sticker or emoticon\u003C\/u>\u003C\/i>\u003Cspan data-jsid=\"nuxIndicator\">\u003C\/span>\u003Cspan class=\"tooltipNUXContainer\" data-jsid=\"tooltipNUXContainer\">\u003C\/span>\u003C\/a>\u003Cdiv class=\"panelFlyout _5r8f uiToggleFlyout\" data-jsid=\"stickersFlyout\">\u003Cdiv class=\"_5r8p\" data-jsid=\"stickers\">\u003Cdiv class=\"_5r8e\">\u003C\/div>\u003Cdiv class=\"_5r8m\">\u003Cdiv class=\"_5r8l hidden_elem\" data-id=\"emoticons\">\u003Ctable class=\"emoticonsTable\">\u003Ctbody>\u003Ctr>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_smile\" aria-label=\"smile\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_frown\" aria-label=\"frown\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_tongue\" aria-label=\"tongue\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_grin\" aria-label=\"grin\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_gasp\" aria-label=\"gasp\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_wink\" aria-label=\"wink\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_pacman\" aria-label=\"pacman\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003C\/tr>\u003Ctr>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_grumpy\" aria-label=\"grumpy\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_unsure\" aria-label=\"unsure\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_cry\" aria-label=\"cry\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_kiki\" aria-label=\"kiki\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_glasses\" aria-label=\"glasses\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_sunglasses\" aria-label=\"sunglasses\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_heart\" aria-label=\"heart\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003C\/tr>\u003Ctr>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_devil\" aria-label=\"devil\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_angel\" aria-label=\"angel\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_squint\" aria-label=\"squint\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_confused\" aria-label=\"confused\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_upset\" aria-label=\"upset\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_colonthree\" aria-label=\"colonthree\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_like\" aria-label=\"like\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"panelFlyoutArrow\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbNubFlyoutAttachments\">\u003Cdiv class=\"chatAttachmentShelf\" data-jsid=\"attachmentShelf\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},4],["m_0_3k",{"__html":"\u003Cdiv class=\"fbNub _50-v _50mz _50m_\">\u003Ca class=\"fbNubButton\" tabindex=\"0\" href=\"#\" data-jsid=\"dockButton\" role=\"button\">\u003Cdiv class=\"clearfix fbChatTab\">\u003Cdiv class=\"funhouse rfloat _ohf\">\u003Cdiv class=\"close\" title=\"Close\" data-jsid=\"closeButton\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"wrapWrapper\">\u003Cdiv class=\"wrap\">\u003Cdiv class=\"clearfix\">\u003Cspan class=\"_5ugh _5ugg hidden_elem _51jx hidden_elem lfloat _ohe\" data-jsid=\"numMessages\" id=\"u_0_12\">0\u003C\/span>\u003Cdiv class=\"name fwb\" data-jsid=\"name\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/a>\u003Cdiv class=\"fbNubFlyout fbDockChatTabFlyout uiContextualLayerParent\" data-jsid=\"chatWrapper\" role=\"complementary\" data-ft=\"&#123;&quot;tn&quot;:&quot;+M&quot;&#125;\" aria-labelledby=\"u_0_10\">\u003Cdiv class=\"fbNubFlyoutOuter\">\u003Cdiv class=\"fbNubFlyoutInner\">\u003Cdiv class=\"clearfix fbNubFlyoutTitlebar titlebar\" data-jsid=\"nubFlyoutTitlebar\" data-ft=\"&#123;&quot;tn&quot;:&quot;+J&quot;&#125;\">\u003Cdiv class=\"mls titlebarButtonWrapper rfloat _ohf\">\u003Ca data-hover=\"tooltip\" aria-label=\"Add more friends to chat\" class=\"addToThread button\" href=\"#\" data-jsid=\"addToThreadLink\" data-ft=\"&#123;&quot;tn&quot;:&quot;+F&quot;&#125;\" role=\"button\">\u003C\/a>\u003Ca data-hover=\"tooltip\" aria-label=\"Start a video call\" class=\"videoicon button\" href=\"#\" data-jsid=\"videoCallLink\" data-gt=\"&#123;&quot;videochat&quot;:&quot;call_clicked_chat_tab&quot;&#125;\" data-ft=\"&#123;&quot;tn&quot;:&quot;+P&quot;&#125;\" role=\"button\">\u003C\/a>\u003Cdiv class=\"uiSelector inlineBlock _510p\" data-jsid=\"dropdown\">\u003Cdiv class=\"uiToggle wrap\">\u003Ca data-hover=\"tooltip\" aria-label=\"Options\" data-tooltip-alignh=\"center\" class=\"button uiSelectorButton\" href=\"#\" data-ft=\"&#123;&quot;tn&quot;:&quot;p&quot;&#125;\" role=\"button\" aria-haspopup=\"1\" rel=\"toggle\">\u003C\/a>\u003Cdiv class=\"uiSelectorMenuWrapper uiToggleFlyout\">\u003Cdiv role=\"menu\" class=\"uiMenu uiSelectorMenu\">\u003Cul class=\"uiMenuInner\">\u003Cli class=\"uiMenuItem\" data-label=\"See Full Conversation\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"0\" href=\"#\" data-jsid=\"conversationLink\">\u003Cspan class=\"itemLabel fsm\">See Full Conversation\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem\">\u003Cform data-jsid=\"attachButtonForm\" action=\"https:\/\/upload.facebook.com\/ajax\/mercury\/upload.php\" method=\"post\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_0_13\">\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQFcXAeFeVL6\" autocomplete=\"off\" \/>\u003Cinput type=\"hidden\" autocomplete=\"off\" data-jsid=\"attachID\" name=\"attach_id\" \/>\u003Cdiv class=\"_6a _m _4q60 itemLabel\">\u003Cinput type=\"file\" class=\"_n\" name=\"attachment[]\" multiple=\"1\" data-jsid=\"fileInput\" \/>\u003Ca class=\"_4q61 itemAnchor\">Add Files...\u003C\/a>\u003C\/div>\u003C\/form>\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Add Friends to Chat...\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"addFriendLink\">\u003Cspan class=\"itemLabel fsm\">Add Friends to Chat...\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"privacyLink\">\u003Cspan class=\"itemLabel fsm\"> \u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuSeparator\">\u003C\/li>\u003Cli class=\"uiMenuItem hidden_elem\" data-label=\"Mute Conversation...\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"muteThreadLink\">\u003Cspan class=\"itemLabel fsm\">Mute Conversation...\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem hidden_elem\" data-label=\"Unmute Conversation\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"unmuteThreadLink\">\u003Cspan class=\"itemLabel fsm\">Unmute Conversation\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Clear Window\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"clearWindowLink\">\u003Cspan class=\"itemLabel fsm\">Clear Window\u003C\/span>\u003C\/a>\u003C\/li>\u003Cli class=\"uiMenuSeparator\">\u003C\/li>\u003Cli class=\"uiMenuItem\" data-label=\"Report as Spam or Abuse...\">\u003Ca class=\"itemAnchor\" role=\"menuitem\" tabindex=\"-1\" href=\"#\" data-jsid=\"reportSpamLink\">\u003Cspan class=\"itemLabel fsm\">Report as Spam or Abuse...\u003C\/span>\u003C\/a>\u003C\/li>\u003C\/ul>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Ca class=\"close button\" href=\"#\" data-jsid=\"titlebarCloseButton\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\u003C&quot;&#125;\" role=\"button\">\u003C\/a>\u003C\/div>\u003Cdiv class=\"titlebarLabel clearfix\">\u003Ch4 class=\"titlebarTextWrapper\">\u003Cimg class=\"_51sn img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/-PAXP-deijE.gif\" data-jsid=\"presenceIndicator\" alt=\"\" width=\"1\" height=\"1\" \/>\u003Ca class=\"titlebarText noLink\" href=\"#\" rel=\"none\" data-jsid=\"titlebarText\" aria-level=\"3\" data-ft=\"&#123;&quot;tn&quot;:&quot;C&quot;&#125;\" id=\"u_0_10\" role=\"button\">\u003C\/a>\u003C\/h4>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbNubFlyoutHeader\">\u003Cdiv class=\"_1sk5\">\u003Cdiv class=\"_1sk6 hidden_elem\" data-jsid=\"sheet\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_1ia\">\u003Cdiv class=\"fbNubFlyoutBody scrollable\" data-jsid=\"chatConv\" data-ft=\"&#123;&quot;tn&quot;:&quot;+L&quot;&#125;\">\u003Cdiv class=\"fbNubFlyoutBodyContent\">\u003Ctable class=\"uiGrid _51mz conversationContainer\" cellspacing=\"0\" cellpadding=\"0\" role=\"log\">\u003Ctbody>\u003Ctr class=\"_51mx\">\u003Ctd class=\"_51m- vBot _51mw\">\u003Cdiv class=\"accessible_elem\">Chat Conversation Start\u003C\/div>\u003Cimg class=\"pvm loading hidden_elem img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif\" alt=\"\" data-jsid=\"loadingIndicator\" width=\"16\" height=\"11\" \/>\u003Cdiv class=\"conversation\" aria-live=\"polite\" aria-atomic=\"false\" data-jsid=\"conversation\" id=\"u_0_11\">\u003C\/div>\u003Cdiv class=\"accessible_elem\">Chat Conversation End\u003C\/div>\u003Cdiv class=\"_51lq\" data-jsid=\"typingIndicator\">\u003C\/div>\u003Cdiv data-jsid=\"lastMessageIndicator\">\u003C\/div>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_4g6x\">\u003Cdiv class=\"_4g6y\">\u003Cdiv class=\"_4g6z _4g71\">Drag Link\/Files Here\u003C\/div>\u003Cdiv class=\"_4g6z _4g6- _4g6_\">Drop Files Here\u003C\/div>\u003Cdiv class=\"_4g6z _4g6- _4g70\">Drop Link Here\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbNubFlyoutFooter\">\u003Cdiv class=\"_552h\" data-jsid=\"inputContainer\">\u003Ctextarea class=\"uiTextareaAutogrow _552m\" data-jsid=\"input\" aria-controls=\"u_0_11\" data-ft=\"&#123;&quot;tn&quot;:&quot;+N&quot;&#125;\" onkeydown=\"run_with(this, [&quot;legacy:control-textarea&quot;], function() &#123;TextAreaControl.getInstance(this)&#125;);\">\u003C\/textarea>\u003C\/div>\u003Cdiv class=\"_552n\" data-jsid=\"iconsContainer\">\u003Cdiv class=\"_6a _552o\" data-jsid=\"photoUploaderContainer\">\u003C\/div>\u003Cdiv class=\"uiToggle emoticonsPanel\" data-jsid=\"emoticons\" data-ft=\"&#123;&quot;tn&quot;:&quot;+O&quot;&#125;\">\u003Ca class=\"_5r8g\" href=\"#\" tabindex=\"-1\" rel=\"toggle\" role=\"button\">\u003Ci class=\"emoteTogglerImg img sp_zx-0ABL3iAw sx_e3f9ff\" title=\"Choose a sticker or emoticon\">\u003Cu>Choose a sticker or emoticon\u003C\/u>\u003C\/i>\u003Cspan data-jsid=\"nuxIndicator\">\u003C\/span>\u003Cspan class=\"tooltipNUXContainer\" data-jsid=\"tooltipNUXContainer\">\u003C\/span>\u003C\/a>\u003Cdiv class=\"panelFlyout _5r8f uiToggleFlyout\" data-jsid=\"stickersFlyout\">\u003Cdiv class=\"_5r8p\" data-jsid=\"stickers\">\u003Cdiv class=\"_5r8e\">\u003C\/div>\u003Cdiv class=\"_5r8m\">\u003Cdiv class=\"_5r8l hidden_elem\" data-id=\"emoticons\">\u003Ctable class=\"emoticonsTable\">\u003Ctbody>\u003Ctr>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_smile\" aria-label=\"smile\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_frown\" aria-label=\"frown\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_tongue\" aria-label=\"tongue\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_grin\" aria-label=\"grin\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_gasp\" aria-label=\"gasp\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_wink\" aria-label=\"wink\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_pacman\" aria-label=\"pacman\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003C\/tr>\u003Ctr>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_grumpy\" aria-label=\"grumpy\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_unsure\" aria-label=\"unsure\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_cry\" aria-label=\"cry\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_kiki\" aria-label=\"kiki\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_glasses\" aria-label=\"glasses\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_sunglasses\" aria-label=\"sunglasses\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_heart\" aria-label=\"heart\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003C\/tr>\u003Ctr>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_devil\" aria-label=\"devil\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_angel\" aria-label=\"angel\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_squint\" aria-label=\"squint\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_confused\" aria-label=\"confused\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_upset\" aria-label=\"upset\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_colonthree\" aria-label=\"colonthree\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003Ctd class=\"panelCell\">\u003Ca class=\"emoticon emoticon_like\" aria-label=\"like\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/td>\u003C\/tr>\u003C\/tbody>\u003C\/table>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"panelFlyoutArrow\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbNubFlyoutAttachments\">\u003Cdiv class=\"chatAttachmentShelf\" data-jsid=\"attachmentShelf\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},4],["m_0_3n",{"__html":"\u003Cdiv class=\"_510u\">\u003Cdiv class=\"_510v\">\u003C\/div>\u003C\/div>"},2],["m_0_3o",{"__html":"\u003Cdiv class=\"clearfix mvs\">\u003Ci class=\"rfloat _ohf img sp_zx-0ABL3iAw sx_949c58\" data-jsid=\"icon\">\u003C\/i>\u003Cdiv data-jsid=\"name\">\u003C\/div>\u003C\/div>"},2],["m_0_3p",{"__html":"\u003Cdiv>\u003Ca class=\"uiIconText _52i4\" href=\"#\" style=\"padding-left: 12px;\" data-jsid=\"forwardLink\" role=\"button\">\u003Ci class=\"img sp_gPysIaDCTmE sx_4de768\" style=\"top: 3px;\">\u003C\/i>\u003Cspan data-jsid=\"forwardText\">\u003C\/span>\u003C\/a>\u003C\/div>"},2],["m_0_3q",{"__html":"\u003Cabbr title=\"Thursday, January 1, 1970 at 4:30am\" data-utime=\"0\" class=\"hidden_elem timestamp\" data-jsid=\"timestamp\">over a year ago\u003C\/abbr>"},2],["m_0_3r",{"__html":"\u003Cdiv class=\"clearfix\">\u003Ci class=\"mrm _s0 _29h _29i _rw img sp_gPysIaDCTmE sx_4d92d8\" data-jsid=\"profilePhoto\">\u003C\/i>\u003Cdiv class=\"_29j _29k\">\u003Cdiv class=\"mbs fsl fwb fcb\" data-jsid=\"mainText\">\u003C\/div>\u003Cdiv class=\"aux-message fcg\" data-jsid=\"auxMessage\">Video will start as soon as you answer.\u003C\/div>\u003Cdiv class=\"mts hidden_elem fcg\" data-jsid=\"slowMessage\">\u003Cspan class=\"fwb fcb\">Having trouble?\u003C\/span> Your connection may be \u003Ca href=\"\/help\/214265948627885\" target=\"_blank\">too slow\u003C\/a>.\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_3s",{"__html":"\u003Cdiv class=\"mtm pam _4_wc attachment uiBoxGray\">\u003Cspan class=\"uiIconText MercuryThreadlistIconError\" data-jsid=\"error\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_521634\">\u003C\/i>\u003C\/span>\u003C\/div>"},2],["m_0_3t",{"__html":"\u003Cdiv class=\"_59go\">\u003Cdiv class=\"clearfix MercuryExternalLink\">\u003Cdiv class=\"_rpb clearfix stat_elem lfloat _ohe\" data-jsid=\"preview\">\u003Ca class=\"_ksh\" aria-label=\"Uploaded\" data-jsid=\"image-link\" href=\"#\" role=\"img\" target=\"_blank\">\u003Cimg alt=\"\" data-jsid=\"preview-image\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/drP8vlvSl_8.gif\" \/>\u003C\/a>\u003Cdiv data-jsid=\"progress-bar-container\" class=\"_5sly hidden_elem\">\u003Cdiv class=\"_5e4h _5e2k _5e2l\" data-jsid=\"progress-bar\" id=\"u_0_14\">\u003Cdiv class=\"_5e4k _5e2d\" style=\"width:0\u0025\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_5uf0 hidden_elem\" data-jsid=\"cancel-button-container\">\u003Clabel class=\"uiCloseButton uiCloseButtonSmall uiCloseButtonSmallDark\" for=\"u_0_15\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"cancel-button\" id=\"u_0_15\" \/>\u003C\/label>\u003C\/div>\u003C\/div>\u003Cdiv class=\"MercuryLinkRight rfloat _ohf\">\u003Cdiv class=\"MercuryLinkTitle\">\u003Ca class=\"linkTitle\" target=\"_blank\" href=\"#\" data-jsid=\"name\" role=\"button\">\u003C\/a>\u003C\/div>\u003Cdiv class=\"fsm fwn fcg\" data-jsid=\"shortLink\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},3],["m_0_3w",{"__html":"\u003Cdiv class=\"_59go _59gq\">\u003Ca class=\"uiIconText _3tn\" href=\"#\" data-jsid=\"link\" role=\"button\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_d99395\">\u003C\/i>\u003Cspan data-jsid=\"filename\" class=\"_59gp\">\u003C\/span>\u003C\/a>\u003C\/div>"},2],["m_0_3x",{"__html":"\u003Cdiv class=\"_59go _59gq\">\u003Cspan class=\"uiIconText _3tn\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_d99395\">\u003C\/i>\u003Cspan data-jsid=\"filename\" class=\"filename\">\u003C\/span>\u003C\/span>\u003C\/div>"},2],["m_0_3y",{"__html":"\u003Cdiv class=\"_59go _59gq\">\u003Cdiv class=\"_59gs\">\u003Cdiv data-jsid=\"openLinkContainer\" class=\"_59gr hidden_elem\">\u003Ca class=\"_59hm\" href=\"#\" data-jsid=\"openFile\" role=\"button\">open\u003C\/a> \u00b7 \u003C\/div>\u003Ca class=\"_59hn\" href=\"#\" data-jsid=\"downloadFile\" role=\"button\">download\u003C\/a>\u003C\/div>\u003Ca class=\"uiIconText _3tn\" href=\"#\" data-jsid=\"link\" role=\"button\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_d99395\">\u003C\/i>\u003Cspan class=\"_59gp\" data-jsid=\"filename\">\u003C\/span>\u003C\/a>\u003C\/div>"},2],["m_0_3z",{"__html":"\u003Cdiv class=\"musicAttachment\">\u003Cdiv class=\"_59go _59gq\" data-jsid=\"icon_link\">\u003Ca class=\"uiIconText _3tn\" href=\"#\" data-jsid=\"link\" role=\"button\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_d99395\">\u003C\/i>\u003Cspan data-jsid=\"filename\" class=\"_59gp\">\u003C\/span>\u003C\/a>\u003C\/div>\u003Cdiv class=\"_rpb clearfix stat_elem\" data-jsid=\"preview\">\u003Ca class=\"_ksh\" aria-label=\"Uploaded\" data-jsid=\"image-link\" href=\"#\" role=\"img\" target=\"_blank\">\u003Cimg alt=\"\" data-jsid=\"preview-image\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/drP8vlvSl_8.gif\" \/>\u003C\/a>\u003Cdiv data-jsid=\"progress-bar-container\" class=\"_5sly hidden_elem\">\u003Cdiv class=\"_5e4h _5e2k _5e2l\" data-jsid=\"progress-bar\" id=\"u_0_16\">\u003Cdiv class=\"_5e4k _5e2d\" style=\"width:0\u0025\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_5uf0 hidden_elem\" data-jsid=\"cancel-button-container\">\u003Clabel class=\"uiCloseButton uiCloseButtonSmall uiCloseButtonSmallDark\" for=\"u_0_17\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"cancel-button\" id=\"u_0_17\" \/>\u003C\/label>\u003C\/div>\u003C\/div>\u003C\/div>"},3],["m_0_42",{"__html":"\u003Cdiv class=\"_rpb clearfix stat_elem\">\u003Ca class=\"_ksh\" aria-label=\"Uploaded\" data-jsid=\"image-link\" href=\"#\" role=\"img\" target=\"_blank\">\u003Cimg alt=\"\" data-jsid=\"preview-image\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/drP8vlvSl_8.gif\" \/>\u003C\/a>\u003Cdiv data-jsid=\"progress-bar-container\" class=\"_5sly hidden_elem\">\u003Cdiv class=\"_5e4h _5e2k _5e2l\" data-jsid=\"progress-bar\" id=\"u_0_18\">\u003Cdiv class=\"_5e4k _5e2d\" style=\"width:0\u0025\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_5uf0 hidden_elem\" data-jsid=\"cancel-button-container\">\u003Clabel class=\"uiCloseButton uiCloseButtonSmall uiCloseButtonSmallDark\" for=\"u_0_19\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"cancel-button\" id=\"u_0_19\" \/>\u003C\/label>\u003C\/div>\u003C\/div>"},3],["m_0_45",{"__html":"\u003Cdiv class=\"_59go\">\u003Ca data-jsid=\"link\" target=\"_blank\" href=\"#\" role=\"button\">\u003Cspan data-jsid=\"name\">\u003C\/span>\u003C\/a>\u003C\/div>"},2],["m_0_46",{"__html":"\u003Cdiv class=\"_59go\">\u003Cdiv class=\"MercuryEventShare\">\u003Cdiv class=\"MercuryEventSharePreview\">\u003Cdiv class=\"_rpb clearfix stat_elem\" data-jsid=\"preview\">\u003Ca class=\"_ksh\" aria-label=\"Uploaded\" data-jsid=\"image-link\" href=\"#\" role=\"img\" target=\"_blank\">\u003Cimg alt=\"\" data-jsid=\"preview-image\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/drP8vlvSl_8.gif\" \/>\u003C\/a>\u003Cdiv data-jsid=\"progress-bar-container\" class=\"_5sly hidden_elem\">\u003Cdiv class=\"_5e4h _5e2k _5e2l\" data-jsid=\"progress-bar\" id=\"u_0_1a\">\u003Cdiv class=\"_5e4k _5e2d\" style=\"width:0\u0025\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"_5uf0 hidden_elem\" data-jsid=\"cancel-button-container\">\u003Clabel class=\"uiCloseButton uiCloseButtonSmall uiCloseButtonSmallDark\" for=\"u_0_1b\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"cancel-button\" id=\"u_0_1b\" \/>\u003C\/label>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"MercuryEventShareTitle\">\u003Ca class=\"eventShareTitle\" target=\"_blank\" href=\"#\" data-jsid=\"name\" role=\"button\">\u003C\/a>\u003C\/div>\u003C\/div>\u003C\/div>"},3],["m_0_49",{"__html":"\u003Cdiv class=\"_59go\">\u003Cdiv data-jsid=\"post\">\u003C\/div>\u003C\/div>"},2],["m_0_4a",{"__html":"\u003Cdiv class=\"_59go\">\u003Ca class=\"uiVideoThumb videoPreview\" href=\"#\" data-jsid=\"thumb\" role=\"button\">\u003Cimg class=\"img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/-PAXP-deijE.gif\" alt=\"Play Video\" \/>\u003Ci>\u003C\/i>\u003C\/a>\u003C\/div>"},2],["m_0_4b",{"__html":"\u003Cdiv class=\"_2qh _2qe uploadFileRow\">\u003Cimg class=\"_2qf img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif\" alt=\"\" width=\"16\" height=\"11\" \/>\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _2qg _50zz _50z-\" title=\"Remove\" aria-label=\"Remove file\" data-jsid=\"closeFileUpload\" type=\"submit\">Remove\u003C\/button>\u003Cdiv class=\"_4-te\">\u003Cspan class=\"uiIconText _3tn\" data-jsid=\"iconText\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_d99395\">\u003C\/i>\u003C\/span>\u003C\/div>\u003C\/div>"},2],["m_0_4c",{"__html":"\u003Cdiv class=\"_2qh _2qe _5e52\">\u003Cimg class=\"_2qf img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif\" alt=\"\" width=\"16\" height=\"11\" \/>\u003Clabel class=\"_2qg uiCloseButton uiCloseButtonSmall uiCloseButtonSmallDark\" for=\"u_0_1c\">\u003Cinput aria-label=\"Remove\" title=\"Remove\" type=\"button\" data-jsid=\"closeFileUpload\" id=\"u_0_1c\" \/>\u003C\/label>\u003C\/div>"},2],["m_0_4d",{"__html":"\u003Cdiv class=\"mas pam uiBoxYellow\">\u003Cstrong>This message is no longer available\u003C\/strong> because it was identified as abusive or marked as spam.\u003C\/div>"},2],["m_0_4e",{"__html":"\u003Cdiv class=\"_542d\">\u003Ci class=\"img sp_F6Afu2XGiZY sx_79ea22\">\u003C\/i>\u003Cspan class=\"_55r7\">Failed to send\u003C\/span>\u003C\/div>"},2],["m_0_4f",{"__html":"\u003Cdiv class=\"_542d\">\u003Cimg class=\"img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yS\/r\/gW6cs5yrSlg.gif\" alt=\"\" width=\"15\" height=\"15\" \/>\u003Cspan class=\"_55r6\">Sending...\u003C\/span>\u003C\/div>"},2],["m_0_4g",{"__html":"\u003Ci class=\"mrs MercuryThreadlistIcon img sp_zx-0ABL3iAw sx_968b36\">\u003C\/i>"},2],["m_0_4h",{"__html":"\u003Cspan class=\"uiIconText _3tn\">\u003Ci class=\"img sp_zx-0ABL3iAw sx_d99395\">\u003C\/i>\u003C\/span>"},2],["m_0_4i",{"__html":"\u003Cdiv class=\"uiTypeahead\">\u003Cdiv class=\"wrap\">\u003Cinput type=\"hidden\" autocomplete=\"off\" class=\"hiddenInput\" \/>\u003Cdiv class=\"innerWrap\">\u003Cinput type=\"text\" class=\"inputtext textInput\" data-jsid=\"textfield\" \/>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_4j",{"__html":"\u003Cdiv class=\"clearfix uiTokenizer uiInlineTokenizer\">\u003Cdiv class=\"tokenarea hidden_elem\" data-jsid=\"tokenarea\">\u003C\/div>\u003C\/div>"},2],["m_0_4k",{"__html":"\u003Cli class=\"_2qm\">\u003Cdiv class=\"clearfix\">\u003Cdiv class=\"lfloat _ohe\">\u003Cspan data-jsid=\"text\">\u003C\/span>\u003C\/div>\u003Cdiv class=\"rfloat _ohf\">\u003Cspan>\u003Cimg class=\"_356 img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif\" alt=\"\" data-jsid=\"loadingSpinner\" width=\"16\" height=\"11\" \/>\u003Ca class=\"_357\" data-jsid=\"link\" href=\"#\" role=\"button\">\u003C\/a>\u003C\/span>\u003C\/div>\u003C\/div>\u003C\/li>"},2],["m_0_4l",{"__html":"\u003Cli class=\"_2qs\">\u003Cdiv class=\"clearfix pvs\">\u003Cdiv class=\"MercuryThreadImage mrm _3ks lfloat _ohe\" data-jsid=\"image\">\u003Cimg class=\"_s0 _rw img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/drP8vlvSl_8.gif\" \/>\u003C\/div>\u003Cdiv class=\"_2qr\">\u003Cspan class=\"_2qn\" data-jsid=\"name\">\u003C\/span>\u003Cdiv class=\"_2qq fsm fwn fcg\" data-jsid=\"snippet\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/li>"},2],["m_0_4m",{"__html":"\u003Cimg class=\"hidden_elem _1sk7 img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yk\/r\/LOOn0JtHNzb.gif\" alt=\"\" width=\"16\" height=\"16\" \/>"},2],["m_0_4n",{"__html":"\u003Cli>\u003Ca class=\"messagesContent\" data-jsid=\"link\" href=\"#\" role=\"button\">\u003Cdiv class=\"clearfix\">\u003Cdiv class=\"MercuryThreadImage _8o _8s lfloat _ohe\" data-jsid=\"image\">\u003Cimg class=\"_s0 _rw img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/drP8vlvSl_8.gif\" \/>\u003C\/div>\u003Cdiv class=\"clearfix _42ef\">\u003Cdiv class=\"snippetThumbnail rfloat _ohf\">\u003Cspan class=\"_56hv hidden_elem\" data-jsid=\"snippet-thumbnail-single\">\u003Ci style=\"background-image: url(\/images\/blank.gif);\">\u003C\/i>\u003C\/span>\u003Cspan class=\"hidden_elem\" data-jsid=\"snippet-thumbnail-multiple\">\u003Cspan class=\"_56hy\">\u003C\/span>\u003Cspan class=\"_56hv\">\u003Ci style=\"background-image: url(\/images\/blank.gif);\">\u003C\/i>\u003C\/span>\u003C\/span>\u003C\/div>\u003Cdiv class=\"content fsm fwn fcg\">\u003Cdiv class=\"author\">\u003Cstrong data-jsid=\"name\">\u003C\/strong>\u003Cspan class=\"presenceIndicator\" data-jsid=\"presenceIndicator\">\u003C\/span>\u003C\/div>\u003Cdiv class=\"snippet preview fsm fwn fcg\">\u003Cspan data-jsid=\"snippet\">\u003C\/span>\u003C\/div>\u003Cdiv class=\"time\">\u003Cabbr title=\"Thursday, January 1, 1970 at 4:30am\" data-utime=\"0\" class=\"hidden_elem timestamp\" data-jsid=\"timestamp\">over a year ago\u003C\/abbr>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/a>\u003C\/li>"},2]],"elements":[["m_0_0","u_0_0",2],["m_0_6","u_0_1",2],["m_0_9","fbRequestsJewel",2],["m_0_e","u_0_2",2],["m_0_h","u_0_3",2],["m_0_i","MercuryJewelThreadList",2],["m_0_p","fbNotificationsJewel",2],["m_0_s","u_0_4",2],["m_0_k","u_0_6",2],["m_0_v","u_0_8",2],["m_0_10","u_0_9",2],["m_0_x","u_0_a",2],["m_0_z","u_0_b",2],["m_0_14","u_0_d",2],["m_0_13","u_0_e",6],["m_0_18","logout_form",2],["m_0_5","u_0_f",2],["m_0_3","u_0_g",2],["m_0_b","requestsCountValue",2],["m_0_g","mercurymessagesCountValue",2],["m_0_r","notificationsCountValue",2],["m_0_t","u_0_5",2],["m_0_u","u_0_7",2],["m_0_y","u_0_h",2],["m_0_w","u_0_i",2],["m_0_4","u_0_j",2],["m_0_19","logout_form",2],["m_0_12","u_0_k",2],["m_0_2","u_0_l",2],["m_0_2r","u_0_m",2,"m_0_2q"],["m_0_2t","u_0_n",2,"m_0_2s"],["m_0_2v","u_0_o",2,"m_0_2u"],["m_0_32","u_0_q",2,"m_0_31"],["m_0_3b","u_0_u",2,"m_0_39"],["m_0_3a","u_0_v",4,"m_0_39"],["m_0_3i","u_0_y",2,"m_0_3h"],["m_0_3j","u_0_z",2,"m_0_3h"],["m_0_3l","u_0_12",2,"m_0_3k"],["m_0_3m","u_0_13",2,"m_0_3k"],["m_0_3u","u_0_14",2,"m_0_3t"],["m_0_40","u_0_16",2,"m_0_3z"],["m_0_43","u_0_18",2,"m_0_42"],["m_0_47","u_0_1a",2,"m_0_46"]],"require":[["Intl","setPhonologicalRules",[],[{"meta":{"\/_B\/":"([.,!?\\s]|^)","\/_E\/":"([.,!?\\s]|$)"},"patterns":{"\/\u0001(.*)('|&#039;)s\u0001(?:'|&#039;)s(.*)\/":"\u0001$1$2s\u0001$3","\/_\u0001([^\u0001]*)\u0001\/e":"mb_strtolower(\"\u0001$1\u0001\")","\/\\^\\x01([^\\x01])(?=[^\\x01]*\\x01)\/e":"mb_strtoupper(\"\u0001$1\")","\/_\u0001([^\u0001]*)\u0001\/":"javascript"}}]],["PostLoadJS","loadAndRequire",[],["DimensionTracking"]],["PostLoadJS","loadAndCall",[],["HighContrastMode","init",[{"isHCM":false,"spacerImage":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/-PAXP-deijE.gif"}]]],["PostLoadJS","loadAndCall",[],["DetectBrokenProxyCache","run",[100000590753545,"c_user"]]],["ScriptPath","set",[],["\/home.php","22ccdf43","8f6fd7dd"]],["ClickRefLogger"],["userAction","setUATypeConfig",[],[{"ua:e":false}]],["ScriptPathState","setUserURISampleRate",[],[0.0002]],["userAction","setCustomSampleConfig",[],[{"ua:n":{"test":{"ua_id":{"test":true}}},"ua:i":{"snowlift":{"action":{"open":true,"close":true}},"snowflake":{"action":{"open":true,"close":true}},"canvas":{"action":{"mouseover":true,"mouseout":true}}}}]],["Chromedome","start",[],[{"wipe":1,"hardConsole":1,"warnings":[["\u0025cCareful. This might not do what you think.","font-size:40px; background-color:red; color:yellow; font-weight:bold; font-family:tahoma;"],["\u0025cThis is a browser feature intended for developers. If someone told you to copy-paste something here to enable a Facebook feature or \"hack\" someone's account,\u0025c it is probably a scam and will give them access to your Facebook account.","font-size:20px; font-family:tahoma","font-size:20px; font-family:tahoma; font-weight:bold"]],"block":"The developer console is temporarily disabled; see https:\/\/www.facebook.com\/selfxss for more information"}]],["UserActionHistory"],["ScriptPathLogger","startLogging",[],[]],["TimeSpentBitArrayLogger","init",[],[]],["SyntaxErrorMonitor","init",[],[{"bump_freq_day":1,"cookie_ttl_sec":604800}]],["PixelRatio","startDetecting",[],[1]],["PostLoadJS","loadAndCall",[],["TimezoneAutoset","setTimezone",[1406489188,330,false]]],["Arbiter","inform",[],["LitestandMessages\/NewsFeedLoad",[],"persistent"]],["PostLoadJS","loadAndRequire",[],["DimensionLogging"]],["DocumentTitle","set",[],["Facebook",false]],["HomeTickerFirstRightColumnController","init",[],[{"enableSidebar":true,"maxFixedAds":7,"tickerMaxHeight":425,"tickerMinHeight":225,"tickerHeightRatio":0.4,"tickerAbsMinHeight":120,"adsRefreshConfig":{"interval":50000,"delay":500,"stateRefresh":true,"pager":false,"fade":false},"hasLitestandClassicCards":true,"areAllSectionsFixable":false},{"pid":27,"data":{"organic_only":false,"ads_only":false,"refresh_num":0}}]],["LitestandClassicRHC","init",["m_0_0"],[{"__m":"m_0_0"}]],["m_0_1"],["Quickling"],["TinyViewport"],["WebStorageMonster","schedule",[],[false]],["LitestandClassicPlaceHolders","register",["m_0_2"],["sidebar",{"__m":"m_0_2"}]],["NotificationJewelReminder","init",[],[{"filter":0,"show_time":5000}]],["LiveTimer","restart",[],[1406489188]],["MessagingReliabilityLogger"],["LitestandChromeHomeCount","init",[],[4]],["BlueBar","listen",["m_0_3"],[{"__m":"m_0_3"}]],["AccessibleMenu","init",["m_0_4"],[{"__m":"m_0_4"}]],["BlueBar","listen",["m_0_5"],[{"__m":"m_0_5"}]],["BlueBarMinWidth","init",[],[]],["AccessibilityShortcut","init",["m_0_6"],[{"__m":"m_0_6"},"newsFeedHeading"]],["m_0_8"],["m_0_c"],["TitanLeftNav","initialize",[],[]],["m_0_d"],["ChatOpenTab","listenOpenEmptyTab",["m_0_h"],[{"__m":"m_0_h"},"MessagesJewelHeader"]],["Scrollable"],["m_0_j"],["m_0_l"],["m_0_m"],["m_0_o"],["m_0_n"],["PrivacyLiteFlyout","registerFlyoutToggler",["m_0_u","m_0_v"],[{"__m":"m_0_u"},{"__m":"m_0_v"},null]],["Primer"],["m_0_11"],["PlaceholderListener"],["PlaceholderOnsubmitFormListener"],["FlipDirectionOnKeypress"],["enforceMaxLength"],["ViewasChromeBar","initChromeBar",["m_0_12"],[{"__m":"m_0_12"}]],["PagesVoiceBar","initVoiceBar",[],[]],["FacebarNavigation","registerInput",["m_0_13"],[{"__m":"m_0_13"}]],["m_0_15"],["m_0_17"],["WebStorageMonster","registerLogoutForm",["m_0_18"],[{"__m":"m_0_18"},["^Banzai$","^bz","^mutex","^msys","^\\:userchooser\\:osessusers$","^\\:userchooser\\:settings$","^[0-9]+:powereditor:","^[0-9]+:page_insights:","^brands\\:console\\:config$","^CacheStorageVersion$","^consoleEnabled$","^jt$"]]],["ModuleErrorLogger","init",[],[]],["m_0_3c"],["Typeahead","init",["m_0_3a","m_0_3c"],[{"__m":"m_0_3a"},{"__m":"m_0_3c"},[],null]],["SelectorDeprecated"],["m_0_3v"],["m_0_41"],["m_0_44"],["m_0_48"]]}); onloadRegister_DEPRECATED(function (){window.presenceRequests = require("m_0_7");}); </script> <!-- BigPipe construction and first response --> <script>var bigPipe = new (require("BigPipe"))({"lid":0,"forceFinish":true});</script> <script>bigPipe.onPageletArrive({"id":"first_response","phase":0,"jsmods":{},"is_last":true,"css":["bFa3M","W39r7","qfZQ2","kFNWO","wSNSL","AdGuG","ARvZo","UAyFP","8BdUi","XwoJp","Z6dBe"],"ixData":{"\/images\/chat\/chat_camera_icon.png":{"sprited":true,"spriteMapCssClass":"sp_F6Afu2XGiZY","spriteCssClass":"sx_3b843e"},"\/images\/chat\/chat_play_icon.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yJ\/r\/BjZ6_Kt6QGG.png","width":60,"height":60},"\/images\/icons\/video.gif":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_23b09a"},"images\/spacer.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/-PAXP-deijE.gif","width":1,"height":1},"\/images\/messaging\/stickers\/selector\/store.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_3f9e59"},"\/images\/messaging\/stickers\/selector\/leftarrow.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_843cdf"},"\/images\/messaging\/stickers\/selector\/rightarrow.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_0ecff0"},"\/images\/messaging\/stickers\/icons\/sad_face.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/5GRqxHJJ42g.png","width":81,"height":80},"\/images\/loaders\/indicator_blue_large.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y9\/r\/jKEcVPZFk-2.gif","width":32,"height":32},"\/images\/loaders\/indicator_blue_medium.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yk\/r\/LOOn0JtHNzb.gif","width":16,"height":16},"\/images\/loaders\/indicator_blue_small.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yb\/r\/GsNJNwuI-UM.gif","width":16,"height":11},"\/images\/loaders\/indicator_white_large.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yG\/r\/b53Ajb4ihCP.gif","width":32,"height":32},"\/images\/loaders\/indicator_white_small.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y-\/r\/AGUNXgX_Wx3.gif","width":16,"height":11},"\/images\/loaders\/indicator_black.gif":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y7\/r\/pgEFhPxsWZX.gif","width":32,"height":32},"\/images\/messaging\/stickers\/store\/characters.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yS\/r\/6l9hkjIuMNg.png","width":688,"height":142},"\/images\/messaging\/stickers\/store\/basket.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/tRgMzb-a6Q9.png","width":38,"height":34},"\/images\/messaging\/stickers\/store\/backarrow.png":{"sprited":false,"uri":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yv\/r\/wNyEZeXrqCV.png","width":8,"height":12}},"js":["oA+g0","A3tsq","ZQfFN","AbNEf","uMuQj","T3PSi","4vv8\/","yfRoF","Suw\/5","Wc6QC","zFEBF","kW7VI","YuKpR","2xGCL","ru4+m","MDo8O","Nd\/C+","yzfhX","SsUry","KKBlw","MV+4i","b4ccv","kkk4S"],"displayJS":["oA+g0","ZQfFN","A3tsq"]})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_welcome_box":{"container_id":"u_0_1d"}},"jsmods":{"require":[["AsyncRequestNectarLogging"]]},"css":["bFa3M","W39r7"],"js":["oA+g0","ZQfFN","yfRoF"],"id":"pagelet_welcome_box","phase":1})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_navigation":{"container_id":"u_0_1e"}},"css":["bFa3M","W39r7"],"resource_map":{"X2CJw":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/3hoWhkPBVTH.js"}},"js":["oA+g0","ZQfFN","T3PSi","AbNEf","zFEBF","yfRoF","X2CJw"],"provides":["pagelet_controller::home_side_future_nav"],"jscc_map":"({\"j1GhovmTANUjEyMdgZ0\":function(){return new FutureHomeSideNav();}})","onload":["JSCC.get(\"j1GhovmTANUjEyMdgZ0\").init($(\"sideNav\"), \"nf\", false);"],"id":"pagelet_navigation","phase":1})</script> <script>bigPipe.onPageletArrive({"content":{"stream_pagelet":{"container_id":"u_0_1g"}},"jsmods":{"elements":[["m_0_4o","u_0_1f",2]],"require":[["BookmarkFeedSorter","setChecked",[],["h_nor"]],["Arbiter","inform",[],["LitestandMessages\/NewsFeedLoad",[],"persistent"]],["LitestandClassicPlaceHolders","register",["m_0_4o"],["feed",{"__m":"m_0_4o"}]]]},"css":["bFa3M","W39r7"],"js":["T3PSi"],"id":"stream_pagelet","phase":1})</script> <script>bigPipe.onPageletArrive({"append":"pagelet_pinned_nav","display_dependency":["pagelet_navigation"],"content":{"pagelet_pinned_nav_lite":{"container_id":"u_0_1h"}},"jsmods":{"instances":[["m_0_4q",["MercuryLeftNav","m_0_4p"],[{"__m":"m_0_4p"},{"message_counts":[{"unread_count":39,"unseen_count":1,"seen_timestamp":1406378013865,"last_action_id":null,"folder":"inbox"}],"payload_source":"unknown"}],1]],"elements":[["m_0_4p","navItem_app_217974574879787",2]],"require":[["m_0_4q"]]},"css":["W39r7","bFa3M","qfZQ2","wBLFA"],"resource_map":{"wBLFA":{"type":"css","permanent":1,"nonblocking":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y8\/r\/48O9yQoVg6T.css"}},"js":["oA+g0","ZQfFN","T3PSi","AbNEf","zFEBF","yfRoF","X2CJw","yzfhX","A3tsq"],"requires":["pagelet_controller::home_side_future_nav"],"onload":["FutureSideNav.getInstance().initSection({\"id\":\"pinnedNav\",\"editEndpoint\":\"\\\/ajax\\\/bookmark\\\/edit\\\/\"}, [{\"id\":\"navItem_app_4748854339\",\"key\":[\"app_4748854339\",\"nf\",\"lf\",\"h\",\"h_chr\",\"h_nor\",\"h\",\"lf\",\"cg\",\"app_2915120374\",\"pp\",\"app_10150110253435258\"],\"path\":[\"\\\/\"],\"type\":\"type_facebook_app\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":true,\"highlighted\":false},{\"id\":\"navItem_app_217974574879787\",\"key\":[\"app_217974574879787\",\"inbox\",\"messages\"],\"path\":[\"\\\/messages\\\/\"],\"type\":\"type_facebook_app\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_2344061033\",\"key\":[\"app_2344061033\"],\"path\":[\"\\\/events\\\/list\",\"\\\/events\\\/\",{\"regex\":\"\\\\\\\/events\\\\\\\/!(friends|create)\\\\\\\/\"}],\"type\":\"type_facebook_app\",\"endpoint\":null,\"selected\":false,\"highlighted\":false}]);"],"id":"pagelet_pinned_nav_lite","phase":1})</script> <script>bigPipe.onPageletArrive({"display_dependency":["stream_pagelet"],"content":{"pagelet_composer":{"container_id":"u_0_22"}},"jsmods":{"instances":[["m_0_4y",["ComposerXBootloadStatusAttachment","m_0_4x"],[{"__m":"m_0_4x"},{"mentionsPlaceholder":"What's on your mind?","targetID":100000590753545,"targetIsPage":false,"plus_version":1,"postActionsButton":null,"remove_url":"\/ajax\/composerx\/attachment\/status\/","classname":"_4j","useSuggestionFramework":false,"newverbsNUXDialog":null}],3],["m_0_56",["MentionsInput","m_0_55","m_0_57","m_0_53","m_0_58"],[{"__m":"m_0_55"},{"__m":"m_0_57"},{"__m":"m_0_53"},{"hashtags":true,"autosuggest_pages":"include_authoritative"},null,{"__m":"m_0_58"}],3],["m_0_57",["Typeahead","m_0_59","MentionsTypeaheadAreaView","CompactTypeaheadRenderer","m_0_53","TypeaheadAreaCore","m_0_54"],[{"__m":"m_0_59"},{"node_id":"","node":null,"ctor":{"__m":"MentionsTypeaheadAreaView"},"options":{"autoSelect":true,"renderer":{"__m":"CompactTypeaheadRenderer"},"causalElement":{"__m":"m_0_53"},"maxResults":10,"minWidth":0,"alignment":"left","showBadges":true,"scrollarea":false}},{"ctor":{"__m":"TypeaheadAreaCore"},"options":{}},{"__m":"m_0_54"}],5],["m_0_5e",["InstanceProxy","m_0_5f"],[{"__m":"m_0_5f"}],3],["m_0_5f",["InstanceProxy","m_0_5g"],[{"__m":"m_0_5g"}],3],["m_0_5h",["ContextualDialog","ContextualDialogArrow","ContextualDialogDefaultTheme","LayerFadeOnShow","DialogHideOnSuccess","LayerHideOnTransition","LayerRemoveOnHide","LayerAutoFocus","ContextualLayerAutoFlip","LayerTabIsolation","m_0_5i"],[{"width":300,"context":null,"contextID":null,"contextSelector":null,"position":"below","alignment":"center","offsetX":0,"offsetY":0,"arrowBehavior":{"__m":"ContextualDialogArrow"},"theme":{"__m":"ContextualDialogDefaultTheme"},"addedBehaviors":[{"__m":"LayerFadeOnShow"},{"__m":"DialogHideOnSuccess"},{"__m":"LayerHideOnTransition"},{"__m":"LayerRemoveOnHide"},{"__m":"LayerAutoFocus"},{"__m":"ContextualLayerAutoFlip"},{"__m":"LayerTabIsolation"}],"classNames":["metaComposerUserEd"]},{"__m":"m_0_5i"}],3],["m_0_5g",["PrivacySelectorBase","m_0_5j","m_0_5l","m_0_5k","m_0_5m"],[{"__m":"m_0_5j"},{"__m":"m_0_5l"},{"__m":"m_0_5k"},{"__m":"m_0_5m"},{"privacy_fbid":0,"is_saved_on_select":true,"supports_tag_expansion":true,"should_prefix_tooltip_apps":false,"should_display_label":true,"content_type":"new_content","render_location":3,"tagged_uids":[],"ent_id":0,"use_async_menu":false,"selector_sync_key":8787670733}],3],["m_0_5m",["PopoverMenu","m_0_5n","m_0_5j","m_0_5l"],[{"__m":"m_0_5n"},{"__m":"m_0_5j"},{"__m":"m_0_5l"},[]],3],["m_0_5n",["Popover","m_0_5o","m_0_5j","ContextualLayerAutoFlip","ContextualLayerPositionClassOnContext"],[{"__m":"m_0_5o"},{"__m":"m_0_5j"},[{"__m":"ContextualLayerAutoFlip"},{"__m":"ContextualLayerPositionClassOnContext"}],{"alignh":"right"}],3],["m_0_50",["ComposerXContext"],[{"actorID":100000590753545,"postID":null}],2],["m_0_58",["TypeaheadMetrics"],[{"extraData":{"event_name":"mentions","from_location":"status"}}],4],["m_0_59",["DataSource"],[{"maxResults":10,"queryData":{"viewer":100000590753545,"filter":["page","app","user"],"max_result":10,"context":"topics_limited_autosuggest","rsp":"mentions"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"viewer":100000590753545,"filter":["user","page","app","group","event"],"options":["friends_only","nm"],"token":"v7","context":"mentions","rsp":"mentions"},"bootstrapEndpoint":"\/ajax\/typeahead\/first_degree.php","kanaNormalization":true,"enabledLocalCache":true,"enabledMergeUids":true,"token":"1406485711-7"}],2],["m_0_5l",["PrivacySelectableMenu","MenuStaticItem","m_0_5p","PrivacySelectorOptionNew","m_0_5q","m_0_5r","m_0_5s","m_0_5t","m_0_5u","m_0_5v","MenuSelectableItem","m_0_5w","m_0_5x","m_0_5y","m_0_5z","m_0_60","PrivacySelectorCustomOption","m_0_61","m_0_62","m_0_63","MenuSeparator","m_0_64","m_0_65","m_0_66","m_0_67","m_0_68","m_0_69","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"_1jpl","ctor":{"__m":"MenuStaticItem"},"markup":{"__m":"m_0_5p"},"className":"_1jpl"},{"selected":false,"value":"0","renderlocation":3,"renderasprimaryoption":true,"hastags":false,"triggericonstyle":1,"iconsrc":"\/images\/icons\/audience\/everyone.png","class":"_5heu","ctor":{"__m":"PrivacySelectorOptionNew"},"markup":{"__m":"m_0_5q"},"label":"Public","title":"","className":"_5heu","icon":{"__m":"m_0_5r"},"tooltip":"Public","postParam":300645083384735,"baseLabel":"Public","showPlusOnTagExpansion":false,"tagExpansionBehavior":0,"baseValue":80,"hasTags":false,"triggerIcon":{"__m":"m_0_5s"},"isPrimaryOption":true,"optionSubtitle":{"__html":"Anyone on or off Facebook"},"optionSubtitleWithTags":{"__html":"Anyone on or off Facebook"}},{"selected":true,"value":"1","renderlocation":3,"renderasprimaryoption":true,"hastags":false,"triggericonstyle":1,"iconsrc":"\/images\/icons\/audience\/friends.png","class":"_5heu","ctor":{"__m":"PrivacySelectorOptionNew"},"markup":{"__m":"m_0_5t"},"label":"Friends","title":"","className":"_5heu","icon":{"__m":"m_0_5u"},"tooltip":"Your friends","postParam":291667064279714,"baseLabel":"Friends","showPlusOnTagExpansion":true,"tagExpansionBehavior":2,"baseValue":40,"hasTags":false,"triggerIcon":{"__m":"m_0_5v"},"isPrimaryOption":true,"optionSubtitle":{"__html":"Your friends on Facebook"},"optionSubtitleWithTags":{"__html":"Your friends, anyone tagged, and their friends"}},{"aria-haspopup":"true","class":"_2myv","iconsrc":"\/images\/ui\/x\/button\/chevron.png","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_5w"},"label":"More Options","title":"","className":"_2myv","icon":{"__m":"m_0_5x"}},{"selected":false,"value":"2","renderlocation":3,"renderasprimaryoption":false,"hastags":false,"triggericonstyle":1,"class":"privacySelectorOptions\/belowFold hidden_elem","iconsrc":"\/images\/icons\/audience\/onlyme.png","ctor":{"__m":"PrivacySelectorOptionNew"},"markup":{"__m":"m_0_5y"},"label":"Only Me","title":"","className":"privacySelectorOptions\/belowFold hidden_elem","icon":{"__m":"m_0_5z"},"tooltip":"Only Me","postParam":286958161406148,"baseLabel":"Only Me","showPlusOnTagExpansion":true,"tagExpansionBehavior":1,"baseValue":10,"hasTags":false,"triggerIcon":{"__m":"m_0_60"}},{"autosave":true,"limitcommunity":false,"limitfacebook":false,"limitfof":false,"limittagexpand":false,"privacyfbid":0,"triggericonstyle":1,"value":"3","class":"privacySelectorOptions\/belowFold hidden_elem","iconsrc":"\/images\/icons\/audience\/custom.png","id":"u_0_1x","ctor":{"__m":"PrivacySelectorCustomOption"},"markup":{"__m":"m_0_61"},"label":"Custom","title":"","className":"privacySelectorOptions\/belowFold hidden_elem","icon":{"__m":"m_0_62"},"postParam":291667064279714,"baseValue":111,"tagExpansionBehavior":2,"triggerIcon":{"__m":"m_0_63"}},{"class":"privacySelectorOptions\/belowFold hidden_elem","ctor":{"__m":"MenuSeparator"},"className":"privacySelectorOptions\/belowFold hidden_elem"},{"selected":false,"value":"4","renderlocation":3,"renderasprimaryoption":false,"hastags":false,"triggericonstyle":1,"class":"privacySelectorOptions\/belowFold hidden_elem","iconsrc":"\/images\/icons\/privacy\/selector\/friendlistsmonochromatic\/close-mono.png","ctor":{"__m":"PrivacySelectorOptionNew"},"markup":{"__m":"m_0_64"},"label":"Close Friends","title":"","className":"privacySelectorOptions\/belowFold hidden_elem","icon":{"__m":"m_0_65"},"tooltip":"Close Friends","postParam":"274781305884892","baseLabel":"Close Friends","showPlusOnTagExpansion":true,"tagExpansionBehavior":1,"baseValue":111,"hasTags":false,"triggerIcon":{"__m":"m_0_66"}},{"selected":false,"value":"5","renderlocation":3,"renderasprimaryoption":false,"hastags":false,"triggericonstyle":1,"class":"privacySelectorOptions\/belowFold hidden_elem","iconsrc":"\/images\/icons\/privacy\/selector\/friendlistsmonochromatic\/location-mono.png","ctor":{"__m":"PrivacySelectorOptionNew"},"markup":{"__m":"m_0_67"},"label":"Gurgaon, Haryana Area","title":"","className":"privacySelectorOptions\/belowFold hidden_elem","icon":{"__m":"m_0_68"},"tooltip":"Gurgaon, Haryana Area","postParam":"527879937241693","baseLabel":"Gurgaon, Haryana Area","showPlusOnTagExpansion":true,"tagExpansionBehavior":1,"baseValue":111,"hasTags":false,"triggerIcon":{"__m":"m_0_69"}}],{"id":"u_0_1y","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"className":"_57di _2wli","maxheight":390,"theme":{"__m":"XUIMenuTheme"},"renderlocation":3,"contenttype":"new_content"}],5]],"markup":[["m_0_5i",{"__html":"\u003Cdiv>\u003Cdiv class=\"pam\">\u003Cdiv>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_5p",{"__html":"\u003Cspan class=\"fsm\">Who should see this?\u003C\/span>"},2],["m_0_5q",{"__html":"Public"},2],["m_0_5r",{"__html":"\u003Ci class=\"mrs img sp_xFwBv1W8Ynk sx_2892e7\">\u003C\/i>"},2],["m_0_5s",{"__html":"\u003Ci class=\"mrs img sp_xFwBv1W8Ynk sx_2892e7\">\u003C\/i>"},2],["m_0_5t",{"__html":"Friends"},2],["m_0_5u",{"__html":"\u003Ci class=\"mrs img sp_nN2ib0v85u2 sx_cfd330\">\u003C\/i>"},2],["m_0_5v",{"__html":"\u003Ci class=\"mrs img sp_nN2ib0v85u2 sx_cfd330\">\u003C\/i>"},2],["m_0_5w",{"__html":"More Options"},2],["m_0_5x",{"__html":"\u003Ci class=\"mrs img sp_nN2ib0v85u2 sx_4d314c\">\u003C\/i>"},2],["m_0_5y",{"__html":"Only Me"},2],["m_0_5z",{"__html":"\u003Ci class=\"mrs img sp_nN2ib0v85u2 sx_06cbee\">\u003C\/i>"},2],["m_0_60",{"__html":"\u003Ci class=\"mrs img sp_nN2ib0v85u2 sx_06cbee\">\u003C\/i>"},2],["m_0_61",{"__html":"Custom"},2],["m_0_62",{"__html":"\u003Ci class=\"mrs img sp_xFwBv1W8Ynk sx_3fea81\">\u003C\/i>"},2],["m_0_63",{"__html":"\u003Ci class=\"mrs img sp_xFwBv1W8Ynk sx_3fea81\">\u003C\/i>"},2],["m_0_64",{"__html":"Close Friends"},2],["m_0_65",{"__html":"\u003Ci class=\"mrs img sp_3CFyNRCdVrc sx_3d8892\">\u003C\/i>"},2],["m_0_66",{"__html":"\u003Ci class=\"mrs img sp_3CFyNRCdVrc sx_3d8892\">\u003C\/i>"},2],["m_0_67",{"__html":"Gurgaon, Haryana Area"},2],["m_0_68",{"__html":"\u003Ci class=\"mrs img sp_3CFyNRCdVrc sx_0638c2\">\u003C\/i>"},2],["m_0_69",{"__html":"\u003Ci class=\"mrs img sp_3CFyNRCdVrc sx_0638c2\">\u003C\/i>"},2]],"elements":[["m_0_4z","u_0_1i",2],["m_0_4x","u_0_1j",2],["m_0_4r","u_0_1k",4],["m_0_55","u_0_1l",4],["m_0_54","u_0_1m",4],["m_0_53","u_0_1n",12],["m_0_4s","u_0_1o",4],["m_0_4t","u_0_1p",4],["m_0_5a","u_0_1q",2],["m_0_4u","u_0_1r",4],["m_0_5b","u_0_1s",2],["m_0_4v","u_0_1t",4],["m_0_5c","composerActionTagger",2],["m_0_4w","u_0_1u",4],["m_0_5d","u_0_1v",2],["m_0_5k","u_0_1w",2],["m_0_5o","u_0_1z",2],["m_0_5j","u_0_20",6],["m_0_51","u_0_21",2],["m_0_52","u_0_1j",2]],"define":[["MarauderConfig",[],{"app_version":1344176,"gk_enabled":false},31],["LitestandStreamConfig",[],{"hide_offscreen_substreams":1,"load_more_units_cross_page":0,"top_margin_px":100},29]],"require":[["LitestandComposer","initComposer",[],["u_0_1i"]],["m_0_4y"],["ComposerXController","setInitialAttachment",["m_0_4z","m_0_4y","m_0_4r","m_0_4s","m_0_4t","m_0_4u","m_0_4v","m_0_4w","m_0_50"],[{"__m":"m_0_4z"},"\/ajax\/composerx\/attachment\/status\/",{"__m":"m_0_4y"},[{"element":{"__m":"m_0_4r"},"component_name":"maininput"},{"element":{"__m":"m_0_4s"},"component_name":"prompt"},{"element":{"__m":"m_0_4t"},"component_name":"withtaggericon"},{"element":{"__m":"m_0_4u"},"component_name":"placetaggericon"},{"element":{"__m":"m_0_4v"},"component_name":"ogtaggericon"},{"element":{"__m":"m_0_4w"},"component_name":"mainprivacywidget"}],["maininput","prompt","withtaggericon","placetaggericon","ogtaggericon","mainprivacywidget"],{"__m":"m_0_50"}]],["ComposerXAttachmentUtils","registerInputForLeaveWarning",["m_0_53"],[{"__m":"m_0_53"}]],["ComposerXAttachmentUtils","listenForPostSubmission",["m_0_53"],[{"__m":"m_0_53"}]],["CLoggerX","setImpressionID",[],["8f6fd7dd"]],["CLoggerX","trackComposer",["m_0_53","m_0_54"],[{"__m":"m_0_53"},{"__m":"m_0_54"},{"targetID":100000590753545,"targetType":2048}]],["ComposerXController","setComponent",["m_0_4r","m_0_55","m_0_56","ComposerXMentionsInputReset"],[{"__m":"m_0_4r"},"maininput",{"element":{"__m":"m_0_55"},"instance":{"__m":"m_0_56"},"reset":{"__m":"ComposerXMentionsInputReset"}}]],["m_0_56"],["m_0_57"],["Typeahead","init",["m_0_53","m_0_57","m_0_58"],[{"__m":"m_0_53"},{"__m":"m_0_57"},["buildBestAvailableNames"],{"__m":"m_0_58"}]],["ComposerXController","setComponent",["m_0_4s"],[{"__m":"m_0_4s"},"prompt",{"element":null,"instance":null,"reset":null}]],["ComposerXController","setComponent",["m_0_4t","m_0_5a","ComposerXTaggerIconReset"],[{"__m":"m_0_4t"},"withtaggericon",{"element":{"__m":"m_0_5a"},"instance":null,"reset":{"__m":"ComposerXTaggerIconReset"}}]],["ComposerXController","setComponent",["m_0_4u","m_0_5b","ComposerXTaggerIconReset"],[{"__m":"m_0_4u"},"placetaggericon",{"element":{"__m":"m_0_5b"},"instance":null,"reset":{"__m":"ComposerXTaggerIconReset"}}]],["ComposerXController","setComponent",["m_0_4v","m_0_5c","ComposerXOGTaggerIconReset"],[{"__m":"m_0_4v"},"ogtaggericon",{"element":{"__m":"m_0_5c"},"instance":null,"reset":{"__m":"ComposerXOGTaggerIconReset"}}]],["ComposerXController","setComponent",["m_0_4w","m_0_5d","m_0_5e","ComposerXPrivacyWidgetReset"],[{"__m":"m_0_4w"},"mainprivacywidget",{"element":{"__m":"m_0_5d"},"instance":{"__m":"m_0_5e"},"reset":{"__m":"ComposerXPrivacyWidgetReset"}}]],["m_0_5e"],["m_0_5f"],["m_0_5h"],["MetaComposerEdDialog","init",["m_0_5h"],[{"dialog":{"__m":"m_0_5h"},"show_tags":true,"n_tag_shown":0,"show_sticky":false,"n_sticky_shown":5,"show_audience":false}]],["m_0_5g"],["m_0_5l"],["m_0_5m"],["m_0_5n"]]},"css":["W39r7","qfZQ2","bFa3M"],"bootloadable":{"ComposerXPrivacyWidgetTags":{"resources":["oA+g0","W39r7","ZQfFN","zFEBF","AbNEf","\/weLr","yfRoF","qfZQ2","MDo8O","6Te23"],"module":true},"URLScraper":{"resources":["oA+g0","MV+4i"],"module":true},"SuggestionFromInputScraper":{"resources":["oA+g0","fb8+K","fm8Xc"],"module":true},"URI":{"resources":["oA+g0"],"module":true},"ComposerTagReminder":{"resources":["oA+g0","AbNEf","w7Mpk","ZQfFN","qfZQ2","ANwWb","2pApw"],"module":true},"legacy:ComposerXControllerBootload":{"resources":["oA+g0","W39r7","qfZQ2","WWhVy","A3tsq","ZQfFN","f0pxh"]},"ComposerXAttachmentBootstrap":{"resources":["oA+g0","W39r7","qfZQ2","WWhVy"],"module":true},"ComposerXStatusAttachmentBootloader":{"resources":["oA+g0","MDo8O","ZQfFN","AbNEf","W39r7","yfRoF","zFEBF","qfZQ2","WWhVy","A3tsq","ULybE","XtuGt"],"module":true},"HashtagParser":{"resources":["MV+4i","SsUry","Nd\/C+"],"module":true}},"resource_map":{"WWhVy":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yy\/r\/Z-oKK1u4937.js"},"ULybE":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yd\/r\/mVj2ywD6j2s.js"},"\/weLr":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yF\/r\/twBVRY-naah.js"},"6Te23":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yW\/r\/IYqc_5nvD-G.js"},"fm8Xc":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yf\/r\/m0K6XuPt4Od.js"},"w7Mpk":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y1\/r\/PidFkn0kynA.js"},"ANwWb":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/XvzEmZXSiiS.css"},"2pApw":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y8\/r\/oaDSMHPynKe.js"},"f0pxh":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yR\/r\/cKvpeirhrl3.js"},"XtuGt":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yf\/r\/vmpaOH0yNUS.js"}},"js":["oA+g0","ZQfFN","AbNEf","WWhVy","A3tsq","fAL+r","zFEBF","X2CJw","MDo8O","yfRoF","ULybE","\/weLr"],"displayJS":["oA+g0"],"id":"pagelet_composer","phase":1})</script> <script>bigPipe.onPageletArrive({"display_dependency":["stream_pagelet"],"content":{"topnews_main_stream_408239535924329":{"container_id":"u_0_23"}},"jsmods":{"elements":[["m_ps_0_0_0","feed_stream_53d55264c89022a29833764",6]],"define":[["AsyncRequestConfig",[],{"retryOnNetworkError":"1"},328],["BootloaderConfig",[],{},329],["DTSGInitialData",[],{"token":"AQGhzLRDnUA1"},258],["SiteData",[],{"revision":1344176,"tier":"","push_phase":"V3","pkg_cohort":"EXP1:DEFAULT"},317],["CurrentUserInitialData",[],{"USER_ID":"100000590753545","ACCOUNT_ID":"100000590753545"},270],["ISB",[],{},330],["LSD",[],{},323],["LitestandStreamConfig",[],{"hide_offscreen_substreams":1,"load_more_units_cross_page":0,"top_margin_px":100},29],["TrackingConfig",[],{"domain":"https:\/\/pixel.facebook.com"},325],["BanzaiConfig",[],{"EXPIRY":86400000,"MAX_SIZE":10000,"MAX_WAIT":150000,"RESTORE_WAIT":150000,"blacklist":["time_spent"],"gks":{"boosted_pagelikes":true,"boosted_website":true,"boosted_posts":true,"jslogger":true,"miny_compression":true,"page_website_logger":true,"pages_client_logging":true,"time_spent_bit_array":true,"time_spent_debug":true,"useraction":true,"videos":true,"visibility_tracking":true,"vitals":true}},7],["AggregatedLinkComposerConfig",[],{"no_chained_related_stories":null},406],["FeedAdsChainingConfig",[],{},277],["PubcontentFeedChainingConfig",[],{"like_story":1,"fan_context_story":1,"share_page_story":1,"page_post_like_story":1,"page_story_like_action":1,"page_share_like_action":1},203],["PubcontentRelatedShareChainingConfig",[],{"related_share_article_click":1,"related_share_video_click":1},246],["PubcontentTopicChainingConfig",[],{"topic_story_like_action":{"rate":0},"max_suggestions":1},223],["StoryInlinePivotChainingConfig",[],{"story_click_for_pivot_action":1,"story_like_pivot_action":1},413],["InitialServerTime",[],{"serverTime":1406489188000},204],["FbtLogger",[],{"logger":null},288],["UFIConstants",[],{"UFIActionType":{"COMMENT_LIKE":"fa-type:comment-like","COMMENT_SET_SPAM":"fa-type:mark-spam","DELETE_COMMENT":"fa-type:delete-comment","DISABLE_COMMENTS":"fa-type:disable-comments","LIVE_DELETE_COMMENT":"fa-type:live-delete-comment","LIKE_ACTION":"fa-type:like","SUBSCRIBE_ACTION":"fa-type:subscribe","REMOVE_PREVIEW":"fa-type:remove-preview","MARK_COMMENT_SPAM":"fa-type:mark-spam","CONFIRM_COMMENT_REMOVAL":"fa-type:confirm-remove","TRANSLATE_COMMENT":"fa-type:translate-comment","COMMENT_LIKECOUNT_UPDATE":"fa-type:comment-likecount-update","GIFT_SUGGESTION":"fa-type:gift-suggestion"},"UFICommentOrderingMode":{"CHRONOLOGICAL":"chronological","RANKED_THREADED":"ranked_threaded","TOPLEVEL":"toplevel","RECENT_ACTIVITY":"recent_activity","FEATURED":"featured","UNSUPPORTED":"unsupported"},"UFIFeedbackSourceType":{"PROFILE":0,"NEWS_FEED":1,"OBJECT":2,"MOBILE":3,"EMAIL":4,"PROFILE_APPROVAL":10,"TICKER":12,"NONE":13,"INTERN":14,"ADS":15,"EVENT_GOING_FLYOUT":16,"PHOTOS_SNOWLIFT":17,"NOTIFICATION_FLYOUT":18,"LOCAL_FEED":19},"UFIPayloadSourceType":{"UNKNOWN":0,"INITIAL_SERVER":1,"LIVE_SEND":2,"USER_ACTION":3,"ENDPOINT_LIKE":10,"ENDPOINT_COMMENT_LIKE":11,"ENDPOINT_ADD_COMMENT":12,"ENDPOINT_EDIT_COMMENT":13,"ENDPOINT_DELETE_COMMENT":14,"ENDPOINT_COMMENT_SPAM":16,"ENDPOINT_REMOVE_PREVIEW":17,"ENDPOINT_ID_COMMENT_FETCH":18,"ENDPOINT_COMMENT_FETCH":19,"ENDPOINT_TRANSLATE_COMMENT":20,"ENDPOINT_BAN":21,"ENDPOINT_SUBSCRIBE":22,"ENDPOINT_COMMENT_LIKECOUNT_UPDATE":23,"ENDPOINT_DISABLE_COMMENTS":24,"ENDPOINT_ACTOR_CHANGE":25},"UFIStatus":{"DELETED":"status:deleted","SPAM":"status:spam","SPAM_DISPLAY":"status:spam-display","LIVE_DELETED":"status:live-deleted","FAILED_ADD":"status:failed-add","FAILED_EDIT":"status:failed-edit","PENDING_EDIT":"status:pending-edit"},"attachmentTruncationLength":80,"commentTruncationLength":420,"commentTruncationMaxLines":3,"commentTruncationPercent":0.6,"commentURLTruncationLength":60,"defaultPageSize":50,"infiniteScrollRangeForQANDAPermalinks":1000,"minCommentsForOrderingModeSelector":2,"unavailableCommentKey":"unavailable_comment_key"},240],["StickyComposerConfig",[],{"IS_SHOWN":false,"BEHAVIOR":null,"HEIGHT":42},443]],"require":[["AsyncRequestNectarLogging"],["LitestandStream","init",["m_ps_0_0_0"],[{"__m":"m_ps_0_0_0"},1406488528,408239535924329]],["FbFeedViewportTracking","init",[],[{"banzai":1,"async":0,"is_loose":0,"record_tn_tree":1,"record_delay":300,"is_timetracking_enabled":1,"tracking_duration_config":{"min_height_to_be_visible":200,"min_fraction_to_be_visible":0.5,"timetracking_throttling_interval":100,"user_activity_polling_interval":5000,"time_to_be_considered_inactive":15000,"min_time_to_report_immediately":500,"min_fraction_for_additional_view":0,"local_storage_log_min_duration_ms":10000000},"is_proportion":0,"proportion_ratio":0,"immediate_js_load":0,"scroll_only":0,"banzai_no_delay":0,"banzai_retry":0,"use_incremental_count":0,"conservative_initial_logging":1,"use_local_storage":0,"use_vpv_heartbeat":0,"vpv_heartbeat_interval":10000,"viewport_height_ratio":0}]],["PubcontentLitestandClassicChainingController"],["FbFeedKeyboardController","init",["m_ps_0_0_0"],[{"__m":"m_ps_0_0_0"}]],["FbFeedAttachmentRelatedShare","loadRelatedAttachmentForStream",["m_ps_0_0_0"],[{"__m":"m_ps_0_0_0"}]],["FeedTrackingAsync","init",[],[]]]},"css":["bFa3M","W39r7","qfZQ2"],"resource_map":{"D8mdw":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yy\/r\/J13_7rPguZk.js"}},"js":["oA+g0","ZQfFN","yfRoF","zFEBF","A3tsq","fAL+r","WWhVy","X2CJw","D8mdw","AbNEf","T3PSi"],"id":"topnews_main_stream_408239535924329","phase":1})</script> <script>bigPipe.onPageletArrive({"display_dependency":["topnews_main_stream_408239535924329"],"is_last":true,"content":{"substream_0":{"container_id":"u_0_69"}},"jsmods":{"instances":[["m_ps_0_0_5",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_6"],[{"__m":"m_ps_0_0_6"},"u_ps_0_0_1","S:_I1417670739:10202339513075346",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10202339513075346&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10202339513075346&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwMjAyNrY0NTQ2MDc1NjGrc80rCc5ILEp1LkpNLMnMzwsuyS-qrKszNDE0NzM3MDe2rMuIz8svAgA"],1],["m_ps_0_0_6",["Menu","MenuItem","m_ps_0_0_7","m_ps_0_0_8","m_ps_0_0_9","MenuSeparator","MenuTogglingItem","m_ps_0_0_a","m_ps_0_0_b","m_ps_0_0_c","m_ps_0_0_d","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1&story_location=feed&hideable_token=MzQwMjAyNrY0NTQ2MDc1NjGrc80rCc5ILEp1LkpNLMnMzwsuyS-qrKszNDE0NzM3MDe2rMuIz8svAgA&story_permalink_token=S\u00253A_I1417670739\u00253A10202339513075346&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_7"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1&story_location=feed&hideable_token=MzQwMjAyNrY0NTQ2MDc1NjGrc80rCc5ILEp1LkpNLMnMzwsuyS-qrKszNDE0NzM3MDe2rMuIz8svAgA&story_permalink_token=S\u00253A_I1417670739\u00253A10202339513075346&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_8"},"label":"Unfollow Sai","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1&story_location=feed&hideable_token=MzQwMjAyNrY0NTQ2MDc1NjGrc80rCc5ILEp1LkpNLMnMzwsuyS-qrKszNDE0NzM3MDe2rMuIz8svAgA&story_permalink_token=S\u00253A_I1417670739\u00253A10202339513075346&initial_action_name=UNSUBSCRIBE_ATTACHED_STORY_ACTOR","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_9"},"label":"Hide all from IIMA Cultural Committee","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10202339513075346&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10202339513075346&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_a"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_b"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10202339513075346&follow=0"},{"ajaxify":"\/ajax\/entstream\/embed?no_preview=0&source=1&token=S\u00253A_I1417670739\u00253A10202339513075346&url=\u00252Fn.saigoutham\u00252Fposts\u00252F10202339513075346","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_c"},"label":"Embed Post","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_d"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_4","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_f",["PopoverMenu","m_ps_0_0_g","m_ps_0_0_e","m_ps_0_0_6"],[{"__m":"m_ps_0_0_g"},{"__m":"m_ps_0_0_e"},{"__m":"m_ps_0_0_6"},[]],1],["m_ps_0_0_g",["Popover","m_ps_0_0_h","m_ps_0_0_e","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_h"},{"__m":"m_ps_0_0_e"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_k",["UFIController","m_ps_0_0_j","m_ps_0_0_l"],[{"__m":"m_ps_0_0_j"},{"canaddrecommendation":false,"ftentidentifier":"10202339513075346","instanceid":"u_ps_0_0_7","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10202339513075346","entidentifier":"10202339513075346","permalink":"\/n.saigoutham\/posts\/10202339513075346","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1417670739","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_l"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":true,"isqanda":false,"infinitescroll":false,"actorid":"1417670739","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[{"id":"100000590753545","name":"Mayur Kumar","firstName":"Mayur","vanity":"mayur.kumar.77","thumbSrc":"https:\/\/fbcdn-profile-a.akamaihd.net\/hprofile-ak-xpf1\/v\/t1.0-1\/p32x32\/10492488_855847354444948_8753844995165142862_n.jpg?oh=28670e4a65e2036f8edb8c21e787f220&oe=545146D7&__gda__=1413547132_e635a75e1c1645d564d23128602bf285","uri":"https:\/\/www.facebook.com\/mayur.kumar.77?fref=ufi","gender":2,"type":"user","is_friend":false}],"actions":[],"commentlists":{"comments":{"10202339513075346":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_m",["Spotlight","LayerHideOnBlur","LayerHideOnEscape","m_ps_0_0_n"],[{"addedBehaviors":[{"__m":"LayerHideOnBlur"},{"__m":"LayerHideOnEscape"}],"attributes":{"id":"photos_snowlift","tabindex":"0","role":"region","aria-label":"Facebook Photo Theater","aria-busy":"true"},"classNames":["fbPhotoSnowlift","fbxPhoto"]},{"__m":"m_ps_0_0_n"}],3],["m_ps_0_0_l",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10202339513075346"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_p",["XHPTemplate","m_ps_0_0_q"],[{"__m":"m_ps_0_0_q"}],2]],"markup":[["m_ps_0_0_2",{"__html":"Shared with: Public"},2],["m_ps_0_0_4",{"__html":"\u003Cdiv>\u003C\/div>"},2],["m_ps_0_0_7",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_8",{"__html":"Unfollow Sai"},2],["m_ps_0_0_9",{"__html":"Hide all from IIMA Cultural Committee"},2],["m_ps_0_0_a",{"__html":"Get Notifications"},2],["m_ps_0_0_b",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_c",{"__html":"Embed Post"},2],["m_ps_0_0_d",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_n",{"__html":"\u003Cdiv class=\"_n3\">\u003Cdiv class=\"fbPhotoSnowliftContainer uiContextualLayerParent\" data-ft=\"&#123;&quot;type&quot;:44,&quot;tn&quot;:&quot;*F&quot;&#125;\">\u003Cdiv class=\"clearfix fbPhotoSnowliftPopup\">\u003Cdiv class=\"stageWrapper lfloat _ohe\">\u003Cdiv class=\"fbPhotoSnowliftFullScreen fullScreenSwitch\" id=\"fullScreenSwitch\">\u003Ca data-hover=\"tooltip\" aria-label=\"Enter Fullscreen\" data-tooltip-position=\"below\" data-tooltip-alignh=\"right\" href=\"#\" id=\"fbPhotoSnowliftFullScreenSwitch\" data-ft=\"&#123;&quot;tn&quot;:&quot;+?&quot;&#125;\" role=\"button\">\u003C\/a>\u003Ca data-hover=\"tooltip\" aria-label=\"Press Esc to exit fullscreen\" data-tooltip-position=\"below\" data-tooltip-alignh=\"right\" href=\"#\" id=\"fbPhotoSnowliftFullScreenClose\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\u003C&quot;&#125;\" role=\"button\">\u003C\/a>\u003C\/div>\u003Cdiv class=\"stage\" data-ft=\"&#123;&quot;tn&quot;:&quot;E&quot;&#125;\">\u003Cimg class=\"spotlight spotlight\" src=\"\/images\/spacer.gif\" \/>\u003Cdiv class=\"fbPhotosPhotoTagboxes tagContainer\" id=\"fbPhotoSnowliftTagBoxes\">\u003C\/div>\u003Cdiv class=\"fbPhotoTagApproval\" id=\"fbPhotoSnowliftTagApproval\">\u003C\/div>\u003Cdiv class=\"_5bai\" id=\"fbPhotoSnowliftComputerVisionInfo\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"videoStage\" data-ft=\"&#123;&quot;tn&quot;:&quot;F&quot;&#125;\">\u003C\/div>\u003Cdiv class=\"stageActions\" id=\"snowliftStageActions\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\u0040&quot;&#125;\">\u003Cdiv class=\"clearfix snowliftOverlay snowliftOverlayBar rightButtons\">\u003Cdiv class=\"overlayBarButtons rfloat _ohf\">\u003Cdiv class=\"_6a _6b fbPhotosPhotoActions\" id=\"fbPhotoSnowliftActions\">\u003C\/div>\u003Cdiv class=\"fbPhotosPhotoButtons\" id=\"fbPhotoSnowliftButtons\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"mediaTitleInfo\">\u003Cdiv class=\"mediaTitleBoxFlex\">\u003Cdiv id=\"fbPhotoSnowliftMediaTitle\">\u003C\/div>\u003Cspan class=\"mlm hidden_elem\" id=\"fbPhotoSnowliftPositionAndCount\">\u003C\/span>\u003Cdiv class=\"mediaTitleInfoSpacer\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbPhotosPhotoTagboxBase newTagBox hidden_elem\" style=\"\">\u003Cdiv class=\"borderTagBox\">\u003Cdiv class=\"innerTagBox\">\u003Cdiv class=\"ieContentFix\">\u00a0\u00a0\u00a0\u00a0\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"tag\" style=\"\">\u003Cdiv class=\"tagPointer\">\u003Cimg class=\"tagArrow img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yP\/r\/7eXyMfo7rRq.png\" alt=\"\" width=\"19\" height=\"5\" \/>\u003Cdiv class=\"tagName\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Ca class=\"snowliftPager prev\" title=\"Previous\" data-ft=\"&#123;&quot;tn&quot;:&quot;+&gt;&quot;&#125;\">\u003Ci>\u003C\/i>\u003C\/a>\u003Ca class=\"snowliftPager next\" title=\"Next\" data-ft=\"&#123;&quot;tn&quot;:&quot;+=&quot;&#125;\">\u003Ci>\u003C\/i>\u003C\/a>\u003Cdiv class=\"photoError stageError\" id=\"fbPhotoSnowliftError\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"rhc photoUfiContainer\" data-ft=\"&#123;&quot;tn&quot;:&quot;+Z&quot;&#125;\">\u003Cdiv class=\"rhcHeader\">\u003Cdiv class=\"fbPhotoSnowliftControls\">\u003Ca data-hover=\"tooltip\" aria-label=\"Press Esc to close\" data-tooltip-position=\"below\" data-tooltip-alignh=\"right\" class=\"closeTheater\" href=\"#\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\u003C&quot;&#125;\" role=\"button\">\u003C\/a>\u003Ca data-hover=\"tooltip\" aria-label=\"Press Esc to exit fullscreen\" data-tooltip-position=\"below\" data-tooltip-alignh=\"right\" class=\"closeTheater fullscreenCommentClose\" href=\"#\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\u003C&quot;&#125;\" role=\"button\">\u003C\/a>\u003C\/div>\u003Cdiv id=\"fbPhotoSnowliftInlineEditor\">\u003C\/div>\u003C\/div>\u003Cform rel=\"async\" class=\"fbPhotosSnowliftFeedbackForm rhcBody commentable_item autoexpand_mode\" method=\"post\" data-ft=\"&#123;&quot;tn&quot;:&quot;]&quot;&#125;\" action=\"\/ajax\/ufi\/modify.php\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_ps_0_0_a\">\u003Cinput type=\"hidden\" name=\"charset_test\" value=\"&euro;,&acute;,\u20ac,\u00b4,\u6c34,\u0414,\u0404\" \/>\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQGhzLRDnUA1\" autocomplete=\"off\" \/>\u003Cdiv class=\"uiScrollableArea rhcScroller native\" style=\"width:285px;\">\u003Cdiv class=\"uiScrollableAreaWrap scrollable\" aria-label=\"Scrollable region\" role=\"group\" tabindex=\"0\">\u003Cdiv class=\"uiScrollableAreaBody\">\u003Cdiv class=\"uiScrollableAreaContent\">\u003Cspan id=\"fbPhotoSnowliftSpecificAudience\">\u003C\/span>\u003Cdiv class=\"clearfix fbPhotoSnowliftAuthorInfo\">\u003Cdiv class=\"lfloat _ohe\" id=\"fbPhotoSnowliftAuthorPic\">\u003C\/div>\u003Cdiv class=\"_42ef\">\u003Cdiv class=\"fbPhotoContributorName\" id=\"fbPhotoSnowliftAuthorName\">\u003C\/div>\u003Cdiv class=\"mrs fsm fwn fcg\">\u003Cspan id=\"fbPhotoSnowliftCreatorInfo\">\u003C\/span>\u003C\/div>\u003Cdiv class=\"mrs fsm fwn fcg\">\u003Cspan id=\"fbPhotoSnowliftSubscribe\">\u003C\/span>\u003Cspan id=\"fbPhotoSnowliftTimestamp\">\u003C\/span>\u003Cdiv class=\"mls\" id=\"fbPhotoSnowliftAudienceSelector\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"fsm fwn fcg\">\u003Cdiv class=\"fbPhotosOnProfile\" id=\"fbPhotoSnowliftOnProfile\">\u003C\/div>\u003C\/div>\u003Cspan id=\"fbPhotoSnowliftPromote\">\u003C\/span>\u003Cspan id=\"fbPhotoSnowliftViewOnApp\">\u003C\/span>\u003Cspan id=\"fbPhotoSnowliftUseApp\">\u003C\/span>\u003C\/div>\u003C\/div>\u003Cdiv>\u003Cspan class=\"fbPhotosPhotoCaption\" tabindex=\"0\" aria-live=\"polite\" id=\"fbPhotoSnowliftCaption\">\u003C\/span>\u003Cspan class=\"fbPhotoTagList\" id=\"fbPhotoSnowliftTagList\">\u003C\/span>\u003Cdiv class=\"fbPhotoPagesTagList\" id=\"fbPhotoSnowliftPagesTagList\">\u003C\/div>\u003Cdiv class=\"pts fbPhotoLegacyTagList\" id=\"fbPhotoSnowliftLegacyTagList\">\u003C\/div>\u003Cdiv class=\"mvm fbPhotosPhotoOwnerButtons stat_elem\" id=\"fbPhotoSnowliftOwnerButtons\">\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbPhotosSnowliftFeedback\" id=\"fbPhotoSnowliftFeedback\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"fbPhotosSnowboxFeedbackInput\" id=\"fbPhotoSnowliftFeedbackInput\">\u003C\/div>\u003C\/form>\u003Cdiv class=\"fbPhotosSnowliftPlaceInfo\" id=\"fbPhotoSnowliftPlaceInfo\">\u003C\/div>\u003Cdiv class=\"_5ciw rhcFooter\" data-ft=\"&#123;&quot;tn&quot;:&quot;+\\\\&quot;&#125;\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv id=\"pagelet_photo_viewer_init\" class=\"hidden_elem\">\u003C\/div>\u003C\/div>"},3],["m_ps_0_0_q",{"__html":"\u003Cdiv>\u003Cdiv class=\"pvs phm _1yw\" data-jsid=\"title\">\u003C\/div>\u003Cdiv class=\"pam _13\" data-jsid=\"body\">\u003C\/div>\u003Cdiv class=\"_14\">\u003Cdiv class=\"pam uiOverlayFooter uiBoxGray topborder\">\u003Cbutton value=\"1\" class=\"_42ft _42fu layerConfirm uiOverlayButton selected _42g- _42gy\" data-jsid=\"delete\" type=\"submit\">Delete\u003C\/button>\u003Ca class=\"_42ft _42fu layerCancel uiOverlayButton _42gy\" role=\"button\" href=\"#\">Cancel\u003C\/a>\u003C\/div>\u003C\/div>\u003C\/div>"},2]],"elements":[["m_ps_0_0_h","u_ps_0_0_1",2],["m_ps_0_0_e","u_ps_0_0_5",4],["m_ps_0_0_j","u_ps_0_0_8",2],["m_ps_0_0_1","u_ps_0_0_9",2],["m_ps_0_0_i","u_ps_0_0_6",2],["m_ps_0_0_o","u_ps_0_0_a",2,"m_ps_0_0_n"]],"define":[["ErrorSignalConfig",[],{"uri":"https:\/\/error.facebook.com\/common\/scribe_endpoint.php"},319],["NumberFormatConfig",[],{"decimalSeparator":".","numberDelimiter":",","minDigitsForThousandsSeparator":0},54],["CLogConfig",[],{"gkResults":1},174],["TypeaheadMetricsConfig",[],{"gkResults":0},263],["MercuryConfig",[],{"MercuryFBIDGK":0,"MercuryActionIDGK":0,"NewVCGK":0,"PicassoWebChatGK":0,"WebFeaturedPackInStore":0,"ReadOnlyEmailThreads":1,"ReadOnlyEmailThreadsEarlyWarning":1,"ChatPaddedAnimatedStickerGK":1,"DesktopNotificationsGK":0,"WebStickerSearch":0,"24h_times":false,"roger.seen_delay":15000,"activity_limit":60000,"idle_limit":1800000,"idle_poll_interval":300000,"filtering_active":true,"upload_url":"https:\/\/upload.facebook.com\/ajax\/mercury\/upload.php","ShowStickerReplyNUX":false,"ShowStickerSearchNUXIndicator":false,"ShowStickerSearchNUXTooltip":false},35],["PresenceInitialData",[],{"cookiePollInterval":500,"cookieVersion":2,"dictEncode":true,"serverTime":"1406489189000"},57],["RTLConfig",[],{"gkCheckSuccess":true},291],["UFISpamCountImpl",[],{"module":null},72],["UFIConfig",[],{"renderEmoji":true,"renderEmoticons":1},71],["FeedNFBConstants",[],{"data":null},470],["UFICommentTemplates",["m_ps_0_0_p"],{":fb:ufi:hide-dialog-template":{"__m":"m_ps_0_0_p"}},70]],"require":[["StoryPositionTracking","registerNewStories",[],["substream_0"]],["LitestandStreamLoader","setPollerData",[],[{"sectionid":"408239535924329","sectionorder":null,"ismostrecent":false}]],["LitestandStreamLoader","moreStoriesInserted",[],["substream_0"]],["LitestandClassicPlaceHolders","destroy",[],["feed"]],["Hovercard"],["Tooltip","set",["m_ps_0_0_1","m_ps_0_0_2"],[{"__m":"m_ps_0_0_1"},{"__m":"m_ps_0_0_2"}]],["PhotoSnowlift","touch",["m_ps_0_0_4"],[{"__m":"m_ps_0_0_4"}]],["LiveTimer","restart",[],[1406489189]],["m_ps_0_0_5"],["m_ps_0_0_6"],["m_ps_0_0_f"],["m_ps_0_0_g"],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_6","10202339513075346"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_6",{"targetID":"10202339513075346"},"02242802"]],["FbFeedCommentUFIScroller"],["PostLoadJS","loadAndCall",[],["UFITracking","addAllLinkData",[]]],["m_ps_0_0_k"],["Tooltip"],["m_ps_0_0_m"],["PhotoSnowlift","initWithSpotlight",["m_ps_0_0_m"],[{"__m":"m_ps_0_0_m"},{"pivot_end_metric":false,"og_videos":false,"snowlift_slideshow":false,"photos_client_loading":false,"snowlift_allow_irrelevant_requests":false,"snowlift_button_truncate":false,"pivot_hover":false,"show_more_photos":false,"min_ads":2}]],["Scrollable"]]},"css":["bFa3M","qfZQ2","W39r7"],"bootloadable":{"CompactTypeaheadRenderer":{"resources":["oA+g0","W39r7","AbNEf","zFEBF"],"module":true},"ContextualTypeaheadView":{"resources":["oA+g0","W39r7","AbNEf","zFEBF","ZQfFN"],"module":true},"CLoggerX":{"resources":["oA+g0","ZQfFN","A3tsq"],"module":true},"InputSelection":{"resources":["oA+g0","W39r7"],"module":true},"MentionsInput":{"resources":["oA+g0","W39r7","ZQfFN","ULybE","AbNEf"],"module":true},"TextAreaControl":{"resources":["oA+g0","W39r7","kW7VI","zFEBF"],"module":true},"Typeahead":{"resources":["oA+g0","W39r7","zFEBF"],"module":true},"TypeaheadAreaCore":{"resources":["oA+g0","W39r7","ZQfFN","zFEBF","ULybE"],"module":true},"TypeaheadBestName":{"resources":["AbNEf","zFEBF"],"module":true},"TypeaheadHoistFriends":{"resources":["ULybE"],"module":true},"TypeaheadMetrics":{"resources":["oA+g0","ULybE"],"module":true},"TypeaheadMetricsX":{"resources":["oA+g0","ECa9c","zFEBF","ZQfFN","Myzzo"],"module":true},"TypingDetector":{"resources":["oA+g0","W39r7","2xGCL","MV+4i"],"module":true},"UFIComments":{"resources":["AbNEf","A3tsq","oA+g0","ZQfFN"],"module":true},"XUIContextualDialog.react":{"resources":["oA+g0","W39r7","AbNEf","ZQfFN","zFEBF","TdhEQ","YuKpR"],"module":true},"BroadcastRequestTokenizer.react":{"resources":["oA+g0","AbNEf","ZQfFN","qfZQ2","kW7VI","W39r7","YuKpR","A3tsq","DId4K","PVADx","38GJo","NMIsB","TJQH2","12cq9","LGxJn"],"module":true},"BroadcastRequestParam":{"resources":["A3tsq"],"module":true},"WebAsyncSearchSource":{"resources":["AbNEf","kW7VI","oA+g0"],"module":true},"XBroadcastRequestSearchSourceControllerURIBuilder":{"resources":["oA+g0","AbNEf","wnNQ0"],"module":true},"FileInput":{"resources":["oA+g0","YuKpR","W39r7","qfZQ2"],"module":true},"FileInputUploader":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","YuKpR","MV+4i","9HXDt"],"module":true},"LegacyContextualDialog":{"resources":["oA+g0","ZQfFN","YuKpR","W39r7","AbNEf","zFEBF"],"module":true},"ContextualDialogArrow":{"resources":["oA+g0","AbNEf","ZQfFN","W39r7","zFEBF"],"module":true},"PopoverMenu.react":{"resources":["AbNEf","oA+g0","ZQfFN","W39r7","zFEBF"],"module":true},"ReactXUIMenu":{"resources":["oA+g0","ZQfFN","zFEBF","AbNEf","W39r7","qfZQ2"],"module":true},"UFIScrollHighlight":{"resources":["oA+g0","ZQfFN","AbNEf","VJmt\/","hwqQt","rSdpp"],"module":true},"UFICommentRemovalControls.react":{"resources":["AbNEf","oA+g0","ZQfFN","ZuziD","6nGkX","qfZQ2","CPhxl"],"module":true},"UFIEntStreamOrderingModeSelector.react":{"resources":["AbNEf","oA+g0","ZQfFN","W39r7","zFEBF","A3tsq","TdhEQ","qfZQ2","Suw\/5","+CNDp","\/weLr","qOYPO","W39r7","Cpz3j"],"module":true},"UFIOrderingModeSelector.react":{"resources":["AbNEf","oA+g0","ZQfFN","W39r7","zFEBF","A3tsq","qfZQ2","fAL+r","W39r7"],"module":true},"ScrollAwareDOM":{"resources":["oA+g0","ZQfFN","AbNEf"],"module":true},"DialogX":{"resources":["ZQfFN","oA+g0","AbNEf","W39r7"],"module":true},"UFIRetryActions":{"resources":["AbNEf","ZQfFN","oA+g0","A3tsq","8ay4F"],"module":true},"UFITracking":{"resources":["cAkXN"],"module":true},"collectDataAttributes":{"resources":["ZQfFN"],"module":true}},"resource_map":{"ECa9c":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yy\/r\/_udpOdoGSA6.js"},"Myzzo":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yx\/r\/TSRX1nZrsL1.js"},"DId4K":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yT\/r\/Tp5H8FgXL-n.css"},"PVADx":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yy\/r\/agHH9NOc5WO.js"},"38GJo":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yt\/r\/y45aGYrpL0T.css"},"NMIsB":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yk\/r\/hyxClz7bEht.js"},"TJQH2":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yv\/r\/fL22r63mEGA.js"},"12cq9":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yO\/r\/d1-A8jrS3GA.css"},"LGxJn":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y2\/r\/__0y6zedrME.js"},"wnNQ0":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yy\/r\/9G_33yah2iv.js"},"9HXDt":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yB\/r\/nY1o3xGiJwj.js"},"VJmt\/":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yf\/r\/bVCoSDZCe3P.js"},"hwqQt":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yt\/r\/iNNKwoJ6_Xr.js"},"rSdpp":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yr\/r\/xPk44C1-enI.js"},"ZuziD":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yL\/r\/2QmkMDdwLVg.js"},"6nGkX":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y2\/r\/gWHJJdtRWn7.js"},"CPhxl":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yR\/r\/KWYprZDHfpM.js"},"qOYPO":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yU\/r\/ZXzTfds6i9m.js"},"Cpz3j":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yv\/r\/RHWkQVYFsiQ.css"},"8ay4F":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yK\/r\/nptuCgGJSoi.js"}},"ixData":{"\/images\/ui\/x\/button\/dark\/chevron.png":{"sprited":true,"spriteMapCssClass":"sp_xFwBv1W8Ynk","spriteCssClass":"sx_3f3601"},"\/images\/ui\/x\/button\/normal\/chevron.png":{"sprited":true,"spriteMapCssClass":"sp_6g9RriEBnPk","spriteCssClass":"sx_79e81d"},"\/images\/ui\/xhp\/link\/more\/down_caret.gif":{"sprited":true,"spriteMapCssClass":"sp_6H68Ux8tLRN","spriteCssClass":"sx_48d920"}},"js":["oA+g0","zFEBF","A3tsq","ZQfFN","fAL+r","X2CJw","AbNEf","WWhVy","yfRoF","Xqw1r","\/weLr"],"displayJS":["oA+g0","ZQfFN","AbNEf","A3tsq"],"id":"substream_0","phase":1,"tti_phase":1})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_trending_tags_and_topics":{"container_id":"u_0_6a"}},"jsmods":{"elements":[["m_0_6d","u_0_24",2],["m_0_6c","u_0_25",2],["m_0_6f","u_0_26",2],["m_0_6k","u_0_27",2],["m_0_6g","u_0_29",2],["m_0_6h","u_0_2b",2],["m_0_6i","u_0_2d",2],["m_0_6j","u_0_2f",2],["m_0_6a","u_0_2g",2],["m_0_6m","u_0_2h",2],["m_0_6r","u_0_2i",2],["m_0_6n","u_0_2k",2],["m_0_6o","u_0_2m",2],["m_0_6p","u_0_2o",2],["m_0_6q","u_0_2q",2],["m_0_6b","u_0_2r",2],["m_0_6t","u_0_2s",2],["m_0_6y","u_0_2t",2],["m_0_6u","u_0_2v",2],["m_0_6v","u_0_2x",2],["m_0_6w","u_0_2z",2],["m_0_6x","u_0_31",2],["m_0_6e","u_0_32",4],["m_0_6s","u_0_33",2],["m_0_6z","u_0_34",2],["m_0_6l","u_0_35",2]],"define":[["TrendingRHCConfig",[],{"default_group_count":10,"max_groups_fetched_on_hide":50,"max_rows_displayed":3,"min_group_count":2,"sample_rate":3,"post_search_trending_feeds":false,"trending_refresh_rate_seconds":3600},327]],"require":[["PubContentTrendingUnitTruncation","truncate",["m_0_6a"],[{"__m":"m_0_6a"}]],["PubContentTrendingUnitTruncation","truncate",["m_0_6b"],[{"__m":"m_0_6b"}]],["PubContentTrendingUnitTruncation","truncate",["m_0_6c"],[{"__m":"m_0_6c"}]],["PubcontentTrendingUnitToggle","listenForToggle",["m_0_6d","m_0_6e"],[{"__m":"m_0_6d"},{"__m":"m_0_6e"}]],["TrendingRHCLogger","init",["m_0_6e"],[{"__m":"m_0_6e"},"whfrt","","trending_model2_56424_withHide","IN",[],"6040825069008585159"]],["TrendingRHCHide","initializeTrendingTopics",[],[[109560909063174,556128701089108,111919392158700]]],["PubcontentTrendingUnitRefresh","refreshTrendingUnitWithDelay",[],[3600]],["TrendingRHCHide","listenForHide",["m_0_6f"],[{"__m":"m_0_6f"},111919392158700]],["TrendingRHCHide","confirmHide",["m_0_6g"],[{"__m":"m_0_6g"},111919392158700]],["TrendingRHCHide","confirmHide",["m_0_6h"],[{"__m":"m_0_6h"},111919392158700]],["TrendingRHCHide","confirmHide",["m_0_6i"],[{"__m":"m_0_6i"},111919392158700]],["TrendingRHCHide","confirmHide",["m_0_6j"],[{"__m":"m_0_6j"},111919392158700]],["TrendingRHCHide","listenForUndo",["m_0_6k"],[{"__m":"m_0_6k"}]],["TrendingRHCHide","listenForHide",["m_0_6m"],[{"__m":"m_0_6m"},109560909063174]],["TrendingRHCHide","confirmHide",["m_0_6n"],[{"__m":"m_0_6n"},109560909063174]],["TrendingRHCHide","confirmHide",["m_0_6o"],[{"__m":"m_0_6o"},109560909063174]],["TrendingRHCHide","confirmHide",["m_0_6p"],[{"__m":"m_0_6p"},109560909063174]],["TrendingRHCHide","confirmHide",["m_0_6q"],[{"__m":"m_0_6q"},109560909063174]],["TrendingRHCHide","listenForUndo",["m_0_6r"],[{"__m":"m_0_6r"}]],["TrendingRHCHide","listenForHide",["m_0_6t"],[{"__m":"m_0_6t"},556128701089108]],["TrendingRHCHide","confirmHide",["m_0_6u"],[{"__m":"m_0_6u"},556128701089108]],["TrendingRHCHide","confirmHide",["m_0_6v"],[{"__m":"m_0_6v"},556128701089108]],["TrendingRHCHide","confirmHide",["m_0_6w"],[{"__m":"m_0_6w"},556128701089108]],["TrendingRHCHide","confirmHide",["m_0_6x"],[{"__m":"m_0_6x"},556128701089108]],["TrendingRHCHide","listenForUndo",["m_0_6y"],[{"__m":"m_0_6y"}]]]},"css":["wma8P","W39r7"],"resource_map":{"eDTE1":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yN\/r\/cqkWa_JNz4G.js"},"wma8P":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y5\/r\/NB1sWNC3NuB.css"}},"js":["oA+g0","A3tsq","eDTE1","ZQfFN","AbNEf"],"id":"pagelet_trending_tags_and_topics","phase":2})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_sidebar":{"container_id":"u_0_6b"}},"jsmods":{"instances":[["m_0_75",["SidebarAppTickerResizer","m_0_73","m_0_74"],[{"__m":"m_0_73"},{"__m":"m_0_74"},"185px",null],1],["m_0_76",["SidebarTicker"],[],1],["m_0_78",["ScrollableArea","m_0_77"],[{"__m":"m_0_77"},{"persistent":true,"shadow":false}],1],["m_0_71",["ChatOrderedList","m_0_7b","m_0_79"],[true,{"__m":"m_0_7b"},{"__m":"m_0_79"}],3],["m_0_72",["Typeahead","m_0_7f","ChatTypeaheadView","ChatTypeaheadRenderer","m_0_7c","ChatTypeaheadCore","m_0_7d"],[{"__m":"m_0_7f"},{"node_id":"u_0_36","node":null,"ctor":{"__m":"ChatTypeaheadView"},"options":{"autoSelect":true,"renderer":{"__m":"ChatTypeaheadRenderer"},"causalElement":{"__m":"m_0_7c"},"minWidth":0,"alignment":"left","showBadges":true}},{"ctor":{"__m":"ChatTypeaheadCore"},"options":{"keepFocused":false,"resetOnSelect":true,"setValueOnSelect":false}},{"__m":"m_0_7d"}],7],["m_0_7g",["ChatSidebarDropdown","m_0_7h","m_0_7i"],[{"__m":"m_0_7h"},{"__m":"m_0_7i"},false,false,false,true],1],["m_0_7h",["PopoverMenu","m_0_7k","m_0_7j","m_0_7i"],[{"__m":"m_0_7k"},{"__m":"m_0_7j"},{"__m":"m_0_7i"},[]],3],["m_0_7k",["Popover","m_0_7l","m_0_7j","ContextualLayerAutoFlip","ContextualDialogArrow"],[{"__m":"m_0_7l"},{"__m":"m_0_7j"},[{"__m":"ContextualLayerAutoFlip"},{"__m":"ContextualDialogArrow"}],{"alignh":"right"}],3],["m_0_79",["LegacyContextualDialog","AccessibleLayer"],[{"buildWrapper":false,"causalElement":null,"addedBehaviors":[{"__m":"AccessibleLayer"}]}],5],["m_0_7f",["ChatTypeaheadDataSource"],[{"queryEndpoint":"\/ajax\/mercury\/composer_query.php","alwaysPrefixMatch":true,"enabledLocalCache":true,"enabledMergeUids":true}],2],["m_0_7i",["SelectableMenu","MenuSelectableItem","m_0_7p","MenuItem","m_0_7q","MenuSeparator","m_0_7r","m_0_7s","m_0_7t","m_0_7u","m_0_7v","m_0_7w","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"value":"sound","selected":false,"label":"Chat Sounds","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_7p"},"title":"","className":null},{"href":"\/ajax\/chat\/privacy\/settings_dialog.php","rel":"dialog","value":"advanced_settings","label":"Advanced Settings...","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_7q"},"title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"value":"close_all_tabs","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_7r"},"label":"Close All Chat Tabs","title":"","className":null},{"class":"_2xvi","value":"sidebar","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_7s"},"label":"Hide Sidebar","title":"","className":"_2xvi"},{"class":"_5vmf","value":"online","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_7t"},"label":"Turn On Chat","title":"","className":"_5vmf"},{"class":"_5vmg","value":"turn_off_dialog","href":"\/ajax\/chat\/privacy\/turn_off_dialog.php","rel":"dialog","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_7u"},"label":"Turn Off Chat","title":"","className":"_5vmg"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"class":"_2vi","value":"show_apps","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_7v"},"label":"Show Games","title":"","className":"_2vi"},{"class":"_2vj","value":"hide_apps","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_7w"},"label":"Hide Games","title":"","className":"_2vj"}],{"id":"u_0_3e","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"className":"_57di","multiple":true,"theme":{"__m":"XUIMenuTheme"}}],5]],"markup":[["m_0_7a",{"__html":"\u003Cdiv class=\"uiContextualDialogPositioner\" id=\"u_0_3i\" data-position=\"left\">\u003Cdiv class=\"uiOverlay uiContextualDialog\" data-width=\"300\" data-destroyonhide=\"false\" data-fadeonhide=\"false\">\u003Cdiv class=\"uiOverlayContent\">\u003Cdiv class=\"uiContextualDialogContent\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_7o",{"__html":"New Message"},2],["m_0_7p",{"__html":"Chat Sounds"},2],["m_0_7q",{"__html":"Advanced Settings..."},2],["m_0_7r",{"__html":"Close All Chat Tabs"},2],["m_0_7s",{"__html":"Hide Sidebar"},2],["m_0_7t",{"__html":"Turn On Chat"},2],["m_0_7u",{"__html":"Turn Off Chat"},2],["m_0_7v",{"__html":"Show Games"},2],["m_0_7w",{"__html":"Hide Games"},2]],"elements":[["m_0_70","u_0_37",2],["m_0_74","apps_gripper",2],["m_0_73","u_0_38",2],["m_0_77","u_0_39",2],["m_0_7b","u_0_3a",2],["m_0_7d","u_0_3b",2],["m_0_7e","u_0_3c",2],["m_0_7c","u_0_3d",4],["m_0_7l","u_0_3f",2],["m_0_7j","u_0_3g",4],["m_0_7m","u_0_3h",2],["m_0_7n","u_0_3h",2]],"define":[["AppsDivebarConfigData",[],{"hidden":false},314]],"require":[["ChatSidebar","init",["m_0_70","m_0_71","m_0_72"],[{"__m":"m_0_70"},{"__m":"m_0_71"},{"__m":"m_0_72"},{"session_token":"2eb1f055094cae70"}]],["ChatSidebarLog","start",[],[]],["m_0_75"],["m_0_76"],["m_0_78"],["Layer","init",["m_0_79","m_0_7a"],[{"__m":"m_0_79"},{"__m":"m_0_7a"}]],["m_0_71"],["PresencePrivacy"],["m_0_72"],["Typeahead","init",["m_0_7c","m_0_72"],[{"__m":"m_0_7c"},{"__m":"m_0_72"},["chatTypeahead","buildBestAvailableNames","showLoadingIndicator"],null]],["ClearableTypeahead","resetOnCloseButtonClick",["m_0_72","m_0_7e"],[{"__m":"m_0_72"},{"__m":"m_0_7e"}]],["m_0_7g"],["m_0_7i"],["m_0_7h"],["m_0_7k"],["ChatOpenTab","listenOpenEmptyTab",["m_0_7m"],[{"__m":"m_0_7m"},"sidebar"]],["Tooltip","set",["m_0_7n","m_0_7o"],[{"__m":"m_0_7n"},{"__m":"m_0_7o"}]],["m_0_79"]]},"css":["eDlKo","W39r7","qfZQ2","bFa3M","kFNWO"],"resource_map":{"9ZFTI":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yo\/r\/pAc87nDlP8L.js"},"eDlKo":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yg\/r\/n51SEGr4yZd.css"}},"ixData":{"\/images\/gifts\/icons\/cake_icon.png":{"sprited":true,"spriteMapCssClass":"sp_gPysIaDCTmE","spriteCssClass":"sx_ed5f20"},"\/images\/chat\/sidebar\/livebar\/divebar_cake.png":{"sprited":true,"spriteMapCssClass":"sp_gPysIaDCTmE","spriteCssClass":"sx_b30c94"},"\/images\/litestand_classic\/sidebar\/online.png":{"sprited":true,"spriteMapCssClass":"sp_zx-0ABL3iAw","spriteCssClass":"sx_976fdf"},"\/images\/litestand_classic\/sidebar\/pushable.png":{"sprited":true,"spriteMapCssClass":"sp_zx-0ABL3iAw","spriteCssClass":"sx_24322b"}},"js":["oA+g0","zFEBF","yfRoF","ZQfFN","2xGCL","AbNEf","MV+4i","YuKpR","kW7VI","T3PSi","9ZFTI","A3tsq","Wc6QC","fAL+r","yzfhX"],"displayJS":["oA+g0"],"onload":["TickerController._logPositionChange = true;","TickerController.registerPlaceholder(\"pagelet_ticker\", {\"show_header\":false,\"show_birthdays\":false,\"source\":\"fst_sidebar\",\"width\":205});"],"id":"pagelet_sidebar","phase":2})</script> <script>bigPipe.onPageletArrive({"content":{"u_0_5_preload":""},"jsmods":{"instances":[["m_0_7x",["NotificationInitialLoadController"],[{"nodes":[],"servertime":1406489189,"isCommunity":false}],1]],"require":[["m_0_7x"]]},"js":["ru4+m","ZQfFN","AbNEf","oA+g0","A3tsq","kW7VI"],"id":"u_0_5_preload","phase":2})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_pinned_nav":{"container_id":"u_0_6c"}},"jsmods":{"instances":[["m_0_82",["MercuryLeftNav","m_0_81"],[{"__m":"m_0_81"},{"message_counts":[{"unread_count":39,"unseen_count":1,"seen_timestamp":1406378013865,"last_action_id":null,"folder":"inbox"}],"payload_source":"unknown"}],1],["m_0_80",["BookmarksPopoverMenu","m_0_83"],[{"__m":"m_0_83"}],2],["m_0_84",["Menu","MenuItem","m_0_85","m_0_86","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_85"},"label":"Remove from Favorites","title":"","className":"favorite"},{"class":"rearrange","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_86"},"label":"Rearrange","title":"","className":"rearrange"}],{"id":"u_0_3j","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_83",["PopoverMenu","m_0_88","m_0_87","m_0_84"],[{"__m":"m_0_88"},{"__m":"m_0_87"},{"__m":"m_0_84"},[]],3],["m_0_88",["Popover","m_0_89","m_0_87"],[{"__m":"m_0_89"},{"__m":"m_0_87"},[],{"alignh":"left"}],3],["m_0_8d",["PopoverMenu","m_0_8e","m_0_8c","m_0_7y"],[{"__m":"m_0_8e"},{"__m":"m_0_8c"},{"__m":"m_0_7y"},[]],1],["m_0_8e",["Popover","m_0_8f","m_0_8c"],[{"__m":"m_0_8f"},{"__m":"m_0_8c"},[],{"alignh":"right"}],3],["m_0_8b",["BookmarksPopoverMenu","m_0_8g"],[{"__m":"m_0_8g"}],2],["m_0_8h",["Menu","MenuItem","m_0_8i","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"href":"\/ajax\/feed\/edit_options_dialog.php","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_8i"},"label":"Edit Settings","title":"","className":null}],{"id":"u_0_3p","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_8g",["PopoverMenu","m_0_8k","m_0_8j","m_0_8h"],[{"__m":"m_0_8k"},{"__m":"m_0_8j"},{"__m":"m_0_8h"},[]],3],["m_0_8k",["Popover","m_0_8l","m_0_8j"],[{"__m":"m_0_8l"},{"__m":"m_0_8j"},[],{"alignh":"left"}],3],["m_0_8n",["BookmarksPopoverMenu","m_0_8o"],[{"__m":"m_0_8o"}],2],["m_0_8p",["Menu","MenuItem","m_0_8q","m_0_8r","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_8q"},"label":"Remove from Favorites","title":"","className":"favorite"},{"class":"rearrange","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_8r"},"label":"Rearrange","title":"","className":"rearrange"}],{"id":"u_0_3s","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_8o",["PopoverMenu","m_0_8t","m_0_8s","m_0_8p"],[{"__m":"m_0_8t"},{"__m":"m_0_8s"},{"__m":"m_0_8p"},[]],3],["m_0_8t",["Popover","m_0_8u","m_0_8s"],[{"__m":"m_0_8u"},{"__m":"m_0_8s"},[],{"alignh":"left"}],3],["m_0_7y",["SelectableMenu","MenuSelectableItem","m_0_8v","m_0_8w","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"href":"\/?sk=h_nor","selected":true,"value":"h_nor","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_8v"},"label":"Top Stories","title":"","className":null},{"href":"\/?sk=h_chr","selected":false,"value":"h_chr","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_8w"},"label":"Most Recent","title":"","className":null}],{"id":"u_0_3m","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"className":"_57di","theme":{"__m":"XUIMenuTheme"}}],5]],"markup":[["m_0_85",{"__html":"Remove from Favorites"},2],["m_0_86",{"__html":"Rearrange"},2],["m_0_8i",{"__html":"Edit Settings"},2],["m_0_8q",{"__html":"Remove from Favorites"},2],["m_0_8r",{"__html":"Rearrange"},2],["m_0_8v",{"__html":"Top Stories"},2],["m_0_8w",{"__html":"Most Recent"},2]],"elements":[["m_0_7z","navItem_app_217974574879787",2],["m_0_81","navItem_app_217974574879787",2],["m_0_89","u_0_3k",2],["m_0_87","u_0_3l",4],["m_0_8a","navItem_app_4748854339",2],["m_0_8f","u_0_3n",2],["m_0_8c","u_0_3o",4],["m_0_8l","u_0_3q",2],["m_0_8j","u_0_3r",4],["m_0_8m","navItem_app_2344061033",2],["m_0_8u","u_0_3t",2],["m_0_8s","u_0_3u",4]],"require":[["BookmarkFeedSorter","init",["m_0_7y"],[{"__m":"m_0_7y"}]],["BookmarksPopoverMenu","init",["m_0_80","m_0_7z"],[{"__m":"m_0_80"},{"__m":"m_0_7z"}]],["m_0_82"],["m_0_84"],["m_0_83"],["m_0_88"],["BookmarksPopoverMenu","init",["m_0_8b","m_0_8a"],[{"__m":"m_0_8b"},{"__m":"m_0_8a"}]],["m_0_7y"],["m_0_8d"],["m_0_8e"],["m_0_8h"],["m_0_8g"],["m_0_8k"],["BookmarksPopoverMenu","init",["m_0_8n","m_0_8m"],[{"__m":"m_0_8n"},{"__m":"m_0_8m"}]],["m_0_8p"],["m_0_8o"],["m_0_8t"]]},"css":["W39r7","bFa3M","zBuYA","qfZQ2","wBLFA"],"resource_map":{"OpVsJ":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y4\/r\/QpNB45Jzokg.js"},"zBuYA":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yf\/r\/k3CHctFxJjC.css"}},"js":["oA+g0","ZQfFN","T3PSi","AbNEf","zFEBF","yfRoF","X2CJw","OpVsJ","yzfhX","A3tsq"],"displayJS":["oA+g0"],"requires":["pagelet_controller::home_side_future_nav"],"onload":["FutureSideNav.getInstance().initSection({\"id\":\"pinnedNav\",\"editEndpoint\":\"\\\/ajax\\\/bookmark\\\/edit\\\/\"}, [{\"id\":\"navItem_app_4748854339\",\"key\":[\"app_4748854339\",\"nf\",\"lf\",\"h\",\"h_chr\",\"h_nor\",\"h\",\"lf\",\"cg\",\"app_2915120374\",\"pp\",\"app_10150110253435258\"],\"path\":[\"\\\/\"],\"type\":\"type_facebook_app\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":true,\"highlighted\":false},{\"id\":\"navItem_app_217974574879787\",\"key\":[\"app_217974574879787\",\"inbox\",\"messages\"],\"path\":[\"\\\/messages\\\/\"],\"type\":\"type_facebook_app\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_2344061033\",\"key\":[\"app_2344061033\"],\"path\":[\"\\\/events\\\/list\",\"\\\/events\\\/\",{\"regex\":\"\\\\\\\/events\\\\\\\/!(friends|create)\\\\\\\/\"}],\"type\":\"type_facebook_app\",\"endpoint\":null,\"selected\":false,\"highlighted\":false}]);"],"id":"pagelet_pinned_nav","phase":2})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_bookmark_nav":{"container_id":"u_0_6d"}},"jsmods":{"instances":[["m_0_8y",["BookmarksPopoverMenu","m_0_8z"],[{"__m":"m_0_8z"}],2],["m_0_90",["Menu","MenuItem","m_0_91","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_91"},"label":"Add to Favorites","title":"","className":"favorite"}],{"id":"u_0_3v","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_8z",["PopoverMenu","m_0_93","m_0_92","m_0_90"],[{"__m":"m_0_93"},{"__m":"m_0_92"},{"__m":"m_0_90"},[]],3],["m_0_93",["Popover","m_0_94","m_0_92"],[{"__m":"m_0_94"},{"__m":"m_0_92"},[],{"alignh":"left"}],3],["m_0_96",["BookmarksPopoverMenu","m_0_97"],[{"__m":"m_0_97"}],2],["m_0_98",["Menu","MenuItem","m_0_99","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_99"},"label":"Add to Favorites","title":"","className":"favorite"}],{"id":"u_0_3y","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_97",["PopoverMenu","m_0_9b","m_0_9a","m_0_98"],[{"__m":"m_0_9b"},{"__m":"m_0_9a"},{"__m":"m_0_98"},[]],3],["m_0_9b",["Popover","m_0_9c","m_0_9a"],[{"__m":"m_0_9c"},{"__m":"m_0_9a"},[],{"alignh":"left"}],3],["m_0_9e",["BookmarksPopoverMenu","m_0_9f"],[{"__m":"m_0_9f"}],2],["m_0_9g",["Menu","MenuItem","m_0_9h","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_9h"},"label":"Add to Favorites","title":"","className":"favorite"}],{"id":"u_0_41","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_9f",["PopoverMenu","m_0_9j","m_0_9i","m_0_9g"],[{"__m":"m_0_9j"},{"__m":"m_0_9i"},{"__m":"m_0_9g"},[]],3],["m_0_9j",["Popover","m_0_9k","m_0_9i"],[{"__m":"m_0_9k"},{"__m":"m_0_9i"},[],{"alignh":"left"}],3],["m_0_9m",["BookmarksPopoverMenu","m_0_9n"],[{"__m":"m_0_9n"}],2],["m_0_9o",["Menu","MenuItem","m_0_9p","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_9p"},"label":"Add to Favorites","title":"","className":"favorite"}],{"id":"u_0_44","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_9n",["PopoverMenu","m_0_9r","m_0_9q","m_0_9o"],[{"__m":"m_0_9r"},{"__m":"m_0_9q"},{"__m":"m_0_9o"},[]],3],["m_0_9r",["Popover","m_0_9s","m_0_9q"],[{"__m":"m_0_9s"},{"__m":"m_0_9q"},[],{"alignh":"left"}],3],["m_0_9u",["BookmarksPopoverMenu","m_0_9v"],[{"__m":"m_0_9v"}],2],["m_0_9w",["Menu","MenuItem","m_0_9x","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_9x"},"label":"Add to Favorites","title":"","className":"favorite"}],{"id":"u_0_47","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_9v",["PopoverMenu","m_0_9z","m_0_9y","m_0_9w"],[{"__m":"m_0_9z"},{"__m":"m_0_9y"},{"__m":"m_0_9w"},[]],3],["m_0_9z",["Popover","m_0_a0","m_0_9y"],[{"__m":"m_0_a0"},{"__m":"m_0_9y"},[],{"alignh":"left"}],3],["m_0_a2",["BookmarksPopoverMenu","m_0_a3"],[{"__m":"m_0_a3"}],2],["m_0_a4",["Menu","MenuItem","m_0_a5","m_0_a6","MenuSeparator","m_0_a7","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_a5"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=1486334851608134","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_a6"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=1486334851608134","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_a7"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4a","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_a3",["PopoverMenu","m_0_a9","m_0_a8","m_0_a4"],[{"__m":"m_0_a9"},{"__m":"m_0_a8"},{"__m":"m_0_a4"},[]],3],["m_0_a9",["Popover","m_0_aa","m_0_a8"],[{"__m":"m_0_aa"},{"__m":"m_0_a8"},[],{"alignh":"left"}],3],["m_0_ac",["BookmarksPopoverMenu","m_0_ad"],[{"__m":"m_0_ad"}],2],["m_0_ae",["Menu","MenuItem","m_0_af","m_0_ag","MenuSeparator","m_0_ah","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_af"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=458089457642810","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ag"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=458089457642810","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ah"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4d","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_ad",["PopoverMenu","m_0_aj","m_0_ai","m_0_ae"],[{"__m":"m_0_aj"},{"__m":"m_0_ai"},{"__m":"m_0_ae"},[]],3],["m_0_aj",["Popover","m_0_ak","m_0_ai"],[{"__m":"m_0_ak"},{"__m":"m_0_ai"},[],{"alignh":"left"}],3],["m_0_am",["BookmarksPopoverMenu","m_0_an"],[{"__m":"m_0_an"}],2],["m_0_ao",["Menu","MenuItem","m_0_ap","m_0_aq","MenuSeparator","m_0_ar","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ap"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=398637273528511","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_aq"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=398637273528511","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ar"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4g","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_an",["PopoverMenu","m_0_at","m_0_as","m_0_ao"],[{"__m":"m_0_at"},{"__m":"m_0_as"},{"__m":"m_0_ao"},[]],3],["m_0_at",["Popover","m_0_au","m_0_as"],[{"__m":"m_0_au"},{"__m":"m_0_as"},[],{"alignh":"left"}],3],["m_0_aw",["BookmarksPopoverMenu","m_0_ax"],[{"__m":"m_0_ax"}],2],["m_0_ay",["Menu","MenuItem","m_0_az","m_0_b0","MenuSeparator","m_0_b1","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_az"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=288841594499715","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_b0"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=288841594499715","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_b1"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4j","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_ax",["PopoverMenu","m_0_b3","m_0_b2","m_0_ay"],[{"__m":"m_0_b3"},{"__m":"m_0_b2"},{"__m":"m_0_ay"},[]],3],["m_0_b3",["Popover","m_0_b4","m_0_b2"],[{"__m":"m_0_b4"},{"__m":"m_0_b2"},[],{"alignh":"left"}],3],["m_0_b6",["BookmarksPopoverMenu","m_0_b7"],[{"__m":"m_0_b7"}],2],["m_0_b8",["Menu","MenuItem","m_0_b9","m_0_ba","MenuSeparator","m_0_bb","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_b9"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=150893991629890","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ba"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=150893991629890","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bb"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4m","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_b7",["PopoverMenu","m_0_bd","m_0_bc","m_0_b8"],[{"__m":"m_0_bd"},{"__m":"m_0_bc"},{"__m":"m_0_b8"},[]],3],["m_0_bd",["Popover","m_0_be","m_0_bc"],[{"__m":"m_0_be"},{"__m":"m_0_bc"},[],{"alignh":"left"}],3],["m_0_bg",["BookmarksPopoverMenu","m_0_bh"],[{"__m":"m_0_bh"}],2],["m_0_bi",["Menu","MenuItem","m_0_bj","m_0_bk","MenuSeparator","m_0_bl","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bj"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=137568023111395","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bk"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=137568023111395","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bl"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4p","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_bh",["PopoverMenu","m_0_bn","m_0_bm","m_0_bi"],[{"__m":"m_0_bn"},{"__m":"m_0_bm"},{"__m":"m_0_bi"},[]],3],["m_0_bn",["Popover","m_0_bo","m_0_bm"],[{"__m":"m_0_bo"},{"__m":"m_0_bm"},[],{"alignh":"left"}],3],["m_0_bq",["BookmarksPopoverMenu","m_0_br"],[{"__m":"m_0_br"}],2],["m_0_bs",["Menu","MenuItem","m_0_bt","m_0_bu","MenuSeparator","m_0_bv","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bt"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=248292315251935","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bu"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=248292315251935","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_bv"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4s","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_br",["PopoverMenu","m_0_bx","m_0_bw","m_0_bs"],[{"__m":"m_0_bx"},{"__m":"m_0_bw"},{"__m":"m_0_bs"},[]],3],["m_0_bx",["Popover","m_0_by","m_0_bw"],[{"__m":"m_0_by"},{"__m":"m_0_bw"},[],{"alignh":"left"}],3],["m_0_c0",["BookmarksPopoverMenu","m_0_c1"],[{"__m":"m_0_c1"}],2],["m_0_c2",["Menu","MenuItem","m_0_c3","m_0_c4","MenuSeparator","m_0_c5","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_c3"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=137645986366973","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_c4"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=137645986366973","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_c5"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4v","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_c1",["PopoverMenu","m_0_c7","m_0_c6","m_0_c2"],[{"__m":"m_0_c7"},{"__m":"m_0_c6"},{"__m":"m_0_c2"},[]],3],["m_0_c7",["Popover","m_0_c8","m_0_c6"],[{"__m":"m_0_c8"},{"__m":"m_0_c6"},[],{"alignh":"left"}],3],["m_0_ca",["BookmarksPopoverMenu","m_0_cb"],[{"__m":"m_0_cb"}],2],["m_0_cc",["Menu","MenuItem","m_0_cd","m_0_ce","MenuSeparator","m_0_cf","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cd"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=345181272212991","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ce"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=345181272212991","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cf"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_4y","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_cb",["PopoverMenu","m_0_ch","m_0_cg","m_0_cc"],[{"__m":"m_0_ch"},{"__m":"m_0_cg"},{"__m":"m_0_cc"},[]],3],["m_0_ch",["Popover","m_0_ci","m_0_cg"],[{"__m":"m_0_ci"},{"__m":"m_0_cg"},[],{"alignh":"left"}],3],["m_0_ck",["BookmarksPopoverMenu","m_0_cl"],[{"__m":"m_0_cl"}],2],["m_0_cm",["Menu","MenuItem","m_0_cn","m_0_co","MenuSeparator","m_0_cp","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cn"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=697850363602950","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_co"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=697850363602950","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cp"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_51","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_cl",["PopoverMenu","m_0_cr","m_0_cq","m_0_cm"],[{"__m":"m_0_cr"},{"__m":"m_0_cq"},{"__m":"m_0_cm"},[]],3],["m_0_cr",["Popover","m_0_cs","m_0_cq"],[{"__m":"m_0_cs"},{"__m":"m_0_cq"},[],{"alignh":"left"}],3],["m_0_cu",["BookmarksPopoverMenu","m_0_cv"],[{"__m":"m_0_cv"}],2],["m_0_cw",["Menu","MenuItem","m_0_cx","m_0_cy","MenuSeparator","m_0_cz","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cx"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/groups\/membership\/subscribe_get.php?group_id=284314518394092","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cy"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/groups\/leave\/?group_id=284314518394092","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_cz"},"label":"Leave Group","title":"","className":null}],{"id":"u_0_54","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_cv",["PopoverMenu","m_0_d1","m_0_d0","m_0_cw"],[{"__m":"m_0_d1"},{"__m":"m_0_d0"},{"__m":"m_0_cw"},[]],3],["m_0_d1",["Popover","m_0_d2","m_0_d0"],[{"__m":"m_0_d2"},{"__m":"m_0_d0"},[],{"alignh":"left"}],3],["m_0_d4",["BookmarksPopoverMenu","m_0_d5"],[{"__m":"m_0_d5"}],2],["m_0_d6",["Menu","MenuItem","m_0_d7","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_d7"},"label":"Add to Favorites","title":"","className":"favorite"}],{"id":"u_0_57","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_d5",["PopoverMenu","m_0_d9","m_0_d8","m_0_d6"],[{"__m":"m_0_d9"},{"__m":"m_0_d8"},{"__m":"m_0_d6"},[]],3],["m_0_d9",["Popover","m_0_da","m_0_d8"],[{"__m":"m_0_da"},{"__m":"m_0_d8"},[],{"alignh":"left"}],3],["m_0_dc",["BookmarksPopoverMenu","m_0_dd"],[{"__m":"m_0_dd"}],2],["m_0_de",["Menu","MenuItem","m_0_df","m_0_dg","MenuSeparator","m_0_dh","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_df"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/bookmark\/apps\/settings\/?app_id=2389801228","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_dg"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/apps\/remove\/?app_id=2389801228","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_dh"},"label":"Remove App","title":"","className":null}],{"id":"u_0_5a","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_dd",["PopoverMenu","m_0_dj","m_0_di","m_0_de"],[{"__m":"m_0_dj"},{"__m":"m_0_di"},{"__m":"m_0_de"},[]],3],["m_0_dj",["Popover","m_0_dk","m_0_di"],[{"__m":"m_0_dk"},{"__m":"m_0_di"},[],{"alignh":"left"}],3],["m_0_dm",["BookmarksPopoverMenu","m_0_dn"],[{"__m":"m_0_dn"}],2],["m_0_do",["Menu","MenuItem","m_0_dp","m_0_dq","MenuSeparator","m_0_dr","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_dp"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/bookmark\/apps\/settings\/?app_id=133451120007663","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_dq"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/apps\/remove\/?app_id=133451120007663","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_dr"},"label":"Remove App","title":"","className":null}],{"id":"u_0_5d","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_dn",["PopoverMenu","m_0_dt","m_0_ds","m_0_do"],[{"__m":"m_0_dt"},{"__m":"m_0_ds"},{"__m":"m_0_do"},[]],3],["m_0_dt",["Popover","m_0_du","m_0_ds"],[{"__m":"m_0_du"},{"__m":"m_0_ds"},[],{"alignh":"left"}],3],["m_0_dw",["BookmarksPopoverMenu","m_0_dx"],[{"__m":"m_0_dx"}],2],["m_0_dy",["Menu","MenuItem","m_0_dz","m_0_e0","MenuSeparator","m_0_e1","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_dz"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/bookmark\/apps\/settings\/?app_id=291549705119","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_e0"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/apps\/remove\/?app_id=291549705119","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_e1"},"label":"Remove App","title":"","className":null}],{"id":"u_0_5g","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_dx",["PopoverMenu","m_0_e3","m_0_e2","m_0_dy"],[{"__m":"m_0_e3"},{"__m":"m_0_e2"},{"__m":"m_0_dy"},[]],3],["m_0_e3",["Popover","m_0_e4","m_0_e2"],[{"__m":"m_0_e4"},{"__m":"m_0_e2"},[],{"alignh":"left"}],3],["m_0_e6",["BookmarksPopoverMenu","m_0_e7"],[{"__m":"m_0_e7"}],2],["m_0_e8",["Menu","MenuItem","m_0_e9","m_0_ea","MenuSeparator","m_0_eb","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_e9"},"label":"Add to Favorites","title":"","className":"favorite"},{"href":"\/ajax\/bookmark\/apps\/settings\/?app_id=124318160942877","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ea"},"label":"Edit Settings","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/ajax\/bookmark\/apps\/remove\/?app_id=124318160942877","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_eb"},"label":"Remove App","title":"","className":null}],{"id":"u_0_5j","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_e7",["PopoverMenu","m_0_ed","m_0_ec","m_0_e8"],[{"__m":"m_0_ed"},{"__m":"m_0_ec"},{"__m":"m_0_e8"},[]],3],["m_0_ed",["Popover","m_0_ee","m_0_ec"],[{"__m":"m_0_ee"},{"__m":"m_0_ec"},[],{"alignh":"left"}],3],["m_0_eg",["BookmarksPopoverMenu","m_0_eh"],[{"__m":"m_0_eh"}],2],["m_0_ei",["Menu","MenuItem","m_0_ej","MenuSeparator","m_0_ek","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ej"},"label":"Add to Favorites","title":"","className":"favorite"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/friends\/lists\/archive\/?flid=485218421507845","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_ek"},"label":"Archive List","title":"","className":null}],{"id":"u_0_5m","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_eh",["PopoverMenu","m_0_em","m_0_el","m_0_ei"],[{"__m":"m_0_em"},{"__m":"m_0_el"},{"__m":"m_0_ei"},[]],3],["m_0_em",["Popover","m_0_en","m_0_el"],[{"__m":"m_0_en"},{"__m":"m_0_el"},[],{"alignh":"left"}],3],["m_0_ep",["BookmarksPopoverMenu","m_0_eq"],[{"__m":"m_0_eq"}],2],["m_0_er",["Menu","MenuItem","m_0_es","MenuSeparator","m_0_et","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"class":"favorite","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_es"},"label":"Add to Favorites","title":"","className":"favorite"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/friends\/lists\/archive\/?flid=298069413556081","ajaxify":null,"rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_et"},"label":"Archive List","title":"","className":null}],{"id":"u_0_5p","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_eq",["PopoverMenu","m_0_ev","m_0_eu","m_0_er"],[{"__m":"m_0_ev"},{"__m":"m_0_eu"},{"__m":"m_0_er"},[]],3],["m_0_ev",["Popover","m_0_ew","m_0_eu"],[{"__m":"m_0_ew"},{"__m":"m_0_eu"},[],{"alignh":"left"}],3]],"markup":[["m_0_91",{"__html":"Add to Favorites"},2],["m_0_99",{"__html":"Add to Favorites"},2],["m_0_9h",{"__html":"Add to Favorites"},2],["m_0_9p",{"__html":"Add to Favorites"},2],["m_0_9x",{"__html":"Add to Favorites"},2],["m_0_a5",{"__html":"Add to Favorites"},2],["m_0_a6",{"__html":"Edit Settings"},2],["m_0_a7",{"__html":"Leave Group"},2],["m_0_af",{"__html":"Add to Favorites"},2],["m_0_ag",{"__html":"Edit Settings"},2],["m_0_ah",{"__html":"Leave Group"},2],["m_0_ap",{"__html":"Add to Favorites"},2],["m_0_aq",{"__html":"Edit Settings"},2],["m_0_ar",{"__html":"Leave Group"},2],["m_0_az",{"__html":"Add to Favorites"},2],["m_0_b0",{"__html":"Edit Settings"},2],["m_0_b1",{"__html":"Leave Group"},2],["m_0_b9",{"__html":"Add to Favorites"},2],["m_0_ba",{"__html":"Edit Settings"},2],["m_0_bb",{"__html":"Leave Group"},2],["m_0_bj",{"__html":"Add to Favorites"},2],["m_0_bk",{"__html":"Edit Settings"},2],["m_0_bl",{"__html":"Leave Group"},2],["m_0_bt",{"__html":"Add to Favorites"},2],["m_0_bu",{"__html":"Edit Settings"},2],["m_0_bv",{"__html":"Leave Group"},2],["m_0_c3",{"__html":"Add to Favorites"},2],["m_0_c4",{"__html":"Edit Settings"},2],["m_0_c5",{"__html":"Leave Group"},2],["m_0_cd",{"__html":"Add to Favorites"},2],["m_0_ce",{"__html":"Edit Settings"},2],["m_0_cf",{"__html":"Leave Group"},2],["m_0_cn",{"__html":"Add to Favorites"},2],["m_0_co",{"__html":"Edit Settings"},2],["m_0_cp",{"__html":"Leave Group"},2],["m_0_cx",{"__html":"Add to Favorites"},2],["m_0_cy",{"__html":"Edit Settings"},2],["m_0_cz",{"__html":"Leave Group"},2],["m_0_d7",{"__html":"Add to Favorites"},2],["m_0_df",{"__html":"Add to Favorites"},2],["m_0_dg",{"__html":"Edit Settings"},2],["m_0_dh",{"__html":"Remove App"},2],["m_0_dp",{"__html":"Add to Favorites"},2],["m_0_dq",{"__html":"Edit Settings"},2],["m_0_dr",{"__html":"Remove App"},2],["m_0_dz",{"__html":"Add to Favorites"},2],["m_0_e0",{"__html":"Edit Settings"},2],["m_0_e1",{"__html":"Remove App"},2],["m_0_e9",{"__html":"Add to Favorites"},2],["m_0_ea",{"__html":"Edit Settings"},2],["m_0_eb",{"__html":"Remove App"},2],["m_0_ej",{"__html":"Add to Favorites"},2],["m_0_ek",{"__html":"Archive List"},2],["m_0_es",{"__html":"Add to Favorites"},2],["m_0_et",{"__html":"Archive List"},2]],"elements":[["m_0_8x","navItem_app_2305272732",2],["m_0_94","u_0_3w",2],["m_0_92","u_0_3x",4],["m_0_95","navItem_app_188833664616804",2],["m_0_9c","u_0_3z",2],["m_0_9a","u_0_40",4],["m_0_9d","navItem_app_183217215062060",2],["m_0_9k","u_0_42",2],["m_0_9i","u_0_43",4],["m_0_9l","navItem_app_261369767293002",2],["m_0_9s","u_0_45",2],["m_0_9q","u_0_46",4],["m_0_9t","navItem_app_140472815972081",2],["m_0_a0","u_0_48",2],["m_0_9y","u_0_49",4],["m_0_a1","navItem_group_1486334851608134",2],["m_0_aa","u_0_4b",2],["m_0_a8","u_0_4c",4],["m_0_ab","navItem_group_458089457642810",2],["m_0_ak","u_0_4e",2],["m_0_ai","u_0_4f",4],["m_0_al","navItem_group_398637273528511",2],["m_0_au","u_0_4h",2],["m_0_as","u_0_4i",4],["m_0_av","navItem_group_288841594499715",2],["m_0_b4","u_0_4k",2],["m_0_b2","u_0_4l",4],["m_0_b5","navItem_group_150893991629890",2],["m_0_be","u_0_4n",2],["m_0_bc","u_0_4o",4],["m_0_bf","navItem_group_137568023111395",2],["m_0_bo","u_0_4q",2],["m_0_bm","u_0_4r",4],["m_0_bp","navItem_group_248292315251935",2],["m_0_by","u_0_4t",2],["m_0_bw","u_0_4u",4],["m_0_bz","navItem_group_137645986366973",2],["m_0_c8","u_0_4w",2],["m_0_c6","u_0_4x",4],["m_0_c9","navItem_group_345181272212991",2],["m_0_ci","u_0_4z",2],["m_0_cg","u_0_50",4],["m_0_cj","navItem_group_697850363602950",2],["m_0_cs","u_0_52",2],["m_0_cq","u_0_53",4],["m_0_ct","navItem_group_284314518394092",2],["m_0_d2","u_0_55",2],["m_0_d0","u_0_56",4],["m_0_d3","navItem_app_140332009231",2],["m_0_da","u_0_58",2],["m_0_d8","u_0_59",4],["m_0_db","navItem_app_2389801228",2],["m_0_dk","u_0_5b",2],["m_0_di","u_0_5c",4],["m_0_dl","navItem_app_133451120007663",2],["m_0_du","u_0_5e",2],["m_0_ds","u_0_5f",4],["m_0_dv","navItem_app_291549705119",2],["m_0_e4","u_0_5h",2],["m_0_e2","u_0_5i",4],["m_0_e5","navItem_app_124318160942877",2],["m_0_ee","u_0_5k",2],["m_0_ec","u_0_5l",4],["m_0_ef","navItem_fl_485218421507845",2],["m_0_en","u_0_5n",2],["m_0_el","u_0_5o",4],["m_0_eo","navItem_fl_298069413556081",2],["m_0_ew","u_0_5q",2],["m_0_eu","u_0_5r",4]],"require":[["FutureSideNav","initSectionGlobally",[],[{"id":"appsNav","editEndpoint":null},[{"id":"navItem_app_140332009231","key":["app_140332009231","games","apps"],"path":["\/games\/"],"type":"type_game_tool","endpoint":null,"selected":false,"highlighted":false},{"id":"navItem_app_2389801228","key":["app_2389801228"],"path":["\/texas_holdem\/"],"type":"type_canvas_app_game","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_app_183217215062060","key":["app_183217215062060"],"path":["\/pokes"],"type":"type_facebook_app","endpoint":null,"selected":false,"highlighted":false},{"id":"navItem_app_133451120007663","key":["app_133451120007663"],"path":["\/socialtrueorfalse\/"],"type":"type_canvas_app_non_game","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_app_291549705119","key":["app_291549705119"],"path":["\/cityville\/"],"type":"type_canvas_app_game","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_app_2305272732","key":["app_2305272732"],"path":["\/mayur.kumar.77\/photos"],"type":"type_facebook_app","endpoint":null,"selected":false,"highlighted":false},{"id":"navItem_app_124318160942877","key":["app_124318160942877"],"path":["\/getrevealed\/"],"type":"type_canvas_app_non_game","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_app_261369767293002","key":["app_261369767293002","FEED_FILTER_KEY_APPS_AND_GAMES"],"path":["\/apps\/feed"],"type":"type_game_tool","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false}]]],["FutureSideNav","initSectionGlobally",[],[{"id":"listsNav","editEndpoint":null},[{"id":"navItem_fl_485218421507845","key":["fl_485218421507845"],"path":["\/lists\/485218421507845"],"type":"type_friend_list","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false}]]],["FutureSideNav","initSectionGlobally",[],[{"id":"interestsNav","editEndpoint":null},[{"id":"navItem_fl_298069413556081","key":["fl_298069413556081"],"path":["\/lists\/298069413556081"],"type":"type_interest_list","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false}]]],["FutureSideNav","initSectionGlobally",[],[{"id":"groupsNav","editEndpoint":null},[{"id":"navItem_group_697850363602950","key":["group_697850363602950"],"path":["\/groups\/697850363602950\/",{"regex":"\\\/groups\\\/697850363602950\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_1486334851608134","key":["group_1486334851608134"],"path":["\/groups\/1486334851608134\/",{"regex":"\\\/groups\\\/1486334851608134\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_458089457642810","key":["group_458089457642810"],"path":["\/groups\/mdigurgaon\/",{"regex":"\\\/groups\\\/mdigurgaon\\\/.*"},{"regex":"\\\/groups\\\/458089457642810\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_398637273528511","key":["group_398637273528511"],"path":["\/groups\/mitmanipalalumni\/",{"regex":"\\\/groups\\\/mitmanipalalumni\\\/.*"},{"regex":"\\\/groups\\\/398637273528511\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_284314518394092","key":["group_284314518394092"],"path":["\/groups\/284314518394092\/",{"regex":"\\\/groups\\\/284314518394092\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_288841594499715","key":["group_288841594499715"],"path":["\/groups\/288841594499715\/",{"regex":"\\\/groups\\\/288841594499715\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_150893991629890","key":["group_150893991629890"],"path":["\/groups\/150893991629890\/",{"regex":"\\\/groups\\\/150893991629890\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_137568023111395","key":["group_137568023111395"],"path":["\/groups\/137568023111395\/",{"regex":"\\\/groups\\\/137568023111395\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_248292315251935","key":["group_248292315251935"],"path":["\/groups\/248292315251935\/",{"regex":"\\\/groups\\\/248292315251935\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_137645986366973","key":["group_137645986366973"],"path":["\/groups\/mdi.pgp.2014\/",{"regex":"\\\/groups\\\/mdi.pgp.2014\\\/.*"},{"regex":"\\\/groups\\\/137645986366973\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_group_345181272212991","key":["group_345181272212991"],"path":["\/groups\/345181272212991\/",{"regex":"\\\/groups\\\/345181272212991\\\/.*"}],"type":"type_group","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_app_1453691111529322","key":["app_1453691111529322"],"path":["\/browsegroups\/"],"type":"type_group_tool","endpoint":null,"selected":false,"highlighted":false},{"id":"navItem_app_637803516301738","key":["app_637803516301738"],"path":["\/browsegroups"],"type":"type_group_tool","endpoint":null,"selected":false,"highlighted":false},{"id":"navItem_app_230259100322928","key":["app_230259100322928","addgroup"],"path":["\/ajax\/groups\/create_get.php"],"type":"type_group_tool","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false}]]],["FutureSideNav","initSectionGlobally",[],[{"id":"pagesNav","editEndpoint":null},[{"id":"navItem_app_140472815972081","key":["app_140472815972081","pages"],"path":["\/pages\/feed"],"type":"type_pinnable_page_tool","endpoint":"\/ajax\/home\/generic.php","selected":false,"highlighted":false},{"id":"navItem_app_357937250942127","key":["app_357937250942127","addpage"],"path":["\/pages"],"type":"type_pinnable_page_tool","endpoint":null,"selected":false,"highlighted":false},{"id":"navItem_app_188619144602540","key":["app_188619144602540"],"path":["\/pages\/create\/"],"type":"type_page_tool","endpoint":null,"selected":false,"highlighted":false}]]],["FutureSideNav","initSectionGlobally",[],[{"id":"developerNav","editEndpoint":null},[{"id":"navItem_app_188833664616804","key":["app_188833664616804"],"path":["\/insights\/"],"type":"type_developer_tool","endpoint":null,"selected":false,"highlighted":false}]]],["FutureSideNav","initSectionGlobally",[],[{"id":"connectNav","editEndpoint":null},[]]],["BookmarksPopoverMenu","init",["m_0_8y","m_0_8x"],[{"__m":"m_0_8y"},{"__m":"m_0_8x"}]],["m_0_90"],["m_0_8z"],["m_0_93"],["BookmarksPopoverMenu","init",["m_0_96","m_0_95"],[{"__m":"m_0_96"},{"__m":"m_0_95"}]],["m_0_98"],["m_0_97"],["m_0_9b"],["BookmarksPopoverMenu","init",["m_0_9e","m_0_9d"],[{"__m":"m_0_9e"},{"__m":"m_0_9d"}]],["m_0_9g"],["m_0_9f"],["m_0_9j"],["BookmarksPopoverMenu","init",["m_0_9m","m_0_9l"],[{"__m":"m_0_9m"},{"__m":"m_0_9l"}]],["m_0_9o"],["m_0_9n"],["m_0_9r"],["BookmarksPopoverMenu","init",["m_0_9u","m_0_9t"],[{"__m":"m_0_9u"},{"__m":"m_0_9t"}]],["m_0_9w"],["m_0_9v"],["m_0_9z"],["BookmarksPopoverMenu","init",["m_0_a2","m_0_a1"],[{"__m":"m_0_a2"},{"__m":"m_0_a1"}]],["m_0_a4"],["m_0_a3"],["m_0_a9"],["BookmarksPopoverMenu","init",["m_0_ac","m_0_ab"],[{"__m":"m_0_ac"},{"__m":"m_0_ab"}]],["m_0_ae"],["m_0_ad"],["m_0_aj"],["BookmarksPopoverMenu","init",["m_0_am","m_0_al"],[{"__m":"m_0_am"},{"__m":"m_0_al"}]],["m_0_ao"],["m_0_an"],["m_0_at"],["BookmarksPopoverMenu","init",["m_0_aw","m_0_av"],[{"__m":"m_0_aw"},{"__m":"m_0_av"}]],["m_0_ay"],["m_0_ax"],["m_0_b3"],["BookmarksPopoverMenu","init",["m_0_b6","m_0_b5"],[{"__m":"m_0_b6"},{"__m":"m_0_b5"}]],["m_0_b8"],["m_0_b7"],["m_0_bd"],["BookmarksPopoverMenu","init",["m_0_bg","m_0_bf"],[{"__m":"m_0_bg"},{"__m":"m_0_bf"}]],["m_0_bi"],["m_0_bh"],["m_0_bn"],["BookmarksPopoverMenu","init",["m_0_bq","m_0_bp"],[{"__m":"m_0_bq"},{"__m":"m_0_bp"}]],["m_0_bs"],["m_0_br"],["m_0_bx"],["BookmarksPopoverMenu","init",["m_0_c0","m_0_bz"],[{"__m":"m_0_c0"},{"__m":"m_0_bz"}]],["m_0_c2"],["m_0_c1"],["m_0_c7"],["BookmarksPopoverMenu","init",["m_0_ca","m_0_c9"],[{"__m":"m_0_ca"},{"__m":"m_0_c9"}]],["m_0_cc"],["m_0_cb"],["m_0_ch"],["BookmarksPopoverMenu","init",["m_0_ck","m_0_cj"],[{"__m":"m_0_ck"},{"__m":"m_0_cj"}]],["m_0_cm"],["m_0_cl"],["m_0_cr"],["BookmarksPopoverMenu","init",["m_0_cu","m_0_ct"],[{"__m":"m_0_cu"},{"__m":"m_0_ct"}]],["m_0_cw"],["m_0_cv"],["m_0_d1"],["BookmarksPopoverMenu","init",["m_0_d4","m_0_d3"],[{"__m":"m_0_d4"},{"__m":"m_0_d3"}]],["m_0_d6"],["m_0_d5"],["m_0_d9"],["BookmarksPopoverMenu","init",["m_0_dc","m_0_db"],[{"__m":"m_0_dc"},{"__m":"m_0_db"}]],["m_0_de"],["m_0_dd"],["m_0_dj"],["BookmarksPopoverMenu","init",["m_0_dm","m_0_dl"],[{"__m":"m_0_dm"},{"__m":"m_0_dl"}]],["m_0_do"],["m_0_dn"],["m_0_dt"],["BookmarksPopoverMenu","init",["m_0_dw","m_0_dv"],[{"__m":"m_0_dw"},{"__m":"m_0_dv"}]],["m_0_dy"],["m_0_dx"],["m_0_e3"],["BookmarksPopoverMenu","init",["m_0_e6","m_0_e5"],[{"__m":"m_0_e6"},{"__m":"m_0_e5"}]],["m_0_e8"],["m_0_e7"],["m_0_ed"],["BookmarksPopoverMenu","init",["m_0_eg","m_0_ef"],[{"__m":"m_0_eg"},{"__m":"m_0_ef"}]],["m_0_ei"],["m_0_eh"],["m_0_em"],["BookmarksPopoverMenu","init",["m_0_ep","m_0_eo"],[{"__m":"m_0_ep"},{"__m":"m_0_eo"}]],["m_0_er"],["m_0_eq"],["m_0_ev"]]},"css":["W39r7","bFa3M","qfZQ2","2U3xi"],"resource_map":{"2U3xi":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yC\/r\/4uCLtsOJzJW.css"}},"js":["oA+g0","ZQfFN","T3PSi","AbNEf","zFEBF","yfRoF","X2CJw","OpVsJ"],"displayJS":["oA+g0"],"requires":["pagelet_controller::home_side_future_nav"],"onload":["FutureSideNav.getInstance().initSection({\"id\":\"groupsNav\",\"editEndpoint\":null}, [{\"id\":\"navItem_group_697850363602950\",\"key\":[\"group_697850363602950\"],\"path\":[\"\\\/groups\\\/697850363602950\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/697850363602950\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_1486334851608134\",\"key\":[\"group_1486334851608134\"],\"path\":[\"\\\/groups\\\/1486334851608134\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/1486334851608134\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_458089457642810\",\"key\":[\"group_458089457642810\"],\"path\":[\"\\\/groups\\\/mdigurgaon\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/mdigurgaon\\\\\\\/.*\"},{\"regex\":\"\\\\\\\/groups\\\\\\\/458089457642810\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_398637273528511\",\"key\":[\"group_398637273528511\"],\"path\":[\"\\\/groups\\\/mitmanipalalumni\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/mitmanipalalumni\\\\\\\/.*\"},{\"regex\":\"\\\\\\\/groups\\\\\\\/398637273528511\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_284314518394092\",\"key\":[\"group_284314518394092\"],\"path\":[\"\\\/groups\\\/284314518394092\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/284314518394092\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_288841594499715\",\"key\":[\"group_288841594499715\"],\"path\":[\"\\\/groups\\\/288841594499715\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/288841594499715\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_150893991629890\",\"key\":[\"group_150893991629890\"],\"path\":[\"\\\/groups\\\/150893991629890\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/150893991629890\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_137568023111395\",\"key\":[\"group_137568023111395\"],\"path\":[\"\\\/groups\\\/137568023111395\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/137568023111395\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_248292315251935\",\"key\":[\"group_248292315251935\"],\"path\":[\"\\\/groups\\\/248292315251935\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/248292315251935\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_137645986366973\",\"key\":[\"group_137645986366973\"],\"path\":[\"\\\/groups\\\/mdi.pgp.2014\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/mdi.pgp.2014\\\\\\\/.*\"},{\"regex\":\"\\\\\\\/groups\\\\\\\/137645986366973\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_group_345181272212991\",\"key\":[\"group_345181272212991\"],\"path\":[\"\\\/groups\\\/345181272212991\\\/\",{\"regex\":\"\\\\\\\/groups\\\\\\\/345181272212991\\\\\\\/.*\"}],\"type\":\"type_group\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_1453691111529322\",\"key\":[\"app_1453691111529322\"],\"path\":[\"\\\/browsegroups\\\/\"],\"type\":\"type_group_tool\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_637803516301738\",\"key\":[\"app_637803516301738\"],\"path\":[\"\\\/browsegroups\"],\"type\":\"type_group_tool\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_230259100322928\",\"key\":[\"app_230259100322928\",\"addgroup\"],\"path\":[\"\\\/ajax\\\/groups\\\/create_get.php\"],\"type\":\"type_group_tool\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false}]);","FutureSideNav.getInstance().initSection({\"id\":\"appsNav\",\"editEndpoint\":null}, [{\"id\":\"navItem_app_140332009231\",\"key\":[\"app_140332009231\",\"games\",\"apps\"],\"path\":[\"\\\/games\\\/\"],\"type\":\"type_game_tool\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_2389801228\",\"key\":[\"app_2389801228\"],\"path\":[\"\\\/texas_holdem\\\/\"],\"type\":\"type_canvas_app_game\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_183217215062060\",\"key\":[\"app_183217215062060\"],\"path\":[\"\\\/pokes\"],\"type\":\"type_facebook_app\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_133451120007663\",\"key\":[\"app_133451120007663\"],\"path\":[\"\\\/socialtrueorfalse\\\/\"],\"type\":\"type_canvas_app_non_game\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_291549705119\",\"key\":[\"app_291549705119\"],\"path\":[\"\\\/cityville\\\/\"],\"type\":\"type_canvas_app_game\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_2305272732\",\"key\":[\"app_2305272732\"],\"path\":[\"\\\/mayur.kumar.77\\\/photos\"],\"type\":\"type_facebook_app\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_124318160942877\",\"key\":[\"app_124318160942877\"],\"path\":[\"\\\/getrevealed\\\/\"],\"type\":\"type_canvas_app_non_game\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_261369767293002\",\"key\":[\"app_261369767293002\",\"FEED_FILTER_KEY_APPS_AND_GAMES\"],\"path\":[\"\\\/apps\\\/feed\"],\"type\":\"type_game_tool\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false}]);","FutureSideNav.getInstance().initSection({\"id\":\"listsNav\",\"editEndpoint\":null}, [{\"id\":\"navItem_fl_485218421507845\",\"key\":[\"fl_485218421507845\"],\"path\":[\"\\\/lists\\\/485218421507845\"],\"type\":\"type_friend_list\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false}]);","FutureSideNav.getInstance().initSection({\"id\":\"interestsNav\",\"editEndpoint\":null}, [{\"id\":\"navItem_fl_298069413556081\",\"key\":[\"fl_298069413556081\"],\"path\":[\"\\\/lists\\\/298069413556081\"],\"type\":\"type_interest_list\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false}]);","FutureSideNav.getInstance().initSection({\"id\":\"pagesNav\",\"editEndpoint\":null}, [{\"id\":\"navItem_app_140472815972081\",\"key\":[\"app_140472815972081\",\"pages\"],\"path\":[\"\\\/pages\\\/feed\"],\"type\":\"type_pinnable_page_tool\",\"endpoint\":\"\\\/ajax\\\/home\\\/generic.php\",\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_357937250942127\",\"key\":[\"app_357937250942127\",\"addpage\"],\"path\":[\"\\\/pages\"],\"type\":\"type_pinnable_page_tool\",\"endpoint\":null,\"selected\":false,\"highlighted\":false},{\"id\":\"navItem_app_188619144602540\",\"key\":[\"app_188619144602540\"],\"path\":[\"\\\/pages\\\/create\\\/\"],\"type\":\"type_page_tool\",\"endpoint\":null,\"selected\":false,\"highlighted\":false}]);","FutureSideNav.getInstance().initSection({\"id\":\"developerNav\",\"editEndpoint\":null}, [{\"id\":\"navItem_app_188833664616804\",\"key\":[\"app_188833664616804\"],\"path\":[\"\\\/insights\\\/\"],\"type\":\"type_developer_tool\",\"endpoint\":null,\"selected\":false,\"highlighted\":false}]);"],"id":"pagelet_bookmark_nav","phase":2})</script> <script>bigPipe.onPageletArrive({"display_dependency":["pagelet_sidebar"],"content":{"pagelet_canvas_nav_content":{"container_id":"u_0_6e"}},"jsmods":{"instances":[["m_0_ey",["CanvasBookmarkUpdateController","m_0_ez","m_0_ex"],[{"__m":"m_0_ez"},{"__m":"m_0_ex"},[[148669555176974,177092615635319,21526880407],[2389801228,105484376153111,96815041925],[10979261223,291549705119,167746316127],[102452128776,125717634120849]]],1],["m_0_ez",["Carousel","m_0_ex"],[{"__m":"m_0_ex"},{"animationDuration":500,"autoplayTimeout":120000,"autoplay":false,"autoplaycontrol":true,"height":54,"width":205,"itemwidth":0,"horizpadding":0,"photosperframe":1,"arrows":true,"peek":0,"wrap":false}],3],["m_0_f0",["RecommendationSliderLogger","m_0_f1"],[{"__m":"m_0_f1"},["AT7oqGP-LwFmCVCvz9F9mO0LZ2jm213PVBZWp6_EM6vHTTHvPGgDTsweW996_4NhOFaMUSnLKjiIJ1P6sc32IUW0TwrJcUYjyFgGmHMPMIItuHs2ShLHyxXH9EjeqKPz63BUApzx6yCv96acdUHKs76Dfq90qDCIspBQsdfUlAxDTpPHOah9FeChC1nAFjcODn9o9rBRMWYhKwJkM-hqBYWgEppjFCohqFzChIjTz8U-ayqRFK3aCF8IBIKPDBnZPyhasg.352930141483598.1303,AT5S9raFEH3P6diXGNt6paCL84GWOVOUb2BrrKClnMTM6-XhAm8fbL8nzS5oUoJuDoxyiy3zHz4Hounlx8JG59zhrQ_k0xM_PHwug-X3OuPvY_YxSbdgfeoO1xMofkIsKH0D1cIaRU64a6PT1lwd21jJEJwGQbZ6VPeyZDToQ8Nd9He3imOn63SLPjU7bcmMaWDVsWBB3lX7KMwDdUyTuS32sjMnMFG1N6g1OVejg9PImzYdewZZmwenpC0.1416313861985909.1303,AT4_eVTlKKDXeRiIwhx1DT31Uv0U0t5hY99y-5R9oQhtTYSaTfF-a-uDAStSZ2lp4DzpbtuEMNrxWjdLXh1ewa3YN6beQgx0gUZMtkAZ5xgdOJKoejVUStwT4glfG18QNneil6nXjhWrjzVAg1OkbsbsXlbk2II2Msy1vs13hPYAc9XGu2A4tEMItUazxfOATOTZvx1hs67hB--gbi1VW_KWVHngPHBS_KBy34bQ1hbRfnFLTmrBF6aiIVoLZZvrSjRz7w.357704261026079.1303","AT7ZSxcBkK95jJMgSo0WxQSVCJoAmqgb967sQXaZaRUd7SJr_k231hW5i4KvYaDo-iPegEtU1fvgbRR6ELVPPI_9fhT2JwxdCgaNyjnYcz0DvNlScPHjJe-Fd1yTgOlSxe7GC_YehoBu9E9y_xAKapLtgnH00koDO8BBMCE9IZ8sBZP_Mjbm-COCbwRJLoIilNwFTw5IpLeb3OA1gwIOlEn4eefQFgMpcqmsSrI4lk0bKSgh14O4uUTSn9uQMcjjYEKOoA.499379713461318.1303,AT6XaGPoDhbCjfYWhcy_gDmZVE1J8dX5JpB4DoV9VHnUdudpBwRKeBm6b06k0N0ecpM3PuCmV7rMtoKeVbqNwCIsS3PLcPN4GzSpkQ7Dc1-HtSjF9BtMzHnStu_xOxYI9OHj6vr3qmyKHaOg7RsXD_IWSBXVZnEu0eJpS22JK5HJgLe20dBEh79U6oetrHVcSWlIb8J49pnPVI2lwapdiBjI3frsEw29Zzym0GxrJ07dK_QI5EwewI8tnjr3HYyPMkKNeg.676545185738009.1303,AT7oM4fN-dvjuSwdsXzQG5bwvXE-Erwq7a_wfctzkLPii3Si6xWyMpPZl7jaDLUqgIne_rqCjHEg4uQcl8kxilouExDxFIk4rgYn4PxlPP0eNSyqWKbXDLPpH1Hi4fJtTHzkmuyDnnu0XatJtrLFXHC2z1JdbOLhYRPsXigxoZ4ObB21uXbNPrmkCEYB3m7kloAXodq1YhJk05CoxvTIRsvKjSiQT89-9PCXKGb-_Drb6j4r5arB6kc6iEeTUYSAoLA8MA.232753656912432.1303","AT4wDAk_VLqi77AN6R5loWZuK2zXowWZSsQtY7E8hvH98IaeOTEcN0CbQoYf0jXXRVGdDDeY7k035CBAl4O617D66CzbZ7XdJVCpMMksstDvooIRHuEOa64ki8qSATr2eDO4sDJrRxFPTSrRgI0rqX_JBRrYc1olx5Kyvf1bW4kdlaEc2OO1Y_4M2AG4J_zgmoMHFWrLzvIGfZAkevFYkxBbAHlsHR5TmiuYC05-VCMPEyPHMI7XJdpp0_FpBrQmjSH_BQ.278692755549138.1303,AT7XAQLbkOrMXhtAaiGt8IOK1i0PrF6sk4Hjc1-fcKNviEKkyNti1A-cjhuwv0uFMGVUetgFaPaivmoh4UqJWWgQug3tFO84eyDO6N6YE4TZSPAOZK8XGAFNNR8DOF_LlQ2Qb9pfCmsTK4AQim0dD22vFRggWzgVgbxh_qugicWnMgdy7FtlrJJr3Qek63ie3j7Zf8n3Wlur-cp9ZaZsiJvIK34hMPmTG2FMfzNk9JG0YrEOZyubYkWjI6DeTxEDHl-8kg.316770988361137.1303,AT6zwLIvP7_6Eh30-qBiUzkbdIMH6xi1zfP4mqFahgIBpCDbHzKUthCivwoyxNQYRPOxItHrYXR_P88vUE-1gli8PSxj9GTXyx9gBz5AgbsFpoooOLYjGr_tMmY8ZL9yKwPH3H2q1TuasJL2KL2b7TajITRsetoY3uga1lG-uumKruQ41fxja58CYL1XCNZ3kZNpB2iSvazihAt5GdeXL5yPS_nqe7PwqM0Uf-D8LFyczhs4_zDlU-om4NUWvvvxhPXaWQ.146072258779165.1303","AT7KJAzDXa4YmmGg8HeKFQldfMSeoz96iDueoO6XeaPEt1ecxf9Ovf5JvX8naKxGKVlpxYBM5W3aW6FS1cnv7ulezFjWbpn1V3zlJR_zf2cbRZbmdTMHNYRCOvezwyKY0_PX7bgIALEM3Q-_XJu8PJSDhUhx6ljGVsfCm0azdKZHaQIALwU-mMZmDsmLs1-MtE0jpTUS8Wogz5KwLEsmLGYAt5YMEeYyxwkVCZRFhFinBTWRwYuYtXyv7XLNzUd6HdEg_Q.649587381775269.1303,AT4ZLs3o4St0qg-F4waJPZHXbkvOvgErSgLFmKykbtsSUuhr9r0Pht-3aiO-Eh68AJ9Qp3wrtiAFIfwy0kX5kRfgQeWmGHFhTjRyoThgFwqyHAmuy9BWJLQci2lYMN8M9c9sJviyRxIR2zPFVLzf9XvEf4bK3FBiLA8y7qyFgzCB7upMIy5ZcEDtCTilvFSC3JHUWzZRJZv9ElC_C-sWEK5a4Xd0hQCt-FmZJAHx2m14n8r0knS9hv0f00MVT82vz1L29w.505569762793757.1303,AT6zCOdWb6JgVCn5akcAbM_svT7h1qVHQA91q7BFuiGzK5JIJD5aIUbREUmyI-jt3rTjpu9rI9whsxiXM_l70UfQBQK59zaUJ1zwbiKwKETh0xfcWMtUEQ4dUOzTRI7JUqbSisJoWlcD2i24lpTfIZqi2o0Q9xrgVaV-aj_xhVguVH-4sryEg9Mutr-O2HxrZJoq2raD2mik4MSXqnDdIPuFoGNL4zftNTGu3lTYfEyhYENhqzkcd8kKd_UrvbHifbJFaQ.208329366039887.1303","AT6y45Clvr0ehY0kosWzqL_GgTrEE4gd3mb6g0NLKv9ypxj7JkfdR5Jdc7PNnQdTluD9vsyD_pLRH1bYCpgDJNlerCRHFqmmtz7lhFehIC5O1kr1t5myP7BZ8uwu0StsS7JiFAY1MuWcGo-hWojm-sxZ_brgGtPqxDZXUYixNQD6mArhoQwamN75anISPiCoOvkc5zLQ3OUIsyIDKGNos0xEpSovYtBZXSe48wEXhrWxjJSF3zNLJM9oSYi-y1LDKps4ig.434013786672157.1303,AT6_pyvn7AOdwSqWAg46U9Ei2hydyr4WTeEUhoEH2jkmXJnFM6Mj7KP5R7g9FcBXUe9_-u0Q8Win_3zU0ohTswK7aGTRHhyjMd7h2v_gYhwgmRZnjkWBwt49nTOIu8xVHf6t0PiiVjAs7ouDVD5dozjmjrRrii3nMPIwX4OMpzG-k7PNDB_oKttSRCqEra5HStQpJ0nVYa7cU7rktQS66uLU5D65eWKtWj9EH9Jz-sn1-UbIJqTBwq61wlJXjN_UeSFIfA.247505990754.1303,AT7lA8X071VEoum8xG0rMQ6pykhGZ0OnXaxwCqYhDMv88OJLR2_e_PPnrwq0xnVQ-jUkfSLM_XqjO8ViAN6saV0xsIY6cF1JvS6YY_4f2KdqhbFDTx7j8AtSVNEIhJQFi2Y1PYkSxWuf_UvgdrtcaoLVAYvo9hxb60CLVRxvXxHXeBola8YHkf96mRO_YcuYvxbugX_RgMR0qXLDb3CA2Tfjg7dNrkyduKF4gA4ndbgXVS1BJaAAkuga2-GwdQ-TgRlXyg.1429718607279626.1303","AT732PDlfZwgGwG-wlidwoHdid43sFwgN40IND3lvBpfXaOTZhQ6XtPiDReRty9HqsThLxWk7xUIIgRljtbNSO97lLheA8QBxY1OzbaLdhxtQWYUTKp8CXqzL-YheTPCw7JpvSMkW6m6sR6-cjKPRDzjf-NyLH2MVxIJAQ2Xtxvc2dyYgzFBI2cDLyVF22y98kHjHRFEjoxQJZNnEUGxjCcdKtg5wyvhHRb0VW1YdHkEgeZ_33k4CyboPYY16usu_YEjJQ.405661196232030.1303,AT6I9bEaXIkDJEE11RVDvTwJmCvuzUppghBh-g1BVLw-DpZn1cD_ZDafouTlcTsAETzsT_ro9BuvHdCy0gM0Hw-3jSRzuJ1KOEUCNkYB-H-bdr00mZ47-UOI0ensSTQI81j-XF4CsB-oOjigUXvIknoCXcVvZ4u2cjByzSPo2WGfcSlBEHHj-HfHNV2nteCEl7LSfMbPYMpDSZovkwgVsilbhbyOQLANT1eAAmh4g9_z8ePEQmJprsbyrk49-VzJKwXiIA.444819265587520.1303,AT6XRuX06nBCZzu0u9421xY2YzvvwsEElZiJ1XiNYfrPpOvKl4bjxin3camY-dDCAUxNEzR5cODPZOVXD1gkiLXhdOM4R2agtSBHp64vrwomOOv7JSNyrEVk1LNiI92M2qA0kAJ48hgOuQ2la1RWcRpOteo7HHz6Qyi6scGMzOc_51zEElLW0F54lKmFm8Jcni2yoqzmajdz7-wqrVuJj72XOSZxstgsedeW6dJxamLbfi3P6OOddusR4M9NJYnp0tiNQQ.262467003912355.1303"]],1],["m_0_f1",["Carousel","m_0_f2"],[{"__m":"m_0_f2"},{"animationDuration":500,"autoplayTimeout":120000,"autoplay":true,"autoplaycontrol":true,"height":54,"width":205,"itemwidth":0,"horizpadding":0,"photosperframe":1,"arrows":true,"peek":0,"wrap":true}],3]],"elements":[["m_0_ex","u_0_5s",4],["m_0_f2","u_0_5t",2]],"require":[["m_0_ey"],["m_0_ez"],["Hovercard"],["m_0_f0"],["m_0_f1"]]},"css":["eDlKo","le9Z5","W39r7","qfZQ2"],"resource_map":{"le9Z5":{"type":"css","permanent":1,"crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yT\/r\/v88mUs6FXBQ.css"}},"js":["oA+g0","ZQfFN","9ZFTI","AbNEf","zFEBF","fAL+r"],"id":"pagelet_canvas_nav_content","phase":2})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_reminders":{"container_id":"u_0_6f"}},"jsmods":{"instances":[["m_ps_0_2_1",["ContextualDialog","ContextualDialogArrow","ContextualDialogXUITheme","m_ps_0_2_0","LayerFadeOnShow","LayerFadeOnHide","LayerHideOnBlur","LayerHideOnTransition","LayerRemoveOnHide","LayerAutoFocus","LayerTabIsolation","m_ps_0_2_2"],[{"width":406,"context":null,"contextID":"u_ps_0_2_1","contextSelector":null,"position":"left","alignment":"left","offsetX":11,"offsetY":0,"arrowBehavior":{"__m":"ContextualDialogArrow"},"theme":{"__m":"ContextualDialogXUITheme"},"causalElement":{"__m":"m_ps_0_2_0"},"addedBehaviors":[{"__m":"LayerFadeOnShow"},{"__m":"LayerFadeOnHide"},{"__m":"LayerHideOnBlur"},{"__m":"LayerHideOnTransition"},{"__m":"LayerRemoveOnHide"},{"__m":"LayerAutoFocus"},{"__m":"LayerTabIsolation"}],"attributes":{"id":"birthday_reminders_dialog","data-referrer":"birthday_reminders_dialog"}},{"__m":"m_ps_0_2_2"}],3],["m_ps_0_2_4",["ReminderStory","m_ps_0_2_3","m_ps_0_2_1"],[{"__m":"m_ps_0_2_3"},{"__m":"m_ps_0_2_1"},"AT4tOPQNcQ-YM18n9gJAbVQbQSbbFzPVXY2mn0Oeeci_z-8rMtejf_saOicW2eeZeYOwQ0XDNBkZrxhxGk9WSbhe3TUIj1inTzj19DoVt2_IQ4EhhjO3MnbctOGUYROBlxN-F0_HkpZ6vaICRs11xgq43zWQEr9gs3RidyS6hmPJFZiyMfzOO0Fp_csFPuVctm4_t--JWm04CSQ0",null],1],["m_ps_0_2_6",["FlexibleScrollableArea","m_ps_0_2_5"],[{"__m":"m_ps_0_2_5"},true,"bottom",0,60],1],["m_ps_0_2_8",["ScrollableArea","m_ps_0_2_7"],[{"__m":"m_ps_0_2_7"},{}],1],["m_ps_0_2_d",["MentionsInput","m_ps_0_2_b","m_ps_0_2_e","m_ps_0_2_c","m_ps_0_2_f"],[{"__m":"m_ps_0_2_b"},{"__m":"m_ps_0_2_e"},{"__m":"m_ps_0_2_c"},{"hashtags":false,"autosuggest_pages":"include_authoritative"},null,{"__m":"m_ps_0_2_f"}],1],["m_ps_0_2_e",["Typeahead","m_ps_0_2_h","ContextualTypeaheadView","CompactTypeaheadRenderer","m_ps_0_2_c","TypeaheadAreaCore","m_ps_0_2_g"],[{"__m":"m_ps_0_2_h"},{"node_id":"","node":null,"ctor":{"__m":"ContextualTypeaheadView"},"options":{"renderer":{"__m":"CompactTypeaheadRenderer"},"causalElement":{"__m":"m_ps_0_2_c"},"maxResults":10,"minWidth":0,"alignment":"left","showBadges":true,"scrollarea":false}},{"ctor":{"__m":"TypeaheadAreaCore"},"options":{}},{"__m":"m_ps_0_2_g"}],5],["m_ps_0_2_f",["TypeaheadMetrics"],[{"extraData":{"event_name":"mentions","from_location":null}}],4],["m_ps_0_2_h",["DataSource"],[{"maxResults":10,"queryData":{"viewer":100000590753545,"filter":["page","app","user"],"max_result":10,"context":"topics_limited_autosuggest","rsp":"mentions"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"viewer":100000590753545,"filter":["user","page","app","group","event"],"options":["friends_only","nm"],"token":"v7","context":"mentions","rsp":"mentions"},"bootstrapEndpoint":"\/ajax\/typeahead\/first_degree.php","enabledLocalCache":true,"enabledMergeUids":true,"token":"1406485711-7"}],2]],"markup":[["m_ps_0_2_2",{"__html":"\u003Cdiv>\u003Cdiv>\u003Cdiv>\u003Cdiv>\u003Cdiv class=\"fbRemindersContent fbBirthdayRemindersContent\" aria-labelledby=\"u_ps_0_2_2\" role=\"dialog\">\u003Cdiv class=\"pas fbRemindersContentHeader\" id=\"u_ps_0_2_2\">\u003Cdiv class=\"clearfix\">\u003Cdiv class=\"lfloat _ohe\">\u003Ch3>Today&#039;s Birthdays\u003C\/h3>\u003C\/div>\u003Cdiv class=\"rfloat _ohf fsm fwn fcg\">\u003Ca class=\"fbRemindersTitleSeeAll\" href=\"\/events\/birthdays\/?acontext=\u00257B\u002522ref\u002522\u00253A45\u00257D\">See All\u003C\/a>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"uiScrollableArea flexibleScrollableArea fade\" style=\"width:404px;height:360px;\" id=\"u_ps_0_2_3\">\u003Cdiv class=\"uiScrollableAreaWrap scrollable\" aria-label=\"Scrollable region\" role=\"group\" tabindex=\"0\">\u003Cdiv class=\"uiScrollableAreaBody\" style=\"width:404px;\">\u003Cdiv class=\"pam uiScrollableAreaContent\">\u003Cdiv class=\"elasticContainer\">\u003Cul class=\"uiList fbRemindersBirthdayList _4kg _6-h _6-j _4kt\">\u003Cli class=\"fbRemindersBirthdayListItem\">\u003Cdiv class=\"clearfix\">\u003Ca class=\"_8o _8s lfloat _ohe\" href=\"https:\/\/www.facebook.com\/sainaveen721?hc_location=reminder_birthday\" data-gt=\"&#123;&quot;coeff2_registry_key&quot;:&quot;0184&quot;,&quot;coeff2_info&quot;:&quot;AavQNwcKkFh8d20OBw2Z9RzsPNmta_Yndd8sZrhBJuBsEvtbnwHA1fSHkRnsz6yA9-iWceoTKYHFSg8qR3dZLoWo&quot;,&quot;coeff2_action&quot;:&quot;7&quot;,&quot;engagement&quot;:&#123;&quot;eng_type&quot;:&quot;1&quot;,&quot;eng_src&quot;:&quot;8&quot;,&quot;eng_tid&quot;:&quot;1663627786&quot;,&quot;eng_data&quot;:&#123;&quot;coeff2_user_id&quot;:&quot;100000590753545&quot;,&quot;coeff2_info&quot;:&quot;AavQNwcKkFh8d20OBw2Z9RzsPNmta_Yndd8sZrhBJuBsEvtbnwHA1fSHkRnsz6yA9-iWceoTKYHFSg8qR3dZLoWo&quot;,&quot;coeff2_registry_key&quot;:&quot;0184&quot;,&quot;coeff2_action&quot;:&quot;10&quot;&#125;&#125;,&quot;coeff2_pv_signature&quot;:&quot;502894452&quot;&#125;\" tabindex=\"-1\" aria-hidden=\"true\" data-hovercard=\"\/ajax\/hovercard\/user.php?id=1663627786&amp;extragetparams=\u00257B\u002522hc_location\u002522\u00253A\u002522reminder_birthday\u002522\u00257D\">\u003Cimg class=\"_s0 _54rs img\" src=\"https:\/\/fbcdn-profile-a.akamaihd.net\/hprofile-ak-xfp1\/t1.0-1\/c0.6.56.56\/p56x56\/1538682_10202283464882375_844078298_n.jpg\" alt=\"\" \/>\u003C\/a>\u003Cdiv class=\"_42ef\">\u003Cspan>\u003Cdiv class=\"mbs\">\u003Cdiv class=\"fbRemindersSubtitleActionList fsm fwn fcg\">\u003Cspan class=\"fwb\">\u003Ca href=\"https:\/\/www.facebook.com\/sainaveen721?hc_location=reminder_birthday\" data-gt=\"&#123;&quot;coeff2_registry_key&quot;:&quot;0184&quot;,&quot;coeff2_info&quot;:&quot;AavQNwcKkFh8d20OBw2Z9RzsPNmta_Yndd8sZrhBJuBsEvtbnwHA1fSHkRnsz6yA9-iWceoTKYHFSg8qR3dZLoWo&quot;,&quot;coeff2_action&quot;:&quot;7&quot;,&quot;engagement&quot;:&#123;&quot;eng_type&quot;:&quot;1&quot;,&quot;eng_src&quot;:&quot;8&quot;,&quot;eng_tid&quot;:&quot;1663627786&quot;,&quot;eng_data&quot;:&#123;&quot;coeff2_user_id&quot;:&quot;100000590753545&quot;,&quot;coeff2_info&quot;:&quot;AavQNwcKkFh8d20OBw2Z9RzsPNmta_Yndd8sZrhBJuBsEvtbnwHA1fSHkRnsz6yA9-iWceoTKYHFSg8qR3dZLoWo&quot;,&quot;coeff2_registry_key&quot;:&quot;0184&quot;,&quot;coeff2_action&quot;:&quot;10&quot;&#125;&#125;,&quot;coeff2_pv_signature&quot;:&quot;502894452&quot;&#125;\" id=\"u_ps_0_2_4\" data-hovercard=\"\/ajax\/hovercard\/user.php?id=1663627786&amp;extragetparams=\u00257B\u002522hc_location\u002522\u00253A\u002522reminder_birthday\u002522\u00257D\">Naveen Bolla\u003C\/a>\u003C\/span> \u00b7 \u003Cspan class=\"fbRemindersSubtitleAgeText\">26 years old\u003C\/span>\u003C\/div>\u003C\/div>\u003Cdiv class=\"mbs\">\u003Cform rel=\"async\" class=\"uiStreamInlineAction\" action=\"\/ajax\/stream\/inline.php\" method=\"post\" data-gt=\"&#123;&quot;coeff2_registry_key&quot;:&quot;0184&quot;,&quot;coeff2_info&quot;:&quot;AauI_r6h8UU_9pKVkiblIPKgPxSsEbBa1Pl6ZJC0Kl6V0diLQ-pcdALtZ6W3coBaexiuTeO9DFFPDymFishOgj9I&quot;,&quot;coeff2_action&quot;:&quot;2&quot;,&quot;coeff2_pv_signature&quot;:&quot;502894452&quot;&#125;\" onsubmit=\"return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)\" id=\"u_ps_0_2_5\">\u003Cinput type=\"hidden\" name=\"fb_dtsg\" value=\"AQFFldLnHMji\" autocomplete=\"off\" \/>\u003Cdiv class=\"formWrapper\">\u003Cinput type=\"hidden\" autocomplete=\"off\" name=\"walltarget\" value=\"1663627786\" \/>\u003Cinput type=\"hidden\" autocomplete=\"off\" name=\"render_notif_only\" value=\"1\" \/>\u003Cinput type=\"hidden\" autocomplete=\"off\" name=\"birthday\" value=\"1\" \/>\u003Cdiv class=\"uiMentionsInput\" id=\"u_ps_0_2_6\">\u003Cdiv class=\"highlighter\">\u003Cdiv>\u003Cspan class=\"highlighterContent\">\u003C\/span>\u003C\/div>\u003C\/div>\u003Cdiv class=\"uiTypeahead mentionsTypeahead\" data-ft=\"&#123;&quot;tn&quot;:&quot;+Q&quot;&#125;\" id=\"u_ps_0_2_7\">\u003Cdiv class=\"wrap\">\u003Cinput type=\"hidden\" autocomplete=\"off\" class=\"hiddenInput\" \/>\u003Cdiv class=\"innerWrap\">\u003Ctextarea class=\"enter_submit DOMControl_placeholder uiTextareaNoResize uiTextareaAutogrow uiStreamInlineTextarea inlineReplyTextArea mentionsTextarea textInput\" title=\"Write a birthday wish on his timeline...\" aria-labelledby=\"u_ps_0_2_4\" placeholder=\"Write a birthday wish on his timeline...\" name=\"message\" cols=\"48\" role=\"textbox\" aria-autocomplete=\"list\" autocomplete=\"off\" aria-expanded=\"false\" aria-owns=\"typeahead_list_u_ps_0_2_7\" aria-haspopup=\"true\" onkeydown=\"run_with(this, [&quot;legacy:control-textarea&quot;], function() &#123;TextAreaControl.getInstance(this)&#125;);\" id=\"u_ps_0_2_8\">Write a birthday wish on his timeline...\u003C\/textarea>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cinput type=\"hidden\" autocomplete=\"off\" class=\"mentionsHidden\" \/>\u003C\/div>\u003Clabel class=\"hidden_elem\">\u003Cinput name=\"post\" value=\"Post\" type=\"submit\" class=\"enter_submit_target\" \/>\u003C\/label>\u003C\/div>\u003Cinput type=\"hidden\" autocomplete=\"off\" name=\"source\" value=\"birthday_reminders\" \/>\u003C\/form>\u003C\/div>\u003C\/span>\u003C\/div>\u003C\/div>\u003C\/li>\u003C\/ul>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv class=\"uiScrollableAreaTrack invisible_elem\">\u003Cdiv class=\"uiScrollableAreaGripper\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},9]],"elements":[["m_ps_0_2_3","u_ps_0_2_1",2],["m_ps_0_2_0","birthday_reminders_link",2],["m_ps_0_2_5","u_ps_0_2_3",2,"m_ps_0_2_2"],["m_ps_0_2_7","u_ps_0_2_3",2,"m_ps_0_2_2"],["m_ps_0_2_9","u_ps_0_2_5",2,"m_ps_0_2_2"],["m_ps_0_2_b","u_ps_0_2_6",2,"m_ps_0_2_2"],["m_ps_0_2_g","u_ps_0_2_7",2,"m_ps_0_2_2"],["m_ps_0_2_c","u_ps_0_2_8",6,"m_ps_0_2_2"],["m_ps_0_2_a","u_ps_0_2_5",2,"m_ps_0_2_2"]],"define":[["AsyncRequestConfig",[],{"retryOnNetworkError":"1"},328],["BootloaderConfig",[],{},329],["DTSGInitialData",[],{"token":"AQFFldLnHMji"},258],["SiteData",[],{"revision":1344176,"tier":"","push_phase":"V3","pkg_cohort":"EXP1:DEFAULT"},317],["CurrentUserInitialData",[],{"USER_ID":"100000590753545","ACCOUNT_ID":"100000590753545"},270],["ISB",[],{},330],["LSD",[],{},323],["BanzaiConfig",[],{"EXPIRY":86400000,"MAX_SIZE":10000,"MAX_WAIT":150000,"RESTORE_WAIT":150000,"blacklist":["time_spent"],"gks":{"boosted_pagelikes":true,"boosted_website":true,"boosted_posts":true,"jslogger":true,"miny_compression":true,"page_website_logger":true,"pages_client_logging":true,"time_spent_bit_array":true,"time_spent_debug":true,"useraction":true,"videos":true,"visibility_tracking":true,"vitals":true}},7],["TrackingConfig",[],{"domain":"https:\/\/pixel.facebook.com"},325],["ErrorSignalConfig",[],{"uri":"https:\/\/error.facebook.com\/common\/scribe_endpoint.php"},319],["MarauderConfig",[],{"app_version":1344176,"gk_enabled":false},31]],"require":[["AsyncRequestNectarLogging"],["Arbiter","inform",[],["netego_loaded",null]],["NetEgo","setup",[],[312251525568987]],["m_ps_0_2_1"],["m_ps_0_2_4"],["m_ps_0_2_6"],["Scrollable"],["m_ps_0_2_8"],["Hovercard"],["BirthdayReminder","registerWallpostHandler",["m_ps_0_2_9"],[{"__m":"m_ps_0_2_9"},"birthday",true]],["m_ps_0_2_d"],["m_ps_0_2_e"],["Typeahead","init",["m_ps_0_2_c","m_ps_0_2_e","m_ps_0_2_f"],[{"__m":"m_ps_0_2_c"},{"__m":"m_ps_0_2_e"},["buildBestAvailableNames"],{"__m":"m_ps_0_2_f"}]],["SubmitOnEnterListener"],["FlipDirectionOnKeypress"],["PlaceholderListener"],["PlaceholderOnsubmitFormListener"]]},"css":["bFa3M","zBuYA","W39r7","qfZQ2"],"resource_map":{"Dkh4m":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yD\/r\/zpH8G9EHR_2.js"},"vxsWQ":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yw\/r\/nNl0SVNvvpw.js"}},"js":["oA+g0","ZQfFN","yfRoF","AbNEf","zFEBF","OpVsJ","T3PSi","Dkh4m","A3tsq","fAL+r","WWhVy","vxsWQ","ULybE"],"displayJS":["oA+g0"],"id":"pagelet_reminders","phase":2})</script> <script>bigPipe.onPageletArrive({"is_last":true,"content":{"pagelet_ego_pane":{"container_id":"u_0_6g"}},"jsmods":{"elements":[["m_ps_0_3_0","u_ps_0_3_0",2],["m_ps_0_3_1","u_ps_0_3_1",2]],"define":[["AsyncRequestConfig",[],{"retryOnNetworkError":"1"},328],["BootloaderConfig",[],{},329],["DTSGInitialData",[],{"token":"AQGIUC8hXIxX"},258],["SiteData",[],{"revision":1344176,"tier":"","push_phase":"V3","pkg_cohort":"EXP1:DEFAULT"},317],["CurrentUserInitialData",[],{"USER_ID":"100000590753545","ACCOUNT_ID":"100000590753545"},270],["ISB",[],{},330],["LSD",[],{},323],["BanzaiConfig",[],{"EXPIRY":86400000,"MAX_SIZE":10000,"MAX_WAIT":150000,"RESTORE_WAIT":150000,"blacklist":["time_spent"],"gks":{"boosted_pagelikes":true,"boosted_website":true,"boosted_posts":true,"jslogger":true,"miny_compression":true,"page_website_logger":true,"pages_client_logging":true,"time_spent_bit_array":true,"time_spent_debug":true,"useraction":true,"videos":true,"visibility_tracking":true,"vitals":true}},7],["EagleEyeConfig",[],{"seed":"0vhy","sessionStorage":1},294],["TrackingConfig",[],{"domain":"https:\/\/pixel.facebook.com"},325],["ViewableImpressionConfig",[],{"selector":"[data-xt-vimp]","bypass_banzai_check":true,"handleAllHiddenEvents":true,"handleAllVisibleEvents":true,"minOffsetVisibleFromTop":0,"minOffsetVisibleFromBottom":0,"timeout":250,"skipVisibilityHiddenEvents":true,"cacheTrackedElements":true,"doHeatmapLogging":false,"heatmapLoggingDurationMS":null,"impressionURL":"\/xti.php","nonviewableEnabled":false,"minOffsetVisibleFromLeft":0,"minOffsetVisibleFromRight":0},437]],"require":[["AsyncRequestNectarLogging"],["Arbiter","inform",[],["netego_loaded",null]],["NetEgo","setup",[],[1399282617]],["NetEgo","setup",[],[100006588768656]],["NetEgo","setup",[],[100005906508690]],["AdblockDetectorLogging","assertUnblocked",["m_ps_0_3_0"],[{"__m":"m_ps_0_3_0"}]],["Hovercard"],["ViewableImpressionTracking","init",[],[]],["NetEgo","setup",[],[6017513256782]],["AdblockDetectorLogging","assertUnblocked",["m_ps_0_3_1"],[{"__m":"m_ps_0_3_1"}]],["SelectorDeprecated"]]},"css":["bFa3M","zBuYA","W39r7","qfZQ2"],"js":["oA+g0","ZQfFN","yfRoF","AbNEf","zFEBF","OpVsJ","T3PSi","fAL+r"],"onload":["new EmuController(\"6017513256782-id_53d55265272f98420687288\", \"AQJczARlnXUTQeI0Qv1eVrEI_vXNAaIvRAq9yJKB9P0bly2i20yCqdIbCNhiLKbCtoEWkjeTSGYzsrh5_LPyLJsJtZE4S8Nsi9k3DFbufyqMY3D68lJ7tir0Msoo33Ze2mITVm0Rc2PAdepnePR2VI9Ih_XQPXcUPuAuj_kuh1kBLf8yluNFXUhNJLa3naMEhQQIYehMzc-3PhlrNve3N51NM0vijTtni9RuVsrGXXo9pmragb0Qr_rLNF0ER9RXbWP9U6w5LDolKaISoBlxt5COiWT6KOrkr9G_g_i7wFcox1HWU4w_X80vi9Wd9-Sddx4POuK3pigeW7BtmHYUdJz_hd2cXDOqEQMGeIPpurmL2o4K3q95iGiKOMJlQTk428OmFuNPx7FxSa2FU1etwACPy_uV9WIDGkmlNFuknvJ8jd6r49XnAfeXVR3bizKvtpLb2Wk9zkbiUhnL0bZEhxw-KzUVvrsvx3hve2tSdqNzH6r1CghgzytaDP3XW_3l387LAj9nPspJ4SYUGusvcp5-pTEJSqIcCJSjfinCX4YK64OHji0H7iAmso8CagGX3_Q7UOJePq3qvvQ2eMZja91Wl-r3RFL2pYAeo0rrheoeRPwoQxTopVfO4fgjAk1j_7--wx_qwy2fbYe4M0LunZijt-AYcfY6ZSVsm4YPsrW6DGQMluAj4nxbN6vph9QjnQuIdhixyMBjoOlGhDhJOu1Uod-ER6fKpBL8y-Pd4vGVSqcoup0uKWRwtlhfwpPNHHgnz_ER-1PX2O5GZXkGPPi_MowlVAEh50AFJypgIqbkVzsxMhjc1k0lTYywcu1bMyFo2L9jb6kZAcSN3JxwSqXzfnhD5ECw8zQxo9UWXfz1D-da1N06n1PLqIWLQsHcQZeGhG1GNb-6K-gKpHdffTR_peHJh9MDDHBfAAvuygFVv2d4GVEWks0ybwVeEtZv18FA8pMjntZYoDOLqpwNnj3jBpizx6f3QgyoZVuPukF5JJiuKUcGSmPTGD7EDkQx0pLoAmiFdrxgSxIDQfse-M7cZ6XMuCAJxmifew-AaCJVowg-QlLugc10ZZr6hCOMP8R4-DGwr7AEOosmolmYlCMLZ8MLtFQLO2uYVkY7Y514vOKonYWtg0_8IKKntF-zCB8gGQ6YqNhkvSHj9R2Cgi11dRK5rHWu3c97R-DT3B7oX668GVpV8y1DaPKIVuBtJgodjLmEvg2QYpTnq_0mzH_kWhucLrSinXzvDOi68AKsNqHdWbyUuzY_SsRWnXEG2we9VyHXXH1moXx57LDCbNwLmemCoGXofMt3bV0-sZ-cEirF6tkuRgijiFoOrZr7udORMAZALRcpKNNr1wR6X8TjC_K499xJCNovOKk202OeuSGL5Jnx10VGAMzatV3SY9TQqpSQM7_rXOHFdRO1zqlQZ_DF3Fqy2L02gn5zocSMPgvtNG4LSirSBqXsByK0g8kjHjJ-sZOy8phw-hS_6iC9HEHJg8FPmOazWezIYkGkjlJy_yRpZb0lGWcS0bESYqYVm3HRZhHYfXdfDg0RGJXUj_N6Sa2tR1tWAn2CVm8yKWoGrZQYPp0Lpk_bRQTeq4yHm6PMj3DkbQ-D-b2lTSwKBxjT0w2nzje5V5gqqOG9niGCq3LzGKXGQlSnJhaCIwzIzqsyY4qbbN2KIr4L9rap13p0JgGcc3N6Hq6zh6_S0Dev6AQTcOTan_i2iaCzkmNa39_MH_rjHXcLS5JM7EEyhnwlNZ_PfLfN5LK2mB7OfmOaGLSKuOm2m-ligoBdwEj3ZYt6t6-X_nsT89SzqshO4W2sny9yeTKJDvjm80MXpbJ7ng9hDweDw7JNBWr_EFmqlYV2EBqVQ8GGpcvO4yUllF_2hRYlMnsEKVFNln0JWTQwX5QfLFXZ7wXlKs1_e9Rd8tb7UL0mfVYewE6rRaZL_enaD0Xc7dq8ofr_QULJMxwbUnPLm1cdFWTuQI4gLzjlzORVNfjtcgnLatCzBBBIGoofD2O47GRqGMpEcrQLqSb_INTgMNJAupxp1ApUsO2vjnVG2rmsO_P2QjgSxO1ZPRNOGtWfDcuudq6h7xdEi7kzJa5FQqz7AcRnTJCfjACJJSMoZiZLUFGfhiylVOQdyBAVfjcp7lXZu_5bPLVRuey5O-fgj2nr-7qymrVaBdA\")"],"id":"pagelet_ego_pane","phase":2})</script> <script>bigPipe.onPageletArrive({"is_last":true,"is_second_to_last_phase":true,"content":{"substream_1":{"container_id":"u_0_6h"}},"jsmods":{"instances":[["m_ps_0_0_t",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_u"],[{"__m":"m_ps_0_0_u"},"u_ps_0_0_e","S:_I500682704:10152278366177705",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10152278366177705&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10152278366177705&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwNDUyMrcwNjMzNDc3NzCtc80rCS5JLCktdi5KTSzJzM8LLskvqqyrMzUwMLMwMjcwqcuIz8svAgA"],1],["m_ps_0_0_u",["Menu","MenuItem","m_ps_0_0_v","m_ps_0_0_w","MenuSeparator","MenuTogglingItem","m_ps_0_0_x","m_ps_0_0_y","m_ps_0_0_z","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_e&story_location=feed&hideable_token=MzQwNDUyMrcwNjMzNDc3NzCtc80rCS5JLCktdi5KTSzJzM8LLskvqqyrMzUwMLMwMjcwqcuIz8svAgA&story_permalink_token=S\u00253A_I500682704\u00253A10152278366177705&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_v"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_e&story_location=feed&hideable_token=MzQwNDUyMrcwNjMzNDc3NzCtc80rCS5JLCktdi5KTSzJzM8LLskvqqyrMzUwMLMwMjcwqcuIz8svAgA&story_permalink_token=S\u00253A_I500682704\u00253A10152278366177705&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_w"},"label":"Unfollow Sanibh","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10152278366177705&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10152278366177705&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_x"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_y"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10152278366177705&follow=0"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_z"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_l","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_11",["PopoverMenu","m_ps_0_0_12","m_ps_0_0_10","m_ps_0_0_u"],[{"__m":"m_ps_0_0_12"},{"__m":"m_ps_0_0_10"},{"__m":"m_ps_0_0_u"},[]],1],["m_ps_0_0_12",["Popover","m_ps_0_0_13","m_ps_0_0_10","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_13"},{"__m":"m_ps_0_0_10"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_14",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_15"],[{"__m":"m_ps_0_0_15"},"u_ps_0_0_r","S:_I100000590753545:1468593853354452:4:YTowOnt9:5:eJx9VUmO20AM\/ItfwH2JX5BzXqDcccchPg42D+nhIsyYan1X0wIBXF6iKL9LIuvC5f\/9aF7vhhElIP8uKUtq7792NZPmO2w9UtbGFbxOOxLurrccvuzLuvf3x8R69Lmrp5cc2UGlt\/uvHzl33hCxJuYRb1E0mZicclPKiPMFnMrYM8Klvl5jwIQAXcchrwpZtpOdFJxyfdiW2p2CWIjEMYr\/iaLccmixVMGbKGaJPJWzxfbiR1sxlroUEr4NVtAlwqZXvWQKbSRpOSqh68IlKMjUKvSZAiZ9DDMqJk8h7zZjAoojXp4gnsys0jVCojtGZ+I84VnNhXaFZVq6lcc6XxHrYgKFErE1WGbeCQ1XwodjrzqlC8XYqzu4e1W9w1tSXHLi1e6ybh\/pTLQGuMbIqwf2dI+SVaVtqXTG5lBWLSOvJsPGkeUjtgPbvccrBnfADZ8WEzQLXime5PiccDbjf4X0eTccWAHm6kaMgqJzaa+UQOzkTY33RaCjyp5YjubwubWeOs+q6QWtNlQGweOCL2V8s0nJ7gnU1FpnJzOH0yEiWW73N2S0BFdfjn3rwgUhJkbO8vD8DzZNwjEEKWN5j4rUQb8oYwcccc2B7VR2bDluAtZ0mbIR1D2tfTj0bY8akqS632xmxLfssqRRqY9K63f8DQusCig==",null,"FcGxCoAgEADQX7o7z_McG9qDhsYQEhtEwVwC8duj91DECDmnMtfSj5DzVp--pNRiCj1ee6_tnRPhh-o9IQsPVBAPTEzDWWajFmCIMQ6IhOd9lto-"],1],["m_ps_0_0_15",["Menu","MenuItem","m_ps_0_0_16","m_ps_0_0_17","MenuSeparator","m_ps_0_0_18","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_r&story_location=feed&hideable_token=FcGxCoAgEADQX7o7z_McG9qDhsYQEhtEwVwC8duj91DECDmnMtfSj5DzVp--pNRiCj1ee6_tnRPhh-o9IQsPVBAPTEzDWWajFmCIMQ6IhOd9lto-&story_permalink_token=S\u00253A_I100000590753545\u00253A1468593853354452\u00253A4\u00253AYTowOnt9\u00253A5\u00253AeJx9VUmO20AM\u00252FItfwH2JX5BzXqDcccchPg42D\u00252BnhIsyYan1X0wIBXF6iKL9LIuvC5f\u00252F9aF7vhhElIP8uKUtq7792NZPmO2w9UtbGFbxOOxLurrccvuzLuvf3x8R69Lmrp5cc2UGlt\u00252FuvHzl33hCxJuYRb1E0mZicclPKiPMFnMrYM8Klvl5jwIQAXcchrwpZtpOdFJxyfdiW2p2CWIjEMYr\u00252FiaLccmixVMGbKGaJPJWzxfbiR1sxlroUEr4NVtAlwqZXvWQKbSRpOSqh68IlKMjUKvSZAiZ9DDMqJk8h7zZjAoojXp4gnsys0jVCojtGZ\u00252BI84VnNhXaFZVq6lcc6XxHrYgKFErE1WGbeCQ1XwodjrzqlC8XYqzu4e1W9w1tSXHLi1e6ybh\u00252FpTLQGuMbIqwf2dI\u00252BSVaVtqXTG5lBWLSOvJsPGkeUjtgPbvccrBnfADZ8WEzQLXime5PiccDbjf4X0eTccWAHm6kaMgqJzaa\u00252BUQOzkTY33RaCjyp5YjubwubWeOs\u00252Bq6QWtNlQGweOCL2V8s0nJ7gnU1FpnJzOH0yEiWW73N2S0BFdfjn3rwgUhJkbO8vD8DzZNwjEEKWN5j4rUQb8oYwcccc2B7VR2bDluAtZ0mbIR1D2tfTj0bY8akqS632xmxLfssqRRqY9K63f8DQusCig\u00253D\u00253D&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_16"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_r&story_location=feed&hideable_token=FcGxCoAgEADQX7o7z_McG9qDhsYQEhtEwVwC8duj91DECDmnMtfSj5DzVp--pNRiCj1ee6_tnRPhh-o9IQsPVBAPTEzDWWajFmCIMQ6IhOd9lto-&story_permalink_token=S\u00253A_I100000590753545\u00253A1468593853354452\u00253A4\u00253AYTowOnt9\u00253A5\u00253AeJx9VUmO20AM\u00252FItfwH2JX5BzXqDcccchPg42D\u00252BnhIsyYan1X0wIBXF6iKL9LIuvC5f\u00252F9aF7vhhElIP8uKUtq7792NZPmO2w9UtbGFbxOOxLurrccvuzLuvf3x8R69Lmrp5cc2UGlt\u00252FuvHzl33hCxJuYRb1E0mZicclPKiPMFnMrYM8Klvl5jwIQAXcchrwpZtpOdFJxyfdiW2p2CWIjEMYr\u00252FiaLccmixVMGbKGaJPJWzxfbiR1sxlroUEr4NVtAlwqZXvWQKbSRpOSqh68IlKMjUKvSZAiZ9DDMqJk8h7zZjAoojXp4gnsys0jVCojtGZ\u00252BI84VnNhXaFZVq6lcc6XxHrYgKFErE1WGbeCQ1XwodjrzqlC8XYqzu4e1W9w1tSXHLi1e6ybh\u00252FpTLQGuMbIqwf2dI\u00252BSVaVtqXTG5lBWLSOvJsPGkeUjtgPbvccrBnfADZ8WEzQLXime5PiccDbjf4X0eTccWAHm6kaMgqJzaa\u00252BUQOzkTY33RaCjyp5YjubwubWeOs\u00252Bq6QWtNlQGweOCL2V8s0nJ7gnU1FpnJzOH0yEiWW73N2S0BFdfjn3rwgUhJkbO8vD8DzZNwjEEKWN5j4rUQb8oYwcccc2B7VR2bDluAtZ0mbIR1D2tfTj0bY8akqS632xmxLfssqRRqY9K63f8DQusCig\u00253D\u00253D&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_17"},"label":"Unfollow Chandrachuda","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_18"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_s","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_1a",["PopoverMenu","m_ps_0_0_1b","m_ps_0_0_19","m_ps_0_0_15"],[{"__m":"m_ps_0_0_1b"},{"__m":"m_ps_0_0_19"},{"__m":"m_ps_0_0_15"},[]],1],["m_ps_0_0_1b",["Popover","m_ps_0_0_1c","m_ps_0_0_19","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_1c"},{"__m":"m_ps_0_0_19"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_1d",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_1e"],[{"__m":"m_ps_0_0_1e"},"u_ps_0_0_z","S:_I100000590753545:1468593853354452:4:YTowOnt9:5:eJyVmEGSJDccIRe\/iEwghAfKccwGufoLzzriJm6fDd\/VRZqZppgyM8PdHRndCFQPD\/Jx\/Phzwff\/35fLRvfBtjTJ3Luo+h3\/7+\/nj8bJcc5u3oPW9v4\/fvzof35+OX35+P5x28fI46tt64rYvmIMdr65duvj3\/FGt2ay1ouSayp3kxGGyeUnFDHtiPJ7Hy5aRccezTSSklPTPq9P+5pV2\/\/mak7yY55485Pazx7PR\/js5CVLzFeLPLvlfam7W56d2Fxr5tldtnd2ZDaa6n5kaaTZR3QbONTZtVCqJKvO7vZ4PlZ3bzGm92ltSR5TQsO0jSwmxe5jxogku2N7Z0eMmIvmiZF3yZTuEkIVskhOsVq0lkW6bXeXzCZiXXlU5NR0jbnolixScczMdnt3YsZ1IXU36flTccGJHaIlLLemMaPSWqWW\/cctrs3OqPGZfFoFJFoUY\/wrHpURKW3H8b5x0hv252T09CDhm7eqn4nJ195TuTbmlo+zW\/bHWlE28M1afki0vSYriu7J0zapF1T9zXSbXtHGt59rRU88jJSF9dI0XCPjccjiHNFbiRsfD5oo3Ie40NLTei9iDo5jK70xY1iU0kjWhbftyk5FQDzzPVxFJF99qnbLEEq6DGBAZmRYf4xvrJ8bKnpv9EtxZ0CneO+RZXXVSQengTOkrOTxeD68AR1GYSe4X6A+1wv+yhye5tf3R7YuaX638ccoPChMRQN9nFN1vai2WzpnFMoaDAtnMYh3jFUsiGL2IfZNFrLlC4R\/JePNVKW4k+FrTqlp+PHZXLtAV0HccmYRS9Mlxh1x6RdeXg+JuDsq68bR9s7AbZMBHFzO1YttknjTSBwJHy5rG9IzFnpqqDRzkKgzFMAOiT1hHO7Qyjpf1xjO\/+oH4t+sZ7y3F40B5qfViKw02GoRZSzLptN18uoi0Jfijqp9oWyfdsqn3SVMBZFunY7kgccFjgXHlWRICJ4LtL5ccqiWMs0D+T0+9TtGPkg9kG6m0sqM4NIAMzNmudQL4LMx9dIIqb45Hqg3tI0iN6IPzl5oU210KkfKesMUGJhvLPvahbftjccLwr4Vxaz20iqRjD16dHeJuo8KoszseZDeU0Qomm5Yrlff0hZ5sBRpz3KCns84\/xqvzaQF5VZcc7LFAYdQrJmmfIMTkhEnBllTy2owv4zz7Bo6KStBFS0UfKZ686If1o69VLXPx4MCyoR\/hjbdZSKTBEHBqlg0uFsEstdFMvee3j8QI4m7JT2atTsVnQUpONR9K5ezElf2403TWZKZcceD\/J00Lbt\/aEbDFbERJegp6PccMeTVBKoyypjHg5hrkB4KHRIH4KqYCoMzHlVMB0H2atcc+CtZ+jvnx2JDOKO7NEQ0toxdNJIpmslwwvwVdyN5g6lXx47GFio3u0O3Wq+WFAtdssJGKh6t0Ebv68R\/FvT02yrNao8SY8b4qEYE8FERoLccj+N+y47R\/Zr0zyBWu0ZWyZTGhGTRDOomwpNd22e+1BTrKL7CoXlMGSxE450uxsC0OqnccuVt+0Gnb2ZsKnxqIrkqqsQRhyQK5nuSaRjO2u+zLXngy2liMS8rgmRpHKWLRA5LyloH+NbrnPt1GfzhFY3xWbJCthKiOEz9hIgrYa140HJGYkWE\/gQA8SLlzQQEnqt168x1las7ccf152tHHo8Na2AWSoljAJX5tLNN+NY4I63pa644LvsYIF1O3vHYk0fKIfutl4GqVUxgTXNYe+H\/lq25wL1st0AzxFdbIFax\/NOXjGUfkkbiMwIqzVbyY7unQDb30hAVPew3RoAJDZ2RPHJL92uIjORv23nN4FsQoaOLKeiU1dimV03yHHW\/D5ytxq3bY+OWvH7v+53UyrGSvKBkdEEp0WTJAo+0FhYfD0qPPg8DObjDJvk0dHPZtJEur3D\/Xqokq+ixvSuqbIsMlqyQoqKsY76W9\/rlKMPLZq9ess\/H4\/lY4CdDHoqkEMnXyY12zHtPX7Vd9TKEF53Ra8Y7HrsgABYrccbNNMMUt4skdtPQ1qdHvyGVLX6zcctquiLFg+2RydR1V2zDdgrimqUJMRAJ1nSH2Mb3lNHeEyxiE2j\/8DPqfEng==",null,"FcaxCoAgFAXQX_Lpu-obG9qDhsYQEhtEwVyC8NvDMx2yosWzEx5r6UfIeatPX1JqMYUer73X9o5BaoIoBwPGR4A2TnsrH4xTlljxHFmIYNxnqe0H"],1],["m_ps_0_0_1e",["Menu","MenuItem","m_ps_0_0_1f","XUIMenuTheme"],[[{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_1f"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_10","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_1h",["PopoverMenu","m_ps_0_0_1i","m_ps_0_0_1g","m_ps_0_0_1e"],[{"__m":"m_ps_0_0_1i"},{"__m":"m_ps_0_0_1g"},{"__m":"m_ps_0_0_1e"},[]],1],["m_ps_0_0_1i",["Popover","m_ps_0_0_1j","m_ps_0_0_1g","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_1j"},{"__m":"m_ps_0_0_1g"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_1m",["SwapButton","m_ps_0_0_1l","m_ps_0_0_1o"],[{"__m":"m_ps_0_0_1l"},{"__m":"m_ps_0_0_1o"},false],3],["m_ps_0_0_25",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_26"],[{"__m":"m_ps_0_0_26"},"u_ps_0_0_c","S:_I391313867673164:Sca_I1416107408639463_1_30569909558_aToxMDE1MjUwODA4MDUwOTU1OTs=_155_0_YTowOnt9_:aca1ca{ica10152508080509559;sca3139ca\"AQJcccceG49f3pEoDlVDe__Jl7FPcc343CqXjJlABT3HK_DKB6DtnAEr2BFw694fXFlCAx3PTV0T0WJnkYXAQKekh2ICbGu8B9iNvuZTpccOiHWRLDpSCDy4tJK24zcczp1SRb18BlP-J3V2W9oZ8s8C4IlgRoAOeBXDJTGHOj5DmgPRt4rawZccyIPnxInhayz8O4Uzp_HAiowiwnll_OP0Wu9HNlQoG5YgogYHS1gXkSng4GSAX0TWSqAm-P4vw2QRwiE3uTeR_L5hXPwRTUra-hoASbgywdRoNvf17HXAdLv_zb_nFJnwasgiuURwmYLIf-M4KoBbhmccBrdAYccwl2eSA9PWrBv61kQto8EAeMAqNHjLPmPBKUzRQBBCAaipK8KhNvZg8r7ZXvM-y9qj-T-jP4IKejdejE13KMbnrqVCSC5CGr6eDEMyS2P8KtNZ2xOvflbza6DjL5gEixoXvh7bwbQwhGXFEiVNiKKqjqw0xQVYuLyBV-6Xw3tQ7EAm4sJYUo4jXAah6bSCF_W3UccCOMQmYHDr_050W0LWwKBUZ4yRHMnhdv4WPdTUqTccmbTFwCJelcc995is0WOKCoBgG5DbggeCVRoPAWRk8YDfyIkRbccKOWxHZYu22VzMXIsCRg5ujqWTQ9TlbYSngx2I7wnluPv3qDpU6iiFHQQl66Rva4_6z96mPwHzGJwrCsDCseZQPlOw9EPJDVKtUfDGm_-l-vZSvOzLjvbk_xlrG7d0iNMp9s3dtvVJccuz-A5gt7i4zsDFCQNqyfN2_aVgbnXfzQOmNV2SPHuw5G_N-tccDrMOA0UiMXgB35QaJNUuwQmWTLsqpD_zi7OzTiNKR1g06mXyI1Gm5-J7rN_VtO-EjkrhhAEbe5BccZ9B9LUoRBSCdhdFE6--arrkZhtd4jbnJHJcc0SQFyLiUpRX525FJccjCkFCqbCz6Zgcc1EYVDu6d2JIU6VTr9FsfYEseF4tCVIDTmQI2ZhYo-BPTruZ55AOKpYfZnyMefyGbrh7d15wadsMLBjQ0w8UDHF2hResCqRv4loaUh6S5jJ-jI5dVJM-IKnzO1oSfCIzPmPwGMnUidkZnNXPJu65gka3qr7dKdv0AP2NotFUgx5GeqfNm3621_bv9d_Vl-Cccrz9VFccRYWp3X7bXEcc8TFHu5Jggxv2k663hccccylP5mV6Ge2_CxRHpK0kVKXY2bqNaDGmZxIMT-e-G7oFG2ui3762X5ugkHibmtxZW6M00YMGRhs-fsXg8rC-Jm6bd4JSeEFwkWJj7a7R9QWgeepIyMu2btov1lHB40bTfirfrpyAOC6OZQccHGLH15ggoRgXQ7w3pHbWmU7_28sJ_ZSW-tDudrvhjfA_qyL7WQL-fGUdS-Bok61YTDp3y82SGAw93kVHNA3o-8gbFJuRlpfOfV1Q0NSkWInSsBZozJkGXR_r-1vmJT5olf5I8R8eGLPxHmBT4ccXmkmlV5A3BPXoSiRccSzXl06rdQTvGpD3J7oU2Z3HqEL9ELmqn1_5s2ibYTaVTFyERobYoEAYF6IVVSkccUvBMWrmIxFgxh76lzr-DoqWsZ-HjEmSvZ1hiletTYAk9HUhOeyqH7wEwYwqStxJHvGef9ISmVVxa9igiuk72QsLFYPFB7CeGYzIKBW2yVdgv1pXBgG0ADdjfAAwqErHiuXDP0WMtjLgsEsfSKeBCkQN97VTCRdz9OoEyj5vnCDV0TWoKbD-qtq6Iikkm_-AsTotf-doTxvU1lIaESb5gW0VN-M_iB3pA-yOlL3XBH2KVCC7eH4C0hUoxDYizq2AsYPW7o1Jx5BSOfIjU3gn1B2HhoccNMU8aiRM0eAhfVmMVmNNlTccI64QHOnFDSxynryfD7dg9HDYtMRful0-JoccMccnmTXXKGHEv_v9Nq8wC_JnoSlCA3tkhfuqa_09DF83KLN-YomTh9SFbRHro6TzcckMKfcc9q-8ZuLY4sm6kUPvqN84w4tccoPeG7QqKrFRLlWEjFDZPi2G7o3_Fe4K6v5sZeT58Z68SK6P0OFKG9AWwGmrNzrGBGj0Mpo4Cyf6ihHAeYZn13_GYkjqsaGbiO-X1H25cc-xDnh7BTyYSdweVsU21OARzNtMySx-lIIKOarTtNh5MedVRih5LLpS_drnLYQq-feXSdHjBPmRgD8xFt-RKMw6zky60JrVu59va5rDX-rJmUI3bu_3FIOxoFl9sqaOXdDlBk0JFccNn_vccBo2aSoVdAFMZVf2qKtvY5mezjj6gPd6baX4AoZgb_eMLPab7cc7T3rwJnVvrUA9aJVvleKfYCd94H6MCzLpjsyEKJlFDZ4tsqOiY6mRrMgWDQg2WhmrXvDyYkf2eJ7WPegmZ0FkcchJy5NZdOMjXHPa31vBsuzVCeo1I1pHfhSZ83Prfwcc26XL8zcciezi-wLX4MIWol2fNtMydU1rvb6yO-kfPdAAoJXSCs07LdInsu3JWW4B_7Mcc_0CM60YwsvQE1XBOccPd_AbKDo-778UnMJ5hAaexQys25OhnAWDNrlwT8ZGeHegCZUwaDMyRQT6eFUNEtyqnnPjGJERccrdfBkIjSdhgez3ccccUPdlzBndZ_eiDyDHm2sErSSg3rlP3NwaBuKmQdk9NA2oHePfP1G5YG9L9B8fM_kRzEfX95VjASMWM3ZV4XVm4iGs6mXu4xOZUWLpQFW3L5VR6diV96Ij3I62qiTm742mjBg-FdyZy6sCe2PEGA6JisAGTtQVm-ztD8mxn7MmmU13BM6TzPbsXkg19D8zmV4UsdzjwgUWKHrUr4muYYekHpsXdd6Sv9XlMsNTwRrZwax5N2B-LZP_lC9KDdccA2_NhTTH3DERdf-XulGaAiB-b9XskeHt--7LWEqpjZ4g7Squ9GvyqtW-IMUuIEieccCUxjS7Diu-zPqHFLl6VNf_mGP5RZyzRKPhWUHRaTUx4xRUGO7-2aUW4sACGJN9ziMNrylH0TNESsJ50vpNy_YlCwdXZDIsVyizT9gawB4W4eUiYdTxWkiHu0fvZOAtiJId9jb3Zwu3Di9EYo5o7G-xKHaID0m8GUSoyDPZFw6GX6Rq-deLi2q1TVJ0q1ccZQpnor0-qP16SPptinX-_snd3yZ1iuYn5FZM5qiJlSWUBlD9mCebXWb0GBccpO3_E\";}",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10152508080509559&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10152508080509559&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwNDUyNbAAQlMDS1NTyzrXvJLgjMSiVOei1MSSzPy84JL8oso6wzpjA1MzS0uQGou6jPi8_CIA"],1],["m_ps_0_0_26",["Menu","MenuItem","m_ps_0_0_27","m_ps_0_0_28","MenuSeparator","SaveCaretMenuItem","m_ps_0_0_29","m_ps_0_0_2a","MenuTogglingItem","m_ps_0_0_2b","m_ps_0_0_2c","m_ps_0_0_2d","m_ps_0_0_2e","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_c&story_location=feed&hideable_token=MzQwNDUyNbAAQlMDS1NTyzrXvJLgjMSiVOei1MSSzPy84JL8oso6wzpjA1MzS0uQGou6jPi8_CIA&story_permalink_token=S\u00253A_I391313867673164\u00253ASca_I1416107408639463_1_30569909558_aToxMDE1MjUwODA4MDUwOTU1OTs\u00253D_155_0_YTowOnt9_\u00253Aaca1ca\u00257Bica10152508080509559\u00253Bsca3139ca\u002522AQJcccceG49f3pEoDlVDe__Jl7FPcc343CqXjJlABT3HK_DKB6DtnAEr2BFw694fXFlCAx3PTV0T0WJnkYXAQKekh2ICbGu8B9iNvuZTpccOiHWRLDpSCDy4tJK24zcczp1SRb18BlP-J3V2W9oZ8s8C4IlgRoAOeBXDJTGHOj5DmgPRt4rawZccyIPnxInhayz8O4Uzp_HAiowiwnll_OP0Wu9HNlQoG5YgogYHS1gXkSng4GSAX0TWSqAm-P4vw2QRwiE3uTeR_L5hXPwRTUra-hoASbgywdRoNvf17HXAdLv_zb_nFJnwasgiuURwmYLIf-M4KoBbhmccBrdAYccwl2eSA9PWrBv61kQto8EAeMAqNHjLPmPBKUzRQBBCAaipK8KhNvZg8r7ZXvM-y9qj-T-jP4IKejdejE13KMbnrqVCSC5CGr6eDEMyS2P8KtNZ2xOvflbza6DjL5gEixoXvh7bwbQwhGXFEiVNiKKqjqw0xQVYuLyBV-6Xw3tQ7EAm4sJYUo4jXAah6bSCF_W3UccCOMQmYHDr_050W0LWwKBUZ4yRHMnhdv4WPdTUqTccmbTFwCJelcc995is0WOKCoBgG5DbggeCVRoPAWRk8YDfyIkRbccKOWxHZYu22VzMXIsCRg5ujqWTQ9TlbYSngx2I7wnluPv3qDpU6iiFHQQl66Rva4_6z96mPwHzGJwrCsDCseZQPlOw9EPJDVKtUfDGm_-l-vZSvOzLjvbk_xlrG7d0iNMp9s3dtvVJccuz-A5gt7i4zsDFCQNqyfN2_aVgbnXfzQOmNV2SPHuw5G_N-tccDrMOA0UiMXgB35QaJNUuwQmWTLsqpD_zi7OzTiNKR1g06mXyI1Gm5-J7rN_VtO-EjkrhhAEbe5BccZ9B9LUoRBSCdhdFE6--arrkZhtd4jbnJHJcc0SQFyLiUpRX525FJccjCkFCqbCz6Zgcc1EYVDu6d2JIU6VTr9FsfYEseF4tCVIDTmQI2ZhYo-BPTruZ55AOKpYfZnyMefyGbrh7d15wadsMLBjQ0w8UDHF2hResCqRv4loaUh6S5jJ-jI5dVJM-IKnzO1oSfCIzPmPwGMnUidkZnNXPJu65gka3qr7dKdv0AP2NotFUgx5GeqfNm3621_bv9d_Vl-Cccrz9VFccRYWp3X7bXEcc8TFHu5Jggxv2k663hccccylP5mV6Ge2_CxRHpK0kVKXY2bqNaDGmZxIMT-e-G7oFG2ui3762X5ugkHibmtxZW6M00YMGRhs-fsXg8rC-Jm6bd4JSeEFwkWJj7a7R9QWgeepIyMu2btov1lHB40bTfirfrpyAOC6OZQccHGLH15ggoRgXQ7w3pHbWmU7_28sJ_ZSW-tDudrvhjfA_qyL7WQL-fGUdS-Bok61YTDp3y82SGAw93kVHNA3o-8gbFJuRlpfOfV1Q0NSkWInSsBZozJkGXR_r-1vmJT5olf5I8R8eGLPxHmBT4ccXmkmlV5A3BPXoSiRccSzXl06rdQTvGpD3J7oU2Z3HqEL9ELmqn1_5s2ibYTaVTFyERobYoEAYF6IVVSkccUvBMWrmIxFgxh76lzr-DoqWsZ-HjEmSvZ1hiletTYAk9HUhOeyqH7wEwYwqStxJHvGef9ISmVVxa9igiuk72QsLFYPFB7CeGYzIKBW2yVdgv1pXBgG0ADdjfAAwqErHiuXDP0WMtjLgsEsfSKeBCkQN97VTCRdz9OoEyj5vnCDV0TWoKbD-qtq6Iikkm_-AsTotf-doTxvU1lIaESb5gW0VN-M_iB3pA-yOlL3XBH2KVCC7eH4C0hUoxDYizq2AsYPW7o1Jx5BSOfIjU3gn1B2HhoccNMU8aiRM0eAhfVmMVmNNlTccI64QHOnFDSxynryfD7dg9HDYtMRful0-JoccMccnmTXXKGHEv_v9Nq8wC_JnoSlCA3tkhfuqa_09DF83KLN-YomTh9SFbRHro6TzcckMKfcc9q-8ZuLY4sm6kUPvqN84w4tccoPeG7QqKrFRLlWEjFDZPi2G7o3_Fe4K6v5sZeT58Z68SK6P0OFKG9AWwGmrNzrGBGj0Mpo4Cyf6ihHAeYZn13_GYkjqsaGbiO-X1H25cc-xDnh7BTyYSdweVsU21OARzNtMySx-lIIKOarTtNh5MedVRih5LLpS_drnLYQq-feXSdHjBPmRgD8xFt-RKMw6zky60JrVu59va5rDX-rJmUI3bu_3FIOxoFl9sqaOXdDlBk0JFccNn_vccBo2aSoVdAFMZVf2qKtvY5mezjj6gPd6baX4AoZgb_eMLPab7cc7T3rwJnVvrUA9aJVvleKfYCd94H6MCzLpjsyEKJlFDZ4tsqOiY6mRrMgWDQg2WhmrXvDyYkf2eJ7WPegmZ0FkcchJy5NZdOMjXHPa31vBsuzVCeo1I1pHfhSZ83Prfwcc26XL8zcciezi-wLX4MIWol2fNtMydU1rvb6yO-kfPdAAoJXSCs07LdInsu3JWW4B_7Mcc_0CM60YwsvQE1XBOccPd_AbKDo-778UnMJ5hAaexQys25OhnAWDNrlwT8ZGeHegCZUwaDMyRQT6eFUNEtyqnnPjGJERccrdfBkIjSdhgez3ccccUPdlzBndZ_eiDyDHm2sErSSg3rlP3NwaBuKmQdk9NA2oHePfP1G5YG9L9B8fM_kRzEfX95VjASMWM3ZV4XVm4iGs6mXu4xOZUWLpQFW3L5VR6diV96Ij3I62qiTm742mjBg-FdyZy6sCe2PEGA6JisAGTtQVm-ztD8mxn7MmmU13BM6TzPbsXkg19D8zmV4UsdzjwgUWKHrUr4muYYekHpsXdd6Sv9XlMsNTwRrZwax5N2B-LZP_lC9KDdccA2_NhTTH3DERdf-XulGaAiB-b9XskeHt--7LWEqpjZ4g7Squ9GvyqtW-IMUuIEieccCUxjS7Diu-zPqHFLl6VNf_mGP5RZyzRKPhWUHRaTUx4xRUGO7-2aUW4sACGJN9ziMNrylH0TNESsJ50vpNy_YlCwdXZDIsVyizT9gawB4W4eUiYdTxWkiHu0fvZOAtiJId9jb3Zwu3Di9EYo5o7G-xKHaID0m8GUSoyDPZFw6GX6Rq-deLi2q1TVJ0q1ccZQpnor0-qP16SPptinX-_snd3yZ1iuYn5FZM5qiJlSWUBlD9mCebXWb0GBccpO3_E\u002522\u00253B\u00257D&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_27"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_c&story_location=feed&hideable_token=MzQwNDUyNbAAQlMDS1NTyzrXvJLgjMSiVOei1MSSzPy84JL8oso6wzpjA1MzS0uQGou6jPi8_CIA&story_permalink_token=S\u00253A_I391313867673164\u00253ASca_I1416107408639463_1_30569909558_aToxMDE1MjUwODA4MDUwOTU1OTs\u00253D_155_0_YTowOnt9_\u00253Aaca1ca\u00257Bica10152508080509559\u00253Bsca3139ca\u002522AQJcccceG49f3pEoDlVDe__Jl7FPcc343CqXjJlABT3HK_DKB6DtnAEr2BFw694fXFlCAx3PTV0T0WJnkYXAQKekh2ICbGu8B9iNvuZTpccOiHWRLDpSCDy4tJK24zcczp1SRb18BlP-J3V2W9oZ8s8C4IlgRoAOeBXDJTGHOj5DmgPRt4rawZccyIPnxInhayz8O4Uzp_HAiowiwnll_OP0Wu9HNlQoG5YgogYHS1gXkSng4GSAX0TWSqAm-P4vw2QRwiE3uTeR_L5hXPwRTUra-hoASbgywdRoNvf17HXAdLv_zb_nFJnwasgiuURwmYLIf-M4KoBbhmccBrdAYccwl2eSA9PWrBv61kQto8EAeMAqNHjLPmPBKUzRQBBCAaipK8KhNvZg8r7ZXvM-y9qj-T-jP4IKejdejE13KMbnrqVCSC5CGr6eDEMyS2P8KtNZ2xOvflbza6DjL5gEixoXvh7bwbQwhGXFEiVNiKKqjqw0xQVYuLyBV-6Xw3tQ7EAm4sJYUo4jXAah6bSCF_W3UccCOMQmYHDr_050W0LWwKBUZ4yRHMnhdv4WPdTUqTccmbTFwCJelcc995is0WOKCoBgG5DbggeCVRoPAWRk8YDfyIkRbccKOWxHZYu22VzMXIsCRg5ujqWTQ9TlbYSngx2I7wnluPv3qDpU6iiFHQQl66Rva4_6z96mPwHzGJwrCsDCseZQPlOw9EPJDVKtUfDGm_-l-vZSvOzLjvbk_xlrG7d0iNMp9s3dtvVJccuz-A5gt7i4zsDFCQNqyfN2_aVgbnXfzQOmNV2SPHuw5G_N-tccDrMOA0UiMXgB35QaJNUuwQmWTLsqpD_zi7OzTiNKR1g06mXyI1Gm5-J7rN_VtO-EjkrhhAEbe5BccZ9B9LUoRBSCdhdFE6--arrkZhtd4jbnJHJcc0SQFyLiUpRX525FJccjCkFCqbCz6Zgcc1EYVDu6d2JIU6VTr9FsfYEseF4tCVIDTmQI2ZhYo-BPTruZ55AOKpYfZnyMefyGbrh7d15wadsMLBjQ0w8UDHF2hResCqRv4loaUh6S5jJ-jI5dVJM-IKnzO1oSfCIzPmPwGMnUidkZnNXPJu65gka3qr7dKdv0AP2NotFUgx5GeqfNm3621_bv9d_Vl-Cccrz9VFccRYWp3X7bXEcc8TFHu5Jggxv2k663hccccylP5mV6Ge2_CxRHpK0kVKXY2bqNaDGmZxIMT-e-G7oFG2ui3762X5ugkHibmtxZW6M00YMGRhs-fsXg8rC-Jm6bd4JSeEFwkWJj7a7R9QWgeepIyMu2btov1lHB40bTfirfrpyAOC6OZQccHGLH15ggoRgXQ7w3pHbWmU7_28sJ_ZSW-tDudrvhjfA_qyL7WQL-fGUdS-Bok61YTDp3y82SGAw93kVHNA3o-8gbFJuRlpfOfV1Q0NSkWInSsBZozJkGXR_r-1vmJT5olf5I8R8eGLPxHmBT4ccXmkmlV5A3BPXoSiRccSzXl06rdQTvGpD3J7oU2Z3HqEL9ELmqn1_5s2ibYTaVTFyERobYoEAYF6IVVSkccUvBMWrmIxFgxh76lzr-DoqWsZ-HjEmSvZ1hiletTYAk9HUhOeyqH7wEwYwqStxJHvGef9ISmVVxa9igiuk72QsLFYPFB7CeGYzIKBW2yVdgv1pXBgG0ADdjfAAwqErHiuXDP0WMtjLgsEsfSKeBCkQN97VTCRdz9OoEyj5vnCDV0TWoKbD-qtq6Iikkm_-AsTotf-doTxvU1lIaESb5gW0VN-M_iB3pA-yOlL3XBH2KVCC7eH4C0hUoxDYizq2AsYPW7o1Jx5BSOfIjU3gn1B2HhoccNMU8aiRM0eAhfVmMVmNNlTccI64QHOnFDSxynryfD7dg9HDYtMRful0-JoccMccnmTXXKGHEv_v9Nq8wC_JnoSlCA3tkhfuqa_09DF83KLN-YomTh9SFbRHro6TzcckMKfcc9q-8ZuLY4sm6kUPvqN84w4tccoPeG7QqKrFRLlWEjFDZPi2G7o3_Fe4K6v5sZeT58Z68SK6P0OFKG9AWwGmrNzrGBGj0Mpo4Cyf6ihHAeYZn13_GYkjqsaGbiO-X1H25cc-xDnh7BTyYSdweVsU21OARzNtMySx-lIIKOarTtNh5MedVRih5LLpS_drnLYQq-feXSdHjBPmRgD8xFt-RKMw6zky60JrVu59va5rDX-rJmUI3bu_3FIOxoFl9sqaOXdDlBk0JFccNn_vccBo2aSoVdAFMZVf2qKtvY5mezjj6gPd6baX4AoZgb_eMLPab7cc7T3rwJnVvrUA9aJVvleKfYCd94H6MCzLpjsyEKJlFDZ4tsqOiY6mRrMgWDQg2WhmrXvDyYkf2eJ7WPegmZ0FkcchJy5NZdOMjXHPa31vBsuzVCeo1I1pHfhSZ83Prfwcc26XL8zcciezi-wLX4MIWol2fNtMydU1rvb6yO-kfPdAAoJXSCs07LdInsu3JWW4B_7Mcc_0CM60YwsvQE1XBOccPd_AbKDo-778UnMJ5hAaexQys25OhnAWDNrlwT8ZGeHegCZUwaDMyRQT6eFUNEtyqnnPjGJERccrdfBkIjSdhgez3ccccUPdlzBndZ_eiDyDHm2sErSSg3rlP3NwaBuKmQdk9NA2oHePfP1G5YG9L9B8fM_kRzEfX95VjASMWM3ZV4XVm4iGs6mXu4xOZUWLpQFW3L5VR6diV96Ij3I62qiTm742mjBg-FdyZy6sCe2PEGA6JisAGTtQVm-ztD8mxn7MmmU13BM6TzPbsXkg19D8zmV4UsdzjwgUWKHrUr4muYYekHpsXdd6Sv9XlMsNTwRrZwax5N2B-LZP_lC9KDdccA2_NhTTH3DERdf-XulGaAiB-b9XskeHt--7LWEqpjZ4g7Squ9GvyqtW-IMUuIEieccCUxjS7Diu-zPqHFLl6VNf_mGP5RZyzRKPhWUHRaTUx4xRUGO7-2aUW4sACGJN9ziMNrylH0TNESsJ50vpNy_YlCwdXZDIsVyizT9gawB4W4eUiYdTxWkiHu0fvZOAtiJId9jb3Zwu3Di9EYo5o7G-xKHaID0m8GUSoyDPZFw6GX6Rq-deLi2q1TVJ0q1ccZQpnor0-qP16SPptinX-_snd3yZ1iuYn5FZM5qiJlSWUBlD9mCebXWb0GBccpO3_E\u002522\u00253B\u00257D&initial_action_name=HIDE_ADVERTISER","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_28"},"label":"Hide all ads from The Los Angeles Film School","title":"Hide all ads from The Los Angeles Film School","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"#","logdata":{"collection_id":92,"is_multi":false,"story_id":"263;30569909558;0;10152508080509559;1402350529:1640384694583869493:5:0:42862::impl","surface":"story"},"ogobjectids":[1398445830430561],"rel":"async-post","saveajaxify":"\/timeline\/app\/collection\/item\/curation\/multi\/?object_ids\u00255B0\u00255D=1398445830430561&collection_tokens\u00255B0\u00255D=100000590753545\u00253A586254444758776\u00253A92&permalinks\u00255B0\u00255D=UzpfSTM5MTMxMzg2NzY3MzE2NDpTY2FfSTE0MTYxMDc0MDg2Mzk0NjNfMV8zMDU2OTkwOTU1OF9hVG94TURFMU1qVXdPREE0TURVd09UVTFPVHM9XzE1NV8wX1lUb3dPbnQ5XzphY2ExY2F7aWNhMTAxNTI1MDgwODA1MDk1NTk7c2NhMzEzOWNhIkFRSmNjY2NlRzQ5ZjNwRW9EbFZEZV9fSmw3RlBjYzM0M0NxWGpKbEFCVDNIS19ES0I2RHRuQUVyMkJGdzY5NGZYRmxDQXgzUFRWMFQwV0pua1lYQVFLZWtoMklDYkd1OEI5aU52dVpUcGNjT2lIV1JMRHBTQ0R5NHRKSzI0emNjenAxU1JiMThCbFAtSjNWMlc5b1o4czhDNElsZ1JvQU9lQlhESlRHSE9qNURtZ1BSdDRyYXdaY2N5SVBueEluaGF5ejhPNFV6cF9IQWlvd2l3bmxsX09QMFd1OUhObFFvRzVZZ29nWUhTMWdYa1NuZzRHU0FYMFRXU3FBbS1QNHZ3MlFSd2lFM3VUZVJfTDVoWFB3UlRVcmEtaG9BU2JneXdkUm9OdmYxN0hYQWRMdl96Yl9uRkpud2FzZ2l1VVJ3bVlMSWYtTTRLb0JiaG1jY0JyZEFZY2N3bDJlU0E5UFdyQnY2MWtRdG84RUFlTUFxTkhqTFBtUEJLVXpSUUJCQ0FhaXBLOEtoTnZaZzhyN1pYdk0teTlxai1ULWpQNElLZWpkZWpFMTNLTWJucnFWQ1NDNUNHcjZlREVNeVMyUDhLdE5aMnhPdmZsYnphNkRqTDVnRWl4b1h2aDdid2JRd2hHWEZFaVZOaUtLcWpxdzB4UVZZdUx5QlYtNlh3M3RRN0VBbTRzSllVbzRqWEFhaDZiU0NGX1czVWNjQ09NUW1ZSERyXzA1MFcwTFd3S0JVWjR5UkhNbmhkdjRXUGRUVXFUY2NtYlRGd0NKZWxjYzk5NWlzMFdPS0NvQmdHNURiZ2dlQ1ZSb1BBV1JrOFlEZnlJa1JiY2NLT1d4SFpZdTIyVnpNWElzQ1JnNXVqcVdUUTlUbGJZU25neDJJN3dubHVQdjNxRHBVNmlpRkhRUWw2NlJ2YTRfNno5Nm1Qd0h6R0p3ckNzRENzZVpRUGxPdzlFUEpEVkt0VWZER21fLWwtdlpTdk96TGp2YmtfeGxyRzdkMGlOTXA5czNkdHZWSmNjdXotQTVndDdpNHpzREZDUU5xeWZOMl9hVmdiblhmelFPbU5WMlNQSHV3NUdfTi10Y2NEck1PQTBVaU1YZ0IzNVFhSk5VdXdRbVdUTHNxcERfemk3T3pUaU5LUjFnMDZtWHlJMUdtNS1KN3JOX1Z0Ty1FamtyaGhBRWJlNUJjY1o5QjlMVW9SQlNDZGhkRkU2LS1hcnJrWmh0ZDRqYm5KSEpjYzBTUUZ5TGlVcFJYNTI1RkpjY2pDa0ZDcWJDejZaZ2NjMUVZVkR1NmQySklVNlZUcjlGc2ZZRXNlRjR0Q1ZJRFRtUUkyWmhZby1CUFRydVo1NUFPS3BZZlpueU1lZnlHYnJoN2QxNXdhZHNNTEJqUTB3OFVESEYyaFJlc0NxUnY0bG9hVWg2UzVqSi1qSTVkVkpNLUlLbnpPMW9TZkNJelBtUHdHTW5VaWRrWm5OWFBKdTY1Z2thM3FyN2RLZHYwQVAyTm90RlVneDVHZXFmTm0zNjIxX2J2OWRfVmwtQ2Njcno5VkZjY1JZV3AzWDdiWEVjYzhURkh1NUpnZ3h2Mms2NjNoY2NjY3lsUDVtVjZHZTJfQ3hSSHBLMGtWS1hZMmJxTmFER21aeElNVC1lLUc3b0ZHMnVpMzc2Mlg1dWdrSGlibXR4Wlc2TTAwWU1HUmhzLWZzWGc4ckMtSm02YmQ0SlNlRUZ3a1dKajdhN1I5UVdnZWVwSXlNdTJidG92MWxIQjQwYlRmaXJmcnB5QU9DNk9aUWNjSEdMSDE1Z2dvUmdYUTd3M3BIYldtVTdfMjhzSl9aU1ctdER1ZHJ2aGpmQV9xeUw3V1FMLWZHVWRTLUJvazYxWVREcDN5ODJTR0F3OTNrVkhOQTNvLThnYkZKdVJscGZPZlYxUTBOU2tXSW5Tc0Jab3pKa0dYUl9yLTF2bUpUNW9sZjVJOFI4ZUdMUHhIbUJUNGNjWG1rbWxWNUEzQlBYb1NpUmNjU3pYbDA2cmRRVHZHcEQzSjdvVTJaM0hxRUw5RUxtcW4xXzVzMmliWVRhVlRGeUVSb2JZb0VBWUY2SVZWU2tjY1V2Qk1Xcm1JeEZneGg3Nmx6ci1Eb3FXc1otSGpFbVN2WjFoaWxldFRZQWs5SFVoT2V5cUg3d0V3WXdxU3R4Skh2R2VmOUlTbVZWeGE5aWdpdWs3MlFzTEZZUEZCN0NlR1l6SUtCVzJ5VmRndjFwWEJnRzBBRGRqZkFBd3FFckhpdVhEUDBXTXRqTGdzRXNmU0tlQkNrUU45N1ZUQ1JkejlPb0V5ajV2bkNEVjBUV29LYkQtcXRxNklpa2ttXy1Bc1RvdGYtZG9UeHZVMWxJYUVTYjVnVzBWTi1NX2lCM3BBLXlPbEwzWEJIMktWQ0M3ZUg0QzBoVW94RFlpenEyQXNZUFc3bzFKeDVCU09mSWpVM2duMUIySGhvY2NOTVU4YWlSTTBlQWhmVm1NVm1OTmxUY2NJNjRRSE9uRkRTeHlucnlmRDdkZzlIRFl0TVJmdWwwLUpvY2NNY2NubVRYWEtHSEV2X3Y5TnE4d0NfSm5vU2xDQTN0a2hmdXFhXzA5REY4M0tMTi1Zb21UaDlTRmJSSHJvNlR6Y2NrTUtmY2M5cS04WnVMWTRzbTZrVVB2cU44NHc0dGNjb1BlRzdRcUtyRlJMbFdFakZEWlBpMkc3bzNfRmU0SzZ2NXNaZVQ1OFo2OFNLNlAwT0ZLRzlBV3dHbXJOenJHQkdqME1wbzRDeWY2aWhIQWVZWm4xM19HWWtqcXNhR2JpTy1YMUgyNWNjLXhEbmg3QlR5WVNkd2VWc1UyMU9BUnpOdE15U3gtbElJS09hclR0Tmg1TWVkVlJpaDVMTHBTX2RybkxZUXEtZmVYU2RIakJQbVJnRDh4RnQtUktNdzZ6a3k2MEpyVnU1OXZhNXJEWC1ySm1VSTNidV8zRklPeG9GbDlzcWFPWGREbEJrMEpGY2NObl92Y2NCbzJhU29WZEFGTVpWZjJxS3R2WTVtZXpqajZnUGQ2YmFYNEFvWmdiX2VNTFBhYjdjYzdUM3J3Sm5WdnJVQTlhSlZ2bGVLZllDZDk0SDZNQ3pMcGpzeUVLSmxGRFo0dHNxT2lZNm1Sck1nV0RRZzJXaG1yWHZEeVlrZjJlSjdXUGVnbVowRmtjY2hKeTVOWmRPTWpYSFBhMzF2QnN1elZDZW8xSTFwSGZoU1o4M1ByZndjYzI2WEw4emNjaWV6aS13TFg0TUlXb2wyZk50TXlkVTFydmI2eU8ta2ZQZEFBb0pYU0NzMDdMZEluc3UzSldXNEJfN01jY18wQ002MFl3c3ZRRTFYQk9jY1BkX0FiS0RvLTc3OFVuTUo1aEFhZXhReXMyNU9obkFXRE5ybHdUOFpHZUhlZ0NaVXdhRE15UlFUNmVGVU5FdHlxbm5QakdKRVJjY3JkZkJrSWpTZGhnZXozY2NjY1VQZGx6Qm5kWl9laUR5REhtMnNFclNTZzNybFAzTndhQnVLbVFkazlOQTJvSGVQZlAxRzVZRzlMOUI4Zk1fa1J6RWZYOTVWakFTTVdNM1pWNFhWbTRpR3M2bVh1NHhPWlVXTHBRRlczTDVWUjZkaVY5NklqM0k2MnFpVG03NDJtakJnLUZkeVp5NnNDZTJQRUdBNkppc0FHVHRRVm0tenREOG14bjdNbW1VMTNCTTZUelBic1hrZzE5RDh6bVY0VXNkemp3Z1VXS0hyVXI0bXVZWWVrSHBzWGRkNlN2OVhsTXNOVHdSclp3YXg1TjJCLUxaUF9sQzlLRGRjY0EyX05oVFRIM0RFUmRmLVh1bEdhQWlCLWI5WHNrZUh0LS03TFdFcXBqWjRnN1NxdTlHdnlxdFctSU1VdUlFaWVjY0NVeGpTN0RpdS16UHFIRkxsNlZOZl9tR1A1Ulp5elJLUGhXVUhSYVRVeDR4UlVHTzctMmFVVzRzQUNHSk45emlNTnJ5bEgwVE5FU3NKNTB2cE55X1lsQ3dkWFpESXNWeWl6VDlnYXdCNFc0ZVVpWWRUeFdraUh1MGZ2Wk9BdGlKSWQ5amIzWnd1M0RpOUVZbzVvN0cteEtIYUlEMG04R1VTb3lEUFpGdzZHWDZScS1kZUxpMnExVFZKMHExY2NaUXBub3IwLXFQMTZTUHB0aW5YLV9zbmQzeVoxaXVZbjVGWk01cWlKbFNXVUJsRDltQ2ViWFdiMEdCY2NwTzNfRSI7fQ\u00253D\u00253D&action_type=add&mechanism=caret_menu&surface=story","savecontent":"Save \"The Los Angeles Film School\"","unsaveajaxify":"\/timeline\/app\/collection\/item\/curation\/multi\/?object_ids\u00255B0\u00255D=1398445830430561&collection_tokens\u00255B0\u00255D=100000590753545\u00253A586254444758776\u00253A92&permalinks\u00255B0\u00255D=UzpfSTM5MTMxMzg2NzY3MzE2NDpTY2FfSTE0MTYxMDc0MDg2Mzk0NjNfMV8zMDU2OTkwOTU1OF9hVG94TURFMU1qVXdPREE0TURVd09UVTFPVHM9XzE1NV8wX1lUb3dPbnQ5XzphY2ExY2F7aWNhMTAxNTI1MDgwODA1MDk1NTk7c2NhMzEzOWNhIkFRSmNjY2NlRzQ5ZjNwRW9EbFZEZV9fSmw3RlBjYzM0M0NxWGpKbEFCVDNIS19ES0I2RHRuQUVyMkJGdzY5NGZYRmxDQXgzUFRWMFQwV0pua1lYQVFLZWtoMklDYkd1OEI5aU52dVpUcGNjT2lIV1JMRHBTQ0R5NHRKSzI0emNjenAxU1JiMThCbFAtSjNWMlc5b1o4czhDNElsZ1JvQU9lQlhESlRHSE9qNURtZ1BSdDRyYXdaY2N5SVBueEluaGF5ejhPNFV6cF9IQWlvd2l3bmxsX09QMFd1OUhObFFvRzVZZ29nWUhTMWdYa1NuZzRHU0FYMFRXU3FBbS1QNHZ3MlFSd2lFM3VUZVJfTDVoWFB3UlRVcmEtaG9BU2JneXdkUm9OdmYxN0hYQWRMdl96Yl9uRkpud2FzZ2l1VVJ3bVlMSWYtTTRLb0JiaG1jY0JyZEFZY2N3bDJlU0E5UFdyQnY2MWtRdG84RUFlTUFxTkhqTFBtUEJLVXpSUUJCQ0FhaXBLOEtoTnZaZzhyN1pYdk0teTlxai1ULWpQNElLZWpkZWpFMTNLTWJucnFWQ1NDNUNHcjZlREVNeVMyUDhLdE5aMnhPdmZsYnphNkRqTDVnRWl4b1h2aDdid2JRd2hHWEZFaVZOaUtLcWpxdzB4UVZZdUx5QlYtNlh3M3RRN0VBbTRzSllVbzRqWEFhaDZiU0NGX1czVWNjQ09NUW1ZSERyXzA1MFcwTFd3S0JVWjR5UkhNbmhkdjRXUGRUVXFUY2NtYlRGd0NKZWxjYzk5NWlzMFdPS0NvQmdHNURiZ2dlQ1ZSb1BBV1JrOFlEZnlJa1JiY2NLT1d4SFpZdTIyVnpNWElzQ1JnNXVqcVdUUTlUbGJZU25neDJJN3dubHVQdjNxRHBVNmlpRkhRUWw2NlJ2YTRfNno5Nm1Qd0h6R0p3ckNzRENzZVpRUGxPdzlFUEpEVkt0VWZER21fLWwtdlpTdk96TGp2YmtfeGxyRzdkMGlOTXA5czNkdHZWSmNjdXotQTVndDdpNHpzREZDUU5xeWZOMl9hVmdiblhmelFPbU5WMlNQSHV3NUdfTi10Y2NEck1PQTBVaU1YZ0IzNVFhSk5VdXdRbVdUTHNxcERfemk3T3pUaU5LUjFnMDZtWHlJMUdtNS1KN3JOX1Z0Ty1FamtyaGhBRWJlNUJjY1o5QjlMVW9SQlNDZGhkRkU2LS1hcnJrWmh0ZDRqYm5KSEpjYzBTUUZ5TGlVcFJYNTI1RkpjY2pDa0ZDcWJDejZaZ2NjMUVZVkR1NmQySklVNlZUcjlGc2ZZRXNlRjR0Q1ZJRFRtUUkyWmhZby1CUFRydVo1NUFPS3BZZlpueU1lZnlHYnJoN2QxNXdhZHNNTEJqUTB3OFVESEYyaFJlc0NxUnY0bG9hVWg2UzVqSi1qSTVkVkpNLUlLbnpPMW9TZkNJelBtUHdHTW5VaWRrWm5OWFBKdTY1Z2thM3FyN2RLZHYwQVAyTm90RlVneDVHZXFmTm0zNjIxX2J2OWRfVmwtQ2Njcno5VkZjY1JZV3AzWDdiWEVjYzhURkh1NUpnZ3h2Mms2NjNoY2NjY3lsUDVtVjZHZTJfQ3hSSHBLMGtWS1hZMmJxTmFER21aeElNVC1lLUc3b0ZHMnVpMzc2Mlg1dWdrSGlibXR4Wlc2TTAwWU1HUmhzLWZzWGc4ckMtSm02YmQ0SlNlRUZ3a1dKajdhN1I5UVdnZWVwSXlNdTJidG92MWxIQjQwYlRmaXJmcnB5QU9DNk9aUWNjSEdMSDE1Z2dvUmdYUTd3M3BIYldtVTdfMjhzSl9aU1ctdER1ZHJ2aGpmQV9xeUw3V1FMLWZHVWRTLUJvazYxWVREcDN5ODJTR0F3OTNrVkhOQTNvLThnYkZKdVJscGZPZlYxUTBOU2tXSW5Tc0Jab3pKa0dYUl9yLTF2bUpUNW9sZjVJOFI4ZUdMUHhIbUJUNGNjWG1rbWxWNUEzQlBYb1NpUmNjU3pYbDA2cmRRVHZHcEQzSjdvVTJaM0hxRUw5RUxtcW4xXzVzMmliWVRhVlRGeUVSb2JZb0VBWUY2SVZWU2tjY1V2Qk1Xcm1JeEZneGg3Nmx6ci1Eb3FXc1otSGpFbVN2WjFoaWxldFRZQWs5SFVoT2V5cUg3d0V3WXdxU3R4Skh2R2VmOUlTbVZWeGE5aWdpdWs3MlFzTEZZUEZCN0NlR1l6SUtCVzJ5VmRndjFwWEJnRzBBRGRqZkFBd3FFckhpdVhEUDBXTXRqTGdzRXNmU0tlQkNrUU45N1ZUQ1JkejlPb0V5ajV2bkNEVjBUV29LYkQtcXRxNklpa2ttXy1Bc1RvdGYtZG9UeHZVMWxJYUVTYjVnVzBWTi1NX2lCM3BBLXlPbEwzWEJIMktWQ0M3ZUg0QzBoVW94RFlpenEyQXNZUFc3bzFKeDVCU09mSWpVM2duMUIySGhvY2NOTVU4YWlSTTBlQWhmVm1NVm1OTmxUY2NJNjRRSE9uRkRTeHlucnlmRDdkZzlIRFl0TVJmdWwwLUpvY2NNY2NubVRYWEtHSEV2X3Y5TnE4d0NfSm5vU2xDQTN0a2hmdXFhXzA5REY4M0tMTi1Zb21UaDlTRmJSSHJvNlR6Y2NrTUtmY2M5cS04WnVMWTRzbTZrVVB2cU44NHc0dGNjb1BlRzdRcUtyRlJMbFdFakZEWlBpMkc3bzNfRmU0SzZ2NXNaZVQ1OFo2OFNLNlAwT0ZLRzlBV3dHbXJOenJHQkdqME1wbzRDeWY2aWhIQWVZWm4xM19HWWtqcXNhR2JpTy1YMUgyNWNjLXhEbmg3QlR5WVNkd2VWc1UyMU9BUnpOdE15U3gtbElJS09hclR0Tmg1TWVkVlJpaDVMTHBTX2RybkxZUXEtZmVYU2RIakJQbVJnRDh4RnQtUktNdzZ6a3k2MEpyVnU1OXZhNXJEWC1ySm1VSTNidV8zRklPeG9GbDlzcWFPWGREbEJrMEpGY2NObl92Y2NCbzJhU29WZEFGTVpWZjJxS3R2WTVtZXpqajZnUGQ2YmFYNEFvWmdiX2VNTFBhYjdjYzdUM3J3Sm5WdnJVQTlhSlZ2bGVLZllDZDk0SDZNQ3pMcGpzeUVLSmxGRFo0dHNxT2lZNm1Sck1nV0RRZzJXaG1yWHZEeVlrZjJlSjdXUGVnbVowRmtjY2hKeTVOWmRPTWpYSFBhMzF2QnN1elZDZW8xSTFwSGZoU1o4M1ByZndjYzI2WEw4emNjaWV6aS13TFg0TUlXb2wyZk50TXlkVTFydmI2eU8ta2ZQZEFBb0pYU0NzMDdMZEluc3UzSldXNEJfN01jY18wQ002MFl3c3ZRRTFYQk9jY1BkX0FiS0RvLTc3OFVuTUo1aEFhZXhReXMyNU9obkFXRE5ybHdUOFpHZUhlZ0NaVXdhRE15UlFUNmVGVU5FdHlxbm5QakdKRVJjY3JkZkJrSWpTZGhnZXozY2NjY1VQZGx6Qm5kWl9laUR5REhtMnNFclNTZzNybFAzTndhQnVLbVFkazlOQTJvSGVQZlAxRzVZRzlMOUI4Zk1fa1J6RWZYOTVWakFTTVdNM1pWNFhWbTRpR3M2bVh1NHhPWlVXTHBRRlczTDVWUjZkaVY5NklqM0k2MnFpVG03NDJtakJnLUZkeVp5NnNDZTJQRUdBNkppc0FHVHRRVm0tenREOG14bjdNbW1VMTNCTTZUelBic1hrZzE5RDh6bVY0VXNkemp3Z1VXS0hyVXI0bXVZWWVrSHBzWGRkNlN2OVhsTXNOVHdSclp3YXg1TjJCLUxaUF9sQzlLRGRjY0EyX05oVFRIM0RFUmRmLVh1bEdhQWlCLWI5WHNrZUh0LS03TFdFcXBqWjRnN1NxdTlHdnlxdFctSU1VdUlFaWVjY0NVeGpTN0RpdS16UHFIRkxsNlZOZl9tR1A1Ulp5elJLUGhXVUhSYVRVeDR4UlVHTzctMmFVVzRzQUNHSk45emlNTnJ5bEgwVE5FU3NKNTB2cE55X1lsQ3dkWFpESXNWeWl6VDlnYXdCNFc0ZVVpWWRUeFdraUh1MGZ2Wk9BdGlKSWQ5amIzWnd1M0RpOUVZbzVvN0cteEtIYUlEMG04R1VTb3lEUFpGdzZHWDZScS1kZUxpMnExVFZKMHExY2NaUXBub3IwLXFQMTZTUHB0aW5YLV9zbmQzeVoxaXVZbjVGWk01cWlKbFNXVUJsRDltQ2ViWFdiMEdCY2NwTzNfRSI7fQ\u00253D\u00253D&action_type=remove&mechanism=caret_menu&surface=story","unsavecontent":"Unsave \"The Los Angeles Film School\"","ctor":{"__m":"SaveCaretMenuItem"},"markup":null,"label":null,"title":"","className":null,"savemarkup":{"__m":"m_ps_0_0_29"},"unsavemarkup":{"__m":"m_ps_0_0_2a"}},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10152508080509559&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10152508080509559&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_2b"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_2c"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10152508080509559&follow=0"},{"ajaxify":"\/ajax\/entstream\/embed?no_preview=0&source=1&token=S\u00253A_I391313867673164\u00253ASca_I1416107408639463_1_30569909558_aToxMDE1MjUwODA4MDUwOTU1OTs\u00253D_155_0_YTowOnt9_\u00253Aaca1ca\u00257Bica10152508080509559\u00253Bsca3139ca\u002522AQJcccceG49f3pEoDlVDe__Jl7FPcc343CqXjJlABT3HK_DKB6DtnAEr2BFw694fXFlCAx3PTV0T0WJnkYXAQKekh2ICbGu8B9iNvuZTpccOiHWRLDpSCDy4tJK24zcczp1SRb18BlP-J3V2W9oZ8s8C4IlgRoAOeBXDJTGHOj5DmgPRt4rawZccyIPnxInhayz8O4Uzp_HAiowiwnll_OP0Wu9HNlQoG5YgogYHS1gXkSng4GSAX0TWSqAm-P4vw2QRwiE3uTeR_L5hXPwRTUra-hoASbgywdRoNvf17HXAdLv_zb_nFJnwasgiuURwmYLIf-M4KoBbhmccBrdAYccwl2eSA9PWrBv61kQto8EAeMAqNHjLPmPBKUzRQBBCAaipK8KhNvZg8r7ZXvM-y9qj-T-jP4IKejdejE13KMbnrqVCSC5CGr6eDEMyS2P8KtNZ2xOvflbza6DjL5gEixoXvh7bwbQwhGXFEiVNiKKqjqw0xQVYuLyBV-6Xw3tQ7EAm4sJYUo4jXAah6bSCF_W3UccCOMQmYHDr_050W0LWwKBUZ4yRHMnhdv4WPdTUqTccmbTFwCJelcc995is0WOKCoBgG5DbggeCVRoPAWRk8YDfyIkRbccKOWxHZYu22VzMXIsCRg5ujqWTQ9TlbYSngx2I7wnluPv3qDpU6iiFHQQl66Rva4_6z96mPwHzGJwrCsDCseZQPlOw9EPJDVKtUfDGm_-l-vZSvOzLjvbk_xlrG7d0iNMp9s3dtvVJccuz-A5gt7i4zsDFCQNqyfN2_aVgbnXfzQOmNV2SPHuw5G_N-tccDrMOA0UiMXgB35QaJNUuwQmWTLsqpD_zi7OzTiNKR1g06mXyI1Gm5-J7rN_VtO-EjkrhhAEbe5BccZ9B9LUoRBSCdhdFE6--arrkZhtd4jbnJHJcc0SQFyLiUpRX525FJccjCkFCqbCz6Zgcc1EYVDu6d2JIU6VTr9FsfYEseF4tCVIDTmQI2ZhYo-BPTruZ55AOKpYfZnyMefyGbrh7d15wadsMLBjQ0w8UDHF2hResCqRv4loaUh6S5jJ-jI5dVJM-IKnzO1oSfCIzPmPwGMnUidkZnNXPJu65gka3qr7dKdv0AP2NotFUgx5GeqfNm3621_bv9d_Vl-Cccrz9VFccRYWp3X7bXEcc8TFHu5Jggxv2k663hccccylP5mV6Ge2_CxRHpK0kVKXY2bqNaDGmZxIMT-e-G7oFG2ui3762X5ugkHibmtxZW6M00YMGRhs-fsXg8rC-Jm6bd4JSeEFwkWJj7a7R9QWgeepIyMu2btov1lHB40bTfirfrpyAOC6OZQccHGLH15ggoRgXQ7w3pHbWmU7_28sJ_ZSW-tDudrvhjfA_qyL7WQL-fGUdS-Bok61YTDp3y82SGAw93kVHNA3o-8gbFJuRlpfOfV1Q0NSkWInSsBZozJkGXR_r-1vmJT5olf5I8R8eGLPxHmBT4ccXmkmlV5A3BPXoSiRccSzXl06rdQTvGpD3J7oU2Z3HqEL9ELmqn1_5s2ibYTaVTFyERobYoEAYF6IVVSkccUvBMWrmIxFgxh76lzr-DoqWsZ-HjEmSvZ1hiletTYAk9HUhOeyqH7wEwYwqStxJHvGef9ISmVVxa9igiuk72QsLFYPFB7CeGYzIKBW2yVdgv1pXBgG0ADdjfAAwqErHiuXDP0WMtjLgsEsfSKeBCkQN97VTCRdz9OoEyj5vnCDV0TWoKbD-qtq6Iikkm_-AsTotf-doTxvU1lIaESb5gW0VN-M_iB3pA-yOlL3XBH2KVCC7eH4C0hUoxDYizq2AsYPW7o1Jx5BSOfIjU3gn1B2HhoccNMU8aiRM0eAhfVmMVmNNlTccI64QHOnFDSxynryfD7dg9HDYtMRful0-JoccMccnmTXXKGHEv_v9Nq8wC_JnoSlCA3tkhfuqa_09DF83KLN-YomTh9SFbRHro6TzcckMKfcc9q-8ZuLY4sm6kUPvqN84w4tccoPeG7QqKrFRLlWEjFDZPi2G7o3_Fe4K6v5sZeT58Z68SK6P0OFKG9AWwGmrNzrGBGj0Mpo4Cyf6ihHAeYZn13_GYkjqsaGbiO-X1H25cc-xDnh7BTyYSdweVsU21OARzNtMySx-lIIKOarTtNh5MedVRih5LLpS_drnLYQq-feXSdHjBPmRgD8xFt-RKMw6zky60JrVu59va5rDX-rJmUI3bu_3FIOxoFl9sqaOXdDlBk0JFccNn_vccBo2aSoVdAFMZVf2qKtvY5mezjj6gPd6baX4AoZgb_eMLPab7cc7T3rwJnVvrUA9aJVvleKfYCd94H6MCzLpjsyEKJlFDZ4tsqOiY6mRrMgWDQg2WhmrXvDyYkf2eJ7WPegmZ0FkcchJy5NZdOMjXHPa31vBsuzVCeo1I1pHfhSZ83Prfwcc26XL8zcciezi-wLX4MIWol2fNtMydU1rvb6yO-kfPdAAoJXSCs07LdInsu3JWW4B_7Mcc_0CM60YwsvQE1XBOccPd_AbKDo-778UnMJ5hAaexQys25OhnAWDNrlwT8ZGeHegCZUwaDMyRQT6eFUNEtyqnnPjGJERccrdfBkIjSdhgez3ccccUPdlzBndZ_eiDyDHm2sErSSg3rlP3NwaBuKmQdk9NA2oHePfP1G5YG9L9B8fM_kRzEfX95VjASMWM3ZV4XVm4iGs6mXu4xOZUWLpQFW3L5VR6diV96Ij3I62qiTm742mjBg-FdyZy6sCe2PEGA6JisAGTtQVm-ztD8mxn7MmmU13BM6TzPbsXkg19D8zmV4UsdzjwgUWKHrUr4muYYekHpsXdd6Sv9XlMsNTwRrZwax5N2B-LZP_lC9KDdccA2_NhTTH3DERdf-XulGaAiB-b9XskeHt--7LWEqpjZ4g7Squ9GvyqtW-IMUuIEieccCUxjS7Diu-zPqHFLl6VNf_mGP5RZyzRKPhWUHRaTUx4xRUGO7-2aUW4sACGJN9ziMNrylH0TNESsJ50vpNy_YlCwdXZDIsVyizT9gawB4W4eUiYdTxWkiHu0fvZOAtiJId9jb3Zwu3Di9EYo5o7G-xKHaID0m8GUSoyDPZFw6GX6Rq-deLi2q1TVJ0q1ccZQpnor0-qP16SPptinX-_snd3yZ1iuYn5FZM5qiJlSWUBlD9mCebXWb0GBccpO3_E\u002522\u00253B\u00257D&url=\u00252Flosangelesfilmschool\u00252Fposts\u00252F10152508080509559","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_2d"},"label":"Embed Post","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_2e"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1d","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_2g",["PopoverMenu","m_ps_0_0_2h","m_ps_0_0_2f","m_ps_0_0_26"],[{"__m":"m_ps_0_0_2h"},{"__m":"m_ps_0_0_2f"},{"__m":"m_ps_0_0_26"},[]],1],["m_ps_0_0_2h",["Popover","m_ps_0_0_2i","m_ps_0_0_2f","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_2i"},{"__m":"m_ps_0_0_2f"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_2n",["MentionsInput","m_ps_0_0_2l","m_ps_0_0_2o","m_ps_0_0_2m","m_ps_0_0_2p"],[{"__m":"m_ps_0_0_2l"},{"__m":"m_ps_0_0_2o"},{"__m":"m_ps_0_0_2m"},{"hashtags":false,"autosuggest_pages":"include_authoritative"},null,{"__m":"m_ps_0_0_2p"}],1],["m_ps_0_0_2o",["Typeahead","m_ps_0_0_2r","ContextualTypeaheadView","CompactTypeaheadRenderer","m_ps_0_0_2m","TypeaheadAreaCore","m_ps_0_0_2q"],[{"__m":"m_ps_0_0_2r"},{"node_id":"","node":null,"ctor":{"__m":"ContextualTypeaheadView"},"options":{"renderer":{"__m":"CompactTypeaheadRenderer"},"causalElement":{"__m":"m_ps_0_0_2m"},"maxResults":10,"minWidth":0,"alignment":"left","showBadges":true,"scrollarea":false}},{"ctor":{"__m":"TypeaheadAreaCore"},"options":{}},{"__m":"m_ps_0_0_2q"}],5],["m_ps_0_0_2t",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_2u"],[{"__m":"m_ps_0_0_2u"},"u_ps_0_0_15","S:_I100000189921464:945535718796083",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560581729498&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560581729498&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwMjA2NTMwtTA0N7I0sbSoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNAABQwtLSyNDEzOTOgA"],1],["m_ps_0_0_2u",["Menu","MenuItem","m_ps_0_0_2v","m_ps_0_0_2w","m_ps_0_0_2x","MenuSeparator","m_ps_0_0_2y","MenuTogglingItem","m_ps_0_0_2z","m_ps_0_0_30","m_ps_0_0_31","m_ps_0_0_32","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_15&story_location=feed&hideable_token=MzQwMjA2NTMwtTA0N7I0sbSoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNAABQwtLSyNDEzOTOgA&story_permalink_token=S\u00253A_I100000189921464\u00253A945535718796083&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_2v"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_15&story_location=feed&hideable_token=MzQwMjA2NTMwtTA0N7I0sbSoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNAABQwtLSyNDEzOTOgA&story_permalink_token=S\u00253A_I100000189921464\u00253A945535718796083&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_2w"},"label":"Unfollow Chandrachuda","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_15&story_location=feed&hideable_token=MzQwMjA2NTMwtTA0N7I0sbSoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNAABQwtLSyNDEzOTOgA&story_permalink_token=S\u00253A_I100000189921464\u00253A945535718796083&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_2x"},"label":"Unfollow Naveen","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=100000189921464&and=1663627786","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_2y"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560581729498&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560581729498&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_2z"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_30"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10203560581729498&follow=0"},{"ajaxify":"\/ajax\/entstream\/embed?no_preview=0&source=1&token=S\u00253A_I100000189921464\u00253A945535718796083&url=\u00252Fsainaveen721\u00252Fposts\u00252F10203560581729498","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_31"},"label":"Embed Post","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_32"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1k","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_34",["PopoverMenu","m_ps_0_0_35","m_ps_0_0_33","m_ps_0_0_2u"],[{"__m":"m_ps_0_0_35"},{"__m":"m_ps_0_0_33"},{"__m":"m_ps_0_0_2u"},[]],1],["m_ps_0_0_35",["Popover","m_ps_0_0_36","m_ps_0_0_33","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_36"},{"__m":"m_ps_0_0_33"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_37",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_38"],[{"__m":"m_ps_0_0_38"},"u_ps_0_0_16","S:_I1806904242:10201476718358992",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560562249011&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560562249011&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwMjA2NTMwNTMyMrE0MDSsc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKsztDAwszQwMTIxqgMA"],1],["m_ps_0_0_38",["Menu","MenuItem","m_ps_0_0_39","m_ps_0_0_3a","m_ps_0_0_3b","MenuSeparator","m_ps_0_0_3c","MenuTogglingItem","m_ps_0_0_3d","m_ps_0_0_3e","m_ps_0_0_3f","m_ps_0_0_3g","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_16&story_location=feed&hideable_token=MzQwMjA2NTMwNTMyMrE0MDSsc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKsztDAwszQwMTIxqgMA&story_permalink_token=S\u00253A_I1806904242\u00253A10201476718358992&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_39"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_16&story_location=feed&hideable_token=MzQwMjA2NTMwNTMyMrE0MDSsc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKsztDAwszQwMTIxqgMA&story_permalink_token=S\u00253A_I1806904242\u00253A10201476718358992&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3a"},"label":"Unfollow Naman","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_16&story_location=feed&hideable_token=MzQwMjA2NTMwNTMyMrE0MDSsc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKsztDAwszQwMTIxqgMA&story_permalink_token=S\u00253A_I1806904242\u00253A10201476718358992&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3b"},"label":"Unfollow Naveen","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=1806904242&and=1663627786","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3c"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560562249011&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560562249011&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_3d"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_3e"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10203560562249011&follow=0"},{"ajaxify":"\/ajax\/entstream\/embed?no_preview=0&source=1&token=S\u00253A_I1806904242\u00253A10201476718358992&url=\u00252Fsainaveen721\u00252Fposts\u00252F10203560562249011","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3f"},"label":"Embed Post","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3g"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1m","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_3i",["PopoverMenu","m_ps_0_0_3j","m_ps_0_0_3h","m_ps_0_0_38"],[{"__m":"m_ps_0_0_3j"},{"__m":"m_ps_0_0_3h"},{"__m":"m_ps_0_0_38"},[]],1],["m_ps_0_0_3j",["Popover","m_ps_0_0_3k","m_ps_0_0_3h","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_3k"},{"__m":"m_ps_0_0_3h"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_3l",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_3m"],[{"__m":"m_ps_0_0_3m"},"u_ps_0_0_17","S:_I754438500:10152600416218501",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560535808350&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560535808350&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwMjA2NTMwNTa1MLAwNjWoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNzUxMbYwNTCoAwA"],1],["m_ps_0_0_3m",["Menu","MenuItem","m_ps_0_0_3n","m_ps_0_0_3o","m_ps_0_0_3p","MenuSeparator","m_ps_0_0_3q","MenuTogglingItem","m_ps_0_0_3r","m_ps_0_0_3s","m_ps_0_0_3t","m_ps_0_0_3u","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_17&story_location=feed&hideable_token=MzQwMjA2NTMwNTa1MLAwNjWoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNzUxMbYwNTCoAwA&story_permalink_token=S\u00253A_I754438500\u00253A10152600416218501&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3n"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_17&story_location=feed&hideable_token=MzQwMjA2NTMwNTa1MLAwNjWoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNzUxMbYwNTCoAwA&story_permalink_token=S\u00253A_I754438500\u00253A10152600416218501&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3o"},"label":"Unfollow Aditya","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_17&story_location=feed&hideable_token=MzQwMjA2NTMwNTa1MLAwNjWoc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszNzUxMbYwNTCoAwA&story_permalink_token=S\u00253A_I754438500\u00253A10152600416218501&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3p"},"label":"Unfollow Naveen","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=754438500&and=1663627786","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3q"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560535808350&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560535808350&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_3r"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_3s"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10203560535808350&follow=0"},{"ajaxify":"\/ajax\/entstream\/embed?no_preview=0&source=1&token=S\u00253A_I754438500\u00253A10152600416218501&url=\u00252Fsainaveen721\u00252Fposts\u00252F10203560535808350","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3t"},"label":"Embed Post","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_3u"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1o","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_3w",["PopoverMenu","m_ps_0_0_3x","m_ps_0_0_3v","m_ps_0_0_3m"],[{"__m":"m_ps_0_0_3x"},{"__m":"m_ps_0_0_3v"},{"__m":"m_ps_0_0_3m"},[]],1],["m_ps_0_0_3x",["Popover","m_ps_0_0_3y","m_ps_0_0_3v","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_3y"},{"__m":"m_ps_0_0_3v"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_3z",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_40"],[{"__m":"m_ps_0_0_40"},"u_ps_0_0_18","S:_I633702264:10152641388177265",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560704692572&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=10203560704692572&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzQwMjA2NTMwNzAxszQyNTeqc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszMzY2NzAyMjOpAwA"],1],["m_ps_0_0_40",["Menu","MenuItem","m_ps_0_0_41","m_ps_0_0_42","m_ps_0_0_43","MenuSeparator","m_ps_0_0_44","MenuTogglingItem","m_ps_0_0_45","m_ps_0_0_46","m_ps_0_0_47","m_ps_0_0_48","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_18&story_location=feed&hideable_token=MzQwMjA2NTMwNzAxszQyNTeqc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszMzY2NzAyMjOpAwA&story_permalink_token=S\u00253A_I633702264\u00253A10152641388177265&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_41"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_18&story_location=feed&hideable_token=MzQwMjA2NTMwNzAxszQyNTeqc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszMzY2NzAyMjOpAwA&story_permalink_token=S\u00253A_I633702264\u00253A10152641388177265&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_42"},"label":"Hide all from Bharath","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_18&story_location=feed&hideable_token=MzQwMjA2NTMwNzAxszQyNTeqc80rCU_MyQnILy5xLkpNLMnMzwsuyS-qrKszMzY2NzAyMjOpAwA&story_permalink_token=S\u00253A_I633702264\u00253A10152641388177265&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_43"},"label":"Unfollow Naveen","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=633702264&and=1663627786","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_44"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560704692572&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=10203560704692572&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_45"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_46"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=10203560704692572&follow=0"},{"ajaxify":"\/ajax\/entstream\/embed?no_preview=0&source=1&token=S\u00253A_I633702264\u00253A10152641388177265&url=\u00252Fsainaveen721\u00252Fposts\u00252F10203560704692572","rel":"dialog","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_47"},"label":"Embed Post","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_48"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1q","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_4a",["PopoverMenu","m_ps_0_0_4b","m_ps_0_0_49","m_ps_0_0_40"],[{"__m":"m_ps_0_0_4b"},{"__m":"m_ps_0_0_49"},{"__m":"m_ps_0_0_40"},[]],1],["m_ps_0_0_4b",["Popover","m_ps_0_0_4c","m_ps_0_0_49","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_4c"},{"__m":"m_ps_0_0_49"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_4d",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_4e"],[{"__m":"m_ps_0_0_4e"},"u_ps_0_0_19","S:_I1552372869:10202398897484409",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4445359627443&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4445359627443&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzExMTU2tTQzMjcxMa5zzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM0NTUyNjeyMLOsAwA"],1],["m_ps_0_0_4e",["Menu","MenuItem","m_ps_0_0_4f","m_ps_0_0_4g","m_ps_0_0_4h","MenuSeparator","m_ps_0_0_4i","MenuTogglingItem","m_ps_0_0_4j","m_ps_0_0_4k","m_ps_0_0_4l","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_19&story_location=feed&hideable_token=MzExMTU2tTQzMjcxMa5zzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM0NTUyNjeyMLOsAwA&story_permalink_token=S\u00253A_I1552372869\u00253A10202398897484409&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4f"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_19&story_location=feed&hideable_token=MzExMTU2tTQzMjcxMa5zzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM0NTUyNjeyMLOsAwA&story_permalink_token=S\u00253A_I1552372869\u00253A10202398897484409&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4g"},"label":"Hide all from Umang","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_19&story_location=feed&hideable_token=MzExMTU2tTQzMjcxMa5zzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM0NTUyNjeyMLOsAwA&story_permalink_token=S\u00253A_I1552372869\u00253A10202398897484409&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4h"},"label":"Unfollow Manisha","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=1552372869&and=1692984794","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4i"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=4445359627443&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=4445359627443&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_4j"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_4k"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=4445359627443&follow=0"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4l"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1s","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_4n",["PopoverMenu","m_ps_0_0_4o","m_ps_0_0_4m","m_ps_0_0_4e"],[{"__m":"m_ps_0_0_4o"},{"__m":"m_ps_0_0_4m"},{"__m":"m_ps_0_0_4e"},[]],1],["m_ps_0_0_4o",["Popover","m_ps_0_0_4p","m_ps_0_0_4m","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_4p"},{"__m":"m_ps_0_0_4m"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_4q",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_4r"],[{"__m":"m_ps_0_0_4r"},"u_ps_0_0_1a","S:_I537061404:10152525763211405",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4444260719971&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4444260719971&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzExMTEyMzA3tLQ0N6xzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1NjcwMzQxMKkDAA"],1],["m_ps_0_0_4r",["Menu","MenuItem","m_ps_0_0_4s","m_ps_0_0_4t","m_ps_0_0_4u","MenuSeparator","m_ps_0_0_4v","MenuTogglingItem","m_ps_0_0_4w","m_ps_0_0_4x","m_ps_0_0_4y","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1a&story_location=feed&hideable_token=MzExMTEyMzA3tLQ0N6xzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1NjcwMzQxMKkDAA&story_permalink_token=S\u00253A_I537061404\u00253A10152525763211405&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4s"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1a&story_location=feed&hideable_token=MzExMTEyMzA3tLQ0N6xzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1NjcwMzQxMKkDAA&story_permalink_token=S\u00253A_I537061404\u00253A10152525763211405&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4t"},"label":"Unfollow Abhishek","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1a&story_location=feed&hideable_token=MzExMTEyMzA3tLQ0N6xzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1NjcwMzQxMKkDAA&story_permalink_token=S\u00253A_I537061404\u00253A10152525763211405&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4u"},"label":"Unfollow Manisha","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=537061404&and=1692984794","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4v"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=4444260719971&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=4444260719971&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_4w"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_4x"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=4444260719971&follow=0"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_4y"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1u","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_50",["PopoverMenu","m_ps_0_0_51","m_ps_0_0_4z","m_ps_0_0_4r"],[{"__m":"m_ps_0_0_51"},{"__m":"m_ps_0_0_4z"},{"__m":"m_ps_0_0_4r"},[]],1],["m_ps_0_0_51",["Popover","m_ps_0_0_52","m_ps_0_0_4z","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_52"},{"__m":"m_ps_0_0_4z"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_53",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_54"],[{"__m":"m_ps_0_0_54"},"u_ps_0_0_1b","S:_I100000590753545:875284419167908",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4443962032504&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4443962032504&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzExMbY0MzIwNjI1MKlzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM0AAFTSwNzU2NTE9M6AA"],1],["m_ps_0_0_54",["Menu","MenuItem","m_ps_0_0_55","MenuSeparator","m_ps_0_0_56","m_ps_0_0_57","MenuTogglingItem","m_ps_0_0_58","m_ps_0_0_59","m_ps_0_0_5a","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/timeline\/delete\/confirm?identifier=S\u00253A_I100000590753545\u00253A875284419167908&location=9&story_dom_id=u_ps_0_0_i&render_location=1","rel":"async-post","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_55"},"label":"Delete","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"ajaxify":"\/ajax\/feed\/edit_post.php?display_context=home&post_fbid=875284419167908&parent_story_dom_id=u_ps_0_0_i&story_dom_id=u_ps_0_0_x&target_id=100000590753545&is_permalink=0&is_substory=1&entstory_id=S\u00253A_I100000590753545\u00253A875284419167908&entstory_context=\u00257B\u002522fbfeed_context\u002522\u00253Atrue\u00252C\u002522location_type\u002522\u00253A1\u00252C\u002522outer_object_element_id\u002522\u00253A\u002522u_ps_0_0_i\u002522\u00252C\u002522object_element_id\u002522\u00253A\u002522u_ps_0_0_x\u002522\u00252C\u002522is_ad_preview\u002522\u00253Afalse\u00252C\u002522is_inner_story\u002522\u00253Afalse\u00252C\u002522substory\u002522\u00253Atrue\u00252C\u002522card_depth\u002522\u00253A1\u00252C\u002522is_vintage_story\u002522\u00253Afalse\u00257D","rel":"async-post","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_56"},"label":"Edit Post","title":"","className":null},{"href":"\/profile.php?id=100000590753545&and=1692984794","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_57"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=4443962032504&follow=0","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=4443962032504&follow=1","togglecontent":{"__html":"Get Notifications"},"togglevalue":"unfollow_post","value":"follow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_58"},"label":"Stop Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_59"},"toggleValue":"unfollow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=4443962032504&follow=1"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_5a"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1w","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_5c",["PopoverMenu","m_ps_0_0_5d","m_ps_0_0_5b","m_ps_0_0_54"],[{"__m":"m_ps_0_0_5d"},{"__m":"m_ps_0_0_5b"},{"__m":"m_ps_0_0_54"},[]],1],["m_ps_0_0_5d",["Popover","m_ps_0_0_5e","m_ps_0_0_5b","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_5e"},{"__m":"m_ps_0_0_5b"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_5f",["EntstreamHomeFeedObjectOptionsMenu","m_ps_0_0_5g"],[{"__m":"m_ps_0_0_5g"},"u_ps_0_0_1c","S:_I537165995:10152632403365996",{"follow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will no longer get notifications for this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4444972937776&amp;follow=1\" href=\"#\" rel=\"async-post\" role=\"button\">Get Notifications\u003C\/a>\u003C\/div>\u003C\/div>"},"unfollow_post":{"__html":"\u003Cdiv class=\"_1f86 _5wvy\">\u003Cdiv class=\"_5ww7 _5w_i _5ww9\">\u003Cdiv class=\"clearfix\">\u003Cbutton value=\"1\" class=\"_42ft _5upp _50zy _5xsl rfloat _ohf _50-0 _50z-\" title=\"Close\" type=\"submit\">Close\u003C\/button>\u003Cdiv>You will get a notification whenever someone comments on this story.\u003C\/div>\u003C\/div>\u003Ca class=\"_1f89\" ajaxify=\"\/ajax\/litestand\/follow_post?message_id=4444972937776&amp;follow=0\" href=\"#\" rel=\"async-post\" role=\"button\">Stop Notifications\u003C\/a>\u003C\/div>\u003C\/div>"}},"MzExMbE0N7I0Njc3N6tzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1Njc0M7W0NK0DAA"],1],["m_ps_0_0_5g",["Menu","MenuItem","m_ps_0_0_5h","m_ps_0_0_5i","m_ps_0_0_5j","MenuSeparator","m_ps_0_0_5k","MenuTogglingItem","m_ps_0_0_5l","m_ps_0_0_5m","m_ps_0_0_5n","XUIMenuTheme"],[[{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1c&story_location=feed&hideable_token=MzExMbE0N7I0Njc3N6tzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1Njc0M7W0NK0DAA&story_permalink_token=S\u00253A_I537165995\u00253A10152632403365996&initial_action_name=HIDE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_5h"},"label":"I don't want to see this","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1c&story_location=feed&hideable_token=MzExMbE0N7I0Njc3N6tzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1Njc0M7W0NK0DAA&story_permalink_token=S\u00253A_I537165995\u00253A10152632403365996&initial_action_name=UNSUBSCRIBE","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_5i"},"label":"Unfollow Himangshu","title":"","className":null},{"ajaxify":"\/ajax\/feed\/filter_action\/dialog_direct_action?options_button_id=u_ps_0_0_1c&story_location=feed&hideable_token=MzExMbE0N7I0Njc3N6tzzSsJT8zJCcgvLnEuSk0syczPCy7JL6qsqzM1Njc0M7W0NK0DAA&story_permalink_token=S\u00253A_I537165995\u00253A10152632403365996&initial_action_name=UNSUBSCRIBE_DIRECTED_TARGET","href":"#","rel":"async-post","value":"afro_direct_action","data-optimistic-hide":"Totally!","data-action-in-progress-string":"Hiding post...","data-ft":"{\"tn\":\"W\"}","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_5j"},"label":"Unfollow Manisha","title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"href":"\/profile.php?id=537165995&and=1692984794","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_5k"},"label":"See Friendship","title":"","className":null},{"href":"#","rel":"async-post","ajaxify":"\/ajax\/litestand\/follow_post?message_id=4444972937776&follow=1","toggleajaxify":"\/ajax\/litestand\/follow_post?message_id=4444972937776&follow=0","togglecontent":{"__html":"Stop Notifications"},"togglevalue":"follow_post","value":"unfollow_post","ctor":{"__m":"MenuTogglingItem"},"markup":{"__m":"m_ps_0_0_5l"},"label":"Get Notifications","title":"","className":null,"toggleMarkup":{"__m":"m_ps_0_0_5m"},"toggleValue":"follow_post","toggleAjaxify":"\/ajax\/litestand\/follow_post?message_id=4444972937776&follow=0"},{"ctor":{"__m":"MenuSeparator"},"className":null},{"rel":"dialog","href":"\/survey\/stars_dialog?entrance=home_context","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_ps_0_0_5n"},"label":"Take a survey to make News Feed better","title":"","className":null}],{"id":"u_ps_0_0_1y","className":"_5pbk _5puc","theme":{"__m":"XUIMenuTheme"}}],5],["m_ps_0_0_5p",["PopoverMenu","m_ps_0_0_5q","m_ps_0_0_5o","m_ps_0_0_5g"],[{"__m":"m_ps_0_0_5q"},{"__m":"m_ps_0_0_5o"},{"__m":"m_ps_0_0_5g"},[]],1],["m_ps_0_0_5q",["Popover","m_ps_0_0_5r","m_ps_0_0_5o","ContextualLayerAutoFlip"],[{"__m":"m_ps_0_0_5r"},{"__m":"m_ps_0_0_5o"},[{"__m":"ContextualLayerAutoFlip"}],{"alignh":"right"}],3],["m_ps_0_0_5t",["UFIController","m_ps_0_0_5s","m_ps_0_0_5u"],[{"__m":"m_ps_0_0_5s"},{"canaddrecommendation":false,"ftentidentifier":"10152278366177705","instanceid":"u_ps_0_0_20","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10152278366177705","entidentifier":"10152278366177705","permalink":"\/sanibh\/posts\/10152278366177705","commentcount":0,"likecount":4,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{"text":"4 people like this.","ranges":[],"aggregatedranges":[{"offset":0,"length":8,"count":4}]},"alternate":{"text":"You and 4 others like this.","ranges":[],"aggregatedranges":[{"offset":8,"length":8,"count":4}]}},"sharecount":0,"ownerid":"500682704","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_5u"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"500682704","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"10152278366177705":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_64",["UFIController","m_ps_0_0_63","m_ps_0_0_65"],[{"__m":"m_ps_0_0_63"},{"canaddrecommendation":false,"ftentidentifier":"10203560581729498","instanceid":"u_ps_0_0_2a","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10203560581729498","entidentifier":"10203560581729498","permalink":"\/sainaveen721\/posts\/10203560581729498","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1663627786","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_65"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"100000189921464","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"10203560581729498":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_67",["UFIController","m_ps_0_0_66","m_ps_0_0_68"],[{"__m":"m_ps_0_0_66"},{"canaddrecommendation":false,"ftentidentifier":"10203560562249011","instanceid":"u_ps_0_0_2c","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10203560562249011","entidentifier":"10203560562249011","permalink":"\/sainaveen721\/posts\/10203560562249011","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1663627786","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_68"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"1806904242","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"10203560562249011":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6a",["UFIController","m_ps_0_0_69","m_ps_0_0_6b"],[{"__m":"m_ps_0_0_69"},{"canaddrecommendation":false,"ftentidentifier":"10203560535808350","instanceid":"u_ps_0_0_2e","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10203560535808350","entidentifier":"10203560535808350","permalink":"\/sainaveen721\/posts\/10203560535808350","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1663627786","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6b"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"754438500","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"10203560535808350":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6d",["UFIController","m_ps_0_0_6c","m_ps_0_0_6e"],[{"__m":"m_ps_0_0_6c"},{"canaddrecommendation":false,"ftentidentifier":"10203560704692572","instanceid":"u_ps_0_0_2g","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10203560704692572","entidentifier":"10203560704692572","permalink":"\/sainaveen721\/posts\/10203560704692572","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1663627786","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6e"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"633702264","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"10203560704692572":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6g",["UFIController","m_ps_0_0_6f","m_ps_0_0_6h"],[{"__m":"m_ps_0_0_6f"},{"canaddrecommendation":false,"ftentidentifier":"4445359627443","instanceid":"u_ps_0_0_2i","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"4445359627443","entidentifier":"4445359627443","permalink":"\/manisha.priyadarshini\/posts\/4445359627443","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1692984794","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6h"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"1552372869","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"4445359627443":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6j",["UFIController","m_ps_0_0_6i","m_ps_0_0_6k"],[{"__m":"m_ps_0_0_6i"},{"canaddrecommendation":false,"ftentidentifier":"4444260719971","instanceid":"u_ps_0_0_2k","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"4444260719971","entidentifier":"4444260719971","permalink":"\/manisha.priyadarshini\/posts\/4444260719971","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1692984794","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6k"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"537061404","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"4444260719971":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6m",["UFIController","m_ps_0_0_6l","m_ps_0_0_6n"],[{"__m":"m_ps_0_0_6l"},{"canaddrecommendation":false,"ftentidentifier":"4443962032504","instanceid":"u_ps_0_0_2m","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"4443962032504","entidentifier":"4443962032504","permalink":"\/manisha.priyadarshini\/posts\/4443962032504","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1692984794","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6n"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"100000590753545","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"4443962032504":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6p",["UFIController","m_ps_0_0_6o","m_ps_0_0_6q"],[{"__m":"m_ps_0_0_6o"},{"canaddrecommendation":false,"ftentidentifier":"4444972937776","instanceid":"u_ps_0_0_2o","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"4444972937776","entidentifier":"4444972937776","permalink":"\/manisha.priyadarshini\/posts\/4444972937776","commentcount":0,"likecount":0,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{},"alternate":{"text":"You like this.","ranges":[],"aggregatedranges":[]}},"sharecount":0,"ownerid":"1692984794","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6q"},"isranked":false,"isthreaded":false,"isownerpage":false,"isownerauthoritativepage":false,"isshare":false,"isqanda":false,"infinitescroll":false,"actorid":"537165995","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":false,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"chronological"}],"comments":[],"profiles":[],"actions":[],"commentlists":{"comments":{"4444972937776":{"chronological":{"range":{"offset":0,"length":0},"values":[],"count":0}}},"replies":null},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_6t",["UFIController","m_ps_0_0_6s","m_ps_0_0_6u"],[{"__m":"m_ps_0_0_6s"},{"canaddrecommendation":false,"ftentidentifier":"10152508080509559","instanceid":"u_ps_0_0_2r","source":1,"showaddcomment":true,"collapseaddcomment":false,"markedcomments":[],"scrollcomments":false,"scrollwidth":null,"showshares":true,"shownub":false,"numberdelimiter":",","showtyping":0,"logtyping":0,"entstream":false,"feedcarded":true,"shortenTimestamp":true,"search":false,"viewoptionstypeobjects":null,"viewoptionstypeobjectsorder":null,"giftoccasion":null,"sht":true,"showverified":false,"blingtogglescomments":true,"notifyonload":false,"flyoutid":null,"reshareedu":true,"addcommentautoflip":true,"useWhitespacesRender":false},{"feedbacktargets":[{"targetfbid":"10152508080509559","entidentifier":"10152508080509559","permalink":"\/losangelesfilmschool\/posts\/10152508080509559","commentcount":73,"likecount":1503,"viewercanlike":true,"hasviewerliked":false,"cancomment":true,"showremovemenu":false,"actorforpost":"100000590753545","viewerid":"100000590753545","likesentences":{"current":{"text":"1,503 people like this.","ranges":[],"aggregatedranges":[{"offset":0,"length":12,"count":1503}]},"alternate":{"text":"You and 1,503 others like this.","ranges":[],"aggregatedranges":[{"offset":8,"length":12,"count":1503}]}},"sharecount":161,"ownerid":"30569909558","lastseentime":null,"canremoveall":false,"seencount":0,"seenbyall":false,"hasunseencollapsed":false,"mentionsdatasource":{"__m":"m_ps_0_0_6u"},"isranked":true,"isthreaded":true,"isownerpage":true,"isownerauthoritativepage":false,"isshare":true,"isqanda":false,"infinitescroll":false,"actorid":"30569909558","grouporeventid":null,"allowphotoattachments":true,"allowstickerattachments":false,"replysocialsentencemaxreplies":10,"showfeaturedreplies":true,"viewercansubscribetopost":false,"hasviewersubscribed":false,"defaultcommentorderingmode":"ranked_threaded","orderingmodes":[{"value":"ranked_threaded","selected":true,"name":"Top Comments"},{"value":"recent_activity","selected":false,"name":"Recent Activity"}]}],"comments":[{"id":"10152508080509559_10152588558019559","fbid":"10152588558019559","legacyid":"10152588558019559","body":{"text":"Thanks for making the cover person a woman, it really does help for (hopefully) future women in the industry like me! :)","ranges":[],"aggregatedranges":[],"hasTranslatableContent":true},"author":"1683264447","ftentidentifier":"10152508080509559","isfeatured":false,"likecount":8,"hasviewerliked":false,"hasviewerrecommended":false,"hasrecommendation":false,"canremove":false,"canreport":true,"canedit":false,"source":1,"viewercanlike":true,"cancomment":true,"istranslatable":false,"timestamp":{"time":1405217000,"text":"July 13 at 7:33am","verbose":"Sunday, July 13, 2014 at 7:33am"},"spamreplycount":0,"replyauthors":[]},{"id":"10152508080509559_10152590983929559","fbid":"10152590983929559","legacyid":"10152590983929559","body":{"text":"My son really wants to do this. Can it be done in Ireland","ranges":[],"aggregatedranges":[],"hasTranslatableContent":true},"author":"100000321015843","ftentidentifier":"10152508080509559","isfeatured":false,"likecount":2,"hasviewerliked":false,"hasviewerrecommended":false,"hasrecommendation":false,"canremove":false,"canreport":true,"canedit":false,"source":null,"viewercanlike":true,"cancomment":true,"istranslatable":false,"timestamp":{"time":1405298532,"text":"July 14 at 6:12am","verbose":"Monday, July 14, 2014 at 6:12am"},"spamreplycount":0,"replyauthors":[30569909558],"recentreplytimestamp":{"time":1405676721,"text":"July 18 at 3:15pm","verbose":"Friday, July 18, 2014 at 3:15pm"}}],"profiles":[{"id":"1683264447","name":"Sammi Scotto","firstName":"Sammi","vanity":"sammi.scotto","thumbSrc":"https:\/\/fbcdn-profile-a.akamaihd.net\/hprofile-ak-xpf1\/t1.0-1\/c21.0.32.32\/p32x32\/10463984_10201622478918793_164478866950406111_n.jpg","uri":"https:\/\/www.facebook.com\/sammi.scotto?fref=ufi","gender":1,"type":"user","is_friend":false},{"id":"100000321015843","name":"Susan Power Lundy","firstName":"Susan","vanity":"susan.p.lundy","thumbSrc":"https:\/\/scontent-b-sin.xx.fbcdn.net\/hprofile-xfp1\/l\/t1.0-1\/c0.0.32.32\/p32x32\/1618699_697688460251848_698905785_n.jpg","uri":"https:\/\/www.facebook.com\/susan.p.lundy?fref=ufi","gender":1,"type":"user","is_friend":false},{"id":"30569909558","name":"The Los Angeles Film School","firstName":"The Los Angeles Film School","vanity":"losangelesfilmschool","thumbSrc":"https:\/\/fbcdn-profile-a.akamaihd.net\/hprofile-ak-xap1\/t1.0-1\/p24x24\/1377069_10151950738104559_1345609235_n.jpg","uri":"https:\/\/www.facebook.com\/losangelesfilmschool","type":"page","is_friend":false}],"actions":[],"commentlists":{"comments":{"10152508080509559":{"ranked_threaded":{"range":{"offset":71,"length":2},"values":["10152508080509559_10152588558019559","10152508080509559_10152590983929559"],"count":73}}},"replies":{"10152508080509559_10152588558019559":{"range":{"offset":0,"length":0},"values":[],"count":0,"ftentidentifier":"10152508080509559"},"10152508080509559_10152590983929559":{"range":{"offset":2,"length":0},"values":[],"count":2,"ftentidentifier":"10152508080509559"}}},"featuredcommentlists":{"comments":null,"replies":null},"servertime":1406489189}],1],["m_ps_0_0_1n",["HoverButton","m_ps_0_0_6v","m_ps_0_0_6x","m_ps_0_0_6w"],[{"__m":"m_ps_0_0_6v"},{"__m":"m_ps_0_0_6x"},{"__m":"m_ps_0_0_6w"},"\/ajax\/lists\/interests_menu.php?profile_id=30569909558&list_location=like_button&use_feedtracking=1"],3],["m_ps_0_0_6y",["ContextualDialog","ContextualDialogArrow","ContextualDialogDefaultTheme","LayerFadeOnShow","LayerHideOnEscape","DialogHideOnSuccess","LayerHideOnTransition","LayerRemoveOnHide","LayerAutoFocus","ContextualLayerAutoFlip","LayerTabIsolation","m_ps_0_0_6z"],[{"width":null,"context":null,"contextID":null,"contextSelector":null,"position":"below","alignment":"left","offsetX":0,"offsetY":0,"arrowBehavior":{"__m":"ContextualDialogArrow"},"theme":{"__m":"ContextualDialogDefaultTheme"},"addedBehaviors":[{"__m":"LayerFadeOnShow"},{"__m":"LayerHideOnEscape"},{"__m":"DialogHideOnSuccess"},{"__m":"LayerHideOnTransition"},{"__m":"LayerRemoveOnHide"},{"__m":"LayerAutoFocus"},{"__m":"ContextualLayerAutoFlip"},{"__m":"LayerTabIsolation"}]},{"__m":"m_ps_0_0_6z"}],3],["m_ps_0_0_6x",["HoverFlyout","m_ps_0_0_6y","m_ps_0_0_70"],[{"__m":"m_ps_0_0_6y"},{"__m":"m_ps_0_0_70"},150,150],3],["m_ps_0_0_2p",["TypeaheadMetrics"],[{"extraData":{"event_name":"mentions","from_location":null}}],4],["m_ps_0_0_2r",["DataSource"],[{"maxResults":10,"queryData":{"viewer":100000590753545,"filter":["page","app","user"],"max_result":10,"context":"topics_limited_autosuggest","rsp":"mentions"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"viewer":100000590753545,"filter":["user","page","app","group","event"],"options":["friends_only","nm"],"token":"v7","context":"mentions","rsp":"mentions"},"bootstrapEndpoint":"\/ajax\/typeahead\/first_degree.php","enabledLocalCache":true,"enabledMergeUids":true,"token":"1406485711-7"}],2],["m_ps_0_0_5u",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10152278366177705"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_65",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10203560581729498"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_68",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10203560562249011"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6b",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10203560535808350"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6e",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10203560704692572"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6h",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":4445359627443},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6k",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":4444260719971},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6n",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":4443962032504},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6q",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":4444972937776},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2],["m_ps_0_0_6u",["MultiBootstrapDataSource"],[{"maxResults":5,"queryData":{"context":"topics_limited_autosuggest","viewer":100000590753545,"filter":["page","user"],"rsp":"mentions","post_fbid":"10152508080509559"},"queryEndpoint":"\/ajax\/typeahead\/search.php","bootstrapData":{"rsp":"mentions"},"enabledLocalCache":true,"enabledMergeUids":true,"bootstrapEndpoints":[{"endpoint":"\/ajax\/typeahead\/first_degree.php","data":{"context":"mentions","viewer":100000590753545,"token":"1406485711-7","filter":["page","group","app","event","user"],"options":["friends_only","nm"]}}]}],2]],"markup":[["m_ps_0_0_s",{"__html":"Shared with: Sanibh&#039;s friends"},2],["m_ps_0_0_v",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_w",{"__html":"Unfollow Sanibh"},2],["m_ps_0_0_x",{"__html":"Get Notifications"},2],["m_ps_0_0_y",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_z",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_16",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_17",{"__html":"Unfollow Chandrachuda"},2],["m_ps_0_0_18",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_1f",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_1o",{"__html":"\u003Cbutton value=\"1\" class=\"_42ft _4jy0 PageLikedButton _52nf PageLikeButton _4jy3 _517h\" data-profileid=\"30569909558\" type=\"submit\" data-ownerid=\"u_ps_0_0_13\" id=\"u_ps_0_0_33\">\u003Cimg class=\"_3-8_ img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yY\/r\/pd2jiu4T1Y2.png\" alt=\"\" width=\"12\" height=\"12\" \/>Liked\u003Ci class=\"_3-99 img sp_m5zUGIMREvf sx_d10d01\">\u003C\/i>\u003C\/button>"},4],["m_ps_0_0_1q",{"__html":"Shared with: Public"},2],["m_ps_0_0_1s",{"__html":"Shared with: Public"},2],["m_ps_0_0_1u",{"__html":"Shared with: Public"},2],["m_ps_0_0_1w",{"__html":"Shared with: Public"},2],["m_ps_0_0_1y",{"__html":"Shared with: Manisha&#039;s friends"},2],["m_ps_0_0_20",{"__html":"Shared with: Manisha&#039;s friends"},2],["m_ps_0_0_22",{"__html":"Shared with: Manisha&#039;s friends"},2],["m_ps_0_0_24",{"__html":"Shared with: Manisha&#039;s friends"},2],["m_ps_0_0_27",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_28",{"__html":"Hide all ads from The Los Angeles Film School"},2],["m_ps_0_0_29",{"__html":"Save &quot;The Los Angeles Film School&quot;"},2],["m_ps_0_0_2a",{"__html":"Unsave &quot;The Los Angeles Film School&quot;"},2],["m_ps_0_0_2b",{"__html":"Get Notifications"},2],["m_ps_0_0_2c",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_2d",{"__html":"Embed Post"},2],["m_ps_0_0_2e",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_2v",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_2w",{"__html":"Unfollow Chandrachuda"},2],["m_ps_0_0_2x",{"__html":"Unfollow Naveen"},2],["m_ps_0_0_2y",{"__html":"See Friendship"},2],["m_ps_0_0_2z",{"__html":"Get Notifications"},2],["m_ps_0_0_30",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_31",{"__html":"Embed Post"},2],["m_ps_0_0_32",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_39",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_3a",{"__html":"Unfollow Naman"},2],["m_ps_0_0_3b",{"__html":"Unfollow Naveen"},2],["m_ps_0_0_3c",{"__html":"See Friendship"},2],["m_ps_0_0_3d",{"__html":"Get Notifications"},2],["m_ps_0_0_3e",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_3f",{"__html":"Embed Post"},2],["m_ps_0_0_3g",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_3n",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_3o",{"__html":"Unfollow Aditya"},2],["m_ps_0_0_3p",{"__html":"Unfollow Naveen"},2],["m_ps_0_0_3q",{"__html":"See Friendship"},2],["m_ps_0_0_3r",{"__html":"Get Notifications"},2],["m_ps_0_0_3s",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_3t",{"__html":"Embed Post"},2],["m_ps_0_0_3u",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_41",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_42",{"__html":"Hide all from Bharath"},2],["m_ps_0_0_43",{"__html":"Unfollow Naveen"},2],["m_ps_0_0_44",{"__html":"See Friendship"},2],["m_ps_0_0_45",{"__html":"Get Notifications"},2],["m_ps_0_0_46",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_47",{"__html":"Embed Post"},2],["m_ps_0_0_48",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_4f",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_4g",{"__html":"Hide all from Umang"},2],["m_ps_0_0_4h",{"__html":"Unfollow Manisha"},2],["m_ps_0_0_4i",{"__html":"See Friendship"},2],["m_ps_0_0_4j",{"__html":"Get Notifications"},2],["m_ps_0_0_4k",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_4l",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_4s",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_4t",{"__html":"Unfollow Abhishek"},2],["m_ps_0_0_4u",{"__html":"Unfollow Manisha"},2],["m_ps_0_0_4v",{"__html":"See Friendship"},2],["m_ps_0_0_4w",{"__html":"Get Notifications"},2],["m_ps_0_0_4x",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_4y",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_55",{"__html":"Delete"},2],["m_ps_0_0_56",{"__html":"Edit Post"},2],["m_ps_0_0_57",{"__html":"See Friendship"},2],["m_ps_0_0_58",{"__html":"Stop Notifications"},2],["m_ps_0_0_59",{"__html":"\u003Cdiv>Get Notifications\u003C\/div>"},2],["m_ps_0_0_5a",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_5h",{"__html":"I don&#039;t want to see this"},2],["m_ps_0_0_5i",{"__html":"Unfollow Himangshu"},2],["m_ps_0_0_5j",{"__html":"Unfollow Manisha"},2],["m_ps_0_0_5k",{"__html":"See Friendship"},2],["m_ps_0_0_5l",{"__html":"Get Notifications"},2],["m_ps_0_0_5m",{"__html":"\u003Cdiv>Stop Notifications\u003C\/div>"},2],["m_ps_0_0_5n",{"__html":"Take a survey to make News Feed better"},2],["m_ps_0_0_6z",{"__html":"\u003Cdiv>\u003Cdiv>\u003Cdiv>\u003Cdiv id=\"u_ps_0_0_34\">\u003Cimg class=\"mal pal _52ng center img\" src=\"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yk\/r\/LOOn0JtHNzb.gif\" alt=\"\" width=\"16\" height=\"16\" \/>\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},3]],"elements":[["m_ps_0_0_13","u_ps_0_0_e",2],["m_ps_0_0_10","u_ps_0_0_m",4],["m_ps_0_0_1c","u_ps_0_0_r",2],["m_ps_0_0_19","u_ps_0_0_t",4],["m_ps_0_0_1j","u_ps_0_0_z",2],["m_ps_0_0_1g","u_ps_0_0_11",4],["m_ps_0_0_1l","u_ps_0_0_14",4],["m_ps_0_0_2i","u_ps_0_0_c",2],["m_ps_0_0_2f","u_ps_0_0_1e",4],["m_ps_0_0_2j","u_ps_0_0_1f",2],["m_ps_0_0_2l","u_ps_0_0_1g",2],["m_ps_0_0_2q","u_ps_0_0_1h",2],["m_ps_0_0_2m","u_ps_0_0_1i",6],["m_ps_0_0_36","u_ps_0_0_15",2],["m_ps_0_0_33","u_ps_0_0_1l",4],["m_ps_0_0_3k","u_ps_0_0_16",2],["m_ps_0_0_3h","u_ps_0_0_1n",4],["m_ps_0_0_3y","u_ps_0_0_17",2],["m_ps_0_0_3v","u_ps_0_0_1p",4],["m_ps_0_0_4c","u_ps_0_0_18",2],["m_ps_0_0_49","u_ps_0_0_1r",4],["m_ps_0_0_4p","u_ps_0_0_19",2],["m_ps_0_0_4m","u_ps_0_0_1t",4],["m_ps_0_0_52","u_ps_0_0_1a",2],["m_ps_0_0_4z","u_ps_0_0_1v",4],["m_ps_0_0_5e","u_ps_0_0_1b",2],["m_ps_0_0_5b","u_ps_0_0_1x",4],["m_ps_0_0_5r","u_ps_0_0_1c",2],["m_ps_0_0_5o","u_ps_0_0_1z",4],["m_ps_0_0_5s","u_ps_0_0_21",2],["m_ps_0_0_63","u_ps_0_0_2b",2],["m_ps_0_0_66","u_ps_0_0_2d",2],["m_ps_0_0_69","u_ps_0_0_2f",2],["m_ps_0_0_6c","u_ps_0_0_2h",2],["m_ps_0_0_6f","u_ps_0_0_2j",2],["m_ps_0_0_6i","u_ps_0_0_2l",2],["m_ps_0_0_6l","u_ps_0_0_2n",2],["m_ps_0_0_6o","u_ps_0_0_2p",2],["m_ps_0_0_6s","u_ps_0_0_2s",2],["m_ps_0_0_1k","u_ps_0_0_2t",2],["m_ps_0_0_6r","u_ps_0_0_2q",2],["m_ps_0_0_r","u_ps_0_0_2u",2],["m_ps_0_0_2s","u_ps_0_0_1j",2],["m_ps_0_0_2k","u_ps_0_0_1f",2],["m_ps_0_0_1p","u_ps_0_0_2v",2],["m_ps_0_0_5v","u_ps_0_0_22",2],["m_ps_0_0_1r","u_ps_0_0_2w",2],["m_ps_0_0_5w","u_ps_0_0_23",2],["m_ps_0_0_1t","u_ps_0_0_2x",2],["m_ps_0_0_5x","u_ps_0_0_24",2],["m_ps_0_0_1v","u_ps_0_0_2y",2],["m_ps_0_0_5y","u_ps_0_0_25",2],["m_ps_0_0_1x","u_ps_0_0_2z",2],["m_ps_0_0_5z","u_ps_0_0_26",2],["m_ps_0_0_1z","u_ps_0_0_30",2],["m_ps_0_0_60","u_ps_0_0_27",2],["m_ps_0_0_21","u_ps_0_0_31",2],["m_ps_0_0_61","u_ps_0_0_28",2],["m_ps_0_0_23","u_ps_0_0_32",2],["m_ps_0_0_62","u_ps_0_0_29",2],["m_ps_0_0_6v","u_ps_0_0_33",2,"m_ps_0_0_1o"],["m_ps_0_0_70","u_ps_0_0_33",2,"m_ps_0_0_1o"],["m_ps_0_0_6w","u_ps_0_0_34",2,"m_ps_0_0_6z"]],"define":[["ViewableImpressionConfig",[],{"selector":"[data-xt-vimp]","bypass_banzai_check":true,"handleAllHiddenEvents":true,"handleAllVisibleEvents":true,"minOffsetVisibleFromTop":0,"minOffsetVisibleFromBottom":0,"timeout":250,"skipVisibilityHiddenEvents":true,"cacheTrackedElements":true,"doHeatmapLogging":false,"heatmapLoggingDurationMS":null,"impressionURL":"\/xti.php","nonviewableEnabled":false,"minOffsetVisibleFromLeft":0,"minOffsetVisibleFromRight":0},437],["MarauderConfig",[],{"app_version":1344176,"gk_enabled":false},31]],"require":[["StoryPositionTracking","registerNewStories",[],["substream_1"]],["LitestandStreamLoader","moreStoriesInserted",[],["substream_1"]],["FeedAdsClickLogger","init",[],[{"append_tracking_data_to_links":1}]],["ViewableImpressionTracking","init",[],[]],["EntstreamAttachmentRelatedShare","loadInlineStoryPivotAttachment",[],["u_ps_0_0_f","S:_I500682704:10152278366177705"]],["EntstreamAttachmentRelatedShare","loadInlineStoryPivotAttachment",[],["u_ps_0_0_g","S:_I500682704:10152278366177705"]],["Tooltip","set",["m_ps_0_0_r","m_ps_0_0_s"],[{"__m":"m_ps_0_0_r"},{"__m":"m_ps_0_0_s"}]],["SaveStateHandler","unsaved",[],[["1398445830430561"]]],["m_ps_0_0_t"],["m_ps_0_0_u"],["m_ps_0_0_11"],["m_ps_0_0_12"],["m_ps_0_0_14"],["m_ps_0_0_15"],["m_ps_0_0_1a"],["m_ps_0_0_1b"],["m_ps_0_0_1d"],["m_ps_0_0_1e"],["m_ps_0_0_1h"],["m_ps_0_0_1i"],["LitestandShareAttachment","init",["m_ps_0_0_1k"],[{"__m":"m_ps_0_0_1k"}]],["PageLikeButton","init",["m_ps_0_0_1m","m_ps_0_0_1l","m_ps_0_0_1n"],[{"__m":"m_ps_0_0_1m"},{"__m":"m_ps_0_0_1l"},{"__m":"m_ps_0_0_1n"},30569909558,"fan_context_story",null,null,null,0,false,null]],["m_ps_0_0_1m"],["Tooltip","set",["m_ps_0_0_1p","m_ps_0_0_1q"],[{"__m":"m_ps_0_0_1p"},{"__m":"m_ps_0_0_1q"}]],["Tooltip","set",["m_ps_0_0_1r","m_ps_0_0_1s"],[{"__m":"m_ps_0_0_1r"},{"__m":"m_ps_0_0_1s"}]],["Tooltip","set",["m_ps_0_0_1t","m_ps_0_0_1u"],[{"__m":"m_ps_0_0_1t"},{"__m":"m_ps_0_0_1u"}]],["Tooltip","set",["m_ps_0_0_1v","m_ps_0_0_1w"],[{"__m":"m_ps_0_0_1v"},{"__m":"m_ps_0_0_1w"}]],["Tooltip","set",["m_ps_0_0_1x","m_ps_0_0_1y"],[{"__m":"m_ps_0_0_1x"},{"__m":"m_ps_0_0_1y"}]],["Tooltip","set",["m_ps_0_0_1z","m_ps_0_0_20"],[{"__m":"m_ps_0_0_1z"},{"__m":"m_ps_0_0_20"}]],["Tooltip","set",["m_ps_0_0_21","m_ps_0_0_22"],[{"__m":"m_ps_0_0_21"},{"__m":"m_ps_0_0_22"}]],["Tooltip","set",["m_ps_0_0_23","m_ps_0_0_24"],[{"__m":"m_ps_0_0_23"},{"__m":"m_ps_0_0_24"}]],["m_ps_0_0_25"],["m_ps_0_0_26"],["m_ps_0_0_2g"],["m_ps_0_0_2h"],["BirthdayReminder","registerWallpostHandler",["m_ps_0_0_2j"],[{"__m":"m_ps_0_0_2j"},"birthday",true]],["m_ps_0_0_2n"],["m_ps_0_0_2o"],["Typeahead","init",["m_ps_0_0_2m","m_ps_0_0_2o","m_ps_0_0_2p"],[{"__m":"m_ps_0_0_2m"},{"__m":"m_ps_0_0_2o"},["buildBestAvailableNames"],{"__m":"m_ps_0_0_2p"}]],["SubmitOnEnterListener"],["FlipDirectionOnKeypress"],["PlaceholderListener"],["PlaceholderOnsubmitFormListener"],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_1j","10152278366177705"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_1j",{"targetID":"10152278366177705"},"02242802"]],["m_ps_0_0_2t"],["m_ps_0_0_2u"],["m_ps_0_0_34"],["m_ps_0_0_35"],["m_ps_0_0_37"],["m_ps_0_0_38"],["m_ps_0_0_3i"],["m_ps_0_0_3j"],["m_ps_0_0_3l"],["m_ps_0_0_3m"],["m_ps_0_0_3w"],["m_ps_0_0_3x"],["m_ps_0_0_3z"],["m_ps_0_0_40"],["m_ps_0_0_4a"],["m_ps_0_0_4b"],["m_ps_0_0_4d"],["m_ps_0_0_4e"],["m_ps_0_0_4n"],["m_ps_0_0_4o"],["m_ps_0_0_4q"],["m_ps_0_0_4r"],["m_ps_0_0_50"],["m_ps_0_0_51"],["m_ps_0_0_53"],["m_ps_0_0_54"],["m_ps_0_0_5c"],["m_ps_0_0_5d"],["m_ps_0_0_5f"],["m_ps_0_0_5g"],["m_ps_0_0_5p"],["m_ps_0_0_5q"],["m_ps_0_0_5t"],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_22","10203560581729498"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_22",{"targetID":"10203560581729498"},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_23","10203560562249011"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_23",{"targetID":"10203560562249011"},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_24","10203560535808350"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_24",{"targetID":"10203560535808350"},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_25","10203560704692572"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_25",{"targetID":"10203560704692572"},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_26",4445359627443]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_26",{"targetID":4445359627443},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_27",4444260719971]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_27",{"targetID":4444260719971},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_28",4443962032504]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_28",{"targetID":4443962032504},"02242802"]],["PostLoadJS","loadAndCall",[],["Live","startup",[false]]],["CensorLogger","registerForm",[],["u_ps_0_0_29",4444972937776]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_29",{"targetID":4444972937776},"02242802"]],["m_ps_0_0_64"],["m_ps_0_0_67"],["m_ps_0_0_6a"],["m_ps_0_0_6d"],["m_ps_0_0_6g"],["m_ps_0_0_6j"],["m_ps_0_0_6m"],["m_ps_0_0_6p"],["CensorLogger","registerForm",[],["u_ps_0_0_2q","10152508080509559"]],["CLoggerX","trackFeedbackForm",[],["u_ps_0_0_2q",{"targetID":"10152508080509559"},"02242802"]],["UFIOrderingModeSelector.react"],["m_ps_0_0_6t"],["m_ps_0_0_1n"],["m_ps_0_0_6y"],["m_ps_0_0_6x"]]},"css":["bFa3M","qfZQ2","W39r7","F3tfC","hY\/xw"],"resource_map":{"CffXe":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yk\/r\/apZveIG5EOp.js"},"bVMrR":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yV\/r\/DMxPFaIKbZs.js"},"E0eWs":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yV\/r\/kF5sBvoCgxe.js"},"F3tfC":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yp\/r\/pB245Yjxhs6.css"},"hY\/xw":{"type":"css","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/ym\/r\/uClNkck-FMB.css"}},"js":["oA+g0","zFEBF","A3tsq","ZQfFN","fAL+r","X2CJw","AbNEf","WWhVy","yfRoF","CffXe","OpVsJ","bVMrR","E0eWs","\/weLr","T3PSi","Dkh4m","vxsWQ","ULybE"],"displayJS":["oA+g0","A3tsq","ZQfFN"],"id":"substream_1","phase":3})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_rhc_footer":{"container_id":"u_0_6i"}},"jsmods":{"instances":[["m_0_f3",["Menu","MenuItem","m_0_f4","m_0_f5","m_0_f6","m_0_f7","m_0_f8","m_0_f9","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"href":"https:\/\/www.facebook.com\/facebook","title":"","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_f4"},"label":"About","className":null},{"href":"https:\/\/www.facebook.com\/campaign\/landing.php?placement=pf_rhc_more&campaign_id=136808916455473&extra_1=auto","title":"","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_f5"},"label":"Advertising","className":null},{"href":"https:\/\/www.facebook.com\/careers\/?ref=pf","title":"","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_f6"},"label":"Careers","className":null},{"href":"https:\/\/www.facebook.com\/pages\/create\/?ref_type=site_footer","title":"","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_f7"},"label":"Create Page","className":null},{"href":"https:\/\/developers.facebook.com\/?ref=pf","title":"","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_f8"},"label":"Developers","className":null},{"href":"https:\/\/www.facebook.com\/help\/?ref=pf","title":"","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_f9"},"label":"Help","className":null}],{"id":"u_0_5u","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"theme":{"__m":"XUIMenuTheme"}}],3],["m_0_fb",["PopoverMenu","m_0_fc","m_0_fa","m_0_f3"],[{"__m":"m_0_fc"},{"__m":"m_0_fa"},{"__m":"m_0_f3"},[]],1],["m_0_fc",["Popover","m_0_fd","m_0_fa","ContextualLayerAutoFlip","ContextualLayerUpdateOnScroll"],[{"__m":"m_0_fd"},{"__m":"m_0_fa"},[{"__m":"ContextualLayerAutoFlip"},{"__m":"ContextualLayerUpdateOnScroll"}],{"alignh":"right"}],3]],"markup":[["m_0_f4",{"__html":"About"},2],["m_0_f5",{"__html":"Advertising"},2],["m_0_f6",{"__html":"Careers"},2],["m_0_f7",{"__html":"Create Page"},2],["m_0_f8",{"__html":"Developers"},2],["m_0_f9",{"__html":"Help"},2]],"elements":[["m_0_fd","rhc_footer_selector",2],["m_0_fa","u_0_5v",4]],"require":[["Arbiter","inform",[],["footerLoaded","","persistent"]],["m_0_f3"],["m_0_fb"],["m_0_fc"]]},"css":["zBuYA","W39r7","qfZQ2"],"js":["oA+g0","zFEBF","AbNEf","ZQfFN","T3PSi"],"displayJS":["oA+g0"],"id":"pagelet_rhc_footer","phase":4})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_dock":{"container_id":"u_0_6j"}},"jsmods":{"instances":[["m_0_fj",["BuddyListNub","m_0_fi","m_0_fk","m_0_fl"],[{"__m":"m_0_fi"},{"__m":"m_0_fk"},{"__m":"m_0_fl"}],1],["m_0_fm",["ChatSidebarDropdown","m_0_fn","m_0_fo"],[{"__m":"m_0_fn"},{"__m":"m_0_fo"},false,false,false,true],1],["m_0_fn",["PopoverMenu","m_0_fq","m_0_fp","m_0_fo"],[{"__m":"m_0_fq"},{"__m":"m_0_fp"},{"__m":"m_0_fo"},[]],3],["m_0_fq",["Popover","m_0_fr","m_0_fp","ContextualLayerAutoFlip","ContextualDialogArrow"],[{"__m":"m_0_fr"},{"__m":"m_0_fp"},[{"__m":"ContextualLayerAutoFlip"},{"__m":"ContextualDialogArrow"}],{"alignh":"right"}],3],["m_0_fk",["ChatOrderedList","m_0_fu","m_0_fs"],[false,{"__m":"m_0_fu"},{"__m":"m_0_fs"}],3],["m_0_fl",["Typeahead","m_0_fy","ChatTypeaheadView","ChatTypeaheadRenderer","m_0_fv","ChatTypeaheadCore","m_0_fw"],[{"__m":"m_0_fy"},{"node_id":"u_0_5z","node":null,"ctor":{"__m":"ChatTypeaheadView"},"options":{"autoSelect":true,"renderer":{"__m":"ChatTypeaheadRenderer"},"causalElement":{"__m":"m_0_fv"},"minWidth":0,"alignment":"left","showBadges":true}},{"ctor":{"__m":"ChatTypeaheadCore"},"options":{"keepFocused":false,"resetOnSelect":true,"setValueOnSelect":false}},{"__m":"m_0_fw"}],7],["m_0_fs",["LegacyContextualDialog","AccessibleLayer"],[{"buildWrapper":false,"causalElement":null,"addedBehaviors":[{"__m":"AccessibleLayer"}]}],5],["m_0_fo",["SelectableMenu","MenuSelectableItem","m_0_fz","MenuItem","m_0_g0","MenuSeparator","m_0_g1","m_0_g2","m_0_g3","m_0_g4","XUIMenuWithSquareCorner","XUIMenuTheme"],[[{"value":"sound","selected":false,"label":"Chat Sounds","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_fz"},"title":"","className":null},{"href":"\/ajax\/chat\/privacy\/settings_dialog.php","rel":"dialog","value":"advanced_settings","label":"Advanced Settings...","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_g0"},"title":"","className":null},{"ctor":{"__m":"MenuSeparator"},"className":null},{"value":"close_all_tabs","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_g1"},"label":"Close All Chat Tabs","title":"","className":null},{"class":"_2xvi","value":"sidebar","ctor":{"__m":"MenuItem"},"markup":{"__m":"m_0_g2"},"label":"Hide Sidebar","title":"","className":"_2xvi"},{"class":"_5vmf","value":"online","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_g3"},"label":"Turn On Chat","title":"","className":"_5vmf"},{"class":"_5vmg","value":"turn_off_dialog","href":"\/ajax\/chat\/privacy\/turn_off_dialog.php","rel":"dialog","ctor":{"__m":"MenuSelectableItem"},"markup":{"__m":"m_0_g4"},"label":"Turn Off Chat","title":"","className":"_5vmg"}],{"id":"u_0_60","behaviors":[{"__m":"XUIMenuWithSquareCorner"}],"className":"_57di","multiple":true,"theme":{"__m":"XUIMenuTheme"}}],5],["m_0_fy",["ChatTypeaheadDataSource"],[{"queryEndpoint":"\/ajax\/mercury\/composer_query.php","alwaysPrefixMatch":true,"enabledLocalCache":true,"enabledMergeUids":true}],2]],"markup":[["m_0_ft",{"__html":"\u003Cdiv class=\"uiContextualDialogPositioner\" id=\"u_0_68\" data-position=\"left\">\u003Cdiv class=\"uiOverlay uiContextualDialog\" data-width=\"300\" data-destroyonhide=\"false\" data-fadeonhide=\"false\">\u003Cdiv class=\"uiOverlayContent\">\u003Cdiv class=\"uiContextualDialogContent\">\u003C\/div>\u003C\/div>\u003C\/div>\u003C\/div>"},2],["m_0_fz",{"__html":"Chat Sounds"},2],["m_0_g0",{"__html":"Advanced Settings..."},2],["m_0_g1",{"__html":"Close All Chat Tabs"},2],["m_0_g2",{"__html":"Hide Sidebar"},2],["m_0_g3",{"__html":"Turn On Chat"},2],["m_0_g4",{"__html":"Turn Off Chat"},2]],"elements":[["m_0_fe","u_0_5w",2],["m_0_ff","u_0_5x",2],["m_0_fg","u_0_5y",2],["m_0_fi","fbDockChatBuddylistNub",2],["m_0_fr","u_0_61",2],["m_0_fp","u_0_62",4],["m_0_fu","u_0_63",2],["m_0_fw","u_0_64",2],["m_0_fx","u_0_65",2],["m_0_fv","u_0_66",4],["m_0_fh","u_0_67",2]],"define":[["NotificationBeeperItemRenderersList",["SyncRequestNotificationBeeperItemContents.react"],{"SyncRequestNotificationBeeperItemContents":{"__m":"SyncRequestNotificationBeeperItemContents.react"}},364],["NotificationBeeperPinnedPostLoader",[],{"payload":{"nodes":[],"servertime":1406489189}},408]],"require":[["MusicButtonManager","init",[],[["music.song"]]],["initLiveMessageReceiver"],["Dock","init",["m_0_fe"],[{"__m":"m_0_fe"}]],["ChatApp","init",["m_0_ff","m_0_fg"],[{"__m":"m_0_ff"},{"__m":"m_0_fg"},{"payload_source":"server_initial_data"}]],["React","constructAndRenderComponent",["NotificationBeeper.react","m_0_fh"],[{"__m":"NotificationBeeper.react"},{"canPause":false,"shouldShowPermalinkDialog":false,"soundPath":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/yy\/r\/odIeERVR1c5.mp3","soundEnabled":true,"slowFade":false,"tracking":"{\"ref\":\"beeper\",\"jewel\":\"notifications\",\"type\":\"click2canvas\",\"fbsource\":\"1001\"}"},{"__m":"m_0_fh"}]],["ChatOptions"],["m_0_fj"],["m_0_fm"],["m_0_fo"],["m_0_fn"],["m_0_fq"],["Layer","init",["m_0_fs","m_0_ft"],[{"__m":"m_0_fs"},{"__m":"m_0_ft"}]],["m_0_fk"],["m_0_fl"],["Typeahead","init",["m_0_fv","m_0_fl"],[{"__m":"m_0_fv"},{"__m":"m_0_fl"},["chatTypeahead","buildBestAvailableNames","showLoadingIndicator"],null]],["ClearableTypeahead","resetOnCloseButtonClick",["m_0_fl","m_0_fx"],[{"__m":"m_0_fl"},{"__m":"m_0_fx"}]],["m_0_fs"]]},"css":["W39r7","qfZQ2","kFNWO","eDlKo"],"bootloadable":{"SpotifyJSONPRequest":{"resources":["oA+g0","AbNEf","xO\/k5"],"module":true},"Music":{"resources":["oA+g0","ZQfFN","AbNEf","W39r7","ru4+m","qu1rX","2xA31","Ko4Tz","eDlKo"],"module":true}},"resource_map":{"xO\/k5":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yv\/r\/RJ_CFhXG_qr.js"},"qu1rX":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yu\/r\/NY73xcd9ZUo.js"},"2xA31":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/y9\/r\/0GafQx9IGQT.js"},"Ko4Tz":{"type":"js","crossOrigin":1,"src":"https:\/\/fbstatic-a.akamaihd.net\/rsrc.php\/v2\/yq\/r\/Fe9tJ1XqRpO.js"}},"js":["oA+g0","ZQfFN","AbNEf","ru4+m","9ZFTI","YuKpR","kW7VI","2xGCL","yfRoF","MV+4i","zFEBF","yzfhX","A3tsq","fAL+r","T3PSi"],"displayJS":["oA+g0"],"id":"pagelet_dock","phase":4})</script> <script>bigPipe.onPageletArrive({"content":{"fbRequestsList":{"container_id":"u_0_6k"}},"css":["W39r7"],"id":"fbRequestsList","phase":4})</script> <script>bigPipe.onPageletArrive({"content":{"pagelet_megaphone":""},"id":"pagelet_megaphone","phase":4})</script> <script>bigPipe.onPageletArrive({"content":{"more_pager_pagelet_53d55264c8a682984692903":{"container_id":"u_0_6l"}},"jsmods":{"elements":[["m_ps_0_0_71","u_ps_0_0_35",2]],"require":[["LitestandStreamLoader","register",["m_ps_0_0_71"],["feed_stream_53d55264c89022a29833764",{"bufferPixels":2000,"firstPagerScrollBuffer":100,"minStories":9999,"maxStories":9999,"maxFooterStories":10,"pollIntervalMS":60000,"newStoryIdleTime":60000,"substream_config":{"substream_story_count":6,"top_news_phases":[0,62],"default_phases":[0,1],"top_news_sizes":[5,4],"scroll_load_sizes":[3,5]}},"{\"edge\":null,\"source_id\":null,\"section_id\":408239535924329,\"pause_at\":null,\"stream_id\":null,\"section_type\":1,\"sizes\":null,\"most_recent\":false,\"unread_session\":false,\"continue_top_news_feed\":false}",{"__m":"m_ps_0_0_71"},null]]]},"css":["bFa3M","zBuYA","W39r7"],"js":["oA+g0","ZQfFN","AbNEf","A3tsq","zFEBF","WWhVy","X2CJw","fAL+r","yfRoF"],"id":"more_pager_pagelet_53d55264c8a682984692903","phase":4})</script><script>bigPipe.onPageletArrive({"id":"","phase":4,"jsmods":{},"is_last":true,"css":["bFa3M","W39r7","qfZQ2","kFNWO","wSNSL","AdGuG","ARvZo","UAyFP","8BdUi","XwoJp","Z6dBe"],"js":["oA+g0","A3tsq","ZQfFN","AbNEf","uMuQj","T3PSi","4vv8\/","yfRoF","Suw\/5","Wc6QC","zFEBF","kW7VI","YuKpR","2xGCL","ru4+m","MDo8O","Nd\/C+","yzfhX","SsUry","KKBlw","MV+4i","b4ccv","kkk4S"],"displayJS":["oA+g0","ZQfFN","A3tsq"],"the_end":true})</script> <div class="uiContextualDialogPositioner uiLayer hidden_elem uiContextualDialogLeft" id="u_0_3i" data-position="left"><div class="uiOverlay uiContextualDialog uiContextualDialogArrowRight" data-width="300" data-destroyonhide="false" data-fadeonhide="false"><div class="uiOverlayContent"><div class="uiContextualDialogContent" role="dialog"></div></div><i class="uiContextualDialogArrow" style="top: 0%; margin-top: 15px;"></i></div></div><div class="uiContextualDialogPositioner uiLayer hidden_elem uiContextualDialogLeft" id="u_0_68" data-position="left"><div class="uiOverlay uiContextualDialog uiContextualDialogArrowRight" data-width="300" data-destroyonhide="false" data-fadeonhide="false"><div class="uiOverlayContent"><div class="uiContextualDialogContent" role="dialog"></div></div><i class="uiContextualDialogArrow" style="top: 0%; margin-top: 15px;"></i></div></div><audio preload="auto"></audio><textarea class="textMetrics" style="width: 204px;">...</textarea><div class="_n8 _3qx fbPhotoSnowlift fbxPhoto uiLayer fullScreenAvailable slideshowAvailable hidden_elem" id="photos_snowlift" tabindex="0" role="region" aria-label="Facebook Photo Theater" aria-busy="true"><div class="_n9"><div class="_n3"><div class="fbPhotoSnowliftContainer uiContextualLayerParent" data-ft="{&quot;type&quot;:44,&quot;tn&quot;:&quot;*F&quot;}" data-ownerid="u_jsonp_5_11"><div class="clearfix fbPhotoSnowliftPopup" style="width: 1167px; height: 538px;"><div class="stageWrapper lfloat _ohe" style="width: 807px; line-height: 538px;"><div class="fbPhotoSnowliftFullScreen fullScreenSwitch" id="fullScreenSwitch"><a data-hover="tooltip" aria-label="Enter Fullscreen" data-tooltip-position="below" data-tooltip-alignh="right" href="https://www.facebook.com/#" id="fbPhotoSnowliftFullScreenSwitch" data-ft="{&quot;tn&quot;:&quot;+?&quot;}" role="button"></a><a data-hover="tooltip" aria-label="Press Esc to exit fullscreen" data-tooltip-position="below" data-tooltip-alignh="right" href="https://www.facebook.com/#" id="fbPhotoSnowliftFullScreenClose" data-ft="{&quot;tn&quot;:&quot;+\u003C&quot;}" role="button"></a></div><div class="stage" data-ft="{&quot;tn&quot;:&quot;E&quot;}"><img class="spotlight hidden_elem" alt="" aria-describedby="fbPhotosSnowliftCaption" aria-busy="false" src="./ui_files/10513466_780485925306436_5657629826430071473_n(1).jpg" style="width: 807px; height: 538px;"><div class="fbPhotosPhotoTagboxes tagContainer" id="fbPhotoSnowliftTagBoxes"></div><div class="fbPhotoTagApproval hidden_elem" id="fbPhotoSnowliftTagApproval"></div><div class="_5bai" id="fbPhotoSnowliftComputerVisionInfo"></div></div><div class="videoStage" data-ft="{&quot;tn&quot;:&quot;F&quot;}"></div><div class="stageActions" id="snowliftStageActions" data-ft="{&quot;tn&quot;:&quot;+\u0040&quot;}"><div class="clearfix snowliftOverlay snowliftOverlayBar rightButtons"><div class="overlayBarButtons rfloat _ohf"><div class="_6a _6b fbPhotosPhotoActions" id="fbPhotoSnowliftActions"></div><div class="fbPhotosPhotoButtons" id="fbPhotoSnowliftButtons"></div></div><div class="mediaTitleInfo"><div class="mediaTitleBoxFlex"><div id="fbPhotoSnowliftMediaTitle"></div><span class="mlm hidden_elem" id="fbPhotoSnowliftPositionAndCount"></span><div class="mediaTitleInfoSpacer"></div></div></div></div><div class="fbPhotosPhotoTagboxBase newTagBox hidden_elem" style=""><div class="borderTagBox"><div class="innerTagBox"><div class="ieContentFix">&nbsp;&nbsp;&nbsp;&nbsp;</div></div></div><div class="tag" style=""><div class="tagPointer"><img class="tagArrow img" src="./ui_files/7eXyMfo7rRq.png" alt="" width="19" height="5"><div class="tagName"></div></div></div></div><div class="fbPhotoTagger hidden_elem" id="u_jsonp_7_2"><div class="faceBox"><div class="typeaheadWrapper"><div class="typeaheadContainer"><div class="arrow"><div class="nub"></div></div><div class="typeaheadBackdrop"><div class="mbs typeaheadLabel">Type any name to tag:</div><div class="clearfix uiTokenizer uiNormalTokenizer photoTagTokenizer" id="u_jsonp_7_1"><div class="uiTypeahead photoTagTypeahead" data-ft="{&quot;tn&quot;:&quot;+Q&quot;}" id="u_jsonp_7_x"><div class="wrap"><input type="hidden" autocomplete="off" class="hiddenInput"><div class="innerWrap"><div class="uiStickyPlaceholderInput uiStickyPlaceholderEmptyInput"><div class="placeholder" aria-hidden="true">Type any name</div><input type="text" class="inputtext textInput" name="user_name" placeholder="" autocomplete="off" aria-autocomplete="list" aria-expanded="false" aria-owns="typeahead_list_u_jsonp_7_x" aria-haspopup="true" role="combobox" spellcheck="false" id="u_jsonp_7_y" value="Type any name" aria-label="Type any name"></div></div></div></div></div></div></div></div></div></div></div><a class="snowliftPager prev" title="Previous" data-ft="{&quot;tn&quot;:&quot;+&gt;&quot;}"><i></i></a><a class="snowliftPager next hilightPager" title="Next" data-ft="{&quot;tn&quot;:&quot;+=&quot;}"><i></i></a><div class="photoError stageError hidden_elem" id="fbPhotoSnowliftError"></div></div><div class="rhc photoUfiContainer" data-ft="{&quot;tn&quot;:&quot;+Z&quot;}" aria-busy="false"><div class="rhcHeader"><div class="fbPhotoSnowliftControls"><a data-hover="tooltip" aria-label="Press Esc to close" data-tooltip-position="below" data-tooltip-alignh="right" class="closeTheater" href="https://www.facebook.com/#" data-ft="{&quot;tn&quot;:&quot;+\u003C&quot;}" role="button" id="js_106"></a><a data-hover="tooltip" aria-label="Press Esc to exit fullscreen" data-tooltip-position="below" data-tooltip-alignh="right" class="closeTheater fullscreenCommentClose" href="https://www.facebook.com/#" data-ft="{&quot;tn&quot;:&quot;+\u003C&quot;}" role="button"></a></div><div id="fbPhotoSnowliftInlineEditor"></div></div><form rel="async" class="fbPhotosSnowliftFeedbackForm rhcBody commentable_item autoexpand_mode" method="post" data-ft="{&quot;tn&quot;:&quot;]&quot;}" action="https://www.facebook.com/ajax/ufi/modify.php" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_ps_0_0_a" style="padding-bottom: 0px;"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"><input type="hidden" name="fb_dtsg" value="AQGhzLRDnUA1" autocomplete="off"><div class="uiScrollableArea rhcScroller fade uiScrollableAreaWithShadow" style="width: 285px; height: auto;"><div class="uiScrollableAreaWrap scrollable" aria-label="Scrollable region" role="group" tabindex="0"><div class="uiScrollableAreaBody"><div class="uiScrollableAreaContent"><span id="fbPhotoSnowliftSpecificAudience"></span><div class="clearfix fbPhotoSnowliftAuthorInfo"><div class="lfloat _ohe" id="fbPhotoSnowliftAuthorPic"></div><div class="_42ef"><div class="fbPhotoContributorName" id="fbPhotoSnowliftAuthorName"></div><div class="mrs fsm fwn fcg"><span id="fbPhotoSnowliftCreatorInfo"></span></div><div class="mrs fsm fwn fcg"><span id="fbPhotoSnowliftSubscribe"></span><a href="https://www.facebook.com/#" role="button" id="u_jsonp_7_z"></a><span id="fbPhotoSnowliftTimestamp"></span><div class="mls" id="fbPhotoSnowliftAudienceSelector"></div></div><div class="fsm fwn fcg"><div class="fbPhotosOnProfile" id="fbPhotoSnowliftOnProfile"></div></div><span id="fbPhotoSnowliftPromote"></span><span id="fbPhotoSnowliftViewOnApp"></span><span id="fbPhotoSnowliftUseApp"></span></div></div><div><span class="fbPhotosPhotoCaption" tabindex="0" aria-live="polite" id="fbPhotoSnowliftCaption"></span><span class="fbPhotoTagList hidden_elem" id="fbPhotoSnowliftTagList"></span><div class="fbPhotoPagesTagList" id="fbPhotoSnowliftPagesTagList"></div><div class="pts fbPhotoLegacyTagList" id="fbPhotoSnowliftLegacyTagList"></div><div class="mvm fbPhotosPhotoOwnerButtons stat_elem" id="fbPhotoSnowliftOwnerButtons"></div></div><div class="fbPhotosSnowliftFeedback" id="fbPhotoSnowliftFeedback"></div></div></div></div><div class="uiScrollableAreaTrack invisible_elem" style="opacity: 0;"><div class="uiScrollableAreaGripper hidden_elem" style="height: 372.25457570715474px; top: 0px;"></div></div></div><div class="fbPhotosSnowboxFeedbackInput" id="fbPhotoSnowliftFeedbackInput"></div></form><div class="fbPhotosSnowliftPlaceInfo" id="fbPhotoSnowliftPlaceInfo"></div><div class="_5ciw rhcFooter" data-ft="{&quot;tn&quot;:&quot;+\\&quot;}" style="bottom: 0px;"></div></div></div></div><div id="pagelet_photo_viewer_init" class="hidden_elem" data-referrer="pagelet_photo_viewer_init" style="min-height: 100px;"><div id="pagelet_photo_viewer" data-referrer="pagelet_photo_viewer"><div id="snowlift_pagelet_photo_data" data-referrer="snowlift_pagelet_photo_data"></div></div></div></div></div></div></body></html>
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/A4.measures.R \name{A4.measures} \alias{A4.measures} \title{A4 page measures} \usage{ A4.measures(metric = c("cm", "inch")) } \arguments{ \item{metric}{= c('cm', 'inch')} } \description{ A4 page measures } \examples{ A4.measures }
/man/A4.measures.Rd
no_license
NathanDeFruyt/WormTools
R
false
true
328
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/A4.measures.R \name{A4.measures} \alias{A4.measures} \title{A4 page measures} \usage{ A4.measures(metric = c("cm", "inch")) } \arguments{ \item{metric}{= c('cm', 'inch')} } \description{ A4 page measures } \examples{ A4.measures }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/weldlog.R \name{weldlog} \alias{weldlog} \title{Changes boundaries segments in basic lithologs} \usage{ weldlog( log, dt, seg, j = 1:length(dt), col.xy = 1, col.dt = 2, auto.dt = T, add.dt = 0, omit1 = NULL, omit2 = NULL, warn = T, tolerance = 8 ) } \arguments{ \item{log}{a "litholog()"-like data frame on which the new segments need to be welded.} \item{dt}{the position of the n boundaries to change.} \item{seg}{a list of n dataframes having xy and dt coordinates for the segments that are going to be welded to the log.} \item{j}{the indexes of the segments attributed to each boundary or the names of these segments. Should be of same length than dt.} \item{col.xy}{the number of the column for the xy coordinates in the seg dataframes.} \item{col.dt}{the number of the column for the dt coordinates in the seg dataframes.} \item{auto.dt}{whether to automatically add the dt value to the dt of the segments (with the add.dt value when it is not zero)} \item{add.dt}{a value to add to the dt of the segments for each boundary (in addition of the value of the \code{dt} parameter). Should be of length 1 or of same length than dt.} \item{omit1, omit2}{the dt of the boundary for which either the upper or lower bed should not be welded to (1 and 2 depending on the order of the beds in the original log)} \item{warn}{whether you want to be annoyed (beginners should find it useful to be annoyed)} \item{tolerance}{the order of tolerance for errors, i.e. the number of decimals considered as being meaningful for matching dt to log} } \value{ a "litholog()"-like data frame, with new bed boundaries } \description{ Adds personalised segments to bed boundaries of lithologs from "litholog()"-like data frames } \examples{ l <- c(0,1,2,3,4) r <- c(1,2,3,4,5) h <- c(4,3,4,3,4) i <- c("B1","B2","B3","B4","B5") log <- litholog(l, r, h, i) whiteSet(xlim = c(-1,5), ylim = c(-1,6)) multigons(log$i, log$xy, log$dt, lty = 3) seg1 <- sinpoint(4, 0, 0.25, phase=0.5) seg2 <- sinpoint(4, 0, 0.25, phase=1.5) welded <- weldlog(log, dt = c(2,3,4), seg = list(seg1 = seg1, seg2 = seg2), j = c("seg1", "seg2", "seg2")) multigons(welded$i, welded$xy, welded$dt, lwd = 3, lty = 2, border = "red") } \seealso{ Complementary function\code{\link{litholog}} Underlying function: \code{\link{weld}} To generate sinuoisidal segments: \code{\link{sinpoint}} To generate a lot of different sinuoisidal segments: see the example in \code{\link{neatPick}} To import and adapt .svg files as segments: \code{\link{pointsvg}}, \code{\link{framesvg}}, \code{\link{centresvg}} and \code{\link{changesvg}} }
/man/weldlog.Rd
no_license
cran/StratigrapheR
R
false
true
2,722
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/weldlog.R \name{weldlog} \alias{weldlog} \title{Changes boundaries segments in basic lithologs} \usage{ weldlog( log, dt, seg, j = 1:length(dt), col.xy = 1, col.dt = 2, auto.dt = T, add.dt = 0, omit1 = NULL, omit2 = NULL, warn = T, tolerance = 8 ) } \arguments{ \item{log}{a "litholog()"-like data frame on which the new segments need to be welded.} \item{dt}{the position of the n boundaries to change.} \item{seg}{a list of n dataframes having xy and dt coordinates for the segments that are going to be welded to the log.} \item{j}{the indexes of the segments attributed to each boundary or the names of these segments. Should be of same length than dt.} \item{col.xy}{the number of the column for the xy coordinates in the seg dataframes.} \item{col.dt}{the number of the column for the dt coordinates in the seg dataframes.} \item{auto.dt}{whether to automatically add the dt value to the dt of the segments (with the add.dt value when it is not zero)} \item{add.dt}{a value to add to the dt of the segments for each boundary (in addition of the value of the \code{dt} parameter). Should be of length 1 or of same length than dt.} \item{omit1, omit2}{the dt of the boundary for which either the upper or lower bed should not be welded to (1 and 2 depending on the order of the beds in the original log)} \item{warn}{whether you want to be annoyed (beginners should find it useful to be annoyed)} \item{tolerance}{the order of tolerance for errors, i.e. the number of decimals considered as being meaningful for matching dt to log} } \value{ a "litholog()"-like data frame, with new bed boundaries } \description{ Adds personalised segments to bed boundaries of lithologs from "litholog()"-like data frames } \examples{ l <- c(0,1,2,3,4) r <- c(1,2,3,4,5) h <- c(4,3,4,3,4) i <- c("B1","B2","B3","B4","B5") log <- litholog(l, r, h, i) whiteSet(xlim = c(-1,5), ylim = c(-1,6)) multigons(log$i, log$xy, log$dt, lty = 3) seg1 <- sinpoint(4, 0, 0.25, phase=0.5) seg2 <- sinpoint(4, 0, 0.25, phase=1.5) welded <- weldlog(log, dt = c(2,3,4), seg = list(seg1 = seg1, seg2 = seg2), j = c("seg1", "seg2", "seg2")) multigons(welded$i, welded$xy, welded$dt, lwd = 3, lty = 2, border = "red") } \seealso{ Complementary function\code{\link{litholog}} Underlying function: \code{\link{weld}} To generate sinuoisidal segments: \code{\link{sinpoint}} To generate a lot of different sinuoisidal segments: see the example in \code{\link{neatPick}} To import and adapt .svg files as segments: \code{\link{pointsvg}}, \code{\link{framesvg}}, \code{\link{centresvg}} and \code{\link{changesvg}} }
rm(list=ls()) #Xinming Zhuo, xzhuo@bcm.edu #this script take samcluster.csv files for similarity comparison #it take one ore more files to plot # the plot and new csv file will saved to the the same location and name as last file #only for pair wise comparison #patch 1 #cluster_compare_simple_v1.R fix bugs when samcluster file has read types less than designated 10 types #patch# 1a #change overhang of letter and make them monospace, add read number at top at log scale #patch 1b #change cluster box color and adding similarity axis for similarity score #patch 1b1 #change color of font according to the sample for visualization #patch 1b2 #pool all reads in the same cluster of each sample #make both pdf and png #fix color for mother gDNA #patch 1b2a #elastic height for figures #patch 1b2b #fixed color for father and mother #save overall summary to mother, save one by one file under fetus name #patch 1b3a #set threshold to display reads #reduce weight for del in levestein distance adist #set how many top read to compare default is 10 top_num=10 #number to reads to display threshold=0.02 #filter for noise level 0-1 cut_height=2 # do not change scrpts below this line # ############################################################################################## library(tcltk) #vals <- varEntryDialog(vars=c('Variable1', 'Variable2')) #tk_choose.files(default = "", caption = "Select files",multi = TRUE, filters = NULL, index = 1) filter_set=matrix(c("CSV",".csv"),1,2,byrow=TRUE) args_quest=tk_choose.files(default = "", caption = "Select Target cluster files to compare (REQUIRED, at lease one)", multi = TRUE, filters = filter_set, index = 1) setwd(dirname(args_quest[1])) args=c(args_quest) #write your target file name here #windows #args=c("C:/Users/xzhuo/Documents/bcm/Beaudet lab/NIPT/NGS/08302016 batch/IonXpress_006_R_2016_08_29_NIPT591P_gDNA.fastq.sam_chrYq11cluster.csv", # "C:/Users/xzhuo/Documents/bcm/Beaudet lab/NIPT/NGS/08302016 batch/IonXpress_031_R_2016_08_29_NIPT590M_gDNA.fastq.sam_chrYq11cluster.csv", # "C:/Users/xzhuo/Documents/bcm/Beaudet lab/NIPT/NGS/08302016 batch/IonXpress_095_R_2016_08_29_NIPT591M_gDNA.fastq.sam_chrYq11cluster.csv", # "C:/Users/xzhuo/Documents/bcm/Beaudet lab/NIPT/NGS/08302016 batch/IonXpress_096_R_2016_08_29_NIPT601M_gDNA.fastq.sam_chrYq11cluster.csv") #linux #args=c("/home/xzhuo/Documents/08092016/IonXpress_096_R_2016_08_09_Jlup_0.5_HLA.fastq.sam_chr15q24cluster.csv" # ,"/home/xzhuo/Documents/08092016/IonXpress_095_R_2016_08_09_Jlup_1_HLA.fastq.sam_chr15q24cluster.csv") ############################################################################################## arg_num=length(args) cut_num=2+arg_num #cut_num=9 address<- args[1] da=read.table(address[1],skip = 1,sep=",",fill=T) da[,5]=1 min_num=min(top_num, nrow(da)) db=da[1:min_num,] #combine reads in each cluster in each sample da_sum=matrix(NA,max(da[,3]),5) for (sum_num in 1:max(da[,3])){ da_sum1=da[da[,3]==sum_num,] da_sum[sum_num,1]=as.character(da_sum1[da_sum1[,2]==max(da_sum1[,2]),1])[1] da_sum[sum_num,2]=sum(da_sum1[,2]) da_sum[sum_num,4]=sum(da_sum1[,4]) da_sum[sum_num,3]=sum_num da_sum[sum_num,5]=da[1,5] } db_sum=da_sum for (i in 2:arg_num){ address[i]<-args[i] da=read.table(address[i],skip = 1,sep=",",fill=T) da[,5]=i min_num=min(top_num, nrow(da)) db=rbind(db,da[1:min_num,]) da_sum=matrix(NA,max(da[,3]),5) for (sum_num in 1:max(da[,3])){ da_sum1=da[da[,3]==sum_num,] da_sum[sum_num,1]=as.character(da_sum1[da_sum1[,2]==max(da_sum1[,2]),1])[1] da_sum[sum_num,2]=sum(da_sum1[,2]) da_sum[sum_num,4]=sum(da_sum1[,4]) da_sum[sum_num,3]=sum_num da_sum[sum_num,5]=da[1,5] } db_sum=rbind(db_sum,da_sum) } #reset cut_height according to SNP number SNP_num=nchar(as.character(db[1,1])) if (SNP_num<20) {cut_height=cut_height^(SNP_num/20)}#1+cut_height^(SNP_num/20)/2} cluster_name=gsub("\\_cluster.*","",gsub(".*.sam_","",basename(args[1]))) ##################make cluster db=db[db[,4]>=threshold,] db_a_1=gsub("[*]","",db[,1]) d<-adist(db_a_1,costs=list(ins=0.5,del=0.5,sub=1)) #d<-adist(db[,1]) rownames(d)=db[,1] hc<-hclust(as.dist(d)) #gsub("[*]","",test_d) #remove * from string #adist(test_d,costs=list(ins=0.5,del=0.5,sub=1))#different weight for del db[,6]=cutree(hc,h=cut_height+SNP_num/30)#k=cut_num) df1=rbind(matrix(NA,arg_num,ncol(db)),db) df1[1:arg_num,5]=1:arg_num df1[1:arg_num,1]=address dff<-data.frame(df1) #creat new folder address_folder=paste(dirname(args[1]),"/pair",sep="") dir.create(address_folder,showWarnings =F) write.csv(dff,file=paste(address_folder,"_compareall.csv",sep=""),row.names=FALSE) db_sum=db[db_sum[,4]>=threshold,] db_sum=db_sum[complete.cases(db_sum),] db_sum_a_1=gsub("[*]","",db_sum[,1]) d_sum<-adist(db_sum_a_1,costs=list(ins=0.5,del=0.5,sub=1)) #d_sum<-adist(db_sum[,1]) rownames(d_sum)=db_sum[,1] hc_sum<-hclust(as.dist(d_sum)) db_sum[,6]=cutree(hc_sum,h=cut_height+SNP_num/30)#k=cut_num) df1_sum=rbind(matrix(NA,arg_num,ncol(db_sum)),db_sum) df1_sum[1:arg_num,5]=1:arg_num df1_sum[1:arg_num,1]=address dff_sum<-data.frame(df1_sum) write.csv(dff_sum,file=paste(address_folder,"_compareall_sum.csv",sep=""),row.names=FALSE) library(ape) #making cluster plot with bar plot #tiff(filename = paste(address[arg_num],".compare.tiff",sep=""), width = 5, height = 5, units = "in", res = 300) ###########make png ############### png(filename = paste(address_folder,"_compareall.png",sep=""), width = 6, height = 6+32*arg_num/72, units = "in", res = 300) #pdf(file = paste(address[arg_num],".compare.pdf",sep=""), # width = 6, height = 6,family = "mono",colormodel="cmyk") par(oma = c(arg_num, 1, 0.5, 1)) #par(mfrow=c(2,1)) #par(oma = c(3, 1, 0.5, 1)) #par(mfrow=c(3,1)) layout(matrix(c(1,1,2,2,2,2,2,2,3,3,3,3,3,3), nrow = 7, ncol = 2, byrow = TRUE)) #making bar plot according to cluster par(mar = c(0, 1, 2, 1)) barplot(db[hc$order,2],las=3,cex.names=1,col=db[hc$order,5],border=NA,log="y",ylim=c(10,1000)) abline(h=c(50,100,500,1000),col='wheat') par(mar = c(0.5, 1.5, 0.5, 1.5)) #plot(hc,cex=0.6,main=NULL,cex.main=0.75,axes=T,hang = -1,family="mono",font=2) #rect.hclust(hc,h=cut_height)#k=cut_num,border=7,which=c(1:cut_num,1)) ph <- as.phylo(hc) plot(ph,tip.color=db[,5],direction = "downwards",cex=0.6, font=2,adj=0, underscore=TRUE,label.offset=0.1,family="mono",las=3) #hang = -1) axisPhylo(2, las = 1) rect.hclust(hc,h=cut_height+SNP_num/30,border=7)#k=cut_num,border=7,which=c(1:cut_num,1)) #dev.new(width=5, height=4) #making bar plot according to cluster par(mar = c(0, 1, 0.2, 1)) barplot(db[hc$order,4],las=3,cex.names=1,col=db[hc$order,5],border=NA) par(fig = c(0, 1, 0, 1), oma = c(0, 0, 0, 0), mar = c(0, 0, 0, 0), new = TRUE) plot(0, 0, type = "n", bty = "n", xaxt = "n", yaxt = "n") legend("bottom", basename(address), xpd = TRUE, horiz = FALSE, inset = c(0,0), bty = "n", pch=15,col = min(db[,5]):max(db[,5]), cex = 0.75) dev.off() png(filename = paste(address_folder,"_compareall_sum.png",sep=""), width = 6, height = 6+32*arg_num/72, units = "in", res = 300) #pdf(file = paste(address[arg_num],".compare_sum.pdf",sep=""), # width = 6, height = 6,family = "mono",colormodel="cmyk") par(oma = c(arg_num, 1, 0.5, 1)) #par(mfrow=c(2,1)) #par(oma = c(3, 1, 0.5, 1)) #par(mfrow=c(3,1)) layout(matrix(c(1,1,2,2,2,2,2,2,3,3,3,3,3,3), nrow = 7, ncol = 2, byrow = TRUE)) #making bar plot according to cluster par(mar = c(0, 1, 2, 1)) barplot(as.numeric(db_sum[hc_sum$order,2]),las=3,cex.names=1,col=db_sum[hc_sum$order,5],border=NA,log="y",ylim=c(10,1000)) abline(h=c(50,100,500,1000),col='wheat') par(mar = c(0.5, 1.5, 0.5, 1.5)) #plot(hc,cex=0.6,main=NULL,cex.main=0.75,axes=T,hang = -1,family="mono",font=2) #rect.hclust(hc,h=cut_height)#k=cut_num,border=7,which=c(1:cut_num,1)) ph_sum <- as.phylo(hc_sum) plot(ph_sum,tip.color=db_sum[,5],direction = "downwards",cex=0.6, font=2,adj=0, underscore=TRUE,label.offset=0.1,family="mono",las=3) #hang = -1) axisPhylo(2, las = 1) rect.hclust(hc_sum,h=cut_height+SNP_num/30,border=7)#h=2*cut_height,border=7)#k=cut_num,border=7,which=c(1:cut_num,1)) #dev.new(width=5, height=4) #making bar plot according to cluster par(mar = c(0, 1, 0.2, 1)) barplot(as.numeric(db_sum[hc_sum$order,4]),las=3,cex.names=1,col=db_sum[hc_sum$order,5],border=NA) par(fig = c(0, 1, 0, 1), oma = c(0, 0, 0, 0), mar = c(0, 0, 0, 0), new = TRUE) plot(0, 0, type = "n", bty = "n", xaxt = "n", yaxt = "n") legend("bottom", basename(address), xpd = TRUE, horiz = FALSE, inset = c(0,0), bty = "n", pch=15,col = min(db_sum[,5]):max(db_sum[,5]), cex = 0.75) dev.off() #################################making cluster file one by one arg_num_1=length(args) ROC_table=matrix(NA,arg_num*(arg_num-1)/2,5) table_row=0 #make a 2 way table ROC_table2=matrix(NA,arg_num_1+2,arg_num_1+2) ROC_table2[1,3:(arg_num_1+2)]=basename(args) ROC_table2[2,3:(arg_num_1+2)]=1:arg_num_1 ROC_table2[3:(arg_num_1+2),1]=basename(args) ROC_table2[3:(arg_num_1+2),2]=1:arg_num_1 for (quest_num in 1:(arg_num_1-1)) { for (quest_num2 in (quest_num+1):arg_num_1) { #cluster 1 by 1 db_1=db[is.element(db[,5],c(quest_num,quest_num2)),] #gsub("[*]","",test_d) #remove * from string #adist(test_d,costs=list(ins=0.5,del=0.5,sub=1))#different weight for del db_1_1=gsub("[*]","",db_1[,1]) d_1<-adist(db_1_1,costs=list(ins=0.5,del=0.5,sub=1)) #d_1<-adist(db_1[,1]) rownames(d_1)=db_1[,1] hc_1<-hclust(as.dist(d_1)) db_1[,6]=cutree(hc_1,h=cut_height+SNP_num/30)#k=5) df1_1=rbind(matrix(NA,3,ncol(db_1)),db_1) df1_1[1,5]="2" df1_1[1,4]="2" df1_1[1,1]=args[quest_num2] df1_1[2,5]="1" df1_1[2,4]="1" df1_1[2,1]=args[quest_num] dff_1<-data.frame(df1_1) write.csv(dff_1,file=paste(address_folder,"/",quest_num,"_",quest_num2,".pair.csv",sep=""),row.names=FALSE) table_row=table_row+1 #ROC_table[table_row,1:2]=basename(args[c(quest_num,quest_num2)]) ROC_table[table_row,1:2]=gsub("\\.fastq.*","",basename(args[c(quest_num,quest_num2)])) #color label db_temp=db_1 db_temp[!is.element(db_1[,5],c(quest_num,quest_num2)),6]="8" db_temp[db_1[,5]==quest_num,6]="1" db_temp[db_1[,5]==quest_num2,6]="2" #db_temp[db_1[,5]==quest_num+2,6]="3" # using dendrapply #clusDendro = dendrapply(hcd, db_temp[,5]) #gnerate cluster types for each db_temp1=sort(unique(db_1[db_temp[,6]==1 & db_temp[,4]>=5*threshold,6])) db_temp2=sort(unique(db_1[db_temp[,6]==2 & db_temp[,4]>=5*threshold,6])) db_tempc=if(identical(db_temp1,db_temp2)) {0} else {1} ROC_table[table_row,3]=toString(db_temp1) ROC_table[table_row,4]=toString(db_temp2) ROC_table[table_row,5]=db_tempc h=cut_height+SNP_num/30 colnames(ROC_table)=c("Sample_A","Sample_B", paste(cluster_name,h,"A_Hap",sep="-"), paste(cluster_name,h,"B_Hap",sep="-"), paste(cluster_name,h,sep="-")) ROC_table2[quest_num2+2,quest_num+2]=db_tempc } } write.csv(ROC_table,file=paste(address_folder,"/",cluster_name,"_ROC_pair.csv",sep=""),row.names=FALSE) write.csv(ROC_table2,file=paste(address_folder,"/",cluster_name,"_ROC_table.csv",sep=""),row.names=FALSE)
/deprecated/cluster_compare_simple_pair2ng.R
no_license
xmzhuo/NIPT_genotyping
R
false
false
11,418
r
rm(list=ls()) #Xinming Zhuo, xzhuo@bcm.edu #this script take samcluster.csv files for similarity comparison #it take one ore more files to plot # the plot and new csv file will saved to the the same location and name as last file #only for pair wise comparison #patch 1 #cluster_compare_simple_v1.R fix bugs when samcluster file has read types less than designated 10 types #patch# 1a #change overhang of letter and make them monospace, add read number at top at log scale #patch 1b #change cluster box color and adding similarity axis for similarity score #patch 1b1 #change color of font according to the sample for visualization #patch 1b2 #pool all reads in the same cluster of each sample #make both pdf and png #fix color for mother gDNA #patch 1b2a #elastic height for figures #patch 1b2b #fixed color for father and mother #save overall summary to mother, save one by one file under fetus name #patch 1b3a #set threshold to display reads #reduce weight for del in levestein distance adist #set how many top read to compare default is 10 top_num=10 #number to reads to display threshold=0.02 #filter for noise level 0-1 cut_height=2 # do not change scrpts below this line # ############################################################################################## library(tcltk) #vals <- varEntryDialog(vars=c('Variable1', 'Variable2')) #tk_choose.files(default = "", caption = "Select files",multi = TRUE, filters = NULL, index = 1) filter_set=matrix(c("CSV",".csv"),1,2,byrow=TRUE) args_quest=tk_choose.files(default = "", caption = "Select Target cluster files to compare (REQUIRED, at lease one)", multi = TRUE, filters = filter_set, index = 1) setwd(dirname(args_quest[1])) args=c(args_quest) #write your target file name here #windows #args=c("C:/Users/xzhuo/Documents/bcm/Beaudet lab/NIPT/NGS/08302016 batch/IonXpress_006_R_2016_08_29_NIPT591P_gDNA.fastq.sam_chrYq11cluster.csv", # "C:/Users/xzhuo/Documents/bcm/Beaudet lab/NIPT/NGS/08302016 batch/IonXpress_031_R_2016_08_29_NIPT590M_gDNA.fastq.sam_chrYq11cluster.csv", # "C:/Users/xzhuo/Documents/bcm/Beaudet lab/NIPT/NGS/08302016 batch/IonXpress_095_R_2016_08_29_NIPT591M_gDNA.fastq.sam_chrYq11cluster.csv", # "C:/Users/xzhuo/Documents/bcm/Beaudet lab/NIPT/NGS/08302016 batch/IonXpress_096_R_2016_08_29_NIPT601M_gDNA.fastq.sam_chrYq11cluster.csv") #linux #args=c("/home/xzhuo/Documents/08092016/IonXpress_096_R_2016_08_09_Jlup_0.5_HLA.fastq.sam_chr15q24cluster.csv" # ,"/home/xzhuo/Documents/08092016/IonXpress_095_R_2016_08_09_Jlup_1_HLA.fastq.sam_chr15q24cluster.csv") ############################################################################################## arg_num=length(args) cut_num=2+arg_num #cut_num=9 address<- args[1] da=read.table(address[1],skip = 1,sep=",",fill=T) da[,5]=1 min_num=min(top_num, nrow(da)) db=da[1:min_num,] #combine reads in each cluster in each sample da_sum=matrix(NA,max(da[,3]),5) for (sum_num in 1:max(da[,3])){ da_sum1=da[da[,3]==sum_num,] da_sum[sum_num,1]=as.character(da_sum1[da_sum1[,2]==max(da_sum1[,2]),1])[1] da_sum[sum_num,2]=sum(da_sum1[,2]) da_sum[sum_num,4]=sum(da_sum1[,4]) da_sum[sum_num,3]=sum_num da_sum[sum_num,5]=da[1,5] } db_sum=da_sum for (i in 2:arg_num){ address[i]<-args[i] da=read.table(address[i],skip = 1,sep=",",fill=T) da[,5]=i min_num=min(top_num, nrow(da)) db=rbind(db,da[1:min_num,]) da_sum=matrix(NA,max(da[,3]),5) for (sum_num in 1:max(da[,3])){ da_sum1=da[da[,3]==sum_num,] da_sum[sum_num,1]=as.character(da_sum1[da_sum1[,2]==max(da_sum1[,2]),1])[1] da_sum[sum_num,2]=sum(da_sum1[,2]) da_sum[sum_num,4]=sum(da_sum1[,4]) da_sum[sum_num,3]=sum_num da_sum[sum_num,5]=da[1,5] } db_sum=rbind(db_sum,da_sum) } #reset cut_height according to SNP number SNP_num=nchar(as.character(db[1,1])) if (SNP_num<20) {cut_height=cut_height^(SNP_num/20)}#1+cut_height^(SNP_num/20)/2} cluster_name=gsub("\\_cluster.*","",gsub(".*.sam_","",basename(args[1]))) ##################make cluster db=db[db[,4]>=threshold,] db_a_1=gsub("[*]","",db[,1]) d<-adist(db_a_1,costs=list(ins=0.5,del=0.5,sub=1)) #d<-adist(db[,1]) rownames(d)=db[,1] hc<-hclust(as.dist(d)) #gsub("[*]","",test_d) #remove * from string #adist(test_d,costs=list(ins=0.5,del=0.5,sub=1))#different weight for del db[,6]=cutree(hc,h=cut_height+SNP_num/30)#k=cut_num) df1=rbind(matrix(NA,arg_num,ncol(db)),db) df1[1:arg_num,5]=1:arg_num df1[1:arg_num,1]=address dff<-data.frame(df1) #creat new folder address_folder=paste(dirname(args[1]),"/pair",sep="") dir.create(address_folder,showWarnings =F) write.csv(dff,file=paste(address_folder,"_compareall.csv",sep=""),row.names=FALSE) db_sum=db[db_sum[,4]>=threshold,] db_sum=db_sum[complete.cases(db_sum),] db_sum_a_1=gsub("[*]","",db_sum[,1]) d_sum<-adist(db_sum_a_1,costs=list(ins=0.5,del=0.5,sub=1)) #d_sum<-adist(db_sum[,1]) rownames(d_sum)=db_sum[,1] hc_sum<-hclust(as.dist(d_sum)) db_sum[,6]=cutree(hc_sum,h=cut_height+SNP_num/30)#k=cut_num) df1_sum=rbind(matrix(NA,arg_num,ncol(db_sum)),db_sum) df1_sum[1:arg_num,5]=1:arg_num df1_sum[1:arg_num,1]=address dff_sum<-data.frame(df1_sum) write.csv(dff_sum,file=paste(address_folder,"_compareall_sum.csv",sep=""),row.names=FALSE) library(ape) #making cluster plot with bar plot #tiff(filename = paste(address[arg_num],".compare.tiff",sep=""), width = 5, height = 5, units = "in", res = 300) ###########make png ############### png(filename = paste(address_folder,"_compareall.png",sep=""), width = 6, height = 6+32*arg_num/72, units = "in", res = 300) #pdf(file = paste(address[arg_num],".compare.pdf",sep=""), # width = 6, height = 6,family = "mono",colormodel="cmyk") par(oma = c(arg_num, 1, 0.5, 1)) #par(mfrow=c(2,1)) #par(oma = c(3, 1, 0.5, 1)) #par(mfrow=c(3,1)) layout(matrix(c(1,1,2,2,2,2,2,2,3,3,3,3,3,3), nrow = 7, ncol = 2, byrow = TRUE)) #making bar plot according to cluster par(mar = c(0, 1, 2, 1)) barplot(db[hc$order,2],las=3,cex.names=1,col=db[hc$order,5],border=NA,log="y",ylim=c(10,1000)) abline(h=c(50,100,500,1000),col='wheat') par(mar = c(0.5, 1.5, 0.5, 1.5)) #plot(hc,cex=0.6,main=NULL,cex.main=0.75,axes=T,hang = -1,family="mono",font=2) #rect.hclust(hc,h=cut_height)#k=cut_num,border=7,which=c(1:cut_num,1)) ph <- as.phylo(hc) plot(ph,tip.color=db[,5],direction = "downwards",cex=0.6, font=2,adj=0, underscore=TRUE,label.offset=0.1,family="mono",las=3) #hang = -1) axisPhylo(2, las = 1) rect.hclust(hc,h=cut_height+SNP_num/30,border=7)#k=cut_num,border=7,which=c(1:cut_num,1)) #dev.new(width=5, height=4) #making bar plot according to cluster par(mar = c(0, 1, 0.2, 1)) barplot(db[hc$order,4],las=3,cex.names=1,col=db[hc$order,5],border=NA) par(fig = c(0, 1, 0, 1), oma = c(0, 0, 0, 0), mar = c(0, 0, 0, 0), new = TRUE) plot(0, 0, type = "n", bty = "n", xaxt = "n", yaxt = "n") legend("bottom", basename(address), xpd = TRUE, horiz = FALSE, inset = c(0,0), bty = "n", pch=15,col = min(db[,5]):max(db[,5]), cex = 0.75) dev.off() png(filename = paste(address_folder,"_compareall_sum.png",sep=""), width = 6, height = 6+32*arg_num/72, units = "in", res = 300) #pdf(file = paste(address[arg_num],".compare_sum.pdf",sep=""), # width = 6, height = 6,family = "mono",colormodel="cmyk") par(oma = c(arg_num, 1, 0.5, 1)) #par(mfrow=c(2,1)) #par(oma = c(3, 1, 0.5, 1)) #par(mfrow=c(3,1)) layout(matrix(c(1,1,2,2,2,2,2,2,3,3,3,3,3,3), nrow = 7, ncol = 2, byrow = TRUE)) #making bar plot according to cluster par(mar = c(0, 1, 2, 1)) barplot(as.numeric(db_sum[hc_sum$order,2]),las=3,cex.names=1,col=db_sum[hc_sum$order,5],border=NA,log="y",ylim=c(10,1000)) abline(h=c(50,100,500,1000),col='wheat') par(mar = c(0.5, 1.5, 0.5, 1.5)) #plot(hc,cex=0.6,main=NULL,cex.main=0.75,axes=T,hang = -1,family="mono",font=2) #rect.hclust(hc,h=cut_height)#k=cut_num,border=7,which=c(1:cut_num,1)) ph_sum <- as.phylo(hc_sum) plot(ph_sum,tip.color=db_sum[,5],direction = "downwards",cex=0.6, font=2,adj=0, underscore=TRUE,label.offset=0.1,family="mono",las=3) #hang = -1) axisPhylo(2, las = 1) rect.hclust(hc_sum,h=cut_height+SNP_num/30,border=7)#h=2*cut_height,border=7)#k=cut_num,border=7,which=c(1:cut_num,1)) #dev.new(width=5, height=4) #making bar plot according to cluster par(mar = c(0, 1, 0.2, 1)) barplot(as.numeric(db_sum[hc_sum$order,4]),las=3,cex.names=1,col=db_sum[hc_sum$order,5],border=NA) par(fig = c(0, 1, 0, 1), oma = c(0, 0, 0, 0), mar = c(0, 0, 0, 0), new = TRUE) plot(0, 0, type = "n", bty = "n", xaxt = "n", yaxt = "n") legend("bottom", basename(address), xpd = TRUE, horiz = FALSE, inset = c(0,0), bty = "n", pch=15,col = min(db_sum[,5]):max(db_sum[,5]), cex = 0.75) dev.off() #################################making cluster file one by one arg_num_1=length(args) ROC_table=matrix(NA,arg_num*(arg_num-1)/2,5) table_row=0 #make a 2 way table ROC_table2=matrix(NA,arg_num_1+2,arg_num_1+2) ROC_table2[1,3:(arg_num_1+2)]=basename(args) ROC_table2[2,3:(arg_num_1+2)]=1:arg_num_1 ROC_table2[3:(arg_num_1+2),1]=basename(args) ROC_table2[3:(arg_num_1+2),2]=1:arg_num_1 for (quest_num in 1:(arg_num_1-1)) { for (quest_num2 in (quest_num+1):arg_num_1) { #cluster 1 by 1 db_1=db[is.element(db[,5],c(quest_num,quest_num2)),] #gsub("[*]","",test_d) #remove * from string #adist(test_d,costs=list(ins=0.5,del=0.5,sub=1))#different weight for del db_1_1=gsub("[*]","",db_1[,1]) d_1<-adist(db_1_1,costs=list(ins=0.5,del=0.5,sub=1)) #d_1<-adist(db_1[,1]) rownames(d_1)=db_1[,1] hc_1<-hclust(as.dist(d_1)) db_1[,6]=cutree(hc_1,h=cut_height+SNP_num/30)#k=5) df1_1=rbind(matrix(NA,3,ncol(db_1)),db_1) df1_1[1,5]="2" df1_1[1,4]="2" df1_1[1,1]=args[quest_num2] df1_1[2,5]="1" df1_1[2,4]="1" df1_1[2,1]=args[quest_num] dff_1<-data.frame(df1_1) write.csv(dff_1,file=paste(address_folder,"/",quest_num,"_",quest_num2,".pair.csv",sep=""),row.names=FALSE) table_row=table_row+1 #ROC_table[table_row,1:2]=basename(args[c(quest_num,quest_num2)]) ROC_table[table_row,1:2]=gsub("\\.fastq.*","",basename(args[c(quest_num,quest_num2)])) #color label db_temp=db_1 db_temp[!is.element(db_1[,5],c(quest_num,quest_num2)),6]="8" db_temp[db_1[,5]==quest_num,6]="1" db_temp[db_1[,5]==quest_num2,6]="2" #db_temp[db_1[,5]==quest_num+2,6]="3" # using dendrapply #clusDendro = dendrapply(hcd, db_temp[,5]) #gnerate cluster types for each db_temp1=sort(unique(db_1[db_temp[,6]==1 & db_temp[,4]>=5*threshold,6])) db_temp2=sort(unique(db_1[db_temp[,6]==2 & db_temp[,4]>=5*threshold,6])) db_tempc=if(identical(db_temp1,db_temp2)) {0} else {1} ROC_table[table_row,3]=toString(db_temp1) ROC_table[table_row,4]=toString(db_temp2) ROC_table[table_row,5]=db_tempc h=cut_height+SNP_num/30 colnames(ROC_table)=c("Sample_A","Sample_B", paste(cluster_name,h,"A_Hap",sep="-"), paste(cluster_name,h,"B_Hap",sep="-"), paste(cluster_name,h,sep="-")) ROC_table2[quest_num2+2,quest_num+2]=db_tempc } } write.csv(ROC_table,file=paste(address_folder,"/",cluster_name,"_ROC_pair.csv",sep=""),row.names=FALSE) write.csv(ROC_table2,file=paste(address_folder,"/",cluster_name,"_ROC_table.csv",sep=""),row.names=FALSE)
library(data.table) #import data into variable pwrdata <- data.table::fread(input="household_power_consumption.txt",na.strings = "?") # Subset the full data to obtain data on two mentioned dates: pwrdata <- subset(pwrdata,(pwrdata$Date=="1/2/2007" | pwrdata$Date== "2/2/2007")) #Chage class of date column to Date format pwrdata$Date <-as.Date(pwrdata$Date,format="%d/%m/%Y") pwrdata$Global_active_power <-as.numeric(pwrdata$Global_active_power) #Convert Date to DateTime format pwrdata$DateTime <- as.POSIXct(paste(pwrdata$Date, pwrdata$Time)) #Check current active device dev.cur() #Set device as PNG file png("plot2.png", width = 480, height = 480) #Plot chart with type as line with(pwrdata,plot(DateTime,Global_active_power,type="l",ylab="Global Active Power (kilowatts)", xlab = "")) #Close device dev.off()
/Plot2.R
no_license
mandaliadhaval/ExData_Plotting1
R
false
false
822
r
library(data.table) #import data into variable pwrdata <- data.table::fread(input="household_power_consumption.txt",na.strings = "?") # Subset the full data to obtain data on two mentioned dates: pwrdata <- subset(pwrdata,(pwrdata$Date=="1/2/2007" | pwrdata$Date== "2/2/2007")) #Chage class of date column to Date format pwrdata$Date <-as.Date(pwrdata$Date,format="%d/%m/%Y") pwrdata$Global_active_power <-as.numeric(pwrdata$Global_active_power) #Convert Date to DateTime format pwrdata$DateTime <- as.POSIXct(paste(pwrdata$Date, pwrdata$Time)) #Check current active device dev.cur() #Set device as PNG file png("plot2.png", width = 480, height = 480) #Plot chart with type as line with(pwrdata,plot(DateTime,Global_active_power,type="l",ylab="Global Active Power (kilowatts)", xlab = "")) #Close device dev.off()
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/findTargets.R \name{list_on_target_amplifiable} \alias{list_on_target_amplifiable} \title{List on-target amplifiable species} \usage{ list_on_target_amplifiable(bsPrimerTree, target_taxa, target_level) } \arguments{ \item{bsPrimerTree}{a bsPrimerTree object returned by \code{\link{eval_assay}}} \item{target_taxa}{character, taxonomic group targeted by the assay - needs to be one of "skpcofgs"} \item{target_level}{character, taxonomic level of the targeted taxa} } \value{ a table of taxonomic data } \description{ List on-target amplifiable species }
/man/list_on_target_amplifiable.Rd
permissive
MVesuviusC/Primer-Evaluation-Pipeline
R
false
true
635
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/findTargets.R \name{list_on_target_amplifiable} \alias{list_on_target_amplifiable} \title{List on-target amplifiable species} \usage{ list_on_target_amplifiable(bsPrimerTree, target_taxa, target_level) } \arguments{ \item{bsPrimerTree}{a bsPrimerTree object returned by \code{\link{eval_assay}}} \item{target_taxa}{character, taxonomic group targeted by the assay - needs to be one of "skpcofgs"} \item{target_level}{character, taxonomic level of the targeted taxa} } \value{ a table of taxonomic data } \description{ List on-target amplifiable species }
#LIST - list() function #List can contain elements of different types like - number, string, vectors, another list inside it, matrix. list_data <- list("Red", "Green", c(21,32,11), TRUE, 51.23, 119.1) vector1 <- 1:4 newList <- list(vector1, list_data, 'cdsdd', 232, 33.53, TRUE) #NAMING LIST ELEMENTS - The list elements can be given names and they can be accessed using these names. a <- list(c("jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec")) b <- list(1:31) c <- list(c("mon", "tue", "wed", "thu", "fri", "sat", "sun")) calender <- list(a, b, c) # Give names to the elements in the list. names(calender) <- c("month_list", "date_list", "day_list") #ACCESSING THE LIST ELEMENTS : print(calender[1]) #by index print(calender$day_list) #by name #MANIPULATING LIST ELEMENTS : list_data <- list("Red", "Green", c(21,32,11), TRUE, 51.23, 119.1) #Adding element in list list_data[7] <- 1221 #Remove the last element list_data[7] <- NULL #updating 3rd element list_data[3] <- list(c(1:5)) #MERGING LISTS # Create two lists. list1 <- list(1,2,3) list2 <- list("Sun","Mon","Tue") # Merge the two lists. merged_list <- c(list1,list2) # Print the merged list. print(merged_list) #CONVERTING LISTS INTO VECTORS - unlist() function #All the arithmetic operations on vectors can be applied after the list is converted into vectors. list1 <- list(1:5) print(list1) list2 <-list(10:14) print(list2) # Convert the lists to vectors. v1 <- unlist(list1) v2 <- unlist(list2) print(v1) print(v2) # Now add the vectors result <- v1+v2 print(result)
/R/list.R
no_license
dipeshjoshi/MachineLearning
R
false
false
1,604
r
#LIST - list() function #List can contain elements of different types like - number, string, vectors, another list inside it, matrix. list_data <- list("Red", "Green", c(21,32,11), TRUE, 51.23, 119.1) vector1 <- 1:4 newList <- list(vector1, list_data, 'cdsdd', 232, 33.53, TRUE) #NAMING LIST ELEMENTS - The list elements can be given names and they can be accessed using these names. a <- list(c("jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec")) b <- list(1:31) c <- list(c("mon", "tue", "wed", "thu", "fri", "sat", "sun")) calender <- list(a, b, c) # Give names to the elements in the list. names(calender) <- c("month_list", "date_list", "day_list") #ACCESSING THE LIST ELEMENTS : print(calender[1]) #by index print(calender$day_list) #by name #MANIPULATING LIST ELEMENTS : list_data <- list("Red", "Green", c(21,32,11), TRUE, 51.23, 119.1) #Adding element in list list_data[7] <- 1221 #Remove the last element list_data[7] <- NULL #updating 3rd element list_data[3] <- list(c(1:5)) #MERGING LISTS # Create two lists. list1 <- list(1,2,3) list2 <- list("Sun","Mon","Tue") # Merge the two lists. merged_list <- c(list1,list2) # Print the merged list. print(merged_list) #CONVERTING LISTS INTO VECTORS - unlist() function #All the arithmetic operations on vectors can be applied after the list is converted into vectors. list1 <- list(1:5) print(list1) list2 <-list(10:14) print(list2) # Convert the lists to vectors. v1 <- unlist(list1) v2 <- unlist(list2) print(v1) print(v2) # Now add the vectors result <- v1+v2 print(result)
#### RUN ZIP MODEL with host genus random effect on use (for BC): Model 19 ## Set up output files arguments <- commandArgs(T) outdir <- arguments[1] iter <- as.numeric(arguments[2]) ## load packages #library(reshape2) #attach the reshape package for function "melt()" library(R2jags) library(rjags) load("~/bipartitemodelsBC/data/finaldata.RData") collec.lng$ID <- NULL covars.host <- read.csv('~/bipartitemodelsBC/data/hostlevel.csv', head=T) covars.host <- covars.host[with(covars.host,order(as.character(Host.Species))),] load("~/bipartitemodelsBC/data/indlevel.RData") juvenile <- as.numeric(covars$Age.class=="Juvenile") missing <- which(is.na(juvenile)) # 35% missing str(collec.lng) long <- as.list(collec.lng) long$count <- as.integer(long$count) long$Nobs <- length(long$count) long$Nhost.sp <- length(unique(long$host.sp)) long$Npar <- length(unique(long$par.sp)) long$par.sp <- as.factor(as.character(long$par.sp)) long$hostgen <- as.factor(as.character(covars.host$Genus)) long$ngen <- length(levels(long$hostgen)) long$juvenile <- juvenile long$missing.ind <- missing long$ind <- rep(1:(length(long$host.sp)/(long$Npar)),long$Npar) long$prop <- sum(long$juvenile,na.rm=T)/length(long$juvenile) save(long,file=paste(outdir,"/holong.RData",sep="")) ## Define model modelfile <- "~/bipartitemodelsBC/finalmodels/jagsNB/ho.txt" ## Define initial values inits <- function() { list( mn=c(0.5,-5), sd=c(3,1.5), alpha=matrix(rnorm(long$Npar*long$ngen,mean=-5),ncol=long$Npar,byrow=T), beta=rnorm(long$Npar), beta_j=rnorm(1), use=matrix(rep(1,long$Npar*long$Nhost.sp),ncol=long$Npar,byrow=T) ) } ## Run model output <- jags(long, inits = inits, c('mn', 'sd', 'use', 'HB_invert', 'PD_host', 'beta', 'alpha','beta_j'), modelfile, n.chains=3, n.iter=iter) # or use defaults save(output, file = paste(outdir,"/ho_output.RData",sep="")) # calculate convergence library(jagstools) library(dplyr) notconv <- rhats(output) %>% subset(. >= 1.1) %>% length() params <- length(rhats(output)) options(max.print=100000) sink(file=paste(outdir,"/ho_printoutput.txt",sep="")) paste("not converged =", notconv, sep=" ") paste("total params =", params, sep=" ") print("which not converged: ") rhats(output) %>% subset(. >= 1.1) print(output) sink()
/finalmodels/ZINBphase123/ho.R
no_license
jogwalker/bipartitemodelsBC
R
false
false
2,376
r
#### RUN ZIP MODEL with host genus random effect on use (for BC): Model 19 ## Set up output files arguments <- commandArgs(T) outdir <- arguments[1] iter <- as.numeric(arguments[2]) ## load packages #library(reshape2) #attach the reshape package for function "melt()" library(R2jags) library(rjags) load("~/bipartitemodelsBC/data/finaldata.RData") collec.lng$ID <- NULL covars.host <- read.csv('~/bipartitemodelsBC/data/hostlevel.csv', head=T) covars.host <- covars.host[with(covars.host,order(as.character(Host.Species))),] load("~/bipartitemodelsBC/data/indlevel.RData") juvenile <- as.numeric(covars$Age.class=="Juvenile") missing <- which(is.na(juvenile)) # 35% missing str(collec.lng) long <- as.list(collec.lng) long$count <- as.integer(long$count) long$Nobs <- length(long$count) long$Nhost.sp <- length(unique(long$host.sp)) long$Npar <- length(unique(long$par.sp)) long$par.sp <- as.factor(as.character(long$par.sp)) long$hostgen <- as.factor(as.character(covars.host$Genus)) long$ngen <- length(levels(long$hostgen)) long$juvenile <- juvenile long$missing.ind <- missing long$ind <- rep(1:(length(long$host.sp)/(long$Npar)),long$Npar) long$prop <- sum(long$juvenile,na.rm=T)/length(long$juvenile) save(long,file=paste(outdir,"/holong.RData",sep="")) ## Define model modelfile <- "~/bipartitemodelsBC/finalmodels/jagsNB/ho.txt" ## Define initial values inits <- function() { list( mn=c(0.5,-5), sd=c(3,1.5), alpha=matrix(rnorm(long$Npar*long$ngen,mean=-5),ncol=long$Npar,byrow=T), beta=rnorm(long$Npar), beta_j=rnorm(1), use=matrix(rep(1,long$Npar*long$Nhost.sp),ncol=long$Npar,byrow=T) ) } ## Run model output <- jags(long, inits = inits, c('mn', 'sd', 'use', 'HB_invert', 'PD_host', 'beta', 'alpha','beta_j'), modelfile, n.chains=3, n.iter=iter) # or use defaults save(output, file = paste(outdir,"/ho_output.RData",sep="")) # calculate convergence library(jagstools) library(dplyr) notconv <- rhats(output) %>% subset(. >= 1.1) %>% length() params <- length(rhats(output)) options(max.print=100000) sink(file=paste(outdir,"/ho_printoutput.txt",sep="")) paste("not converged =", notconv, sep=" ") paste("total params =", params, sep=" ") print("which not converged: ") rhats(output) %>% subset(. >= 1.1) print(output) sink()
## read in and prepare data library(data.table) d <- fread("household_power_consumption.txt") d$Date <- as.Date(d$Date, "%d/%m/%Y") d <- d[d$Date >= as.Date("2007-02-01") & d$Date<=as.Date("2007-02-02"), ] numcols <- c(3:dim(d)[2]) d[, (numcols) := lapply(.SD, as.numeric), .SDcols = numcols] ## plot3 png(filename="plot3.png", width=480, height=480) plot(d$Sub_metering_1, type="l", xlab="", xaxt="n", ylab="Energy sub metering") lines(d$Sub_metering_2, col="red") lines(d$Sub_metering_3, col="blue") axis(1, at=c(1,1440,2880), labels=c("Thu", "Fri", "Sat")) variables <- c("Sub_metering_1", "Sub_metering_2", "Sub_metering_3") legend("topright", lty=1, col=c("black", "red", "blue"), legend=variables) dev.off()
/plot3.R
no_license
lefant/ExData_Plotting1
R
false
false
715
r
## read in and prepare data library(data.table) d <- fread("household_power_consumption.txt") d$Date <- as.Date(d$Date, "%d/%m/%Y") d <- d[d$Date >= as.Date("2007-02-01") & d$Date<=as.Date("2007-02-02"), ] numcols <- c(3:dim(d)[2]) d[, (numcols) := lapply(.SD, as.numeric), .SDcols = numcols] ## plot3 png(filename="plot3.png", width=480, height=480) plot(d$Sub_metering_1, type="l", xlab="", xaxt="n", ylab="Energy sub metering") lines(d$Sub_metering_2, col="red") lines(d$Sub_metering_3, col="blue") axis(1, at=c(1,1440,2880), labels=c("Thu", "Fri", "Sat")) variables <- c("Sub_metering_1", "Sub_metering_2", "Sub_metering_3") legend("topright", lty=1, col=c("black", "red", "blue"), legend=variables) dev.off()
EQ5D5L_crosswalk_indexvalues.df <- read.csv("data-raw/EQ5D5L_crosswalk_indexvalues.csv", header = TRUE, stringsAsFactor = FALSE) usethis::use_data(EQ5D5L_crosswalk_indexvalues.df, overwrite = TRUE)
/data-raw/EQ5D5L_crosswalk_indexvalues_df.R
no_license
sheejamk/valueEQ5D
R
false
false
198
r
EQ5D5L_crosswalk_indexvalues.df <- read.csv("data-raw/EQ5D5L_crosswalk_indexvalues.csv", header = TRUE, stringsAsFactor = FALSE) usethis::use_data(EQ5D5L_crosswalk_indexvalues.df, overwrite = TRUE)
# segmentation test # una singo, SNGUNA003 # 29 January 2020 # import R functions ------------ source("R/plotter.R") source("R/simulate.R") source("R/segmentation.R") source("R/simulate.R") source("R/ICC_EM.R") # libraries --------------------- library('tidyverse') library(readxl) library(MASS) library(fossil) set.seed(1) # ---------------------------------------------------------- # test 1 # two state two stock market with zero noise (step function) # ---------------------------------------------------------- par(mfrow = c(1,1)) simulated = simulate.step_states(130, c(1,2,1), c(0.3,0.5,0.2)) plotter.states(simulated, title = 'simulated states', thickness = 4) returns = rbind(simulated*0.2, simulated*0.3) plotter.series(colMeans(returns),simulated,title = 'two stock - two market state') # find states # ICC setup gamma = 0 sparseMethod = 1 distanceFunction = 1 K =2 ICC.Output = ICC.cluster(returnsMatrix = returns, sparseMethod = sparseMethod, gamma = gamma, K = K, max.iters = 100) seg.results = ICC.Output$OptimalPath plot(y=seg.results$history$metric, x =1:length(seg.results$history$metric), main = 'history', type ='l', xlab = 'iterations', ylab = 'dist') # find the minimum minIndex = which(seg.results$history$metric ==min(seg.results$history$metric)) minIndex par(mfrow = c(1,2)) plotter.series(colMeans(returns),simulated,title = 'Ground truth market states') plotter.series(colMeans(returns),seg.results$history$`iter: 2 states`, title = 'Optimal market states') ARI = adj.rand.index(simulated,seg.results$history[[paste("iter:", minIndex[1],"states")]]) ARI = round(ARI,2) text(x=60,y=0.45, labels=paste('rand index:', ARI ), cex = 1) # ---------------------------------------------------------- # test 2 markov switching states - two state markov model # ---------------------------------------------------------- par(mfrow = c(1,1)) # setup transiton matrix for markov states. Transitions = matrix(c(0.70,0.30,0.10,0.90), nrow = 2, ncol = 2 ,byrow = T ) plotter.transitions(Transitions, 10, 'probability transition matrix') simulated = simulate.markov_states(Transition_Matrix = Transitions,Time = 130, startingState = 1) plotter.states(simulated, title = 'simulated states', thickness = 4) par(mfrow = c(1,1)) returns = rbind(simulated*0.2, simulated*0.3) plotter.series(colMeans(returns),simulated,title = 'two stock - two markov market state') # find states par(mfrow = c(1,1)) seg.results = segmentation.procedure(returns = returns, Time = 130, gamma=0.0001, iters =50, K = 2 ) plot(y=seg.results$history$metric, x =1:length(seg.results$history$metric), main = 'history', type ='l', xlab = 'iterations', ylab = 'dist') minIndex = which(seg.results$history$metric ==min(seg.results$history$metric)) par(mfrow = c(1,2)) plotter.series(colMeans(returns),simulated,title = 'Ground truth market states') plotter.series(colMeans(returns),seg.results$history[[paste("iter:", minIndex[1],"states")]] , title = 'Optimal market states') ARI = adj.rand.index(simulated,seg.results$history[[paste("iter:", minIndex[1],"states")]]) ARI = round(ARI,2) text(x=60,y=0.45, labels=paste('rand index:', ARI ), cex = 1) # ---------------------------------------------------------- # test 3 markov switching states - three state markov model # ---------------------------------------------------------- Transitions = matrix(c(0.90,0.05,0.05, 0.05,0.85,0.1, 0.2,0.1,0.7), nrow = 3, ncol = 3 ,byrow = T ) Transitions plotter.transitions(Transitions, 9, 'probability transition matrix') simulated = simulate.markov_states(Transition_Matrix = Transitions,Time = 130, startingState = 1) plotter.states(simulated, title = 'simulated states', thickness = 4) par(mfrow= c(1,1)) returns = rbind(simulated*0.2, simulated*0.3) plotter.series(colMeans(returns),simulated,title = 'two stock - three state market') # find states par(mfrow = c(1,1)) seg.results = segmentation.procedure(returns = returns, Time = 130, gamma=0.001, iters =50, K = 3 ) plot(y=seg.results$history$metric, x =1:length(seg.results$history$metric), main = 'history', type ='l', xlab = 'iterations', ylab = 'dist') minIndex = which(seg.results$history$metric ==min(seg.results$history$metric)) par(mfrow = c(1,2)) plotter.series(colMeans(returns),simulated,title = 'Ground truth market states') plotter.series(colMeans(returns),seg.results$history[[paste("iter:", minIndex[1],"states")]] , title = 'Optimal market states') ARI = adj.rand.index(simulated,seg.results$history[[paste("iter:", minIndex[1],"states")]]) ARI = round(ARI,2) ARI text(x=70,y=0.6, labels=paste('ARI:', ARI ), cex = 0.75) # ---------------------------------------------------------- # test 4 gaussian hidden markov model - two state markov model. # ---------------------------------------------------------- Transitions = matrix(c(0.70,0.30,0.10,0.90), nrow = 2, ncol = 2 ,byrow = T ) plotter.transitions(Transitions, 10, 'probability transition matrix') simulated = simulate.markov_states(Transition_Matrix = Transitions,Time = 100, startingState = 1) plotter.states(simulated, title = 'simulated states', thickness = 4) mu = list() mu[[1]] = c(0.1, 0.02) mu[[2]] = c(-0.2, -0.02) sigma = list() sigma[[1]] = matrix(c(0.01, 0, 0, 0.02), nrow =2) sigma[[2]] = matrix(c(0.01, 0, 0, 0.02), nrow = 2) returns = simulate.prices(simulated, mu = mu, sigma = sigma, dim =2 ) plotter.series(colMeans(returns),simulated, S0 =100, 'Stock Returns') plotter.series(colMeans(returns),simulated, S0=NA, 'Stock Returns') # find states source('R/NohAnzatsStateSimulation.R') x = NohAnzats.simulate(stateSequence = simulated) par(mfrow = c(1,1)) # ICC setup gamma = 0 sparseMethod = 1 distanceFunction = 1 K =2 ICC.Output = ICC.cluster(returnsMatrix = returns, sparseMethod = sparseMethod, gamma = gamma, K = K, max.iters = 100) seg.results = ICC.Output$OptimalPath seg.results = segmentation.procedure(returns =returns, Time = 100, gamma=0.001, iters = 100, K = 2 , sparse = 1) plot(y=seg.results$history$metric, x =1:length(seg.results$history$metric), main = 'history', type ='l', xlab = 'iterations', ylab = 'dist') minIndex = which(seg.results$history$metric ==min(seg.results$history$metric)) par(mfrow = c(1,2)) plotter.series(colMeans(returns),simulated,title = 'Ground truth market states', S0 = 100) plotter.series(colMeans(returns),seg.results$history[[paste("iter:", minIndex[1],"states")]] , title = 'Optimal market states', S0 = 100) ARI = adj.rand.index(simulated,seg.results$history[[paste("iter:", minIndex[1],"states")]]) ARI = round(ARI,2) text(x=60,y=0, labels=paste('rand index:', ARI ), cex = 1)
/tests/03_ICC_EM_test.R
no_license
Una95Singo/MarketStates
R
false
false
6,649
r
# segmentation test # una singo, SNGUNA003 # 29 January 2020 # import R functions ------------ source("R/plotter.R") source("R/simulate.R") source("R/segmentation.R") source("R/simulate.R") source("R/ICC_EM.R") # libraries --------------------- library('tidyverse') library(readxl) library(MASS) library(fossil) set.seed(1) # ---------------------------------------------------------- # test 1 # two state two stock market with zero noise (step function) # ---------------------------------------------------------- par(mfrow = c(1,1)) simulated = simulate.step_states(130, c(1,2,1), c(0.3,0.5,0.2)) plotter.states(simulated, title = 'simulated states', thickness = 4) returns = rbind(simulated*0.2, simulated*0.3) plotter.series(colMeans(returns),simulated,title = 'two stock - two market state') # find states # ICC setup gamma = 0 sparseMethod = 1 distanceFunction = 1 K =2 ICC.Output = ICC.cluster(returnsMatrix = returns, sparseMethod = sparseMethod, gamma = gamma, K = K, max.iters = 100) seg.results = ICC.Output$OptimalPath plot(y=seg.results$history$metric, x =1:length(seg.results$history$metric), main = 'history', type ='l', xlab = 'iterations', ylab = 'dist') # find the minimum minIndex = which(seg.results$history$metric ==min(seg.results$history$metric)) minIndex par(mfrow = c(1,2)) plotter.series(colMeans(returns),simulated,title = 'Ground truth market states') plotter.series(colMeans(returns),seg.results$history$`iter: 2 states`, title = 'Optimal market states') ARI = adj.rand.index(simulated,seg.results$history[[paste("iter:", minIndex[1],"states")]]) ARI = round(ARI,2) text(x=60,y=0.45, labels=paste('rand index:', ARI ), cex = 1) # ---------------------------------------------------------- # test 2 markov switching states - two state markov model # ---------------------------------------------------------- par(mfrow = c(1,1)) # setup transiton matrix for markov states. Transitions = matrix(c(0.70,0.30,0.10,0.90), nrow = 2, ncol = 2 ,byrow = T ) plotter.transitions(Transitions, 10, 'probability transition matrix') simulated = simulate.markov_states(Transition_Matrix = Transitions,Time = 130, startingState = 1) plotter.states(simulated, title = 'simulated states', thickness = 4) par(mfrow = c(1,1)) returns = rbind(simulated*0.2, simulated*0.3) plotter.series(colMeans(returns),simulated,title = 'two stock - two markov market state') # find states par(mfrow = c(1,1)) seg.results = segmentation.procedure(returns = returns, Time = 130, gamma=0.0001, iters =50, K = 2 ) plot(y=seg.results$history$metric, x =1:length(seg.results$history$metric), main = 'history', type ='l', xlab = 'iterations', ylab = 'dist') minIndex = which(seg.results$history$metric ==min(seg.results$history$metric)) par(mfrow = c(1,2)) plotter.series(colMeans(returns),simulated,title = 'Ground truth market states') plotter.series(colMeans(returns),seg.results$history[[paste("iter:", minIndex[1],"states")]] , title = 'Optimal market states') ARI = adj.rand.index(simulated,seg.results$history[[paste("iter:", minIndex[1],"states")]]) ARI = round(ARI,2) text(x=60,y=0.45, labels=paste('rand index:', ARI ), cex = 1) # ---------------------------------------------------------- # test 3 markov switching states - three state markov model # ---------------------------------------------------------- Transitions = matrix(c(0.90,0.05,0.05, 0.05,0.85,0.1, 0.2,0.1,0.7), nrow = 3, ncol = 3 ,byrow = T ) Transitions plotter.transitions(Transitions, 9, 'probability transition matrix') simulated = simulate.markov_states(Transition_Matrix = Transitions,Time = 130, startingState = 1) plotter.states(simulated, title = 'simulated states', thickness = 4) par(mfrow= c(1,1)) returns = rbind(simulated*0.2, simulated*0.3) plotter.series(colMeans(returns),simulated,title = 'two stock - three state market') # find states par(mfrow = c(1,1)) seg.results = segmentation.procedure(returns = returns, Time = 130, gamma=0.001, iters =50, K = 3 ) plot(y=seg.results$history$metric, x =1:length(seg.results$history$metric), main = 'history', type ='l', xlab = 'iterations', ylab = 'dist') minIndex = which(seg.results$history$metric ==min(seg.results$history$metric)) par(mfrow = c(1,2)) plotter.series(colMeans(returns),simulated,title = 'Ground truth market states') plotter.series(colMeans(returns),seg.results$history[[paste("iter:", minIndex[1],"states")]] , title = 'Optimal market states') ARI = adj.rand.index(simulated,seg.results$history[[paste("iter:", minIndex[1],"states")]]) ARI = round(ARI,2) ARI text(x=70,y=0.6, labels=paste('ARI:', ARI ), cex = 0.75) # ---------------------------------------------------------- # test 4 gaussian hidden markov model - two state markov model. # ---------------------------------------------------------- Transitions = matrix(c(0.70,0.30,0.10,0.90), nrow = 2, ncol = 2 ,byrow = T ) plotter.transitions(Transitions, 10, 'probability transition matrix') simulated = simulate.markov_states(Transition_Matrix = Transitions,Time = 100, startingState = 1) plotter.states(simulated, title = 'simulated states', thickness = 4) mu = list() mu[[1]] = c(0.1, 0.02) mu[[2]] = c(-0.2, -0.02) sigma = list() sigma[[1]] = matrix(c(0.01, 0, 0, 0.02), nrow =2) sigma[[2]] = matrix(c(0.01, 0, 0, 0.02), nrow = 2) returns = simulate.prices(simulated, mu = mu, sigma = sigma, dim =2 ) plotter.series(colMeans(returns),simulated, S0 =100, 'Stock Returns') plotter.series(colMeans(returns),simulated, S0=NA, 'Stock Returns') # find states source('R/NohAnzatsStateSimulation.R') x = NohAnzats.simulate(stateSequence = simulated) par(mfrow = c(1,1)) # ICC setup gamma = 0 sparseMethod = 1 distanceFunction = 1 K =2 ICC.Output = ICC.cluster(returnsMatrix = returns, sparseMethod = sparseMethod, gamma = gamma, K = K, max.iters = 100) seg.results = ICC.Output$OptimalPath seg.results = segmentation.procedure(returns =returns, Time = 100, gamma=0.001, iters = 100, K = 2 , sparse = 1) plot(y=seg.results$history$metric, x =1:length(seg.results$history$metric), main = 'history', type ='l', xlab = 'iterations', ylab = 'dist') minIndex = which(seg.results$history$metric ==min(seg.results$history$metric)) par(mfrow = c(1,2)) plotter.series(colMeans(returns),simulated,title = 'Ground truth market states', S0 = 100) plotter.series(colMeans(returns),seg.results$history[[paste("iter:", minIndex[1],"states")]] , title = 'Optimal market states', S0 = 100) ARI = adj.rand.index(simulated,seg.results$history[[paste("iter:", minIndex[1],"states")]]) ARI = round(ARI,2) text(x=60,y=0, labels=paste('rand index:', ARI ), cex = 1)
rm(list=ls()) setwd('C:\\Users\\WenluluSens\\Downloads\\output20190102') library(dplyr) library(data.table) library(MatrixCompletion) id <- as.data.table(openxlsx::read.xlsx('idmap.xlsx') %>% select(pid=patient_id,grp=group16)) x <- data.table::fread('daily_final.csv') %>% mutate(y=( (exp_rate==0)*0.505 + (exp_rate==1)*0.261 + (exp_rate==2) * 0.114 )) # x <- x %>% group_by(pid) %>% # summarise(day=max(day),orate=mean(orate), # srate=sum(exp_rate),mrate=mean(exp_rate)) rawimspline <- function(y,x=1:length(y),pos=24,ifplot=F){ # x <- 1:length(y) # y <- y f <- splinefun(x,y,method='monoH.FC') x2 <- (1:(max(x)*pos)/pos) y2 <- f(x2) if(ifplot){ plot(x2,y2,type='l',col=2) lines(x,y,type='p') } y2 } p <- unique(x$pid) # par(mfrow=c(3,3)) # test <- lapply(p[1:9+9],function(i){ # print(i) # x <- filter(x,pid==i)$y # rawimspline(x,ifplot=T) # }) system.time( test <- lapply(p,function(i){ print(i) x <- filter(x,pid==i)$y rawimspline(x) }) ) test <- sapply(test,sum) x <- x %>% group_by(pid) %>% summarise(day=max(day),orate=mean(orate), rate1 = sum(y)) %>% mutate(rate2=test) x <- x %>% mutate(rate1=rate1/day,rate2=rate2/24/day) x2 <- unique(data.table::fread('fdata.temp',encoding='UTF-8') %>% select(pid,orate,hours) %>% mutate(day=ceiling(hours/24)) %>% select(-hours)) %>% filter( orate==0) %>% select(-orate) %>% mutate(orate=0,rate1=0.505,rate2=0.505) x <- rbind(x,x2) x <- merge(x,id,by=c('pid')) grp <- x$grp grp[grp%in%c(1,5,6,11)] <- 'A' grp[grp%in%c(2,3,8.16)] <- 'B' grp[!(grp%in%c('A',"B"))] <- 'OTHERS' x$grp <- grp x <- x %>% mutate(rate1=rate2*day) x %>% group_by(grp) %>% summarise(n=n(),day=mean(day),rate1=mean(rate1),rate2=mean(rate2))
/14_summary2pid.R
no_license
wenrurumon/fenglin
R
false
false
1,805
r
rm(list=ls()) setwd('C:\\Users\\WenluluSens\\Downloads\\output20190102') library(dplyr) library(data.table) library(MatrixCompletion) id <- as.data.table(openxlsx::read.xlsx('idmap.xlsx') %>% select(pid=patient_id,grp=group16)) x <- data.table::fread('daily_final.csv') %>% mutate(y=( (exp_rate==0)*0.505 + (exp_rate==1)*0.261 + (exp_rate==2) * 0.114 )) # x <- x %>% group_by(pid) %>% # summarise(day=max(day),orate=mean(orate), # srate=sum(exp_rate),mrate=mean(exp_rate)) rawimspline <- function(y,x=1:length(y),pos=24,ifplot=F){ # x <- 1:length(y) # y <- y f <- splinefun(x,y,method='monoH.FC') x2 <- (1:(max(x)*pos)/pos) y2 <- f(x2) if(ifplot){ plot(x2,y2,type='l',col=2) lines(x,y,type='p') } y2 } p <- unique(x$pid) # par(mfrow=c(3,3)) # test <- lapply(p[1:9+9],function(i){ # print(i) # x <- filter(x,pid==i)$y # rawimspline(x,ifplot=T) # }) system.time( test <- lapply(p,function(i){ print(i) x <- filter(x,pid==i)$y rawimspline(x) }) ) test <- sapply(test,sum) x <- x %>% group_by(pid) %>% summarise(day=max(day),orate=mean(orate), rate1 = sum(y)) %>% mutate(rate2=test) x <- x %>% mutate(rate1=rate1/day,rate2=rate2/24/day) x2 <- unique(data.table::fread('fdata.temp',encoding='UTF-8') %>% select(pid,orate,hours) %>% mutate(day=ceiling(hours/24)) %>% select(-hours)) %>% filter( orate==0) %>% select(-orate) %>% mutate(orate=0,rate1=0.505,rate2=0.505) x <- rbind(x,x2) x <- merge(x,id,by=c('pid')) grp <- x$grp grp[grp%in%c(1,5,6,11)] <- 'A' grp[grp%in%c(2,3,8.16)] <- 'B' grp[!(grp%in%c('A',"B"))] <- 'OTHERS' x$grp <- grp x <- x %>% mutate(rate1=rate2*day) x %>% group_by(grp) %>% summarise(n=n(),day=mean(day),rate1=mean(rate1),rate2=mean(rate2))
numPerPatch42656 <- c(2506,2494)
/NatureEE-data-archive/Run202971/JAFSdata/JAFSnumPerPatch42656.R
no_license
flaxmans/NatureEE2017
R
false
false
33
r
numPerPatch42656 <- c(2506,2494)
##Select the data, and eliminate NAs plot2Data<-houPow[houPow$Date=="1/2/2007" | houPow$Date=="2/2/2007",] plot2Data<-plot2Data[complete.cases(plot2Data$Time,plot2Data$Global_active_power),] ##concatonate Date and Time and store appropriately powDay<-as.POSIXct(paste(plot2Data$Date,plot2Data$Time), format="%d/%m/%Y %H:%M:%S") ##Plot global active power as a function of time and label appropriately plot(powDay,plot2Data$Global_active_power,type="l",ylab = "Global Active Power (kilowatts)",xlab="") ## copy to file as PNG dev.copy(png,file="Plot2.png") ## close the graphics device dev.off()
/Plot2.R
no_license
stevenjj72/BasePlotEDA
R
false
false
616
r
##Select the data, and eliminate NAs plot2Data<-houPow[houPow$Date=="1/2/2007" | houPow$Date=="2/2/2007",] plot2Data<-plot2Data[complete.cases(plot2Data$Time,plot2Data$Global_active_power),] ##concatonate Date and Time and store appropriately powDay<-as.POSIXct(paste(plot2Data$Date,plot2Data$Time), format="%d/%m/%Y %H:%M:%S") ##Plot global active power as a function of time and label appropriately plot(powDay,plot2Data$Global_active_power,type="l",ylab = "Global Active Power (kilowatts)",xlab="") ## copy to file as PNG dev.copy(png,file="Plot2.png") ## close the graphics device dev.off()
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/kinesisanalyticsv2_operations.R \name{kinesisanalyticsv2_list_tags_for_resource} \alias{kinesisanalyticsv2_list_tags_for_resource} \title{Retrieves the list of key-value tags assigned to the application} \usage{ kinesisanalyticsv2_list_tags_for_resource(ResourceARN) } \arguments{ \item{ResourceARN}{[required] The ARN of the application for which to retrieve tags.} } \description{ Retrieves the list of key-value tags assigned to the application. For more information, see \href{https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html}{Using Tagging}. } \section{Request syntax}{ \preformatted{svc$list_tags_for_resource( ResourceARN = "string" ) } } \keyword{internal}
/paws/man/kinesisanalyticsv2_list_tags_for_resource.Rd
permissive
johnnytommy/paws
R
false
true
771
rd
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/kinesisanalyticsv2_operations.R \name{kinesisanalyticsv2_list_tags_for_resource} \alias{kinesisanalyticsv2_list_tags_for_resource} \title{Retrieves the list of key-value tags assigned to the application} \usage{ kinesisanalyticsv2_list_tags_for_resource(ResourceARN) } \arguments{ \item{ResourceARN}{[required] The ARN of the application for which to retrieve tags.} } \description{ Retrieves the list of key-value tags assigned to the application. For more information, see \href{https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html}{Using Tagging}. } \section{Request syntax}{ \preformatted{svc$list_tags_for_resource( ResourceARN = "string" ) } } \keyword{internal}
library(mrgsolve) ### Name: as_bmat ### Title: Coerce R objects to block or diagonal matrices ### Aliases: as_bmat as_bmat,list-method as_bmat,numeric-method ### as_bmat,data.frame-method as_bmat,ANY-method as_dmat ### as_dmat,list-method as_dmat,ANY-method as_dmat,numeric-method ### as_dmat,data.frame-method ### ** Examples df <- data.frame(OMEGA1.1 = c(1,2), OMEGA2.1 = c(11,22), OMEGA2.2 = c(3,4), SIGMA1.1 = 1, FOO=-1) as_bmat(df, "OMEGA") as_dmat(df,"SIGMA") as_dmat(df[1,],"OMEGA")
/data/genthat_extracted_code/mrgsolve/examples/as_bmat.Rd.R
no_license
surayaaramli/typeRrh
R
false
false
574
r
library(mrgsolve) ### Name: as_bmat ### Title: Coerce R objects to block or diagonal matrices ### Aliases: as_bmat as_bmat,list-method as_bmat,numeric-method ### as_bmat,data.frame-method as_bmat,ANY-method as_dmat ### as_dmat,list-method as_dmat,ANY-method as_dmat,numeric-method ### as_dmat,data.frame-method ### ** Examples df <- data.frame(OMEGA1.1 = c(1,2), OMEGA2.1 = c(11,22), OMEGA2.2 = c(3,4), SIGMA1.1 = 1, FOO=-1) as_bmat(df, "OMEGA") as_dmat(df,"SIGMA") as_dmat(df[1,],"OMEGA")
#' Grab CV1se Solution for Lasso Regression #' #' This function runs a glmnet() with lasso regression and pulls the best the beta value of #' the glmnet.fit object with the largest value of lambda such that error is #' within 1 standard error of the minimum. #' #' @param folds Optional. The number of cross validation folds to partition the #' data into. (Default = 10) #' @inheritParams lassoAIC #' #' @return The beta value of the glmnet.fit object with the largest value of #' lambda such that error is within 1 standard error of the minimum. #' @export lassoCV1se <- function(y,x,folds=10){ #require(glmnet) res <- glmnet::cv.glmnet(y=y,x=x,nfolds = folds) return(res$glmnet.fit$beta[,which(res$lambda==res$lambda.1se)]) } #bic:nlogsig + klogn
/R/lassoCV1se.R
permissive
Sage-Bionetworks/metanetwork
R
false
false
762
r
#' Grab CV1se Solution for Lasso Regression #' #' This function runs a glmnet() with lasso regression and pulls the best the beta value of #' the glmnet.fit object with the largest value of lambda such that error is #' within 1 standard error of the minimum. #' #' @param folds Optional. The number of cross validation folds to partition the #' data into. (Default = 10) #' @inheritParams lassoAIC #' #' @return The beta value of the glmnet.fit object with the largest value of #' lambda such that error is within 1 standard error of the minimum. #' @export lassoCV1se <- function(y,x,folds=10){ #require(glmnet) res <- glmnet::cv.glmnet(y=y,x=x,nfolds = folds) return(res$glmnet.fit$beta[,which(res$lambda==res$lambda.1se)]) } #bic:nlogsig + klogn