// JavaScript Document window.authenticated = 0; window.authorisation_url = "https://twitter.com/oauth/authenticate?oauth_token=8K3RMsEnr66gX38CAunKlIuNk2G8q44sdqPkeoiTKBk"; window.join_pending = 0; window.http_host = "http://nz.grabit.travel"; window.grabit_widget_target = 'widget_code_content'; window.grabit_widget_block_auto = true; window.current_location = "1"; window.current_category = "5"; window.current_location_name = "newzealand"; window.current_category_name = "all"; window.current_request = { 'active' : false , 'cat' : null , 'loc' : null , 'page' : null } ; // Language Vars window.txt_feed = "Timeline"; window.txt_last_update = "Last Update"; window.txt_location = "Location"; window.txt_over_ride = "Over Ride"; // Templates window.tweet_template = '
{name}{username}{date_time}
{extra_links}{location}
{username}
{content}
'; window.tweet_link_template = '{txt}'; window.status_template = '
{txt_feed}: {loc} - {cat}
{txt_last_update}: {date_time}
'; window.status_authenticated_template = '
{txt_feed}: {loc} - {cat}
{txt_over_ride}: #{loc_safe}_{cat_safe}
{txt_last_update}: {date_time}
'; window.status_rss_template = ' {alt}'; window.status_permalink_template = ' {alt}';