ID = 2150;
$post->blog_id = 9;
$post->guid = "sean_park_6th_paradigm";
$post->comment_status = "open";
function get_option($option) {
$settings = array(
"disqus_forum_url" => "ecommconf",
"disqus_api_key" => "JPTlQ8TwrMbJcxH60mb8OTGGjAZ4ndS6gTKjBRZGtIM2FwYzqt4W9VqbDqWo2x6L",
"disqus_sort" => "",
"disqus_partner_key" => "",
"disqus_disable_sync" => "0"
);
return $settings[$option];
}
function get_permalink() {
return "http://blog.ecomm.ec/2009/12/sean-park-6th-paradigm.html";
}
function get_the_title() {
return "Europe 2009 Video: Platforms, Markets & Bytes - the Economic Landscape of the 6th Paradigm (Sean Park)";
}
function get_the_excerpt() {
return "
";
}
function get_the_offset() {
return -8;
}
function start_mt() {
include('/home/ecommec/public_html/cgi-bin/mt/php/mt.php');
$mt = new MT(9, '/home/ecommec/public_html/cgi-bin/mt/mt-config.cgi');
return $mt;
}
function trackback_url() {
return "http://ecomm.ec/cgi-bin/mt/mt-tb.cgi/1952";
}
include('/home/ecommec/public_html/cgi-bin/mt/plugins/disqus/php/disqus.php');
include(dsq_comments_template(1));
?>