var page =
    {			/*Modify or uncomment the variables below to customize*/
    'tab_align':'bottom',/*Fixed location of Tab Button, valid values are top, bottom, left, right*/
    'tab_margin_right':'45px',/*When tab is top or bottom, the right margin*/
    //'tab_margin_left':'45px',/*When tab is top or bottom, the left margin*/
    //'tab_margin_top':'45px',/*When tab is left or right, the top margin*/
    //'tab_margin_bottom':'45px',/*When tab is left or right, the bottom margin*/
    'popup_margin_right':'40px',/*The right margin of popup chat window*/
    'popup_margin_bottom':'30px',/*The top margin of popup chat window*/
    //'popup_margin_top':'30px',/*The top margin of popup chat window*/
    'tab_bg_color':'#0066ff',/*Tab Background Color*/
    'tab_hover_color':'red',/*Tab Hover Color*/
    'website':'http://www.thetaalchemy.com',/*Your Domain Name*/
    //'i' : 'custom',/*Uncomment this to use your custom uploaded image buttons for the tabs*/
    'p':'60',/*Proactive Chat Timer in Seconds*/
    'online_text':'Need Help? Click to Chat',/*Custom Text to display in tab when online*/
    'offline_text': 'Offline - Leave a message',/*Custom Text to display in tab when offline*/
    'font_family':'Verdana',/*When using text, font to use*/
    'font_size':'10pt',/*When using custom text, font size*/
    'font_color':'#FFFFFF', /*When using custom text, font color*/
    'host':'oggchat2.icoa.com',
    'cid':'c08f0112323e652e01323ec63ce10018',
    'act':'c08f0112323e652e01323ec63ae60016'
    };

(function() { function oggchat() 
		{
		var base = (("https:" == document.location.protocol) ? "https://oggchat2.icoa.com" : "http://oggchat2.icoa.com");
		var s = document.createElement('script');s.type = 'text/javascript';s.async = true;s.src = base+'/js/oggwindow.js';
		var x = document.getElementsByTagName('script')[0];x.parentNode.insertBefore(s, x);};
if (window.attachEvent)window.attachEvent('onload', oggchat);else window.addEventListener('load', oggchat, false);
})();

