/****************************************************************************/
// File: olark.js
// Purpose: Initialize olark
//
/****************************************************************************/

$(document).ready(function() {
    wc_init();
});

// eof
