<!--
if(navigator.userAgent.indexOf("Gecko")!=-1){
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/style.css" />');
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/font.css" />');
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/menu.css" />');

}
else if(navigator.userAgent.indexOf("MSIE 6")!=-1) {
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/style_ie6.css" />');
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/font.css" />');
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/menu.css" />');
}
else if(navigator.userAgent.indexOf("MSIE 7")!=-1) {
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/style.css" />');
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/font.css" />');
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/menu.css" />');
}
else if(navigator.userAgent.indexOf("MSIE 5")!=-1) {
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/style_ie5.css" />');
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/font.css" />');
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/menu.css" />');
}
else if(navigator.userAgent.indexOf("MSIE 8")!=-1) {
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/style.css" />');
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/font.css" />');
document.writeln('<link rel="stylesheet" type="text/css" href="http://www.trueloveagain.com/css/menu.css" />');
}