//Taf Master Link
function taf() { 
var url = 'http://tafmaster.com/taf/14372/254512/?referrer_url=';
var url2 = document.location.href;
var url3 = url+url2;

window.open(url3,'TafMaster','width=700,height=650,scrollbars=yes');
}
