<!--
function changeimage(){
if (browsertype == "new") {
banneradcode = banneradcode + 1
if (banneradcode == "4") {
banneradcode = 0
}
imagesource = listofimages[banneradcode].src
window.document.qqcc.src = imagesource
thetimer = setTimeout("changeimage()", 10000);
}
else if (browsertype == "old") {
}
}

function loadpage() {
browver= parseInt(navigator.appVersion);
browtype = navigator.appName;
browsertype = "old";
if (browtype == "Netscape" && !(browver < 3)) {
browsertype = "new"; 
}
if (browtype == "Microsoft Internet Explorer" && !(browver < 4)) {
browsertype = "new";
}



if (browsertype == "new") {
thetimer = setTimeout("changeimage()", 10000); <!-- SO GIAY 5000 bang 5giay-->
banneradcode = 0;
listofimages = new Array(4);
listofimages[0] = new Image(468,58)
listofimages[0].src = "http://agriviet.com/images/quangxcao/989447User.gif"
listofimages[1] = new Image(468,58)
listofimages[1].src = "http://agriviet.com/images/101010.gif"
listofimages[2] = new Image(468,58)
listofimages[2].src = "http://agriviet.com/images/quangxcao/989447User.gif"
listofimages[3] = new Image(468,58)
listofimages[3].src = "http://agriviet.com/images/101010.gif"
}
}

function changepage() {
if (browsertype == "new") {
if (banneradcode == 0) {
newlocation = "http://linhchinano.com"
}
else if (banneradcode == 1) {
newlocation = "http://agriviet.com/home/showthread.php?t=1652"
}
else if (banneradcode == 2) {
newlocation = "http://linhchinano.com"
}
else if (banneradcode == 3) {
newlocation = "http://agriviet.com/home/showthread.php?t=1652"
}

popupWin = window.open(newlocation,
 'open_window',
 'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=640, height=480, left=0, top=0')
}
else if (browsertype == "old") {
popupWin = window.open('http://webdesign.about.com/',
 'open_window',
 'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=640, height=480, left=0, top=0')
}
}