// JavaScript Document

function homes(){

    window.location = "index.php"

}

function ecommerce(){

    window.location = "ecommerce.php"

}

function demo(){

    window.location = "demo.php"

}

function vendors(){

    window.location = "vendors.php"

}

function news(){

    window.location = "news.php"

}

function testi(){

    window.location = "#"

}

function about(){

    window.location = "about.php"

}

function contact(){

    window.location = "contact.php"

}

function generator(){
	window.location = "http://www.cutting-edgesolutions.com/"
}
