/**************************************************
/*     Copyright 2001 - XCENT - www.xcent.com     *
/**************************************************/

/*
   If you want QuickQuotes to display quotes in other locations on your
   site, be sure to set the qqURL setting below to the correct URL to reach 
   your QuickQuotes installation
   Example:
         var qqURL = "http://www.example.com/QuickQuotes/";
*/

var qqURL = "http://www.DesignBiz.com/QuickQuotes/";

// Do not edit below this line
var cachebuster=Math.floor(Math.random()*1000000);
document.write ('<SCRIPT SRC="' + qqURL + 'qqQuotes.asp?' + cachebuster + '"></SCRIPT>');