%@ Language=VBScript %> <% On Error Resume Next Dim RSSXML(11) RSSXML(0)="http://scholasticadministrator.typepad.com/admin_featured/scholastic.xml" RSSXML(1)="http://scholasticadministrator.typepad.com/thisweekineducation/scholastic.xml" RSSXML(2)="http://blogs.scholastic.com/techtools/scholastic.xml" RSSXML(3)="http://scholasticadministrator.typepad.com/admin_cartoonquote/scholastic.xml" RSSXML(4)="http://scholasticadministrator.typepad.com/admin_top_stories/scholastic.xml" RSSXML(5)="http://blogs.scholastic.com/practical_leadership/scholastic.xml" RSSXML(6)="http://scholasticadministrator.typepad.com/admin_webinars/scholastic.xml" RSSXML(7)="http://scholasticadministrator.typepad.com/admin_whitepapers/scholastic.xml" RSSXML(8)="http://blogs.scholastic.com/leadership_in_digital_age/scholastic.xml" RSSXML(9)="http://blogs.scholastic.com/rodberger/scholastic.xml" RSSXML(10)="http://edublog.scholastic.com/rss.xml" %>
|
<%
'EPI="
More Stories Below"
'EPI=EPI&" "
EPI = ""
'EPI=EPI&" "
'EPI=EPI&"LEARN MORE ABOUT SCHOLASTIC PRODUCTS" 'EPI=EPI&""
'EPI=EPI&" "
'EPI=EPI&"
See All Products" 'EPI=EPI&""
MidSection=GetRSSFeed(RSSXML(0),10)
For i= 0 to ubound(MidSection)-1
title=MidSection(i,0)
link=MidSection(i,1)
published=MidSection(i,2)
summary=mid(MidSection(i,4),1,140)
if i=0 then
content=MidSection(i,6)
ImageStart=instr(content,"src=")
' response.Write ImageStart
fquote=instr(ImageStart,content,"""",1) +1
equote=instr(fquote+1,content,"""",1)-2
imagelen=equote-ImageStart
response.Write " "&title&"" response.write ""&summary&" "
else
ListArticle=ListArticle & ""&title&""&summary&" |
Today's Top Ed News
<%
'Top Stories: RSS value for the right bottom
TopStories=GetRSSFeed(RSSXML(4),5)
For m= 0 to ubound(TopStories)-1
title=TopStories(m,0)
link=TopStories(m,1)
summary=TopStories(m,4)
ListTop=ListTop & "
"&title&""&summary&"
ON OUR BLOGS
|
<%
MidSection=GetRSSFeed(RSSXML(3),4)
content=MidSection(0,6)
response.write content
Erase MidSection
%>
<%
'white rss feed
white=GetRSSFeed(RSSXML(7),4)
For n= 0 to ubound(white)-1
whTitle=white(n,0)
whLink=white(n,1)
whSummary=white(n,4)
whiteList=whiteList & "
"
response.write " "
Erase white
%>
Free Whitepapers" response.Write ("
![]() Download your free case study about the daily hazards of student computing and how Lenovo durability makes all the difference.
<%
'webinar rss feed
webinar=GetRSSFeed(RSSXML(6),4)
For n= 0 to ubound(webinar)-1
wtitle=webinar(n,0)
wlink=webinar(n,1)
wsummary=webinar(n,4)
webinarList=webinarList & "
"
response.write " "
Erase webinar
%>
Free Webinar Series" response.Write ("
|