﻿/*----------------------------------------------------------------------------- 
Main Script 
author: Mickey Elliott 
email: mickey@championscentre.com
description: Master Script to keep code clean and tidy.
-----------------------------------------------------------------------------*/
function LoadScript(url) { document.write('<script src="', url, '" type="text/javascript"><\/script>'); }
function LoadStyleheet(url) { document.write('<link href="', url, '" rel="stylesheet" type="text/css"><\/script>'); }

// Get the applications base styles
LoadStyleheet("/Resources/styles/Stylesheet.css");
LoadStyleheet("/Resources/scripts/fancybox/jquery.fancybox-1.3.4.css");

// Load the jQuery Library
LoadScript("http://code.jquery.com/jquery-latest.js");
LoadScript("/Resources/scripts/fancybox/jquery.fancybox-1.3.4.pack.js");
LoadScript("/Resources/scripts/swfobject/swfobject.js");
LoadScript("/Resources/scripts/jquery.countdown.min.js");

