﻿
//留言版
//document.write('<script type="text/javascript" src="http://sfhelp.baidu.com/msg/js/391/649391.js" charset="utf-8"><');
//document.write('\/'+'script>');

// JavaScript Document
function QQ() {
    var o = document.getElementById("SfMessWrap");
    var element = document.createElement("div");
    element.id = "QQ"; //插入属性
    var str = '咨询QQ：<img border="0" SRC=http://wpa.qq.com/pa?p=1:737694778:4 alt="教练01">';
    str += '<a href="http://wpa.qq.com/msgrd?V=1&Uin=737694778&Site=印度博伽梵瑜伽国际学院&Menu=yes" target="_black" title="教练01">教练01</a>&nbsp;';
    str += '<img border="0" SRC=http://wpa.qq.com/pa?p=1:545756465:4 alt="教练02">';
    str += '<a href="http://wpa.qq.com/msgrd?V=1&Uin=545756465&Site=印度博伽梵瑜伽国际学院&Menu=yes" target="_black" title="教练02">教练02</a>';
    element.innerHTML = str; //插入标签内的内容
    o.insertBefore(element);
    o = document.getElementById("QQ");
    o.style.height = "30px";
    o.style.textAlign = "left";
    o.style.padding = "8px 0 5px 3px";
}
//window.onload=QQ;