{"id":44585,"date":"2025-04-14T13:31:52","date_gmt":"2025-04-14T18:31:52","guid":{"rendered":"https:\/\/www.circassiancenter.com\/tr\/?page_id=44585"},"modified":"2025-04-14T15:11:02","modified_gmt":"2025-04-14T20:11:02","slug":"test","status":"publish","type":"page","link":"https:\/\/www.circassiancenter.com\/tr\/test\/","title":{"rendered":"Test"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"44585\" class=\"elementor elementor-44585\">\n\t\t\t\t<div class=\"elementor-element elementor-element-147fbd7 e-flex e-con-boxed e-con e-parent\" data-id=\"147fbd7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6b5329e e-con-full e-flex e-con e-child\" data-id=\"6b5329e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t<div class=\"elementor-element elementor-element-4a42255 e-con-full e-flex e-con e-child\" data-id=\"4a42255\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-68eeb69 e-con-full e-flex e-con e-child\" data-id=\"68eeb69\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b3e2a72 e-con-full e-flex e-con e-child\" data-id=\"b3e2a72\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5f9be10 e-flex e-con-boxed e-con e-child\" data-id=\"5f9be10\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b96ff4a e-con-full e-flex e-con e-child\" data-id=\"b96ff4a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e6907c0 e-con-full e-flex e-con e-child\" data-id=\"e6907c0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9559ad9 elementor-widget elementor-widget-text-editor\" data-id=\"9559ad9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u00a0<\/p><p><\/p><p><style type=\"text\/css\">\n.auto-style1 {\n\ttext-align: center;\n\tcolor: #FFC400;\n\tfont-family: Arial;\n\tfont-size: 11pt;\n}\n<\/style><script type=\"text\/javascript\">\n\/**********************************************************************************************\n* CountUp script by Praveen Lobo (http:\/\/PraveenLobo.com\/blog\/javascript-countup-timer\/)\n* This notice MUST stay intact(in both JS file and SCRIPT tag) for legal use.\n* http:\/\/praveenlobo.com\/blog\/disclaimer\/\n**********************************************************************************************\/\nfunction CountUp(initDate, id){\n    this.beginDate = new Date(initDate);\n    this.countainer = document.getElementById(id);\n    this.numOfDays = [ 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 ];\n    this.borrowed = 0, this.years = 0, this.months = 0, this.days = 0;\n    this.hours = 0, this.minutes = 0, this.seconds = 0;\n    this.updateNumOfDays();\n    this.updateCounter();\n}\n  \nCountUp.prototype.updateNumOfDays=function(){\n    var dateNow = new Date();\n    var currYear = dateNow.getFullYear();\n    if ( (currYear % 4 == 0 && currYear % 100 != 0 ) || currYear % 400 == 0 ) {\n        this.numOfDays[1] = 29;\n    }\n    var self = this;\n    setTimeout(function(){self.updateNumOfDays();}, (new Date((currYear+1), 1, 2) - dateNow));\n}\n  \nCountUp.prototype.datePartDiff=function(then, now, MAX){\n    var diff = now - then - this.borrowed;\n    this.borrowed = 0;\n    if ( diff > -1 ) return diff;\n    this.borrowed = 1;\n    return (MAX + diff);\n}\n  \nCountUp.prototype.calculate=function(){\n    var currDate = new Date();\n    var prevDate = this.beginDate;\n    this.seconds = this.datePartDiff(prevDate.getSeconds(), currDate.getSeconds(), 60);\n    this.minutes = this.datePartDiff(prevDate.getMinutes(), currDate.getMinutes(), 60);\n    this.hours = this.datePartDiff(prevDate.getHours(), currDate.getHours(), 24);\n    this.days = this.datePartDiff(prevDate.getDate(), currDate.getDate(), this.numOfDays[currDate.getMonth()]);\n    this.months = this.datePartDiff(prevDate.getMonth(), currDate.getMonth(), 12);\n    this.years = this.datePartDiff(prevDate.getFullYear(), currDate.getFullYear(),0);\n}\n  \nCountUp.prototype.addLeadingZero=function(value){\n    return value < 10 ? (\"0\" + value) : value;\n}\n  \nCountUp.prototype.formatTime=function(){\n    this.seconds = this.addLeadingZero(this.seconds);\n    this.minutes = this.addLeadingZero(this.minutes);\n    this.hours = this.addLeadingZero(this.hours);\n}\n \nCountUp.prototype.updateCounter=function(){\n    this.calculate();\n    this.formatTime();\n    this.countainer.innerHTML =\"<strong>\" + this.years + \"<\/strong> <small>\" + (this.years == 1? \"y&#305;l\" : \"y&#305;l\") + \"<\/small>\" +\n        \" <strong>\" + this.months + \"<\/strong> <small>\" + (this.months == 1? \"ay\" : \"ay\") + \"<\/small>\" +\n        \" <strong>\" + this.days + \"<\/strong> <small>\" + (this.days == 1? \"g\u00fcn\" : \"g\u00fcn\") + \"<\/small>\";\n    var self = this;\n    setTimeout(function(){self.updateCounter();}, 1000);\n}\n \nwindow.onload=function(){ new CountUp('March 10, 2002 11:28:00', 'counter'); }\n \n<\/script><style type=\"text\/css\">\n.auto-style1 {\n\ttext-align: center;\n}\n.auto-style2 {\n\tcolor: #000000;\n\tfont-size: 22pt;\n}\n<\/style><\/p><table style=\"width: 100%; height: 14px;\" cellspacing=\"1\" align=\"center\"><tbody><tr><td class=\"auto-style1\" style=\"height: 11px;\"><div id=\"counter\" class=\"auto-style2\"><strong>CircassianCenter.Com<\/strong><\/div><\/td><\/tr><\/tbody><\/table>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&nbsp; CircassianCenter.Com<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"ocean_post_layout":"full-screen","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"0","ocean_second_sidebar":"0","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"0","ocean_custom_header_template":"0","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"0","ocean_menu_typo_font_family":"0","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"on","ocean_disable_heading":"on","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"0","footnotes":""},"class_list":["post-44585","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/www.circassiancenter.com\/tr\/wp-json\/wp\/v2\/pages\/44585","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.circassiancenter.com\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.circassiancenter.com\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.circassiancenter.com\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.circassiancenter.com\/tr\/wp-json\/wp\/v2\/comments?post=44585"}],"version-history":[{"count":8,"href":"https:\/\/www.circassiancenter.com\/tr\/wp-json\/wp\/v2\/pages\/44585\/revisions"}],"predecessor-version":[{"id":44702,"href":"https:\/\/www.circassiancenter.com\/tr\/wp-json\/wp\/v2\/pages\/44585\/revisions\/44702"}],"wp:attachment":[{"href":"https:\/\/www.circassiancenter.com\/tr\/wp-json\/wp\/v2\/media?parent=44585"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}