function KLSearch(sSearchValue) {   

var sURL = "/default.aspx?page=Item%20Search%20Results&SearchSource=ProductSearch&SearchFieldsList=Keyword&txtSearchText=" + sSearchValue

window.location = sURL;

}




function CallFuncts()
{
FooterRotate();
ImgRotate();
}




function ImgRotate()
{
document.getElementById('bannerimg').src="/customer/masllp/images/Specials/Banner-Special1.jpg";
document.getElementById('bannerlink').href="http://www.mastermans.com/default.aspx?page=customer&file=customer/masllp/customerpages/about_us.htm";
setTimeout("ImgRotate2()",7000);
}




function ImgRotate2()
{
document.getElementById('bannerimg').src="/customer/masllp/images/Specials/Banner-Special2.jpg";
document.getElementById('bannerlink').href="http://www.mastermans.com/products/CLEARANCE.aspx";
setTimeout("ImgRotate()",7000);
}



function FooterRotate()
{
document.getElementById('footerimg').src="/customer/masllp/images/Specials/Footer-Special1.jpg";
document.getElementById('footerlink').href="/customer/masllp/images/Specials/ScreenPrinting.pdf";
document.getElementById('footerlink').target="";
setTimeout("FooterRotate()",7000);
}




function FooterRotate2()
{
document.getElementById('footerimg').src="/customer/masllp/images/Specials/Footer-Special2.jpg";
document.getElementById('footerlink').href="http://www.kcprofessional.com/us/download/other/video_test/4.html";
document.getElementById('footerlink').target="_blank";
setTimeout("FooterRotate()",7000);
}



