var wMatch=0;

function LoveMatch(sunsign1,sunsign2){
window.location= 'love-stars/' + sunsign1 + '-' +sunsign2 + '-compatibility' +'.html';
}