티스토리 수익 글 보기
var str_action_menu =’Actions Menu’;
var str_artist =’Artist’;
var str_cancel =’cancel’;
var str_close =’close’;
var str_collab_confirm_membership =’confirm membership’;
var str_collab_confirmed =’confirmed’;
var str_collab_credit =’credit’;
var str_collab_enter_role =’Enter %s\’s role (e.g. bass, producer, vocals)’; //Enter%s’srole(e.g. bass, producer, vocals)
var str_collab_hide =’hide’;
var str_collab_invite =’invite other people’;
var str_collab_not_confirmed =’unconfirmed’;
var str_collab_publish =’publish’;
var str_collab_remove2 =’remove’;
var str_collab_send_email =’send email’;
var str_collab_send_mail_to =’Send mail to %s’;
var str_collab_tags_label =’tags (e.g. bass, beat, keys)’; //tags(e.g.bass, beat, keys)
var str_default =’default’;
var str_download =’Download’;
var str_download_this_page =’Download this page’;
var str_files_have_been_reordered =’Files have been reordered’;
var str_filter_2_weeks_ago =’2 weeks ago’;
var str_filter_3_months_ago =’3 months ago’;
var str_filter_a_week_ago =’a week ago’;
var str_filter_a_year_ago =’a year ago’;
var str_filter_all =’all’;
var str_filter_all_time =’forever’;
var str_filter_artist =’Artist’;
var str_filter_clear =’clear’;
var str_filter_date =’Date’;
var str_filter_enter_user =’Enter user below’;
var str_filter_hide_list =’hide list’;
var str_filter_go =’see results’;
var str_filter_last_month =’Last month’;
var str_filter_license =’License’;
var str_filter_limit =’Limit’;
var str_filter_least_to_most =’Least to most’;
var str_filter_match =’Match’;
var str_filter_match_all_tags =’Match all tags’;
var str_filter_match_any_tags =’Match any tags’;
var str_filter_most_to_least =’Most to least’;
var str_filter_name =’Name’;
var str_filter_no_records_match =’no records match’;
var str_filter_order =’Order’;
var str_filter_remixes_of =’Remixes of’;
var str_filter_score =’Ratings’;
var str_filter_show_list =’show list’;
var str_filter_since =’Since’;
var str_filter_sort =’Sort’;
var str_filter_yesterday =’Yesterday’;
var str_forum_post_topic_reply =’Post topic reply’;
var str_getting_data =’Getting data…’;
var str_lic_attribution =’attribution’;
var str_lic_nc_sampling_plus =’nc sampling+’;
var str_lic_nc_share_alike =’nc share alike’;
var str_lic_non_commercial =’non commercial’;
var str_lic_public =’public domain’;
var str_lic_sampling =’sampling’;
var str_lic_sampling_plus =’sampling+’;
var str_lic_share_alike =’share alike’;
var str_loading =’loading…’;
var str_new_row =’new row’;
var str_ok =’ok’;
var str_pl_and_track_added =’New playlist created and track added.’;
var str_pl_dynamic_changed =’Dynamic playlist changed.’;
var str_pl_favs_add_to =’Add to favorites’;
var str_pl_favs_remove_from =’Remove from favorites’;
var str_pl_new_playlist_created =’New playlist created’;
var str_pl_track_added =’Track added to playlist’;
var str_pl_track_has_been_removed =’Track has been removed from playlist’;
var str_ratings =’Ratings’;
var str_remix_close =’Close search box’;
var str_remix_lic =’This remix will be licensed under a %s license’;
var str_remix_no_matches =’Sorry, no sources match \”%s\” Try adding a \’*\’: \”%s*\” ‘;
var str_remix_no_matches_gen =’Sorry, no sources match \”%s\”‘;
var str_remix_no_search_term =’Please enter a search phrase longer than 3 characters’;
var str_remix_open =’Open search box’;
var str_remix_this_site =’This site’;
var str_review_write =’Write Review’;
var str_see_results =’See Results’;
var str_tags =’Tags’;
var str_thinking =’thinking…’;
var str_topic_delete =’Delete’;
var str_topic_edit =’Edit’;
var str_topic_reply =’Reply’;
var str_topic_reply_to_yourself =’Reply to yourself’;
var str_topic_reply_with_quote =’Reply with quote’;
var str_topic_reply_to_sn =’Reply to #{1}’;
var str_topic_translate =’Translate’;
var str_trackback_error =’There was an error reaching the page:’;
var str_trackback_no_email =’You must supply a valid email address’;
var str_trackback_no_link =’You must supply a link’;
var str_trackback_response =’The administrators have been notified and your #{1} link to \”#{2}\” by #{3} will appear here soon.’;
var str_trackback_title =’Submit a Trackback’;
var str_trackback_type_album =’Album/CD’;
var str_trackback_type_podcast =’Podcast’;
var str_trackback_type_remix =’Remix’;
var str_trackback_type_video =’Video’;
var str_trackback_type_web =’Web Page’;
var str_working =’working…’;
/* Prototype JavaScript framework, version 1.5.1.1
* (c) 2005-2007 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site: http://www.prototypejs.org/
*/
/*————————————————————————–*/
var Prototype = {
Version: ‘1.5.1.1’,
Browser: {
IE: !!(window.attachEvent && !window.opera),
Opera: !!window.opera,
WebKit: navigator.userAgent.indexOf(‘AppleWebKit/’) > -1,
Gecko: navigator.userAgent.indexOf(‘Gecko’) > -1 && navigator.userAgent.indexOf(‘KHTML’) == -1
},
BrowserFeatures: {
XPath: !!document.evaluate,
ElementExtensions: !!window.HTMLElement,
SpecificElementExtensions:
(document.createElement(‘div’).__proto__ !==
document.createElement(‘form’).__proto__)
},
ScriptFragment: ‘