Here:
Code:
<link rel="icon" href="/favicon.ico" /><link href="../App_Themes/FortuneGroup/nivo-slider.css"
type="text/css" rel="stylesheet" />
<script type="text/javascript" src=" http://fortunegroupcomau@fortunegroup.com.au/App_Themes/FortuneGroup/switchcontent.js" ></script>
and here:
Code:
<script type="text/javascript" src=" http://fortunegroupcomau@fortunegroup.com.au/App_Themes/FortuneGroup/switchicon.js">
/***********************************************
* Switch Content script II (icon based)- (c) Dynamic Drive (www.dynamicdrive.com)
* Requires switchcontent.js and included before this file!
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
Those src attributes are incorrect. Fix them:
Code:
<link rel="icon" href="/favicon.ico" /><link href="../App_Themes/FortuneGroup/nivo-slider.css"
type="text/css" rel="stylesheet" />
<script type="text/javascript" src="http://fortunegroup.com.au/App_Themes/FortuneGroup/switchcontent.js" ></script>
and:
Code:
<script type="text/javascript" src="http://fortunegroup.com.au/App_Themes/FortuneGroup/switchicon.js">
/***********************************************
* Switch Content script II (icon based)- (c) Dynamic Drive (www.dynamicdrive.com)
* Requires switchcontent.js and included before this file!
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
Bookmarks